@charset "UTF-8";

/* sub_bg */
.sub {
    position: relative;
}
.sub::before {
    content: "";
    display: block;
    width: 100%;
    height: 560px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* 회사소개 bg */
.sub.comp01::before {
    background: url(../images/easycerti/sub_comp_bg01.webp) no-repeat 50% 50%;
    background-size: cover;
}
.sub.comp02::before {
    background: url(../images/easycerti/sub_comp_bg02.webp) no-repeat 50% 50%;
    background-size: cover;
}
.sub.comp03::before {
    background: url(../images/easycerti/sub_comp_bg03.webp) no-repeat 50% 50%;
    background-size: cover;
}
.sub.comp04::before {
    background: url(../images/easycerti/sub_comp_bg04.webp) no-repeat 50% 50%;
    background-size: cover;
}

.sub.comp05::before {
    background: url(../images/easycerti/sub_comp_bg05.webp) no-repeat 50% 50%;
    background-size: cover;
}

.sub.comp06::before {
    background: url(../images/easycerti/sub_comp_bg06.webp) no-repeat 50% 50%;
    background-size: cover;
}
.sub.comp07::before {
    background: url(../images/easycerti/sub_comp_bg07.webp) no-repeat 50% 50%;
    background-size: cover;
}

/* 제품 bg */
.sub.prod01::before {
    background: url(../images/easycerti/sub_prod_bg01.webp) no-repeat 50% 50%;
    background-size: cover;
}
.sub.prod02::before {
    background: url(../images/easycerti/sub_prod_bg02.webp) no-repeat 50% 50%;
    background-size: cover;
}
.sub.prod08::before {
    background: url(../images/easycerti/sub_prod_bg03.webp) no-repeat 50% 50%;
    background-size: cover;
}

/* 컨설팅 bg */
.sub.consult::before {
    background: url(../images/easycerti/sub_consult_bg01.webp) no-repeat 50% 50%;
    background-size: cover;
}

/* 투자정보 bg */
.sub.invest01::before {
    background: url(../images/easycerti/sub_invest_bg01.webp) no-repeat 50% 50%;
    background-size: cover;
}
.sub.invest02::before {
    background: url(../images/easycerti/sub_invest_bg02.webp) no-repeat 50% 50%;
    background-size: cover;
}
.sub.invest03::before {
    background: url(../images/easycerti/sub_invest_bg03.webp) no-repeat 50% 50%;
    background-size: cover;
}
.sub.invest04::before {
    background: url(../images/easycerti/sub_invest_bg04.webp) no-repeat 50% 50%;
    background-size: cover;
}

/* 채용 bg */
.sub.career01::before {
    background: url(../images/easycerti/sub_career_bg01.webp) no-repeat 50% 50%;
    background-size: cover;
}
.sub.career02::before {
    background: url(../images/easycerti/sub_career_bg02.webp) no-repeat 50% 50%;
    background-size: cover;
}

/* News bg */
.sub.news01::before {
    background: url(../images/easycerti/sub_news_bg01.webp) no-repeat 50% 50%;
    background-size: cover;
}

/* 문의하기 bg */
.sub.inquiry::before {
    background: url(../images/easycerti/sub_exemple_bg01.webp) no-repeat 50% 50%;
    background-size: cover;
}

/* exemple bg */
.sub.exemple::before {
    background: url(../images/easycerti/sub_exemple_bg01.webp) no-repeat 50% 50%;
    background-size: cover;
}

/* 회사소개_기업개요 */
.comp01 .sub_page section:first-child {
    margin-bottom: 0;
    padding-bottom: 90px;
}
.comp01 .flex_between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 62px;
}
.comp01 .flex_between > .img {
    width: 34%;
}
.comp01 .flex_between > .img img {
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    object-fit: contain;
    margin: 38px auto;
}
.comp01 .flex_between > p {
    width: calc(66% - 62px);
}
.n_text {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
}
.comp01 .flex_between > p span {
    font-weight: 700;
}

.sub_page section.comp_situ {
    position: relative;
    margin-bottom: 0;
}
.comp_situ::before {
    content: "";
    display: block;
    width: 100%;
    height: 797px;
    background: url(../images/easycerti/sub/comp_intro_bg.webp) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -80px;
    z-index: -1;
}
.comp_situ .inner {
    padding: 100px 80px 90px 80px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-top: 80px;
    margin-bottom: 0 !important;
}
.comp_situ .cont {
    width: calc(100% - 309px);
    padding-top: 40px;
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.comp_situ .cont > div {
    width: calc((100% - 25px) / 2);
    margin-bottom: 25px;
}
.comp_situ .cont > div:last-child {
    margin-bottom: 0;
    width: 100%;
}
.comp_situ .cont > div .tt {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}
.comp_situ .cont > div .ct {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    color: #333;
}
.comp_situ .cont > div .ct li {
    margin-bottom: 8px;
}
.comp_situ .cont > div .ct li:last-child {
    margin-bottom: 0;
}

.ci {
    position: relative;
}
.ci::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 120px);
    background: #f1f1f1;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.ci .inner {
    padding: 0 80px 100px 80px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.ci .cont {
    width: calc(100% - 309px);
    padding-top: 40px;
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
}
.ci .cont .ci_img {
    width: 100%;
    height: 211px;
    background: url(../images/easycerti/sub/ci_bg.webp) no-repeat 0 0;
    background-size: cover;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 50px;
}
.ci .cont .ci_img img {
    display: block;
    width: 291px;
    height: 90px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.ci .cont .download {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.ci .cont .download div {
    width: 202px;
    height: 64px;
    line-height: 64px;
}
.ci .cont .download div a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #124098;
    border: 2px solid #124098;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}
.ci .cont .download div a::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/easycerti/sub/icon_download.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.ci .cont .ci_info {
    width: 100%;
    margin-top: 50px;
    display: flex;
    gap: 26px;
}
.ci .cont .ci_info > div {
    width: calc((100% - 26px - 26px) / 3);
}
.ci .cont .ci_info > div .color {
    width: 100%;
    height: 120px;
}
.ci .cont .ci_info > div:nth-child(1) .color {
    background: #1c1b1b;
}
.ci .cont .ci_info > div:nth-child(2) .color {
    background: #fff;
    border: 1px solid #ddd;
    /* background: #1c1b1b; */
}
.ci .cont .ci_info > div:nth-child(3) .color {
    background: #124098;
    /* background: #fff;
    border: 1px solid #ddd; */
}
.ci .cont .ci_info .color_info > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.ci .cont .ci_info .color_info .tt {
    font-size: 18px;
    font-weight: 600;
    color: #124098;
    width: 53px;
}
.ci .cont .ci_info .color_info .ct {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: flex;
    gap: 18px;
}

.comp01 .content_wrap {
    padding-bottom: 0;
}

/* 회사소개_CEO인사말 */
.comp02 {
    position: relative;
    padding-bottom: 380px;
}
.comp02 .flex_between {
    display: flex;
    gap: 77px;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.comp02 .flex_between::before {
    content: "";
    display: block;
    width: 348px;
    height: 348px;
    background: url(../images/easycerti/sub/comp_ceo_bg01.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: -171px;
    top: 330px;
    z-index: -1;
}

.comp02 .flex_between .img {
    width: 479px;
}
.comp02 .flex_between .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 80%;
}
.comp02 .flex_between .ct {
    width: calc(100% - 479px - 77px);
}
.comp02 .sub_page h3.sec_tit {
    text-align: left;
}
.comp02 .flex_between .ct .sign {
    display: flex;
    gap: 33px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
}

.comp02::after {
    content: "";
    display: block;
    width: 100%;
    height: 380px;
    background: url(../images/easycerti/sub/comp_ceo_bg02.webp) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* 회사소개_인증 및 수상 */
.cont_tit {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.55;
    text-align: center;
    color: #111;
}
.cont_tit > span {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.comp04 .cont_tit {
    width: 80%;
    color: #fff;
    margin: 40px auto 0;
    padding-top: 100px;
}
.certify .cont > div {
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
    justify-content: space-between;
    margin-top: 40px;
}
.certify .cont .flex_between {
    display: flex;
    width: calc((100% - 44px - 44px) / 3);
}
.certify .cont .flex_between .img {
    width: 180px;
}
.certify .flex_between .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.certify .cont .flex_between .txt {
    width: calc(100% - 180px);
    padding: 45px 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border-top: 1px solid #666;
    box-sizing: border-box;
}
.certify .cont .flex_between .txt p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    word-break: break-all;
}
.certify .cont .flex_between .txt span {
    font-size: 15px;
    font-weight: 500;
    color: #666;
}
.certify .cont > div.table_box {
    margin-top: 80px;
}
.certify .table_box table tr:hover {
    background: #fff;
}

.prime .cont {
    position: relative;
}
.prime .cont::after {
    content: "";
    display: block;
    width: calc(100% - 0.5px);
    height: 50%;
    background: url(../images/easycerti/sub/prime_bg.webp) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.comp04 .cont_tit {
    margin: 40px auto 0;
}
.comp04 .prime .cont_tit {
    font-size: 40px;
    font-weight: 600;
}
.comp04 .section-01 tr td:last-child,
.comp04 .section-03 tr td:last-child {
    padding-left: 40px;
}

.prime_in {
    width: 80%;
    margin: 80px auto 0;
    padding: 60px 100px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.prime_in dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 25px;
}
.prime_in dl:last-child {
    margin-bottom: 0;
}
.prime_in dl dt {
    color: #124098;
    font-size: 20px;
    font-weight: 700;
    width: 120px;
}
.prime_in dl dd {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    width: calc(100% - 120px - 40px);
    line-height: 1.5;
    word-break: break-all;
}

.patent .table_box table tr:hover {
    background: #fff;
}

/* 회사소개_연혁 */
.comp03 .cont_p {
    text-align: center;
    margin-bottom: 90px;
}
.comp03 .cont .history > div {
    display: flex;
    position: relative;
}
.comp03 .cont .history > div::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #d9d9d9;
    position: absolute;
    left: 4px;
    top: 32px;
}
.comp03 .cont .history > div h4 {
    margin-left: 50px;
    position: relative;
}
.comp03 .cont .history > div h4::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 30px;
}
.comp03 .cont .history > div .txt {
    width: calc(100% - 360px);
    padding: 45px 40px;
}
.comp03 .cont .history > div .txt .history_cont {
    display: flex;
    flex-flow: column;
    /* gap: 20px; */
    /* height: 112px;
    overflow: hidden; */
}
.comp04 .prime .prime_in_wrap.on,
.comp03 .cont .history > div .txt .history_cont.on {
    height: auto;
    overflow: visible;
}
.comp03 .cont .history > div .txt .history_cont > div {
    display: flex;
    gap: 30px;
}
.comp03 .cont .history > div .txt .history_cont > div p {
    width: 35px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #111;
}
.comp03 .cont .history > div .txt .history_cont > div ul {
    width: calc(100% - 35px - 30px);
}
.comp03 .cont .history > div .txt .history_cont > div ul li {
    line-height: 1.5;
    margin-bottom: 20px;
    word-break: break-all;
}
/* .comp03 .cont .history > div .txt .history_cont > div ul li:last-child {
    margin-bottom: 0;
} */
.comp03 .cont .history > div .txt .history_cont > div .tt.hide,
.comp03 .cont .history > div .txt .history_cont > div ul li.hide{
    display: none;
}
.comp03 .cont .history > div .txt .history_cont.on > div .tt.hide,
.comp03 .cont .history > div .txt .history_cont.on > div ul li.hide{
    display: block;
}
.comp03 .cont .history .btn.more {
    display: block;
    width: 91px;
    margin: 0 0 0 75px;
}
.comp04 .btn.more.on::before{
    content: "접기";
}
.comp04 .btn.more::after,
.comp03 .cont .history .btn.more::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/easycerti/sub/more_arrow_down.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.comp04 .btn.more.on::after,
.comp03 .cont .history .btn.more.on::after {
    background: url(../images/easycerti/sub/more_arrow_up.webp) no-repeat 0 0;
    background-size: contain;
}
.comp04 .btn.more{
    display: none;
}


/* 회사소개_사회공헌 */
.comp05 .sub_page section {
    margin-bottom: 0;
}
.comp05 .content_wrap {
    padding-bottom: 0;
}
.comp05 .social {
    background: #f8f8f8;
    padding: 80px 0 120px 0;
}
.comp05 .ct {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 77px;
}
.comp05 .ct .box {
    width: calc((100% - 77px - 77px) / 3);
    display: flex;
    flex-flow: column;
    gap: 46px;
    align-items: center;
    padding: 45px 45px;
    background: #fff;
    text-align: center;
}
.comp05 .ct .box .order {
    font-size: 16px;
    font-weight: 700;
}
.comp05 .ct .box dl {
    padding-top: calc(48px + 70px);
    position: relative;
}
.comp05 .ct .box dl::after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.comp05 .ct .box:nth-child(1) dl::after {
    background: url(../images/easycerti/sub/icon_social01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.comp05 .ct .box:nth-child(2) dl::after {
    background: url(../images/easycerti/sub/icon_social02.webp) no-repeat 50% 50%;
    background-size: contain;
}
.comp05 .ct .box:nth-child(3) dl::after {
    background: url(../images/easycerti/sub/icon_social03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.comp05 .ct .box:nth-child(4) dl::after {
    background: url(../images/easycerti/sub/icon_social04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.comp05 .ct .box:nth-child(5) dl::after {
    background: url(../images/easycerti/sub/icon_social05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.comp05 .ct .box dl dt {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.5;
}
.comp05 .ct .box dl dd {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}

/* 회사소개_주요고객사 */
.comp06 .cont_p {
    text-align: center;
}
.comp06 .cont > div:first-child {
    margin-top: 60px;
}
.comp06 .cont > div {
    margin-bottom: 80px;
}
.comp06 .cont > div:last-child {
    margin-bottom: 0;
}
.cust_logo {
    margin-top: 30px;
}
.cust_logo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8.8px;
    align-items: center;
    padding: 0 60px;
}
.cust_logo ul li {
    border: 1px solid #ddd;
    width: calc((100% - 80px) / 10);
    height: 65px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
}
.cust_logo ul li img {
    display: block;
    width: 85%;
    height: 30px;
    margin: 0 auto;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

/* 회사소개_오시는길 */
/* .comp07 .cont{

} */
.comp07 .cont .box {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding-bottom: 35px;
}
.comp07 .cont .box .map_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}
.comp07 .cont .box .map_wrap > .img {
    width: 376px;
    height: 214px;
}
.comp07 .cont .box .map_wrap > .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* .comp07 .cont .box .map_wrap .map_info{

} */
.comp07 .cont .box .map_wrap .map_info p {
    font-size: 24px;
    font-weight: 600;
    color: #124098;
    margin-bottom: 25px;
}
/* .comp07 .cont .box .map_wrap .map_info div{

} */
.comp07 .cont .box .map_wrap .map_info div dl {
    display: flex;
    gap: 38px;
    align-items: center;
    margin-bottom: 13px;
}
.comp07 .cont .box .map_wrap .map_info div dl dt {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    width: 70px;
}
.comp07 .cont .box .map_wrap .map_info div dl dd {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    width: calc(100% - 70px - 38px);
}

/* .comp07 .cont .box .map_detail{
    position: absolute;
    top: 0;
    right: 0;
} */
.comp07 .cont .box .map_button {
    width: 200px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}
.comp07 .cont .box .map_button span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    position: relative;
    padding-left: 50px;
}
.comp07 .cont .box .map_button span:hover {
    border: 1px solid #999;
}
.comp07 .cont .box .map_button span::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/easycerti/sub/icon_map_arrow_down.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.comp07 .cont .box .map_button span.on::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/easycerti/sub/icon_map_arrow_up.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.comp07 .cont .box .map_api {
    margin-top: 45px;
    display: none;
}
.comp07 .cont .box .map_api > .img {
    width: 100%;
    height: 400px;
}
.comp07 .cont .box .map_api > .img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comp07 .cont .box .map_api div.subway {
    margin-top: 32px;
}
.comp07 .cont .box .map_api div dl {
    display: flex;
    gap: 38px;
    align-items: center;
    margin-bottom: 13px;
}
.comp07 .cont .box .map_api div dl dt {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    width: 70px;
}
.comp07 .cont .box .map_api div dl dd {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    display: flex;
    align-items: center;
}
.comp07 .cont .box .map_api div dl dd span {
    display: inline-block;
    padding: 4px 28px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 50px;
    margin-left: 7px;
}
.comp07 .cont .box .map_api div dl dd span:first-child {
    margin-left: 21px;
}
.comp07 .cont .box .map_api div dl dd span.subwaygj {
    background: #009088;
}
.comp07 .cont .box .map_api div dl dd span.subway09 {
    background: #bdb092;
}
.comp07 .cont .box .map_api div dl dd span.subwaysu {
    background: #fabe00;
}
.comp07 .cont .box .map_api div dl dd span.bus {
    background: #3780d9;
}
.comp07 .cont .box .map_api div dl dd span.subwaycen {
    background: #80a8d8;
}

/* 제품_개인정보보호 */

.tab_fixed .content_wrap {
    gap: 0;
    padding-bottom: 0;
}
.prod .sub_page section {
    margin-bottom: 0;
}
.tab_ct > div {
    margin-bottom: 90px;
}
.tab_ct > div:last-child {
    margin-bottom: 0;
}
.tab_ct > div:first-child {
    margin-top: 80px;
}
/* .prod_intro{
    
}
.prod_intro .cont{

} */
/* .prod_intro .cont .flex_between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
}
.prod_intro .cont .flex_between .img {
    width: 494px;
}
.prod_intro .cont .flex_between .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prod_intro .cont .flex_between .txt {
    width: calc(100% - 494px - 60px);
}
.prod_intro .cont .flex_between .txt em {
    display: block;
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
}
.prod_intro .cont .flex_between .txt h5 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: left;
    width: 100%;
    line-height: 1.5;
}

.cont_p {
    display: block;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.5;
}
.prod_intro .cont .flex_between .txt p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.prod_intro .cont .flex_between02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 60px;
    align-items: center;
    margin-top: 40px;
}
.prod_intro .cont .flex_between02 .logo {
    width: 494px;
}
.prod_intro .cont .flex_between02 .logo ul {
    display: flex;
}
.prod01 .prod_intro .cont .flex_between02 .logo ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
    width: calc(100% / 6);
}
.prod01 .prod_intro .cont .flex_between02 .logo ul li img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.prod01 .prod_intro .cont .flex_between02 .logo ul li span {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
}
.prod_intro .cont .flex_between02 .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    width: calc(100% - 60px - 494px);
}
.prod_intro .cont .flex_between02.flex_end {
    justify-content: flex-end;
}
.prod_intro .cont .flex_between02.flex_end .btn {
    width: calc(100% - 494px - 60px);
}
.prod_intro .cont .flex_between02 .btn button {
    width: 200px;
    display: block;
}

.prod .prod_intro .cont .flex_between02 .logo ul {
    justify-content: space-around;
} */

/* 제품 그리드 */
.prod_wrap {
    display: grid;
    grid-template-columns: 1fr 3fr;
}
.prod_wrap .prod_tit {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
}
.prod_wrap .prod_img {
    grid-column: 1;
    grid-row: 1 / 4;
}
.prod_wrap .prod_txt {
    grid-column: 2;
    grid-row: 2;
}
.prod_wrap .prod_btn {
    grid-column: 2;
    grid-row: 3;
}

.cont_p {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.5;
    color: #333;
}
.cont_p span {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.prod_wrap .prod_img {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 494px;
    height: auto;
    margin-right: 100px;
    box-sizing: border-box;
}
.prod_intro .cont .prod_img .img {
    width: 100%;
}
.prod_intro .cont .prod_img .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prod_intro .cont .prod_img .logo {
    width: 100%;
    margin-top: 40px;
}
.prod_wrap .prod_img .logo ul {
    display: flex;
    justify-content: space-around;
}
.prod_wrap .prod_img .logo ul > li {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: calc(100% / 6);
}
.prod_wrap .prod_img .logo ul > li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.prod_wrap .prod_img .logo ul > li span {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
    padding-top: 10px;
}
.prod_intro .cont .prod_wrap .prod_tit em {
    display: block;
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
}
.prod_intro .cont .prod_wrap .prod_tit h5 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    margin: 36px auto 8px;
}
.prod_intro .n_text {
    font-size: 20px;
    word-break: break-all;
}
.cloud h5,
.prod h5 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.55;
    text-align: center;
    width: 100%;
    margin: 40px auto 0;
}
.prod h5 span {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}
.prod h5 span.prod_name {
    display: inline;
}
.prod .intro_bg h5 span.prod_name {
    display: block;
}
.prod_wrap .prod_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}
.prod_wrap .prod_btn button {
    min-width: 200px;
}

.intro_bg .cont .info > img {
    width: 100%;
    object-fit: contain;
}
.intro_bg .cont .info .info_detail {
    margin-top: 40px;
    display: flex;
    flex-flow: column;
}
.intro_bg .cont .info .info_detail > div {
    display: flex;
    gap: 80px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.intro_bg .cont .info .info_detail > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.intro_bg .cont .info .info_detail > div .img {
    width: 160px;
    height: 160px;
}
.intro_bg .cont .info .info_detail > div .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.intro_bg .cont .info .info_detail > div .txt {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    width: calc(100% - 160px - 80px);
}
.intro_bg .cont .info .info_detail > div .txt .order {
    display: block;
    font-size: 30px;
    color: #b5b5b5;
    font-weight: 700;
}
/* .intro_bg .cont .info .info_detail > div .txt dl{
    
} */
.intro_bg .cont .info .info_detail > div .txt dl dt {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.intro_bg .cont .info .info_detail > div .txt dl dd {
    color: #333;
    font-size: 20px;
    font-weight: 400;
}

.intro_bg .cont .qna {
    margin-top: 80px;
}
.intro_bg .cont .qna > div {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 40px;
}
.intro_bg .cont .qna > div:nth-child(2n) {
    flex-direction: row-reverse;
}
.intro_bg .cont .qna > div:last-child {
    margin-bottom: 0;
}
.intro_bg .cont .qna > div .img {
    width: 577px;
}
.intro_bg .cont .qna > div .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.intro_bg .cont .qna > div .qna_ct {
    width: calc(100% - 577px - 60px);
}
.intro_bg .cont .qna > div .qna_ct dl {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin-bottom: 30px;
}
.intro_bg .cont .qna > div .qna_ct dl:last-child {
    margin-bottom: 0;
}
.intro_bg .cont .qna > div .qna_ct dl dt {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}
.intro_bg .cont .qna > div .qna_ct dl dt span.q {
    font-size: 30px;
    color: #111;
    font-weight: 600;
    width: 30px;
    line-height: 1.55;
}
.intro_bg .cont .qna > div .qna_ct dl dt span.txt {
    font-size: 24px;
    font-weight: 500;
    color: #111;
    padding: 8px 0;
    background: #f3f5fa;
    line-height: 1.55;
    width: calc(100% - 20px - 30px);
}
.intro_bg .cont .qna > div .qna_ct dl dd {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.intro_bg .cont .qna > div .qna_ct dl dd span.a {
    font-size: 30px;
    color: #4876ef;
    font-weight: 600;
    width: 30px;
    line-height: 1.55;
}
.intro_bg .cont .qna > div .qna_ct dl dd span.txt {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    padding: 8px 0;
    line-height: 1.55;
    width: calc(100% - 20px - 30px);
}

.system {
    background: #f5f7fd;
    padding: 80px 0 90px;
    position: relative;
}
.system::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f7fd;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.system .ct {
    margin-top: 30px;
}
.system_tit {
    margin: 0 auto 40px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #124098;
    padding: 6px 30px;
    width: fit-content;
    border-radius: 50px;
    display: flex;
    justify-content: center;
}
.system .ct .prod_swiper .img img {
    display: block;
    width: 93%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.system .ct .prod_swiper .swiper-button-next,
.system .ct .prod_swiper .swiper-button-prev {
    color: #124098 !important;
}
.system .ct .prod_swiper .swiper-wrapper {
    align-items: flex-start;
}
.career_swiper .swiper-pagination,
.prod_swiper .swiper-pagination{
    display: none;
}

.features .ct {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 37px;
    margin-top: 60px;
}
.features .ct .box {
    position: relative;
    width: calc((100% - 37px - 37px) / 3);
    display: flex;
    flex-flow: column;
    gap: 46px;
    align-items: center;
    padding: 45px 45px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
}
.features .ct .box .order {
    font-size: 16px;
    font-weight: 700;
}
.features .ct .box dl dt {
    padding-top: calc(30px + 55px);
    position: relative;
}
.features .ct .box dl dt::after {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.prod01 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod01 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod01 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod01 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod01 .features .ct .box:nth-child(5) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod01 .features .ct .box:nth-child(6) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon06.webp) no-repeat 50% 50%;
    background-size: contain;
}

.prod02 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod02 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod02 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod02 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod02 .features .ct .box:nth-child(5) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod02 .features .ct .box:nth-child(6) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon06.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod02 .features .ct .box:nth-child(7) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon07.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod02 .features .ct .box:nth-child(8) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon08.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod02 .features .ct .box:nth-child(9) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon09.webp) no-repeat 50% 50%;
    background-size: contain;
}

.prod03 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod03 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod03 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon06.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod03 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/prod03_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod03 .features .ct .box:nth-child(5) dl dt::after {
    background: url(../images/easycerti/sub/prod03_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod03 .features .ct .box:nth-child(6) dl dt::after {
    background: url(../images/easycerti/sub/prod03_features_icon06.webp) no-repeat 50% 50%;
    background-size: contain;
}

.prod04 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/prod04_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod04 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod04 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/prod04_features_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod04 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/prod04_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod04 .features .ct .box:nth-child(5) dl dt::after {
    background: url(../images/easycerti/sub/prod04_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod04 .features .ct .box:nth-child(6) dl dt::after {
    background: url(../images/easycerti/sub/prod03_features_icon06.webp) no-repeat 50% 50%;
    background-size: contain;
}

.prod05 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/prod05_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod05 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/prod05_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod05 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod05 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/prod05_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod05 .features .ct .box:nth-child(5) dl dt::after {
    background: url(../images/easycerti/sub/prod05_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}

.prod06 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/prod06_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod06 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod06 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/prod06_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod06 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/prod05_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod06 .features .ct .box:nth-child(5) dl dt::after {
    background: url(../images/easycerti/sub/prod06_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}

.prod07 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/prod07_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod07 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod07 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod07 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/prod07_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod07 .features .ct .box:nth-child(5) dl dt::after {
    background: url(../images/easycerti/sub/prod07_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod07 .features .ct .box:nth-child(6) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}

.prod08 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/prod06_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod08 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod08 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/prod06_features_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod08 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/prod05_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod08 .features .ct .box:nth-child(5) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod08 .features .ct .box:nth-child(6) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon06.webp) no-repeat 50% 50%;
    background-size: contain;
}

.features .ct .box dl dt {
    font-size: 25px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.5;
}
.features .ct .box dl dt span {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}
.features .ct .box dl dd {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}

.cons_case {
    padding: 80px 0 120px !important;
    position: relative;
}
.cons_case::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f7fd;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.cons_case .cont {
    position: relative;
}
.cons_case::after {
    content: "";
    display: block;
    width: 1400px;
    height: 595px;
    background: url(../images/easycerti/sub/prod01_bg08.webp) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: 192px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.prod02 .cons_case .cont::after {
    background: url(../images/easycerti/sub/prod02_bg08.webp) no-repeat 50% 50%;
}
.cons_case h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.75;
    color: #fff;
    padding: 0 130px;
    padding-top: 100px;
}
.cons_case .box dt > span {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.cons_case .ct {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px;
    margin: 60px auto 0;
    width: calc(100% - 260px);
}
.cons_case .ct .box {
    width: calc((100% - 21px - 21px - 21px) / 4);
    display: flex;
    flex-flow: column;
    gap: 25px;
    align-items: flex-end;
    justify-content: space-between;
    padding: 45px 30px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    box-sizing: border-box;
    /* position: relative; */
}
.cons_case .ct .box .order {
    font-size: 16px;
    font-weight: 700;
}
.cons_case .ct .box dl {
    padding-top: calc(30px + 40px);
    position: relative;
    width: 100%;
}
.cons_case .ct .box dl::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.cons_case .ct .box:nth-child(1) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.cons_case .ct .box:nth-child(2) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}
.cons_case .ct .box:nth-child(3) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.cons_case .ct .box:nth-child(4) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}

.prod03 .cons_case .ct .box:nth-child(1) dl::after,
.prod03 .cons_case .ct .box:nth-child(2) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod03 .cons_case .ct .box:nth-child(3) dl::after,
.prod03 .cons_case .ct .box:nth-child(4) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}

.prod04 .cons_case .ct .box:nth-child(1) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod04 .cons_case .ct .box:nth-child(2) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod04 .cons_case .ct .box:nth-child(3) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}

.prod05 .cons_case .ct .box:nth-child(1) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod05 .cons_case .ct .box:nth-child(2) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod05 .cons_case .ct .box:nth-child(3) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}

.prod07 .cons_case .ct .box:nth-child(1) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod07 .cons_case .ct .box:nth-child(2) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod07 .cons_case .ct .box:nth-child(3) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.prod07 .cons_case .ct .box:nth-child(4) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}

.cons_case .ct .box:nth-child(4) dl::after {
    background: url(../images/easycerti/sub/prod08_conscase_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}

.cons_case .ct .box dl dt {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.5;
}
.cons_case .ct .box dl dd {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    word-break: break-all;
}
.cons_case .ct .box dl dd > p.text_cir {
    text-align: left;
    word-break: break-all;
    line-height: 1.5;
}
.prod .cons_case .ct .box dl dd > p.text_cir {
    margin-top: 20px;
}
.logo_slide {
    background: #f7f7f7;
    padding: 40px 0;
}
.logo_slide .img {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: #fff;
    /* border: 1px solid #ddd; */
    /* width: 220px; */
    height: 80px;
}
.logo_slide .img img {
    display: block;
    height: 40px;
    object-fit: contain;
    max-width: 80%;
    margin: 0 auto;
}
.logo_swiper.swiper {
    background: #fff;
}
.logo_swiper.swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/* 제품_개인정보활용 */
.prod02 .prod_intro .cont .flex_between02 .logo ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
    width: calc(100% / 4);
}
.prod02 .prod_intro .cont .flex_between02 .logo ul li img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.prod02 .prod_intro .cont .flex_between02 .logo ul li span {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

/* 투자정보_재무정보 */
.sub_page .invest_tb h3.sec_tit {
    margin-bottom: 0 !important;
    font-size: 32px;
}
.invest_tb .tt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
.invest_tb .tt span {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.017em;
}
.invest_tb .table_box table tr:hover {
    background: #f8fafc;
}

/* 투자정보_공고사항 */
.srch_bar {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.srch_bar .select_label {
    width: 130px;
}
.srch_bar .input_wrap {
    width: 400px;
}
.invest_tb .table_box table tr.nodata td {
    padding: 30px 10px;
    justify-content: center;
}
.invest_tb .table_box table tr:hover {
    background: #fff;
}

/* 채용_조직문화 */
.work .cont_tit {
    text-align: left;
}
.work {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.work h5 {
    width: 309px;
}
.work .ct {
    width: calc(100% - 309px - 40px);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.work .ct > div {
    width: calc((100% - 40px) / 2);
}
.work .ct > div span {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #ccc;
    color: #676767;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.work .ct > div .tt {
    display: flex;
    gap: 15px;
    align-items: center;
}
.work .ct > div .tt p {
    font-size: 24px;
    font-weight: 700;
}
.work .ct > div ul {
    margin-top: 20px;
}
.work .ct > div ul li {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin-bottom: 8px;
    margin-left: 43px;
    line-height: 1.5;
}
.work .ct > div ul li:last-child {
    margin-bottom: 0;
}
.work .text_cir::before {
    top: 11px;
}

.wellbing {
    margin-top: 80px;
}
.wellbing .cont {
    margin-top: 40px;
}
.wellbing .cont .wellbing_in {
    display: flex;
}
.wellbing .cont .wellbing_in .img {
    width: 50%;
}
.wellbing .cont .wellbing_in .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wellbing .cont .wellbing_in .ct {
    width: 50%;
    background: #f5f5f5;
    padding: 60px 80px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
/* .wellbing .cont .wellbing_in .ct .top{

} */
.wellbing .cont .wellbing_in .ct .top span {
    display: block;
    font-size: 20px;
    color: #666;
    font-weight: 600;
    margin-bottom: 15px;
}
.wellbing .cont .wellbing_in .ct .top p {
    font-size: 36px;
    color: #111;
    font-weight: 700;
}
/* .wellbing .cont .wellbing_in .ct .bottom{
    
} */
.wellbing .cont .wellbing_in .ct .bottom p {
    font-size: 26px;
    color: #111;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-top: 90px;
}
.wellbing .cont .wellbing_in .ct .bottom ul {
    margin-top: 20px;
}
.wellbing .cont .wellbing_in .ct .bottom ul li {
    font-size: 20px;
    color: #555;
    font-weight: 400;
    margin-bottom: 10px;
}
.prod_swiper .swiper-pagination-bullet-active,
.career_swiper .swiper-pagination-bullet-active,
.wellbing .swiper-pagination-bullet-active {
    background: #ccc !important;
    width: 24px;
    border-radius: 50px !important;
}

.wellbing .swiper-button-next {
    color: transparent !important;
    width: 55px !important;
    height: 55px !important;
    position: absolute;
    left: 50% !important;
    top: auto;
    bottom: 10px !important;
    transform: translateX(-50%);
}
.wellbing .swiper-button-next:after {
    width: 100%;
    height: 100%;
    background: url(../images/easycerti/sub/slide_arrow_next.webp) no-repeat 0 0;
    background-size: contain;
}
.wellbing .swiper-button-prev {
    color: transparent !important;
    width: 55px !important;
    height: 55px !important;
    position: absolute;
    left: calc(50% - 72px) !important;
    top: auto;
    bottom: 10px !important;
    transform: translateX(-50%);
}
.wellbing .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    background: url(../images/easycerti/sub/slide_arrow_prev.webp) no-repeat 0 0;
    background-size: contain;
}
.wellbing .swiper-container-horizontal > .swiper-pagination-bullets,
.wellbing .swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: right;
    width: 80% !important;
}

.career {
    margin-top: 80px;
}
.career .career_in {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
}
.career .career_in .tit {
    width: 309px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 260px;
}
.career .cont_tit {
    text-align: left;
}
.career .career_in .tit span {
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 100px;
}
.career .career_in .ct {
    width: calc(100% - 309px - 40px - 260px);
    overflow: hidden;
}
.career .career_in .ct .career_swiper .wrap {
    padding-bottom: 80px;
    box-sizing: border-box;
}
.career .career_in .ct .career_swiper .img img {
    display: block;
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.career .career_in .ct .career_swiper .txt {
    margin-top: 37px;
    width: 100%;
}
.career .career_in .ct .career_swiper .txt p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}
.career .career_in .ct .career_swiper .txt p > span {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.career .career_in .ct .career_swiper .txt .txt_tit {
    font-size: 25px;
    font-weight: 600;
    color: #111;
    padding-bottom: 16px;
}

.career .swiper-button-next {
    color: transparent !important;
    width: 55px !important;
    height: 55px !important;
    position: absolute;
    left: 96px !important;
    top: auto;
    bottom: 10px !important;
    transform: translateX(-50%);
}
.career .swiper-button-next:after {
    width: 100%;
    height: 100%;
    background: url(../images/easycerti/sub/slide_arrow_next.webp) no-repeat 0 0;
    background-size: contain;
}
.career .swiper-button-prev {
    color: transparent !important;
    width: 55px !important;
    height: 55px !important;
    position: absolute;
    left: 24px !important;
    top: auto;
    bottom: 10px !important;
    transform: translateX(-50%);
}
.career .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    background: url(../images/easycerti/sub/slide_arrow_prev.webp) no-repeat 0 0;
    background-size: contain;
}

/* 240503 hy(s)*/
/* tab */
.tab-control ul li a span {
    display: block;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

/* 클라우드 서비스 */
.sub.cloud01::before {
    background: url(../images/easycerti/sub_cloud_bg01.webp) no-repeat 0 0;
    background-size: cover;
}
.cloud .floating-menu a {
    padding: 20px 0;
}
.cloud_intro .cont .txt h5 {
    margin-bottom: 20px;
}
.cloud_intro .cont .txt p {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    line-height: 1.75;
    font-weight: 400;
    color: #333;
}
.cloud_intro .cont .img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    margin-top: 40px;
}
.cloud_intro .cont .img > div {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: calc((100% - 345px) / 3);
}
.cloud_intro .cont .img img {
    width: calc(100% - 64px);
    height: auto;
    object-fit: contain;
}
.cloud_intro .cont .img .img_tit {
    font-size: 3rem;
    font-weight: 500;
    color: #111;
    text-align: center;
    margin-bottom: 10px;
}
.cloud_intro .cont .img .img_sub {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
.cloud_intro .cont .img .img_sub span {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
    color: inherit;
}
.cloud_intro .cont .img > div:nth-child(1) .img_sub {
    color: #234fa0;
}
.cloud_intro .cont .img > div:nth-child(2) .img_sub {
    color: #83a040;
}
.cloud_intro .cont .img > div:nth-child(3) .img_sub {
    color: #25b3d3;
}
.cloud_intro .cont .img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    margin-top: 40px;
}
.cloud_prod .cont .flex_between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    align-items: stretch;
    height: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.cloud_prod .cont .flex_between .txt {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: calc(50% - 120px);
    height: auto;
}
.cloud_prod .cont .flex_between .img {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    width: calc(50% + 60px);
    height: auto;
}
.cloud_prod .cont .flex_between .txt .logo {
    width: 100%;
    margin-bottom: 80px;
}
.cloud_prod .cont .flex_between .txt .logo ul {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.cloud01 .cloud_prod .cont .flex_between .logo ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
    width: calc(100% / 6);
}
.cloud01 .cloud_prod .cont .flex_between .logo ul li img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.cloud01 .cloud_prod .cont .flex_between .logo ul li span {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
}
.cloud01 .cloud_prod .cont .flex_between .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}
.cloud01 .cloud_prod .cont .flex_between .flex_wrap a {
    display: flex;
    width: calc((50% - 12px));
    height: 60px;
    padding: 14px 15px;
    padding-right: 70px;
    border: 1px solid #ddd;
    position: relative;
    font-size: 14px;
    align-items: center;
    text-align: left;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    box-sizing: border-box;
}
.cloud01 .cloud_prod .cont .flex_between .flex_wrap a > img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 30px;
    object-fit: contain;
    object-position: 0% 50%;
}
.cloud01 .cloud_prod .cont .flex_between .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cloud_prod .cont .flex_between .txt em {
    font-size: 1.6rem;
    font-weight: 700;
    color: #234fa0;
    font-style: unset !important;
}
.cloud_prod .cont .flex_between .txt h5 {
    padding: 8px 0 14px;
    font-size: 3.6rem;
    font-weight: 500;
    color: #111;
    text-align: left;
}
.cloud_prod .cont .flex_between .txt h5 > span {
    display: block;
    font-size: 3rem;
    font-weight: inherit;
    color: inherit;
    text-align: inherit;
}
.cloud_prod .cont .flex_between .txt p {
    font-size: 1.8rem;
    font-weight: 400;
    color: #333;
    text-align: left;
}
.cloud_prod02 {
    padding: 80px 0 90px;
    background-color: #f5f7fd;
}
.cloud_prod03 {
    padding-bottom: 120px;
}
.cloud .sub_page section {
    margin-bottom: 0;
}

/* 컨설팅 서비스 */
/* .consult .cont_p {
    font-size: 2.4rem;
    line-height: 1.55;
    font-weight: 500;
    color: #333;
    margin: 40px 0 90px;
} */
.consult_intro .cont .flex_between {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: wrap;
    gap: 60px;
}
.consult_intro .cont .flex_between .img {
    width: 50%;
    height: auto;
}
.consult_intro .cont .flex_between .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.consult_intro .cont .flex_between .txt {
    width: calc(50% - 60px);
}
.consult_intro .cont .flex_between .txt h5 {
    font-size: 3rem;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
    line-height: 1.5;
}
.consult_intro .cont .flex_between .txt p {
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.consult_intro .cont .flex_between .txt p:last-child {
    padding-bottom: 0;
}
.consult_intro .cont .box_txt {
    display: flex;
    flex-flow: column;
    gap: 20px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 40px;
    margin-top: 40px;
    color: #333;
}
.consult_intro .cont .box_txt .wrap {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.consult_intro .cont .box_txt .wrap .tit {
    display: block;
    padding: 5px 10px;
    background: #124098;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
}
.consult_intro .cont .box_txt .wrap .txt {
    display: flex;
    flex-flow: column;
}
.consult_intro .cont .box_txt p {
    position: relative;
    font-size: 1.8rem;
    color: #333;
    line-height: 32px;
}
.consult_intro .cont .box_txt .wrap:nth-child(2) p {
    color: #124098;
    margin-bottom: 10px;
    font-weight: 500;
}

/* .consult_intro .cont .box_txt p::before {
    content: "";
    display: block;
    position: absolute;
    padding: 5px 10px;
    background: #124098;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    top: 50%;
    left: -96px;
    transform: translateY(-50%);
}
.consult_intro .cont .box_txt p:nth-child(1):before {
    content: "적용대상";
}
.consult_intro .cont .box_txt p:nth-child(2):before {
    content: "법적근거";
} */
.consult_intro .cont .box_txt ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.consult_intro .cont .box_txt ul li {
    padding-left: 25px;
    line-height: 1.7;
}
.consult_intro .cont .box_txt ul li {
    position: relative;
}
.consult_intro .cont .box_txt ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
}
.consult_intro .cont .box_txt ul li:nth-child(1)::before {
    content: "①";
}
.consult_intro .cont .box_txt ul li:nth-child(2)::before {
    content: "②";
}
.consult_intro .cont .box_txt ul li:nth-child(3)::before {
    content: "③";
}
.consult_intro .cont .box_txt ul li:nth-child(4)::before {
    content: "④";
}
.consult_intro .cont .box_txt ul li:nth-child(5)::before {
    content: "⑤";
}
/* .consult h5 {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin: 40px auto 0;
}
.consult h5 > span {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
} */
.tab_ct > div.process {
    margin-bottom: 0;
}
.consult .process {
    background: #f8f9fc;
    padding: 80px 0 90px;
}
.consult .process.process02 {
    background: #fff;
}
.consult .process .ct {
    margin-top: 90px;
}
.consult .process .proc_img img {
    width: 100%;
    margin-bottom: 40px;
}
.consult .process .proc_img .txt_info {
    text-align: right;
    color: #666;
    font-weight: 400;
    margin-bottom: 90px;
}
.consult .process .proc_img .txt_info span {
    padding-left: 20px;
    font-size: 15px;
}
.consult .process .proc_detail {
    display: flex;
    gap: 24px;
}
.consult .process .proc_detail > div {
    width: calc((100% - 72px) / 4);
    background: #fff;
    border: 1px solid #ddd;
}
.consult .process .proc_detail > div .img {
    width: 100%;
}
.consult .process .proc_detail > div .img img {
    width: 100%;
}
.consult .process .proc_detail > div .txt {
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 40px 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
}
.consult .process .proc_detail > div .txt .order {
    display: block;
    width: 100%;
    font-size: 3rem;
    font-weight: 700;
    color: #b5b5b5;
    padding-bottom: 20px;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 28px;
}
.consult .process .proc_detail dt {
    font-size: 2.4rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 28px;
}
.consult .process .proc_detail dd p {
    font-size: 1.8rem;
    padding-bottom: 15px;
    color: #333;
    font-weight: 500;
}
.consult .table_box {
    margin: 0;
}
.consult02 .q_mark {
    padding: 90px 0 60px;
}
.q_mark {
    display: flex;
    justify-content: center;
    width: 100%;
}
.q_mark p {
    position: relative;
    width: fit-content;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 30px;
    text-align: center;
}
.q_mark p::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 19px;
    height: 16px;
    background: url(../images/easycerti/sub/consult02_bg07.webp) no-repeat 50% 50%;
    background-size: contain;
}
.q_mark p::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 19px;
    height: 16px;
    background: url(../images/easycerti/sub/consult02_bg08.webp) no-repeat 50% 50%;
    background-size: contain;
}
.consult .process .proc_detail dd p.text_cir {
    font-size: 1.6rem;
    color: #333;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 1.5;
}
.consult .process.process02 .proc_detail > div {
    width: calc((100% - 48px) / 3);
}
.consult02 .process .proc_detail dd {
    height: auto;
}
.consult .process.process02 .proc_detail > div .txt {
    padding: 40px;
}

.consult .table_img img {
    width: 100%;
    object-fit: contain;
}
.consult .tb01 tbody tr td {
    text-align: center;
    color: #333;
    padding: 18px 30px;
}
.consult .tb01 .badge {
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 12px;
    margin: 5px auto 0;
    background: #4876ef;
    color: #fff;
}
.consult .tb01 .badge2 {
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 12px;
    margin: 5px auto 0;
    background: #1d5b83;
    color: #fff;
}
.consult.consult02 .tb01 tbody tr td:last-child {
    text-align: left;
}
.consult.consult03 .tb01 tbody tr td p {
    margin-bottom: 8px;
}
.consult.consult03 .tb01 tbody tr td ul {
    width: fit-content;
    margin: 0 auto;
}
.tb01 tbody tr td > span {
    display: block;
}
.tb01 tbody tr td.bg_blue2 {
    background: #eaedf5;
    text-align: center;
}
.tb01 tbody tr td.bg_blue1 {
    background: #f3f5fa;
    text-align: center;
}
.consult .features .ct {
    gap: 24px;
}
.consult .features {
    background: #f8f9fc;
    padding: 80px 0 120px;
}
.consult .features .ct .box {
    width: calc((100% - 72px) / 4);
    /* position: relative;
    padding: 50px 20px;
    gap: 0px; */
}
.features .ct .box::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background: #a1bfff;
}
/* .consult .features .ct .box dl dt {
    font-size: 2.4rem;
    margin-bottom: 15px;
}
.consult .features .ct .box dl dd {
    font-size: 16px;
} */

/* .consult02 .features .ct .box dl dt,
.consult03 .features .ct .box dl dt {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 72px;
} */
.consult03 .process .ct {
    display: flex;
    flex-flow: column;
    gap: 60px;
}
.consult03 .process .ct > div {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    width: 100%;
}
.consult03 .process .ct .tit {
    width: 300px;
    font-size: 24px;
    font-weight: 500;
    color: #111;
}
.consult03 .process .ct .cont {
    width: calc(100% - 300px - 100px);
}
.consult03 .process .ct .cont p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.75;
}
.consult03 .process .ct .cont img {
    width: 100%;
    padding-top: 30px;
}
.consult03 .process .ct > div:last-child .cont img {
    padding-left: 40px;
    box-sizing: border-box;
}
.consult03 .features .ct .box {
    width: calc((100% - 48px) / 3);
}

.consult01 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/consult01_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.consult01 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/consult01_features_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}
.consult01 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/consult01_features_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.consult01 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/consult01_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}

.consult02 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/consult01_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.consult02 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/consult01_features_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}
.consult02 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/consult01_features_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.consult02 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/consult01_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}

.consult03 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/consult03_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.consult03 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/consult03_features_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}
.consult03 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/consult03_features_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}

/* API 서비스 */
.sub.api01::before {
    background: url(../images/easycerti/sub_prod_bg02.webp) no-repeat 0 0;
    background-size: cover;
}
.api_intro .cont .flex_between {
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 20px;
}
.api_intro .cont .flex_between .img {
    width: 100%;
}
.api_intro .cont .flex_between .img img {
    display: block;
    margin: 0 auto;
    width: 288px;
}
.api_intro .cont .flex_between .txt h5 {
    /* font-size: 36px;
    font-weight: 700;
    margin: 0 0 40px 0;
    text-align: left;
    width: 100%;
    line-height: 1.5;
    color: #111; */
    margin: 0 0 40px 0;
}
.api_intro .cont .flex_between .txt {
    width: 100%;
}
.api_intro .cont .flex_between .txt > ul {
    padding: 20px 0;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
}
.api_intro .cont .flex_between .txt > ul > li {
    font-size: 2rem;
    line-height: 1.75;
    color: #333;
}
.api01 h5 > span {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.api_intro .cont .flex_between02 .btn_group {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 50px auto 0;
}
.api_intro .cont .flex_between02 .btn {
    width: auto;
    height: auto;
    padding: 20px 72px;
    justify-content: center;
    line-height: 1.5;
    box-sizing: border-box;
}

.api01 .system .ct .img img {
    display: block;
    width: 93%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.features .cont > p {
    font-size: 2.4rem;
    line-height: 1.75;
    color: #333;
    font-weight: 500;
    padding-top: 30px;
    text-align: center;
}
.features .cont > p > span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    display: block;
}
.api01 #tab-content1 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content1 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content1 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content1 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content1 .features .ct .box:nth-child(5) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content1 .features .ct .box:nth-child(6) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon06.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content1 .features .ct .box:nth-child(7) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon07.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content1 .features .ct .box:nth-child(8) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon08.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content1 .features .ct .box:nth-child(9) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon09.webp) no-repeat 50% 50%;
    background-size: contain;
}

.api01 #tab-content2 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content2 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content2 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/prod02_features_icon06.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content2 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/prod03_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content2 .features .ct .box:nth-child(5) dl dt::after {
    background: url(../images/easycerti/sub/prod03_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content2 .features .ct .box:nth-child(6) dl dt::after {
    background: url(../images/easycerti/sub/prod03_features_icon06.webp) no-repeat 50% 50%;
    background-size: contain;
}

.api01 #tab-content3 .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content3 .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content3 .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content3 .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content3 .features .ct .box:nth-child(5) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon05.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content3 .features .ct .box:nth-child(6) dl dt::after {
    background: url(../images/easycerti/sub/prod01_features_icon06.webp) no-repeat 50% 50%;
    background-size: contain;
}

.api01 #tab-content1 .cons_case .ct .box dl dt,
.api01 #tab-content3 .cons_case .ct .box dl dt {
    min-height: 80px;
}

.api01 #tab-content2 .cons_case .ct .box:nth-child(1) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content2 .cons_case .ct .box:nth-child(2) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content2 .cons_case .ct .box:nth-child(3) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}
.api01 #tab-content2 .cons_case .ct .box:nth-child(4) dl::after {
    background: url(../images/easycerti/sub/prod01_conscase_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}

.news .title {
    width: 100%;
    margin-bottom: 40px;
}
.news .title h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    color: #111;
    padding-bottom: 20px;
}
.news .title p {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}
.news_list .box_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.news .select_label label,
.news .select_label {
    display: flex;
    align-items: center;
    gap: 5px;
}
.news.exemple .select_label {
    width: 200px;
}
.tab-select label,
.news .select_label label {
    display: block;
    width: 100%;
    height: auto;
    font-size: 15px;
}
.news_list .box {
    width: calc((100% - 40px - 40px) / 3);
}
.news_list .box img {
    width: 100%;
    object-fit: contain;
}
.news_list .box .txt {
    padding: 30px 0;
}
.news_list .box .txt .category {
    font-size: 16px;
    font-weight: 400;
    color: #124098;
    padding-bottom: 20px;
}
.news_list .box .txt .tit {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    line-height: 1.5;
    word-break: break-all;
    margin-bottom: 20px;
}

.news_list .box .txt .cont,
.news_list .box .txt .date {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.news_list .box:hover .txt .tit {
    color: #124098;
    text-decoration: underline;
}
.news_list .box:hover .txt .cont,
.news_list .box:hover .txt .date {
    color: #333;
}
.tab_ct .news_list > div:first-child {
    margin-top: 50px;
}

.news_detail {
    width: 100%;
}
.news_detail .detail_tit .category {
    font-size: 16px;
    font-weight: 400;
    color: #124098;
    padding-bottom: 20px;
}
.news_detail .detail_tit .tit {
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    color: #111;
    line-height: 1.5;
    word-break: break-all;
    padding-bottom: 30px;
}
.news_detail .detail_tit .sub_txt {
    width: 100%;
    font-size: 16px;
    color: #666;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}
.news_detail .detail_tit .sub_txt .pers {
    position: relative;
    padding-right: 37px;
}
.news_detail .detail_tit .sub_txt .pers::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #ddd;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}
.news_detail .detail_tit .file {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.news_detail .detail_tit .file ul li {
    position: relative;
    padding-left: 26px;
    color: #666;
}
.news_detail .detail_tit .file ul li:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/easycerti/sub/news02_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
}
.news_detail .detail_cont {
    padding: 40px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}
.news_detail .detail_cont .img {
    min-height: 240px;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 30px 0;
}
.news_detail .detail_list {
    border-top: 1px solid #333;
    margin-bottom: 50px;
}
.news_detail .detail_list > div {
    display: flex;
    gap: 60px;
    padding: 32px 0;
    border-bottom: 1px solid #ddd;
}
.news_detail .detail_list .tit {
    width: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.news_detail .detail_list .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 110px);
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.news_detail .back_page {
    display: block;
    width: fit-content;
    padding: 20px 50px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0 auto;
}
.exemple .title {
    margin-top: 90px;
}
.exemple .news_list {
    margin-top: 40px;
}

.career02 .w_person img {
    width: calc(100% - 240px);
    object-fit: contain;
    margin: 40px 0 90px;
    padding: 0 120px;
}
.career02 .w_process img {
    width: 100%;
    object-fit: contain;
    margin: 80px 0 90px;
}
.career02 .w_process .btn_group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    gap: 20px;
    margin-bottom: 90px;
}
.career02 .w_process .btn_group > a {
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #4876ef;
    color: #4876ef;
    padding: 20px 40px;
    box-sizing: border-box;
}
.career02 .w_process .btn_group > a.btn01 {
    background: #4876ef;
    color: #fff;
}
.career02 .w_place .cont {
    margin: 40px 0 120px;
}
.career02 .w_place .cont .box_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 37px;
}
.career02 .w_place .cont .box {
    width: calc((100% - 37px - 37px) / 3);
}
.career02 .w_place .cont .box img {
    width: 100%;
}
.career02 .w_place .cont .box .txt p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 20px;
    text-align: center;
}
.career02 .content_wrap {
    padding-bottom: 0;
}

/* 문의하기 */
.inquiry .cont_p {
    text-align: center;
}
.cont_p span {
    display: block;
}
.inquiry .section-01 {
    padding-bottom: 90px;
}
.box_info {
    width: 1060px;
    margin: 0 auto;
    padding: 50px;
    background: #f7f7f7;
}
.box_info .input_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.box_info .input_wrap {
    width: calc((100% - 20px) / 2);
}
.box_info label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.box_info label > span {
    font-size: inherit;
    font-weight: inherit;
    color: #ff0000;
}
.box_info .input_wrap.input_s {
    width: calc((50% - 30px) / 2);
}
.box_info .input_wrap.input_l {
    width: 100%;
}
.box_info .input_wrap.input_l .input_box {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}
.box_info .btn {
    display: block;
    width: fit-content;
    font-size: 16px;
    height: 64px;
    line-height: 64px;
    font-weight: 700;
    color: #fff;
    background: #234cb6;
    padding:  0 72px;
    box-sizing: border-box;
    margin: 30px auto 0;
}
.inquiry .sub_page section {
    margin: 0;
}
.inquiry .content_wrap {
    padding-bottom: 0;
}
.inquiry .features {
    background: #f5f7fd;
    padding: 80px 0 120px;
    margin: 0;
}
.inquiry .features .ct {
    gap: 28px;
}
.inquiry .features .ct .box {
    width: calc((100% - 84px) / 4);
}
.inquiry .features .ct .box dt {
    color: #111;
}
.inquiry .features .ct .box dd {
    display: flex;
    flex-flow: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.inquiry .features .ct .box dd p {
    position: relative;
    width: fit-content;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-left: 32px;
}
.inquiry .features .ct .box dd p.icon_mail::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/easycerti/sub/mail.webp) no-repeat 50% 50%;
    background-size: cover;
    top: 0;
    left: 0;
}
.inquiry .features .ct .box dd p.icon_call::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/easycerti/sub/phone.webp) no-repeat 50% 50%;
    background-size: cover;
    top: 0;
    left: 0;
}

.inquiry .features .ct .box:nth-child(1) dl dt::after {
    background: url(../images/easycerti/sub/inquiry01_features_icon01.webp) no-repeat 50% 50%;
    background-size: contain;
}
.inquiry .features .ct .box:nth-child(2) dl dt::after {
    background: url(../images/easycerti/sub/inquiry01_features_icon02.webp) no-repeat 50% 50%;
    background-size: contain;
}
.inquiry .features .ct .box:nth-child(3) dl dt::after {
    background: url(../images/easycerti/sub/inquiry01_features_icon03.webp) no-repeat 50% 50%;
    background-size: contain;
}
.inquiry .features .ct .box:nth-child(4) dl dt::after {
    background: url(../images/easycerti/sub/inquiry01_features_icon04.webp) no-repeat 50% 50%;
    background-size: contain;
}

/* Media-query */
@media screen and (max-width: 1480px) {
    .comp_situ .inner {
        margin: 80px 40px 0;
        padding: 80px 80px;
        width: calc(100% - 80px);
    }
    .ci .inner {
        margin: 0 40px;
        padding: 0 80px 90px;
        width: calc(100% - 80px);
    }
}
@media screen and (max-width: 1400px) {
    .certify .cont > div{
        gap: 30px;
    }
    .certify .cont .flex_between{
        width: calc((100% - 30px - 30px) / 3);
    }
    .certify .cont .flex_between .txt{
        padding: 40px 15px;
    }
    .certify .cont > div.table_box{
        margin-top: 40px;
    }

    .comp_situ .inner {
        padding: 60px 40px 60px;
    }
    .ci .inner {
        padding: 0 40px 60px;
    }
    .ci .cont .ci_info {
        gap: 20px;
    }
    .ci .cont .ci_info .color_info .ct {
        gap: 10px;
    }
    .ci .cont .ci_info .color_info > div {
        gap: 20px;
    }

    .prod_wrap .prod_img {
        margin-right: 20px;
    }
    .intro_bg .cont .qna > div .qna_ct {
        width: calc(100% - 577px - 20px);
    }
    .intro_bg .cont .info .info_detail > div {
        gap: 40px;
    }
    .consult .process .proc_detail,
    .consult_intro .cont .flex_between,
    .cloud_prod .cont .flex_between,
    .intro_bg .cont .qna > div,
    .features .ct,
    .intro_bg .cont .info .info_detail > div .txt {
        gap: 20px;
    }
    .features .ct .box {
        width: calc((100% - 20px - 20px) / 3);
    }
    .intro_bg .cont .qna > div .qna_ct dl dt,
    .intro_bg .cont .qna > div .qna_ct dl dd {
        gap: 12px;
    }
    .cons_case::after {
        width: 100%;
    }

    .comp03 .cont .history > div .txt {
        padding: 32px 20px;
    }
    .cloud_prod .cont .flex_between .txt {
        width: calc(50% - 20px);
    }
    .cloud_prod .cont .flex_between .img {
        width: calc(50%);
    }
    .cloud01 .cloud_prod .cont .flex_between .flex_wrap a {
        height: 48px;
    }
    .cloud01 .cloud_prod .cont .flex_between .flex_wrap {
        gap: 16px;
    }
    .cloud01 .cloud_prod .cont .flex_between .flex_wrap a {
        width: calc(50% - 8px);
    }
    .consult03 .process .ct > div{
        gap: 20px;
    }
    .consult03 .process .ct .cont {
        width: calc(100% - 300px - 20px);
    }
    .consult_intro .cont .flex_between .txt {
        width: calc(50% - 20px);
    }
    .consult_intro .cont .box_txt {
        padding: 30px;
    }

    /* News */
    .news_list .box_cont {
        gap: 24px;
    }
    .news_list .box .txt {
        padding: 24px 0;
    }
    .news_list .box {
        width: calc((100% - 24px - 24px) / 3);
    }

    .career .career_in .tit {
        margin-left: 16px;
    }
    .work .ct,
    .career .career_in .ct {
        width: calc(100% - 309px - 20px - 16px);
    }
    .career02 .w_place .cont .box_cont,
    .work,
    .work .ct,
    .career .career_in {
        gap: 20px;
    }
    .career02 .w_place .cont .box {
        width: calc((100% - 20px - 20px) / 3);
    }
    .career .career_in .ct .career_swiper .txt p {
        font-size: 16px;
        line-height: 1.75;
    }
    .career .career_in .ct .career_swiper .txt p > span {
        display: inline;
    }
    .inquiry .features .ct{
        gap: 20px;
    }
    .inquiry .features .ct .box{
        width: calc((100% - 20px - 20px - 20px) / 4);
    }
}

@media screen and (max-width: 1260px) {
    .prod_intro .cont .flex_between02 .btn {
        gap: 10px;
    }
    .prod_intro .cont .flex_between02 .btn button {
        width: 180px;
    }
}

@media screen and (max-width: 1200px) {
    /* 회사소개_기업개요 */
    .ci .cont .download div {
        width: calc((100% - 40px) / 3);
    }
    .ci .cont .download div a {
        font-size: 15px;
    }
    .ci .cont .download div a::after {
        right: 20px;
    }

    .comp_situ .inner {
        padding: 60px 40px;
    }
    .comp_situ .cont {
        flex-flow: column;
        gap: 0;
    }
    .comp_situ .cont > div {
        width: 100%;
    }
    .ci .inner {
        padding: 0 40px 80px;
    }
    .ci .cont .ci_info {
        flex-flow: column;
        padding: 20px;
        border: 1px solid #ddd;
    }
    .ci .cont .ci_info > div {
        width: 100%;
    }

    /* 회사소개_인증 및 수상 */
    .certify .cont .flex_between {
        width: calc((100% - 40p - 40px) / 3);
    }

    /* 회사소개_사회공헌 */
    .comp05 .ct {
        gap: 40px;
    }
    .comp05 .ct .box {
        width: calc((100% - 40px - 40px) / 3);
    }

    /* 회사소개_주요고객사 */
    .cust_logo ul li {
        width: calc((100% - 50px) / 6);
    }

    /* 회사소개_오시는길 */
    .comp07 .cont .box .map_wrap {
        flex-flow: column;
    }
    .comp07 .cont .box .map_wrap .map_info {
        width: 100%;
    }
    .comp07 .cont .box .map_wrap > .img {
        width: calc(100%);
    }
    .comp07 .cont .box .map_wrap > .img img {
        object-fit: cover;
    }
    .comp07 .cont .box .map_button {
        position: relative;
        margin: 24px auto 0;
    }
    .comp07 .cont .box .map_api div dl {
        gap: 10px;
    }

    /* 제품_개인정보보호 */
    .sub_page h3.sec_tit,
    .prod_intro .cont .prod_wrap .prod_tit h5 {
        font-size: 32px;
    }
    .cons_case .ct {
        width: 90%;
    }

    .cloud_prod .cont .flex_between .txt h5 {
        font-size: 28px;
    }
    .q_mark p,
    .consult_intro .cont .flex_between .txt h5,
    .cloud_intro .cont .img .img_tit,
    .wellbing .cont .wellbing_in .ct .top p,
    .cont_tit,
    .work .cont_tit,
    .comp04 .prime .cont_tit,
    .cloud h5,
    .prod h5,
    .cons_case h5 {
        font-size: 24px;
    }
    .cont_tit,
    .work .cont_tit {
        text-align: center;
    }

    .cloud_prod .cont .flex_between .txt h5 > span,
    .prod_intro .cont .prod_wrap .prod_tit em {
        font-size: 22px;
    }
    .consult03 .process .ct .tit,
    .consult .process .proc_detail dt,
    .career .career_in .ct .career_swiper .txt .txt_tit,
    .work .ct > div .tt p,
    .intro_bg .cont .info .info_detail > div .txt dl dt,
    .intro_bg .cont .qna > div .qna_ct dl dt span.txt,
    .features .ct .box dl dt {
        font-size: 20px;
        font-weight: 600;
    }
    .cont_p {
        font-weight: 400;
    }
    .prod_intro .cont .prod_wrap .prod_tit em {
        font-weight: 700;
    }
    .cont_p,
    .comp_situ .cont > div .tt,
    .comp07 .cont .box .map_api div dl dd,
    .comp07 .cont .box .map_api div dl dt,
    .comp07 .cont .box .map_wrap .map_info div dl dt,
    .comp07 .cont .box .map_wrap .map_info div dl dd,
    .features .cont > p,
    .tab-control ul li a,
    .cloud_intro .cont .img .img_sub,
    .cloud_intro .cont .txt p,
    .wellbing .cont .wellbing_in .ct .bottom p,
    .system_tit,
    .cons_case .ct .box dl dt {
        font-size: 18px;
    }
    .wellbing .cont .wellbing_in .ct .bottom ul li,
    .ci .cont .ci_info .color_info .tt,
    .comp_situ .cont > div .ct,
    .consult .process .proc_detail dd p,
    .api_intro .cont .flex_between .txt > ul > li,
    .consult_intro .cont .flex_between .txt p,
    .cloud_prod .cont .flex_between .txt p,
    .career .career_in .ct .career_swiper .txt p,
    .wellbing .cont .wellbing_in .ct .top span,
    .work .ct > div ul li,
    .prod_intro .n_text,
    .intro_bg .cont .info .info_detail > div .txt dl dd,
    .intro_bg .cont .qna > div .qna_ct dl dd span.txt,
    .features .ct .box dl dd {
        font-size: 16px;
    }
    .ci .cont .ci_info {
        margin-top: 40px;
    }
    .ci .cont .ci_img {
        margin-bottom: 20px;
    }
    .ci .cont .ci_info .color_info > div {
        padding: 15px 0;
    }
    .comp_situ .cont > div .ct {
        margin-top: 10px;
    }
    .consult .process .proc_img .txt_info span {
        font-size: 14px;
    }
    .work .ct > div ul li {
        margin-bottom: 0;
    }
    .intro_bg .cont .qna > div .qna_ct dl dt span.txt {
        background: #fff;
    }
    .prod_wrap .prod_btn button:nth-child(1),
    .prod_wrap .prod_btn button:nth-child(2) {
        width: calc((100% - 16px) / 2);
        min-width: auto;
    }
    .prod_wrap .prod_btn button:nth-child(3) {
        width: 100% !important;
    }

    .cloud_intro .cont .img > div {
        width: calc((100%) / 3);
    }
    .cloud_prod .cont .flex_between .txt h5 {
        margin-top: 0;
    }
    .cloud01 .cloud_prod .cont .flex_between .flex_wrap,
    .cloud_prod .cont .flex_between .txt .logo {
        margin-bottom: 24px;
    }
    .cloud01 .cloud_prod .cont .flex_between .flex_wrap {
        gap: 16px;
    }

    .consult .process .proc_detail > div .txt .order {
        padding-bottom: 8px;
        margin-bottom: 16px;
    }
    .consult .process .proc_detail dt {
        margin-bottom: 16px;
    }
    .consult .process .proc_detail dd p.text_cir {
        padding-bottom: 0px;
    }
    .consult .process .ct {
        margin-top: 40px;
    }
    .consult .process .proc_detail > div .txt {
        padding: 30px 20px;
    }

    /* News */
    .news_list .box .txt .category,
    .news_list .box .txt .cont,
    .news_list .box .txt .date {
        font-size: 15px;
    }
    .news_list .box .txt .tit {
        font-size: 18px;
    }
    .news_list .box .txt .category {
        padding-bottom: 8px;
    }
    .news_list .box .txt .tit {
        margin-bottom: 16px;
    }
    .news .title h4 {
        font-size: 32px;
    }
    .news .title p {
        font-size: 20px;
    }

    .work .cont_tit {
        width: 100%;
    }
    .work .ct {
        width: calc(100% - 20px);
    }
    .work .ct > div ul {
        margin-top: 16px;
    }

    .career02 .w_place .cont .box {
        width: calc((100% - 20px) / 2);
    }
    .career02 .w_person img {
        width: 100%;
        padding: 0;
    }
    .comp07 .cont .box .map_wrap .map_info div dl {
        gap: 20px;
    }
    .box_info{
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .sub::before {
        height: 370px !important;
    }

    /* 회사소개_기업개요 */
    .comp01 .flex_between {
        flex-flow: column;
        gap: 20px;
        align-items: center;
    }
    .comp01 .flex_between > .img {
        width: 60%;
    }
    .comp01 .flex_between > p {
        width: 100%;
    }
    .comp_situ .inner {
        flex-flow: column;
    }
    .comp_situ .cont > div {
        margin-bottom: 20px;
    }
    .comp_situ .cont > div .tt {
        font-size: 18px;
    }
    .comp_situ .cont > div .ct {
        margin-top: 10px;
        font-size: 16px;
    }
    .comp_situ .cont,
    .ci .cont {
        width: 100%;
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
    .ci .cont .ci_img {
        margin-bottom: 30px;
    }

    /* 회사소개_CEO인사말 */
    .comp02 .flex_between {
        flex-flow: column;
        gap: 20px;
    }
    .comp02 .flex_between .img {
        width: 100%;
        height: 300px;
    }
    .comp02 .flex_between .img img {
        object-fit: cover;
    }
    .comp02 .flex_between .ct {
        width: 100%;
    }
    .comp02 .flex_between::before {
        display: none;
    }
    .comp02 {
        padding-bottom: 280px;
    }
    .comp02::after {
        height: 280px;
    }

    /* 회사소개_인증 및 수상 */
    /* .certify .cont .flex_between {
        display: flex;
        width: 100%;
    } */
    .prime_in {
        width: 100%;
    }
    .prime::after {
        top: 0;
    }
    .prime_in dl {
        gap: 20px;
    }
    .prime_in dl dt {
        font-size: 18px;
        width: 100px;
    }
    .prime_in dl dd {
        font-size: 16px;
        width: calc(100% - 100px - 20px);
    }
    .comp04 .section-01 tr td:last-child,
    .comp04 .section-03 tr td:last-child {
        padding-left: 20px;
    }

    /* 회사소개_사회공헌 */
    .comp05 .ct {
        gap: 30px;
    }
    .comp05 .ct .box {
        width: calc((100% - 30px) / 2);
    }

    .comp07 .cont .box .map_api div dl dt,
    .comp07 .cont .box .map_wrap .map_info div dl dt {
        font-size: 1.8rem;
    }
    .comp07 .cont .box .map_wrap .map_info div dl dd {
        font-size: 1.6rem;
    }

    /* 제품_개인정보보호 */

    .intro_bg .cont .info .info_detail > div {
        gap: 40px;
        border-bottom: none;
    }
    .intro_bg .cont .info .info_detail > div .txt {
        gap: 10px;
        flex-flow: column;
    }
    .intro_bg .cont .info .info_detail > div .txt .order {
        font-size: 22px;
    }
    .intro_bg .cont .qna > div {
        flex-flow: column;
        align-items: flex-start;
        gap: 40px;
    }
    .intro_bg .cont .qna > div .img {
        width: 100%;
        height: 250px;
    }
    .intro_bg .cont .qna > div .img img {
        object-fit: cover;
    }
    .intro_bg .cont .qna > div .qna_ct {
        width: 100%;
    }
    .intro_bg .cont .qna > div:nth-child(2n) {
        flex-direction: column;
    }
    .system .ct .prod_swiper .swiper-button-prev {
        left: 0;
    }
    .system .ct .prod_swiper .swiper-button-next {
        right: 0;
    }
    .cons_case .ct {
        width: 100%;
        gap: 20px;
    }
    .cons_case .ct .box {
        width: calc((100% - 20px) / 2);
        padding: 45px 20px;
    }
    .features .ct {
        gap: 30px;
    }
    .features .ct .box {
        width: calc((100% - 30px) / 2);
    }

    .consult_intro .cont .box_txt {
        padding: 30px 20px;
    }

    /* News */
    .news_list .box {
        width: calc((100% - 24px) / 2);
    }

    /* 채용_조직문화 */
    .work {
        flex-flow: column;
        gap: 10px;
    }
    .work .cont_tit {
        width: 100%;
    }
    .work .ct {
        width: 100%;
    }
    .wellbing .cont .wellbing_in .ct {
        padding: 30px;
    }
    /* .wellbing .cont .wellbing_in .ct .top p {
        font-size: 2.8rem;
    }
    .wellbing .cont .wellbing_in .ct .bottom p {
        font-size: 2rem;
    }
    .wellbing .cont .wellbing_in .ct .bottom ul li {
        font-size: 1.6rem;
    }
    .wellbing .cont .wellbing_in .ct .top span {
        margin-bottom: 5px;
        font-size: 1.6rem;
    } */
    /* .wellbing .swiper-button-prev{
        left: 38%!important;
    }
    .wellbing .swiper-button-next{
        left: 47%!important;
    } */
    .career01 .content_wrap {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 920px) {
    .comp03 .cont_p{
        margin-bottom: 64px;
    }
    .sub_page h3.sec_tit {
        margin-bottom: 0;
    }
    .comp01 .flex_between {
        gap: 0px;
    }
    .comp01 .sub_page section:first-child {
        padding-bottom: 0;
    }
    .comp_situ .inner {
        width: 100%;
        margin: 0;
        padding: 64px 16px;
    }
    .ci .inner {
        width: 100%;
        margin: 0;
        padding: 0 16px 64px;
    }
    .sub_page h3.sec_tit span {
        display: inline;
    }

    /* 회사소개_연혁 */
    .comp03 .cont .history > div {
        flex-flow: column;
    }
    .comp03 .cont .history > div h4 {
        width: calc(100% - 50px);
        text-align: left;
        margin-right: 0;
    }
    .comp03 .cont .history > div .txt {
        width: 100%;
        padding: 0 0 40px 55px;
    }
    .comp03 .cont .history .btn.more {
        margin-top: 24px;
    }
    /* .comp03 .cont .history > div .txt .history_cont {
        gap: 8px;
    } */
    .comp03 .cont .history > div .txt .history_cont > div ul li {
        margin-bottom: 8px;
    }
    .comp03 .cont .history .btn.more{
        margin: 10px 0 0 80px;
    }
    .comp_situ::before,
    .ci::before {
        display: none;
    }
    .sub_page h3.sec_tit {
        font-size: 24px;
    }

    /* 인증수상 */
    .certify .cont{
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        gap: 20px;
    }
    .certify .cont > div {
        gap: 20px;
    }
    .certify .cont .flex_between {
        flex-flow: column;
        width: calc((100% - 20px - 20px) / 3);
    }
    .certify .cont .flex_between .img{
        width: 100%;
    }
    .certify .cont .flex_between .txt{
        width: 100%;
        text-align: center;
        border-top: none;
        padding: 20px 8px;
        gap: 8px;
    }
    .certify .cont > div.table_box {
        margin-top: 64px;
    }
    .comp04 .btn.more {
        width: fit-content;
        display: block;
        position: relative;
    }
    .comp04 .btn.more::before{
        content: "더보기";
        position: relative;
        display: block;
        top: 0;
        left: 0;
        font-size: 14px;
    }
    .comp04 .prime .prime_in {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        padding: 40px;
    }
    .comp04 .prime .prime_in_wrap{
        display: flex;
        flex-flow: column;
        width: 100%;
        gap: 20px;
    }
    .comp04 .prime .prime_in.on {
        height: auto;
        overflow: visible;
    }
    .prime_in dl{
        margin-bottom: 10px;
    }

    .cust_logo ul {
        padding: 0 40px;
    }
    .certify .cont > div.table_box{
        display: none;
        margin-top: 20px;
    }
    .certify .cont > div.table_box.on{
        display: block;
    }
    .patent > .cont{
        display: flex;
        flex-flow: column;
        align-items: flex-end;
    }
    .prime .prime_in_wrap .hide,
    .patent .table_box .hide{
        display: none;
    
    }
    
    .prime .prime_in_wrap.on .hide{
        display: flex;
    }
    .patent .table_box.on .hide{
        display: table-row;
    }
    .prime .cont::after{
        height: 300px;
    }

    /* 채용 */
    .career .career_in .tit {
        width: calc(100% - 32px);
    }
    .career .career_in {
        flex-flow: column;
        align-items: center;
    }
    .career .career_in .ct {
        width: 100%;
    }

    /* 제품 그리드 */
    .prod_wrap {
        display: flex;
        flex-flow: column;
        align-items: center;
        width: 100%;
    }
    .prod h5 {
        /* font-size: 2.8rem;
        font-weight: 600; */
        width: 100%;
    }
    .cloud h5,
    .prod h5,
    .cons_case h5 {
        margin: 32px auto 0;
        font-size: 20px;
    }

    .prod_intro .cont .prod_wrap {
        flex-flow: column;
        gap: 40px;
        align-items: center;
    }
    .prod_wrap .prod_img {
        margin: 0;
    }
    .prod_intro .cont .prod_wrap .img img {
        margin: 0 24px;
        width: calc(100% - 44px);
    }
    .prod_intro .cont .prod_wrap .txt {
        width: 100%;
    }
    .prod_intro .cont .prod_wrap .txt em {
        text-align: center;
        margin-bottom: 8px;
    }
    .prod_intro .cont .prod_wrap .txt h5 {
        margin-bottom: 16px;
    }
    .prod_intro .cont .prod_wrap02 {
        gap: 40px;
    }
    .prod_intro .cont .prod_wrap02 .logo {
        width: 100%;
    }
    .prod_intro .cont .prod_wrap02 .btn {
        width: 100%;
    }
    .prod_intro .cont .flex_between02 .btn button {
        width: calc((100% - 40px) / 3) !important;
    }
    .prod_intro .cont .prod_wrap .prod_tit em {
        text-align: center;
        font-weight: 600;
        margin-bottom: 4px;
    }
    .prod_intro .cont .prod_wrap .prod_tit h5 {
        /* font-size: 24px; */
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 16px;
    }
    .prod_intro .cont_p {
        margin-bottom: 0;
        font-weight: 400;
    }
    .prod_intro .cont .prod_img .logo {
        margin-top: 0;
    }
    .prod_wrap .prod_btn {
        justify-content: center;
        width: 100%;
        margin: 0;
    }
    .intro_bg .cont .info .info_detail {
        margin: 40px 0 64px;
        gap: 40px;
    }
    /* .intro_bg .cont .info .info_detail > div {
        flex-flow: column;
        gap: 10px;
    } */
    .intro_bg .cont .info .info_detail > div {
        padding: 0;
        margin: 0;
    }
    .intro_bg .cont .info .info_detail > div .img {
        display: none;
    }
    .intro_bg .cont .info .info_detail > div .txt {
        width: 100%;
        gap: 16px;
    }
    .intro_bg .cont .info .info_detail > div .txt .order {
        font-size: 2.4rem;
        text-align: center;
    }
    .intro_bg .cont .info .info_detail > div .txt dl dt {
        /* font-size: 2rem; */
        text-align: center;
    }
    .intro_bg .cont .info .info_detail > div .txt dl dd {
        /* font-size: 1.6rem; */
        padding: 0 40px;
        text-align: center;
    }
    /* .intro_bg .cont .qna > div .qna_ct dl dt,
    .intro_bg .cont .qna > div .qna_ct dl dd{
        align-items: center;
    } */
    .intro_bg .cont .qna > div .qna_ct dl dt span.txt {
        /* font-size: 2rem; */
        width: calc(100% - 25px - 12px);
        background: #fff;
    }
    .intro_bg .cont .qna > div .qna_ct dl dd span.txt {
        /* font-size: 1.6rem; */
        width: calc(100% - 25px - 12px);
    }
    .intro_bg .cont .qna > div .qna_ct dl dt span.q,
    .intro_bg .cont .qna > div .qna_ct dl dd span.a {
        font-size: 2.6rem;
        padding: 4px 0;
        width: 25px;
    }
    .intro_bg .cont .qna > div .qna_ct dl dt {
        gap: 12px;
    }
    .intro_bg .cont .qna > div {
        gap: 32px;
    }
    .system_tit {
        font-size: 16px;
        padding: 6px 20px;
        margin-bottom: 32px;
    }
    .tab_ct > div:first-child {
        margin-top: 56px;
    }
    .tab_ct > div {
        margin-bottom: 64px;
    }
    .cons_case {
        padding: 0 0 64px!important;
    }
    .floating-menu {
        display: none;
    }
    .cons_case .ct .box {
        width: 100%;
    }
    .prod .cons_case .cont .tit {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }
    .prod .cons_case h5 {
        padding: 0;
        margin: auto 0;
    }
    .features .ct .box dl dd{
        display: flex;
        align-items: center;
        min-height: 72px;
    }
    .consult .features .ct .box dl dd{
        min-height: auto;
        height: 0;
    }
    .consult.consult01 .features .ct .box dl dd{
        min-height: auto;
        height: 72px;
    }

    .features .ct {
        flex-flow: column;
        gap: 32px;
        margin-top: 40px;
    }
    .features .ct .box {
        width: calc(100% - 80px);
        margin: 0 auto;
        padding: 20px 40px;
        border: none;
        border-top: 1px solid #ddd;
    }
    .features .ct .box dl dt::after {
        width: 32px;
        height: 32px;
        left: 0;
    }
    .features .ct .box dl {
        display: flex;
        flex-flow: column;
        align-items: center;
        /* padding-top: calc(30px + 40px); */
    }
    .features .ct .box dl dt {
        width: fit-content;
        font-size: 20px;
        padding: 0 0 0 30px;
        margin: 32px 0 20px;
        font-weight: 500;
    }
    /* .features .ct .box dl dd {
        font-size: 18px;
    } */
    .cons_case::before {
        display: none;
    }
    .cons_case .ct {
        padding: 0;
        margin: 0;
        margin-top: 32px;
        gap: 16px;
    }
    .cons_case .ct .box {
        padding: 24px;
        gap: 24px;
    }
    .cons_case::after {
        display: none;
    }
    .prod .cons_case h5 {
        color: #111;
    }
    .cons_case .ct .box dl {
        padding: 0;
    }
    .cons_case .ct .box dl::after {
        display: none;
    }
    .cons_case .box dt > span {
        display: inline;
    }
    .cons_case .ct .box dl dt {
        text-align: left;
        margin-bottom: 0;
        min-height: auto;
    }
    .cons_case .ct .box dl dd {
        display: none;
    }
    /* .system .ct {
        margin-top: 40px;
    } */
    .tab_ct > div:last-child {
        padding-top: 0 !important;
    }
    .consult .tab_ct > div:last-child{
        padding-top: 64px!important;
    }
    .features .cont > p {
        padding-top: 10px;
    }
    .system {
        padding: 64px 0 0;
    }
    .wellbing .swiper-container-horizontal > .swiper-pagination-bullets,
    .wellbing .swiper-pagination-custom,
    .swiper-pagination-fraction {
        text-align: center;
        width: 100% !important;
        left: 50%;
        transform: translateX(-50%);
    }
    .career_swiper .swiper-pagination,
    .prod_swiper .swiper-pagination{
        display: block;
    }
    .prod08 .prod_wrap .prod_btn button{
        width: 100%;
    }

    .api01 #tab-content1 .cons_case .ct .box dl dt {
        min-height: auto;
    }

    /* .cloud_intro .cont .img {
        flex-flow: column;
        align-items: center;
        gap: 0px;
    }
    .cloud_intro .cont .img > div {
        width: 100%;
        flex-flow: row;
        gap: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
    .cloud_intro .cont .img > div:last-child {
        margin-bottom: 0;
    }
    .cloud_intro .cont .img img {
        width: 50%;
    }
    .cloud_intro .cont .img_txt {
        width: calc(50% - 20px);
    } */
    /* .cloud_prod .cont .flex_between .txt p{
        text-align: center;
    } */
    .cloud_intro .cont .img{
        gap: 20px;
    }
    .cloud_intro .cont .img img{
        width: 100%;
    }
    .cloud_intro .cont .img .img_tit{
        font-size: 22px;
    }
    .cloud_intro .cont .img > div .img_sub{
        font-size: 16px;
    }
    .cloud_intro .cont .img .img_sub span{
        display: inline;
        word-break: keep-all;
    }


    .cloud_prod .cont .flex_between {
        flex-flow: column;
    }
    .cloud_prod .cont .flex_between .img,
    .cloud_prod .cont .flex_between .txt {
        width: 100%;
    }
    .cloud_prod .cont .flex_between .txt .logo ul {
        justify-content: center;
        margin: 24px 0;
    }
    .cloud_prod .cont .flex_between .txt .logo {
        margin: 0;
    }

    .cloud_prod .cont .flex_between .txt em,
    .cloud_prod .cont .flex_between .txt h5 {
        text-align: center;
    }
    .cloud_prod .cont .flex_between .txt h5 > span {
        font-size: 28px;
        display: inline;
    }
    .cloud01 .cloud_prod .cont .flex_between .flex_wrap {
        margin-top: 24px;
    }
    .btn.more.blue {
        margin: 0 0 0 auto;
    }
    .consult03 .process .ct .cont,
    .consult03 .process .ct .tit{
        width: 100%;
    }
    .consult03 .process .ct > div{
        flex-flow: column;
        gap: 20px;
    }
    .consult .process {
        padding: 64px 0;
    }
    .consult .features .ct .box {
        width: 100%;
        background: transparent;
    }
    .consult .process .proc_detail {
        flex-flow: column;
    }
    .consult .process .proc_detail > div .img img {
        height: 165px;
        object-fit: cover;
    }
    .consult .process .proc_detail > div {
        width: 100%;
    }
    .consult .process .proc_detail > div .txt {
        padding: 20px 30px;
    }
    .consult .process.process02 .proc_detail > div {
        width: 100%;
    }
    .consult .process.process02 .proc_detail > div .txt {
        padding: 20px 30px;
    }
    .consult .process .proc_detail dd p.text_cir {
        padding-bottom: 0;
    }
    .consult_intro .cont .flex_between .txt p {
        padding-bottom: 10px;
    }
    .consult_intro .cont .flex_between .txt,
    .consult_intro .cont .flex_between .img {
        width: 100%;
    }
    .consult_intro .cont .flex_between {
        gap: 40px;
    }
    .tb01 tbody tr td.bg_blue1 {
        padding: 18px 3px;
    }
    .consult02 .q_mark {
        padding: 64px 0 40px;
    }
    .consult .features {
        padding: 64px 0;
    }
    .consult .tb01 tbody tr td {
        padding: 10px 5px;
    }
    .features .ct .box dl dt span {
        display: inline;
    }
    .consult_intro .cont .box_txt .wrap {
        flex-flow: column;
        gap: 10px;
    }
    .api_intro .cont .flex_between02 .btn {
        width: 50%;
    }

    /* News */
    .news_list .box {
        width: 100%;
    }
    .news_list .box .txt .category {
        padding-bottom: 4px;
    }
    .news_list .box img {
        height: 220px;
        object-fit: cover;
    }
    .tab_ct .news_list > div:first-child,
    .news .tab_ct > div:first-child {
        margin-top: 40px;
    }
    .news_list .box_cont {
        gap: 40px;
    }
    .tab-control ul li a {
        font-size: 16px;
        padding: 20px 0;
    }

    .news_detail .detail_tit .category {
        padding-bottom: 4px;
    }
    .sub_page h4.sec_sub_tit,
    .news_detail .detail_tit .tit {
        font-size: 24px;
    }
    .news_detail .detail_tit .tit {
        padding-bottom: 16px;
    }
    .news_detail .detail_tit .sub_txt {
        padding-bottom: 24px;
    }
    .news_detail .detail_tit .file {
        padding: 16px;
    }
    .news_detail .detail_cont .img {
        margin: 24px 0;
    }
    .news_detail .detail_list > div {
        gap: 20px;
    }
    .news_detail .detail_list > div {
        padding: 22px;
    }
    .news_detail .detail_list .cont {
        width: calc(100% - 60px);
    }
    .news_detail .detail_list .tit,
    .news_detail .detail_list .cont {
        font-size: 14px;
    }
    .exemple .title {
        margin-top: 64px;
    }
    .news .title h4 {
        font-size: 28px;
    }

    .work .ct {
        gap: 32px;
    }
    .work .ct > div {
        width: 100%;
    }
    .cont_tit,
    .work .cont_tit {
        margin-bottom: 40px;
    }
    .wellbing .cont .wellbing_in {
        flex-flow: column;
    }
    .wellbing .cont .wellbing_in .img,
    .wellbing .cont .wellbing_in .ct {
        width: 100%;
    }
    .wellbing .cont .wellbing_swiper {
        background: #f5f5f5;
    }
    .wellbing .cont .wellbing_in .ct {
        padding-bottom: 64px;
    }
    .prod .swiper-button-prev,
    .career .swiper-button-prev,
    .wellbing .swiper-button-prev {
        display: none;
        /* left: auto !important;
        right: calc(10px + 80px);
        transform: none; */
    }
    .prod .swiper-button-next,
    .career .swiper-button-next,
    .wellbing .swiper-button-next {
        display: none;
        /* left: auto !important;
        right: 10px;
        transform: none; */
    }
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 28px !important;
    }
    
    .system .ct .prod_swiper .img img{
        padding-bottom: 80px;
    }
    .prod_swiper .swiper-container-horizontal > .swiper-pagination-bullets, 
    .prod_swiper .swiper-pagination-custom, 
    .prod_swiper .swiper-pagination-fraction{
        bottom: -28px !important;
    }
    .wellbing .cont .wellbing_in .ct .bottom p {
        margin-top: 32px;
    }
    .wellbing .cont .wellbing_in .ct .top span {
        margin-bottom: 4px;
    }
    .wellbing .cont .wellbing_in .ct .bottom ul {
        margin-top: 16px;
    }
    .wellbing .cont .wellbing_in .ct .bottom ul li {
        margin-bottom: 0;
    }
    .career .cont_tit {
        margin-bottom: 0;
        text-align: center;
    }

    /* .tab-control ul {
        flex-flow: column;
        gap: 0px;
    }
    .tab-control ul li {
        border-bottom: 1px solid #eee;
    }
    .tab-control ul li a {
        padding: 14px 0;
        font-size: 16px;
    }
    .tab-control ul li a.active::after{
        width: calc(100% - 120px);
    } */
    .career02 .w_process img,
    .career02 .w_person img {
        margin: 0 auto 64px;
    }
    .career02 .w_process .btn_group > a {
        width: calc((100% - 20px) / 2);
        text-align: center;
    }
    .career02 .w_place .cont .box {
        width: 100%;
    }
    .career .career_in .ct .career_swiper .img img {
        height: 400px;
    }
    .career .career_in .ct .career_swiper .txt {
        margin: 20px 16px 0;
    }
    .box_info{
        padding: 30px 40px;
    }
    .career01 .sub_page section {
        margin-bottom: 64px;
    }
    .box_info .input_wrap.input_s{
        width: calc((100% - 20px) / 2);
    }
    .box_info .input_wrap{
        width: 100%;
    }
    .box_info .btn{
        width: 100%;
        text-align: center;
    }
    .inquiry .features .ct .box{
        width: 100%;
        padding-bottom: 40px;
    }
    .inquiry .features .ct .box dd{
        flex-flow: row wrap;
    }
}

@media screen and (max-width: 768px) {
    .sub_title p {
        font-size: 16px;
    }

    /* 회사소개_연혁 */
    .ci .cont .download {
        flex-flow: column;
    }
    .ci .cont .download div {
        width: 100%;
    }
    .comp03 .cont .history > div .txt .history_cont > div{
        gap: 10px;
    }
    .comp03 .cont .history > div .txt .history_cont > div ul{
        width: calc(100% - 35px - 10px);
    }

    /* 회사소개_CEO인사말 */
    .comp02 {
        padding-bottom: 0;
    }
    .comp02::after {
        height: 0;
    }

    /* 회사소개_인증 및 수상 */
    .certify .cont .flex_between .txt p{
        font-size: 15px;
    }
    .certify .cont .flex_between .txt span{
        font-size: 14px;
    }
    .comp04 .prime .prime_in{
        margin: 50px auto 0;
        padding: 20px;
    }
    .cont_tit {
        font-size: 2.4rem;
    }
    .cont_tit > span {
        display: inline;
    }
    .comp04 .cont_tit {
        padding: 60px 10px 0 10px;
    }
    .prime_in dl dt,
    .prime_in dl dd {
        font-size: 14px;
    }
    .prime_in dl {
        gap: 0px;
        margin-bottom: 0;
    }
    .prime_in dl dt{
        width: 70px;
    }
    .prime_in dl dd{
        width: calc(100% - 70px);
    }
    
    .comp03 .cont .history > div h4{
        margin:  0 0 20px 20px;
        width: calc(100% - 20px);
    }
    .comp03 .cont .history > div .txt{
        padding: 0 0 40px 25px;
    }
    .comp03 .cont .history > div h4::after{
        left: -20px;
    }
    .comp03 .cont .history > div .txt .history_cont > div ul li{
        margin-bottom: 5px;
    }
    /* .comp03 .cont .history > div .txt .history_cont{
        gap: 5px;
    } */
    .comp03 .cont .history .btn.more{
        margin: 0 0 0 60px;
    }
    .prime .cont::after{
        height: 200px;
    }

    /* 회사소개_사회공헌 */
    .comp05 .ct {
        gap: 20px;
    }
    .comp05 .ct .box {
        width: 100%;
        padding: 30px;
    }
    .comp05 .ct .box dl {
        padding-top: calc(48px + 40px);
    }
    .comp05 .ct .box dl::after {
        width: 55px;
        height: 55px;
    }

    /* 회사소개_주요고객사 */
    .cust_logo ul li {
        width: calc((100% - 40px) / 5);
        height: 50px;
    }

    /* 회사소개_오시는길 */
    .comp07 .cont .box .map_wrap > .img {
        width: 100%;
    }
    .comp07 .cont .box .map_button {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
    }
    .comp07 .cont .box .map_button {
        position: unset;
        transform: translateX(0);
        margin-top: 10px;
        height: 55px;
        line-height: 55px;
    }
    .comp07 .cont .box .map_button span {
        padding-left: 20px;
    }
    .comp07 .cont .box .map_button span.on::after,
    .comp07 .cont .box .map_button span::after {
        right: 20px;
    }
    .comp07 .cont .box .map_wrap .map_info p {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .comp07 .cont .box .map_wrap {
        gap: 25px;
    }
    .comp07 .cont .box .map_wrap .map_info div dl {
        flex-flow: column;
        align-items: flex-start;
        gap: 10px;
    }
    .comp07 .cont .box .map_wrap .map_info div dl dt,
    .comp07 .cont .box .map_wrap .map_info div dl dd {
        width: 100%;
    }
    /* 제품_개인정보보호 */
    .prod_intro .cont .flex_between .img {
        width: 100%;
    }
    .prod_intro .cont .flex_between .txt em {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    .prod_intro .cont .flex_between .txt h5 {
        font-size: 3rem;
    }
    .cont_p {
        /* font-size: 2.2rem; */
        margin-bottom: 30px;
    }
    .prod_intro .cont .flex_between .txt p {
        font-size: 1.6rem;
    }
    .prod_intro .cont .flex_between02 .btn button {
        width: 100% !important;
    }
    .prod_intro .cont .flex_between02 .btn button.solu_btn {
        text-align: right;
    }
    .prod h5 {
        font-size: 2rem;
    }
    .prod h5 span {
        display: inline;
    }
    /* .prod h5 span.prod_name {
        display: block;
    } */

    .system .ct > p {
        width: 100%;
        font-size: 1.6rem;
    }

    /* .system,
    .cons_case {
        padding: 50px 0 60px;
    }
    .cons_case {
        background: #fff;
    } */

    
    


    .intro_bg .cont .qna {
        margin-top: 60px;
    }
    .logo_slide .img {
        padding: 15px 10px;
        height: 70px;
    }
    .logo_slide .img img {
        height: 35px;
        max-width: 70%;
    }
    .logo_slide {
        padding: 30px 0;
    }
    .consult .process .ct {
        margin-top: 20px;
    }
    .consult .process .proc_img .img_mo {
        width: 360px;
        margin: 0 auto;
    }
    .consult .process .proc_img .txt_info {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        gap: 5px;
    }
    .consult .process .proc_img .txt_info {
        margin-bottom: 64px;
    }

    /* 채용_조직문화 */
    .wellbing .cont .wellbing_in {
        flex-flow: column;
    }
    .wellbing .cont .wellbing_in .img {
        width: 100%;
    }
    .wellbing .cont .wellbing_in .ct {
        width: 100%;
    }
    /* .wellbing .swiper-button-prev {
        left: auto !important;
        right: 60px !important;
    }
    .wellbing .swiper-button-next {
        left: auto !important;
        right: 0 !important;
    } */
    .wellbing .swiper-container-horizontal > .swiper-pagination-bullets,
    .wellbing .swiper-pagination-custom,
    .swiper-pagination-fraction {
        width: 100% !important;
        text-align: center;
    }
    .news.exemple .srch_bar {
        flex-flow: column;
    }
    .news.exemple .select_label {
        width: 100%;
        gap: 5px;
        flex-flow: column;
        align-items: flex-start;
    }
    .news .select_label label,
    .news .select_label {
        gap: 0px;
    }
    .news.exemple .select_label label span {
        font-size: 12px;
    }
    .news.exemple .srch_bar .input_wrap {
        width: 100%;
    }
    /* .news .select_label label {
        width: 60px;
    } */

    /* .cloud01 .cloud_prod .cont .flex_between .img img {
        width: 360px;
        height: auto;
        margin: 0 auto;
    } */

    .cloud01 .cloud_prod .cont .flex_between .flex_wrap a {
        width: 100%;
    }
    .career02 .w_person .inner{
        padding: 0;
    }
    .career02 .w_process img,
    .career02 .w_person img {
        width: 360px;
    }
}

@media screen and (max-width: 640px) {
    /* 회사소개_주요고객사 */
    .cust_logo ul li {
        width: calc((100% - 30px) / 4);
        height: 50px;
    }
    
    .cloud_intro .cont .img{
        flex-flow: column;
    }
    .cloud_intro .cont .img > div{
        width: 100%;
        gap: 0px;
        padding: 0;
    }
    .cloud_intro .cont .img img{
        height: 200px;
    }
    .cust_logo ul{
        padding: 0;
    }
}

@media screen and (max-width: 520px) {
    /* 회사소개_기업개요 */
    .comp_situ .inner {
        padding: 60px 20px 50px 20px;
    }
    .comp_situ .cont,
    .ci .cont {
        margin-top: 10px;
    }
    .ci .cont .ci_img img {
        width: 80%;
    }
    .ci .cont .download div a {
        border: 1px solid #124098;
    }
    .comp01 .flex_between > p,
    .ci .cont .ci_info .color_info .tt {
        font-size: 16px;
    }
    .ci .cont .ci_info .color_info > div {
        gap: 20px;
    }
    .sub_page h3.sec_tit {
        font-size: 22px;
    }

    /* 회사소개_ */
    .prime_in {
        padding: 20px 16px;
    }
    /* .prime_in dl {
        margin-bottom: 20px;
    } */
    .comp03 .cont .history > div .txt .history_cont > div p{
        font-size: 14px;
    }
    .comp03 .cont .history > div .txt .history_cont > div ul li{
        line-height: 1.75;
        font-size: 14px;
    }


    /* 회사소개_인증수상 */
    /* .certify .cont .flex_between {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .certify .cont .flex_between .txt {
        width: 100%;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        border-top: 0;
        border-bottom: 1px solid #ddd;
        margin-bottom: 32px;
    }
    .certify .cont .flex_between:last-child .txt {
        margin-bottom: 0;
    }
    .certify .cont .flex_between .txt p {
        font-size: 15px;
        word-break: break-all;
    }
    .certify .cont .flex_between .txt span {
        position: relative;
        display: block;
        font-size: 14px;
        padding-left: 20px;
        box-sizing: border-box;
        word-break: break-all;
    }
    .certify .cont .flex_between .txt span::before {
        content: "-";
        position: absolute;
        top: 0;
        left: 8px;
    } */
    .certify .cont .flex_between .txt p{
        font-size: 14px;
    }
    .comp04 .section-01 tr td:last-child,
    .comp04 .section-03 tr td:last-child {
        padding-left: 10px;
        border-bottom: 0;
    }

    /* 회사소개_주요고객사 */
    .cust_logo ul li {
        width: calc((100% - 20px) / 3);
        height: 50px;
    }
    .comp07 .cont .box .map_api div dl dt,
    .comp07 .cont .box .map_wrap .map_info div dl dt {
        font-size: 16px;
    }
    .comp07 .cont .box .map_api div dl {
        align-items: flex-start;
    }
    .comp07 .cont .box .map_api div dl dd {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 5px;
        font-size: 16px;
    }
    .comp07 .cont .box .map_api div dl dd span:first-child,
    .comp07 .cont .box .map_api div dl dd span {
        margin: 0;
    }

    /* 제품_개인정보보호 */
    .features .ct .box dl dt {
        font-size: 18px;
    }
    .prod h5 {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.75;
    }
    /* .prod .cons_case h5 {
        padding: 50px 10px 0 10px;
    } */
    .prod_intro .cont .prod_wrap .prod_tit h5 {
        font-size: 24px;
    }
    .prod_intro .cont .flex_between .txt h5 {
        font-size: 2.4rem;
    }
    .prod_intro .cont .flex_between .txt p {
        font-size: 1.4rem;
    }
    .prod .prod_intro .cont .flex_between02 .logo ul {
        flex-flow: wrap;
        justify-content: center;
        gap: 10px;
    }
    .prod01 .prod_intro .cont .flex_between02 .logo ul li {
        width: calc((100% - 50px) / 6);
    }
    .prod01 .prod_intro .cont .flex_between02 .logo ul li img {
        width: 28px;
        height: 28px;
    }
    .prod_wrap .prod_btn{
        gap: 10px;
    }
    .prod01 .prod_intro .cont .flex_between02 .logo ul li span {
        font-size: 1rem;
    }
    .prod_intro .cont .prod_wrap,
    .intro_bg .cont .info .info_detail{
        gap: 20px;
    }
    .intro_bg .cont .info .info_detail > div .txt{
        gap: 0px;
    }
    .intro_bg .cont .info .info_detail > div .txt dl dt{
        margin-bottom: 0;
    }
    .intro_bg .cont .qna > div{
        gap: 20px;
    }
    .intro_bg .cont .qna > div .qna_ct dl{
        gap: 0px;
    }
    .intro_bg .cont .qna > div .qna_ct dl{
        margin-bottom: 10px;
    }
    .system_tit {
        font-size: 14px;
    }
    /* .cont_p {
        font-size: 1.8rem;
    } */
    .cont_p span {
        display: inline;
    }
    .prod_intro .n_text {
        font-size: 14px;
    }
    /* .btn.btn02,
    .btn.cloud_btn,
    .btn.solu_btn {
        line-height: 54px;
    } */
    .prod_wrap .prod_btn button:nth-child(1),
    .prod_wrap .prod_btn button:nth-child(2) {
        width: 100%;
    }
    .cloud_prod .cont .flex_between .txt .logo ul,
    .prod_wrap .prod_img .logo ul {
        width: 100%;
        align-items: center;
        gap: 10px;
    }
    .cloud01 .cloud_prod .cont .flex_between .logo ul li span,
    .prod_wrap .prod_img .logo ul > li span {
        text-indent: -9999px;
        overflow: hidden;
        height: 0;
        width: 0;
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .prod_wrap .prod_img {
        width: 100%;
    }
    .features .ct {
        gap: 30px;
    }
    /* .features .ct .box {
        padding: 0 20px;
    } */
    .cons_case .box dt > span{
        font-size: 16px;
    }
    .cons_case .ct .box{
        padding: 16px;
    }

    .cloud_intro .cont .img > div {
        flex-flow: column;
        gap: 0px;
        /* padding-bottom: 40px; */
    }
    .cloud_intro .cont .img_txt {
        width: 100%;
    }
    .cloud_intro .cont .img .img_sub span {
        display: inline;
    }
    .cloud01 .cloud_prod .cont .flex_between .logo ul li img,
    .prod_wrap .prod_img .logo ul > li img {
        width: 80%;
        height: auto;
        object-fit: contain;
    }
    .api_intro .cont .flex_between02 .btn {
        width: 100%;
    }

    .consult_intro .cont .box_txt ul{
        display: none;
    }
    .consult_intro .cont .box_txt{
        padding: 40px 0 0;
        border: none;
        gap: 30px;
        border-top: 1px solid #ddd;
    }
    .consult_intro .cont .box_txt .wrap{
        align-items: center;
        gap: 20px;
    }
    .consult_intro .cont .box_txt p{
        text-align: center;
    }
    .consult_intro .cont .box_txt .wrap .tit{
        font-size: 15px;
        font-weight: 500;
    }
    .consult_intro .cont .box_txt p{
        font-size: 16px;
        line-height: 1.75;
    }
    .consult .process.process02 .proc_detail > div .txt,
    .consult .process .proc_detail > div .txt {
        padding: 20px;
    }
    .consult .tb01 .badge,
    .consult .tb01 .badge2 {
        display: block;
        margin: 5px auto 0;
    }
    /* .consult .table_box tbody td {
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
    } */
    .tb01 tbody tr td > span {
        display: inline;
    }

    .wellbing .cont .wellbing_in .ct .top p,
    .cont_tit,
    .work .cont_tit {
        font-size: 20px;
    }
    .consult_intro .cont .flex_between .txt p,
    .consult .process .proc_detail dd p.text_cir,
    .career .career_in .ct .career_swiper .txt p,
    .wellbing .cont .wellbing_in .ct .bottom ul li,
    .wellbing .cont .wellbing_in .ct .top span,
    .work .ct > div ul li,
    .prod_intro .n_text,
    .intro_bg .cont .info .info_detail > div .txt dl dd,
    .intro_bg .cont .qna > div .qna_ct dl dd span.txt,
    .features .ct .box dl dd {
        font-size: 14px;
        line-height: 1.75;
    }
    .cloud_intro .cont .txt p,
    .cont_p {
        font-size: 16px;
    }
    .consult .process .proc_detail dt,
    .work .ct > div .tt p,
    .intro_bg .cont .qna > div .qna_ct dl dt span.txt {
        font-size: 18px;
    }
    .wellbing .cont .wellbing_in .ct .bottom p,
    .work .ct > div .tt p,
    .cons_case .ct {
        gap: 16px;
    }
    .cons_case .ct .box dl {
        padding: 0;
    }
    .cons_case .ct .box dl::after {
        display: none;
    }
    .cons_case .ct .box dl dt {
        text-align: left;
        font-size: 16px;
        margin-bottom: 0;
    }
    .cons_case .ct .box dl dd {
        display: none;
    }
    .consult02 .inner,
    .consult01 .inner{
        padding: 0;
    }
    .consult02 .sub_title,
    .consult02 .prod h5,
    .consult02 .consult_intro .cont .flex_between .txt, 
    .consult02 .cont_p,
    .consult01 .features .cont,
    .consult01 .proc_img,
    .consult01 .prod h5,
    .consult01 .consult_intro .cont .flex_between .txt,
    .consult01 .cont_p{
        padding: 0 16px;
    }
    .consult02 .process02 .table_box,
    .consult01 .process.process02{
        margin: 0 16px;
        width: calc(100% - 32px);
    }
    .consult02 .q_mark{
        padding: 64px 16px 40px;
    }
    .consult .process .proc_detail > div{
        border-left: none;
        border-right: none;
    }

    /* 투자정보_재무정보 */
    .sub_page .invest_tb h3.sec_tit {
        font-size: 2.2rem;
    }
    .invest_tb .tt span {
        font-size: 1.4rem;
    }
    /* .table_box table tr {
        display: flex;
        flex-flow: column;
        border-bottom: 1px solid #aaa;
    }
    .table_box tbody td {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-right: none;
    } */
    .tb01 tbody tr td {
        padding: 10px 5px;
    }
    .table_box tbody .tit {
        display: block;
        font-size: 1.4rem;
        padding: 15px 10px;
        color: #111;
        font-weight: 500;
        border-bottom: 1px solid #eee;
        background: #fff !important;
        width: 35%;
        text-align: left;
    }
    .table_box tbody .cont {
        display: block;
        padding: 0;
        /* width: 65%;
        text-align: right; */
    }

    /* 투자정보_공고사항 */
    .invest02 .srch_bar {
        flex-flow: column;
    }
    .invest02 .srch_bar .select_label,
    .invest02 .srch_bar .input_wrap {
        width: 100%;
    }
    .invest02 .btn.btn01 {
        width: 100%;
    }

    /* 투자정보_공시정보 */
    .invest02 .tb01 tbody td,
    .invest03 .tb01 tbody td,
    .invest04 .tb01 tbody td {
        position: relative;
    }
    .invest02 .tb01 tbody td::before,
    .invest03 .tb01 tbody td::before,
    .invest04 .tb01 tbody td::before {
        position: absolute;
        display: block;
        font-size: 1.4rem;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #111;
        font-weight: 500;
    }
    .invest02 .tb01 tbody td:nth-child(1)::before,
    .invest03 .tb01 tbody td:nth-child(1)::before,
    .invest04 .tb01 tbody td:nth-child(1)::before {
        content: "제목";
    }
    .invest02 .tb01 tbody td:nth-child(2)::before,
    .invest03 .tb01 tbody td:nth-child(2)::before,
    .invest04 .tb01 tbody td:nth-child(2)::before {
        content: "작성자";
    }
    .invest02 .tb01 tbody td:nth-child(3)::before,
    .invest03 .tb01 tbody td:nth-child(3)::before,
    .invest04 .tb01 tbody td:nth-child(3)::before {
        content: "작성일";
    }
    .invest02 .tb01 tbody td:nth-child(4)::before,
    .invest03 .tb01 tbody td:nth-child(4)::before,
    .invest04 .tb01 tbody td:nth-child(4)::before {
        content: "첨부파일";
    }

    .tb01 tbody tr.nodata td:nth-child(1)::before {
        content: "";
    }

    /* News */
    .sub_page section {
        padding-top: 10px;
    }
    .news_list .box img {
        height: 165px;
    }
    .news_list .box .txt .category,
    .news_list .box .txt .cont,
    .news_list .box .txt .date {
        font-size: 14px;
    }
    .srch_bar {
        flex-flow: column;
    }
    .srch_bar .select_label,
    .srch_bar .input_wrap,
    .srch_bar > button.btn.btn01 {
        gap: 0px;
        width: 100%;
    }
    .news_detail .detail_list .cont > span {
        display: none;
    }
    .news .title h4 {
        font-size: 24px;
    }
    .news .title p {
        font-size: 16px;
    }

    .work .ct > div ul {
        margin-top: 8px;
    }
    .career02 .w_process .btn_group > a {
        width: 100%;
    }
    .career .career_in .ct .career_swiper .img img {
        height: 260px;
    }
    .box_info{
        padding: 20px;
    }
    .box_info .input_flex{
        gap: 10px;
    }
    .box_info .input_wrap.input_s{
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .logo_slide .img {
        width: 100%;
    }
    /* 회사소개_주요고객사 */
    .cust_logo ul li {
        height: 50px;
    }
}

@media screen and (max-width: 360px) {
    .prod_wrap .prod_img .logo ul > li img,
    .consult .process .proc_img .img_mo,
    .career02 .w_person img,
    .career02 .w_process img {
        width: 100%;
        padding: 0;
    }
    .cloud01 .cloud_prod .cont .flex_between .img img {
        width: 100%;
        padding: 0;
    }
    /* .cloud_intro .cont .img img{
        height: auto;
    } */
}
@media screen and (max-width: 320px) {
}
