@charset "utf-8";

/*
 * desktop-main-sections.css
 * PC home mc_02 이후 섹션 이식용
 * 기준: 기존 운영 렌더링 후 HTML + legacy CSS
 */

/* mc_02 FLOW TEXT */
.mc_02 {
    position: relative;
    z-index: 1;
}

.mc_02 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
}

.mc_02 .flow-container {
    width: 100%;
    overflow: hidden;
}

.mc_02 .flow-text {
    background: #395d89;
    display: flex;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s;
    font-size: 16px;
    padding: 18px 0;
    border-radius: 10px;
}

.mc_02 .flow-text:hover {
    color: #000;
}

.mc_02 .flow-text:hover .flow-wrap {
    animation-play-state: paused;
    cursor: pointer;
}

.mc_02 .flow-wrap {
    animation: textLoop 60s linear infinite;
    padding-right: 1.4881vw;
    color: #fff;
}

@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@media all and (max-width: 1800px) {
    .mc_02 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_02 .flow-text {
        font-size: 0.8889vw;
        padding: 1vw 0;
        border-radius: 0.5556vw;
    }
}

/* mc_03 상담/문의 */

.mc_03 {
    margin: 60px 0 70px;
}

.mc_03 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.mc_03 .inner_600 {
    width: 50%;
}

.mc_03 .left {
    width: 50%;
    border-right: 1px solid #c4c4c4;
    padding-right: 40px;
    margin-right: 40px;
}

.mc_03 .left .inner_600 {
    background: url(/shop/images/mc_03_left.png) no-repeat;
    width: 560px;
    height: 281px;
    box-shadow: 2px 2px 7px 3px #d1d1d19c;
    padding: 50px 0 0 45px;
}

.mc_03 .left .inner_600 p {
    color: #222;
    font-size: 18px;
}

.mc_03 .left .inner_600 p.tel {
    color: #00378c;
    font-size: 32px;
    font-weight: bold;
    padding: 30px 0 20px 0;
}

.mc_03 .left .inner_600 p.fax {
    color: #666;
    font-size: 16px;
}

.mc_03 .right {
    width: 50%;
    position: relative;
}

.mc_03 .right h2 {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.mc_03 .right .sns {
    position: absolute;
    top: 0;
    right: 0;
}

.mc_03 .right .sns ul {
    display: flex;
}

.mc_03 .right .sns ul li {
    margin: 0 4px;
}

.mc_03 .right .sns ul li img {
    width: 34px;
    height: 34px;
}

.mc_03 .right .form-box {
    margin-top: 20px;
    font-weight: 500;
    color: #222;
}

.mc_03 .right .form-box ul {
    display: flex;
    flex-wrap: wrap;
}

.mc_03 .right .form-box ul.flex-row {
    margin-bottom: 10px;
}

.mc_03 .right .form-box ul li {
    min-width: 93px;
    margin: 3px 0;
}

.mc_03 .right .form-box label {
    font-size: 14px;
    color: #222;
}

.mc_03 .right .form-box input[type=text] {
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.mc_03 .right .form-box .field-row {
    gap: 10px;
    margin-top: 10px;
}

.mc_03 .right .form-box .field-row li {
    display: flex;
    align-items: center;
    min-width: auto;
}

.mc_03 .right .form-box .field-row label {
    width: 55px;
}

.mc_03 .right .form-box .field-row input[type=text] {
    width: 190px;
}

.mc_03 .right .form-box .field-row-full li {
    width: 100%;
}

.mc_03 .right .form-box .field-row-full input[type=text] {
    width: 445px;
}

.mc_03 .right #show_captcha_btn {
    border: 0;
    background: url(/shop/images/mc_03-btn2.png) no-repeat;
    width: 166px;
    height: 40px;
}

.mc_03 .right .btn {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-top: 14px;
}

.mc_03 .right .btn label {
    font-weight: 500;
    font-size: 14px;
    color: #222;
}

@media all and (max-width: 1800px) {
    .mc_03 {
        margin: 3.3333vw 0 3.8889vw;
    }

    .mc_03 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_03 .left {
        padding-right: 2.2222vw;
        margin-right: 2.2222vw;
        border-right: 0.0556vw solid #c4c4c4;
    }

    .mc_03 .left .inner_600 {
        background: url(/shop/images/mc_03_left.png) no-repeat;
        background-size: contain;
        width: 31.1111vw;
        height: 15.6111vw;
        box-shadow: 0.1111vw 0.1111vw 0.3889vw 0.1667vw #d1d1d19c;
        padding: 2.7778vw 0 0 2.5vw;
    }

    .mc_03 .left .inner_600 p {
        font-size: 1vw;
    }

    .mc_03 .left .inner_600 p.tel {
        font-size: 1.7778vw;
        padding: 1.6667vw 0 1.1111vw 0;
    }

    .mc_03 .left .inner_600 p.fax {
        font-size: 0.8889vw;
    }

    .mc_03 .right h2 {
        font-size: 1.1111vw;
        padding-bottom: 1.1111vw;
        border-bottom: 0.0556vw solid #000;
    }

    .mc_03 .right .sns ul li {
        margin: 0 0.2222vw;
    }

    .mc_03 .right .sns ul li img {
        width: 1.8889vw;
        height: 1.8889vw;
    }

    .mc_03 .right .form-box {
        margin-top: 1.1111vw;
    }

    .mc_03 .right .form-box ul.flex-row {
        margin-bottom: 0.5556vw;
    }

    .mc_03 .right .form-box ul li {
        min-width: 5.1667vw;
        margin: 0.1667vw 0;
    }

    .mc_03 .right .form-box label,
    .mc_03 .right .btn label {
        font-size: 0.7778vw;
    }

    .mc_03 .right .form-box input[type=text] {
        height: 2.2222vw;
        padding: 0 0.5556vw;
    }

    .mc_03 .right .form-box .field-row {
        gap: 0.5556vw;
        margin-top: 0.5556vw;
    }

    .mc_03 .right .form-box .field-row label {
        width: 3.0556vw;
    }

    .mc_03 .right .form-box .field-row input[type=text] {
        width: 10.5556vw;
    }

    .mc_03 .right .form-box .field-row-full input[type=text] {
        width: 24.7222vw;
    }

    .mc_03 .right #show_captcha_btn {
        background-size: contain;
        width: 9.2222vw;
        height: 2.2222vw;
    }

    .mc_03 .right .btn {
        margin-top: 0.7778vw;
    }
}

/* mc_04 NOTICE / 실시간 접수 */

.mc_04 {
    margin: 60px 0 70px;
}

.mc_04 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.mc_04 h2 {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.mc_04 .left {
    position: relative;
    width: 50%;
    border-right: 1px solid #c4c4c4;
    padding-right: 40px;
    margin-right: 40px;
}

.mc_04 .left .inner_600 {
    position: relative;
    width: 560px;
}

.mc_04 .sns {
    position: absolute;
    top: 0;
    right: 80px;
}

.mc_04 .sns ul {
    display: flex;
}

.mc_04 .sns li {
    margin: 0 3px;
}

.mc_04 ul li img {
    width: 34px;
    height: 34px;
}

.mc_04 .more {
    position: absolute;
    right: 40px;
    top: 10px;
    font-size: 13px;
    color: #333;
}

.mc_04 .more img {
    margin-left: 5px;
    vertical-align: -1px;
}

.mc_04 .left .inner_600 .mc041_lt li {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 17px 0;
}

.mc_04 .left .inner_600 .mc041_lt li:last-of-type {
    border-bottom: 1px solid #000;
}

.mc_04 .left .inner_600 .mc041_lt .lt_subject {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mc_04 .left .inner_600 .mc041_lt .lt_subject a {
    display: block;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mc_04 .left .inner_600 .mc041_lt .lt_subject p {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #666;
    white-space: nowrap;
}

.mc_04 .right {
    width: 50%;
    position: relative;
}

.mc_04 .right .more {
    right: 0;
}

.mc_04 .right .mc042_lt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 7px 25px;
}

.mc_04 .right .mc042_lt li:last-of-type {
    border-bottom: 1px solid #000;
}

.mc_04 .right .mc042_lt li div:nth-of-type(1) {
    width: 5%;
}

.mc_04 .right .mc042_lt li div:nth-of-type(2) {
    width: 60%;
}

.mc_04 .right .mc042_lt li div:nth-of-type(3) {
    width: 20%;
}

.mc_04 .right .mc042_lt li div:nth-of-type(4) {
    width: 15%;
}

.mc_04 .right .mc042_lt li div:nth-of-type(2) a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.comment_ch {
    width: 93px;
    height: 39px;
    line-height: 39px;
    text-align: center;
}

.comment_ch span {
    display: block;
    border-radius: 5px;
}

.comment_ch .end {
    border: 1px solid #7a7a7a;
    background: #7a7a7a;
    color: #fff;
}

.comment_ch .ing {
    background: url(/shop/images/comment_ing.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.comment_ch .st {
    border: 1px solid #c4c4c4;
    color: #333;
}

@media all and (max-width: 1800px) {
    .mc_04 {
        margin: 3.3333vw 0 3.8889vw;
    }

    .mc_04 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_04 h2 {
        font-size: 1.1111vw;
        border-bottom: 0.0556vw solid #000;
        padding-bottom: 1.1111vw;
    }

    .mc_04 .left {
        border-right: 0.0556vw solid #c4c4c4;
        padding-right: 2.2222vw;
        margin-right: 2.2222vw;
    }

    .mc_04 .left .inner_600 {
        width: 31.1111vw;
    }

    .mc_04 .left .inner_600 .mc041_lt li {
        font-size: 0.7778vw;
        border-bottom: 0.0556vw solid #ccc;
        padding: 0.9444vw 0;
    }

    .mc_04 .left .inner_600 .mc041_lt li:last-of-type {
        border-bottom: 0.0556vw solid #000;
    }

    .mc_04 .sns {
        top: 0;
        right: 4.4444vw;
    }

    .mc_04 .sns li {
        margin: 0 0.1667vw;
    }

    .mc_04 ul li img {
        width: 1.8889vw;
        height: 1.8889vw;
    }

    .mc_04 .more {
        right: 2.2222vw;
        top: 0.5556vw;
        font-size: 0.7222vw;
    }

    .mc_04 .right .more {
        right: 0;
    }

    .mc_04 .left .inner_600 .mc041_lt .lt_subject a {
        width: 22.2222vw;
    }

    .mc_04 .left .inner_600 .mc041_lt .lt_subject p {
        margin-right: 0.5556vw;
        font-size: 0.7222vw;
    }

    .mc_04 .right .mc042_lt li {
        font-size: 0.7778vw;
        border-bottom: 0.0556vw solid #ccc;
        padding: 0.4444vw 0.5556vw 0.3889vw 1.3889vw;
    }

    .mc_04 .right .mc042_lt li:last-of-type {
        border-bottom: 0.0556vw solid #000;
    }

    .comment_ch {
        width: 5.1667vw;
        height: 2.1667vw;
        line-height: 2.1667vw;
    }

    .comment_ch span {
        border-radius: 0.2778vw;
    }

    .comment_ch .end {
        border: 0.0556vw solid #7a7a7a;
    }

    .comment_ch .st {
        border: 0.0556vw solid #c4c4c4;
    }
}

/* mc_05 진행절차 */

.mc_05 {
    margin: 60px 0 70px;
}

.mc_05 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
}

.mc_05 h2 {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.mc_05 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.mc_05 ul li {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 6px -1px #4746466e;
    display: flex;
    flex-direction: column;
    width: 190px;
    align-items: center;
    background: #f9fbfa;
    padding: 30px 0 20px;
}

.mc_05 ul li .step {
    font-size: 19px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.mc_05 ul li img {
    display: block;
    max-width: none;
}

.mc_05 ul li dl {
    text-align: center;
}

.mc_05 ul li dt {
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
}

.mc_05 ul li dd {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.45;
    padding: 0 12px;
    word-break: keep-all;
}

@media all and (max-width: 1800px) {
    .mc_05 {
        margin: 3.3333vw 0 3.8889vw;
    }

    .mc_05 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_05 h2 {
        font-size: 1.1111vw;
        border-bottom: 0.0556vw solid #000;
        padding-bottom: 1.1111vw;
    }

    .mc_05 ul {
        margin-top: 1.1111vw;
    }

    .mc_05 ul li {
        border: 0.0556vw solid #ccc;
        box-shadow: 0.0556vw 0.0556vw 0.3333vw -0.0556vw #4746466e;
        width: 10.5556vw;
        padding: 1.6667vw 0 1.1111vw;
    }

    .mc_05 ul li .step {
        font-size: 1.0556vw;
        margin-bottom: 0.8333vw;
    }

    .mc_05 ul li dt {
        font-size: 0.8333vw;
        margin-top: 0.8333vw;
    }

    .mc_05 ul li dd {
        font-size: 0.6667vw;
        margin-top: 0.5556vw;
        padding: 0 0.6667vw;
    }
}

/* mc_06 주요 서비스 */

.mc_06 {
    margin: 70px 0 70px;
}

.mc_06-bg {
    padding-top: 50px;
    background: url(/shop/images/mc_06.png) no-repeat;
    background-position: center top;
    width: 100%;
    height: 348px;
}

.mc_06 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
}

.mc_06 ul {
    display: flex;
    justify-content: space-between;
}

.mc_06 ul li {
    background: url(/shop/images/img_m-con041.png) no-repeat;
    width: 245px;
    height: 251px;
    display: flex;
    justify-content: center;
    background-size: cover;
}

.mc_06 ul li:nth-of-type(2) {
    background: url(/shop/images/img_m-con042.png) no-repeat;
    background-size: cover;
}

.mc_06 ul li:nth-of-type(3) {
    background: url(/shop/images/img_m-con043.png) no-repeat;
    background-size: cover;
}

.mc_06 ul li:nth-of-type(4) {
    background: url(/shop/images/img_m-con044.png) no-repeat;
    background-size: cover;
}

.mc_06 ul li:nth-of-type(5) {
    background: url(/shop/images/img_m-con045.png) no-repeat;
    background-size: cover;
}

.mc_06 ul li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mc_06 ul li span {
    display: block;
    padding-top: 190px;
    font-size: 16px;
    color: #222222;
}

@media all and (max-width: 1800px) {
    .mc_06 {
        margin: 3.8889vw 0 3.8889vw;
    }

    .mc_06-bg {
        padding-top: 2.7778vw;
        background: url(/shop/images/mc_06.png) no-repeat;
        background-position: center top;
        background-size: cover;
        width: 100%;
        height: 19.3333vw;
    }

    .mc_06 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_06 ul li {
        width: 13.6111vw;
        height: 13.9444vw;
    }

    .mc_06 ul li span {
        padding-top: 10.5556vw;
        font-size: 0.8889vw;
    }
}

/* mc_07 전국 지점 찾기 */

.mc_07 {
    margin: 70px 0 120px;
}

.mc_07 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 25px;
    background: url(/shop/images/mc_07-bg.png) no-repeat;
    height: 196px;
    border-radius: 20px;
    color: #fff;
}

.mc_07 .left {
    width: 245px;
}

.mc_07 .left h2 {
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
}

.mc_07 .right {
    flex: 1;
}

.mc_07 .right p {
    font-size: 22px;
    padding: 40px 0 0 90px;
    color: #fff;
}

.mc_07 .right a {
    float: right;
    margin-top: 20px;
}

.mc_07 .right a img {
    display: block;
    max-width: none;
}

@media all and (max-width: 1800px) {
    .mc_07 {
        margin: 3.8889vw 0 6.6667vw;
    }

    .mc_07 .inner_1200 {
        width: 66.6667vw;
        padding: 1.3889vw;
        background: url(/shop/images/mc_07-bg.png) no-repeat;
        background-size: cover;
        height: 10.8889vw;
        border-radius: 1.1111vw;
    }

    .mc_07 .left {
        width: 13.6111vw;
    }

    .mc_07 .left h2 {
        font-size: 1.1111vw;
        line-height: 1.8;
    }

    .mc_07 .right p {
        font-size: 1.2222vw;
        padding: 2.2222vw 0 0 5vw;
    }

    .mc_07 .right a {
        margin-top: 1.1111vw;
    }
}

/* mc_08 동영상 */

.mc_08 {
    margin: 80px 0 80px;
}

.mc_08 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
}

.tit {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tit h2 {
    font-size: 20px;
}

.tit a {
    font-size: 13px;
    color: #333;
}

.tit a img {
    margin-left: 5px;
    vertical-align: -1px;
}

.mc_08 .mc_08-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    width: 1200px;
}

.mc_08 .mc_08-list ul li {
    width: 260px;
    margin-bottom: 25px;
}

.mc_08 .mc_08-list ul li a {
    position: relative;
    display: block;
}

.mc_08 .mc_08-list ul li>a>img:first-child {
    display: block;
    width: 100%;
    height: 153px;
    object-fit: cover;
    border: 1px solid #d2d2d2;
}

.mc_08 .v_play .play {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mc_08 .mc_08-list ul li p {
    margin: 10px 0;
    font-size: 20px;
    height: 87px;
    line-height: 1.35;
    overflow: hidden;
    word-break: keep-all;
}

@media all and (max-width: 1800px) {
    .mc_08 {
        margin: 4.4444vw 0 4.4444vw;
    }

    .mc_08 .inner_1200 {
        width: 66.6667vw;
    }

    .tit {
        border-bottom: 0.0556vw solid #000;
        padding-bottom: 1.1111vw;
    }

    .tit h2 {
        font-size: 1.1111vw;
    }

    .tit a {
        font-size: 0.7222vw;
    }

    .mc_08 .mc_08-list ul {
        margin-top: 1.1111vw;
        width: 66.6667vw;
    }

    .mc_08 .mc_08-list ul li {
        width: 14.4444vw;
        margin-bottom: 1.3889vw;
    }

    .mc_08 .mc_08-list ul li>a>img:first-child {
        height: 8.5vw;
        border: 0.0556vw solid #d2d2d2;
    }

    .mc_08 .v_play .play {
        width: 2.6667vw;
        height: 2.6667vw;
    }

    .mc_08 .mc_08-list ul li p {
        margin: 0.5556vw 0;
        font-size: 1.1111vw;
        height: 4.8333vw;
    }
}

/* 공통 카드 리스트 */
.line_sql ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.line_sql ul img {
    border-radius: 5px;
}

.line_sql h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    height: 60px;
    line-height: 1.2;
}

.line_sql ul dt {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
    height: 60px;
    line-height: 1.2;
}

.line_sql ul dd,
.line_sql ul p {
    font-size: 16px;
}

.line_01 {
    width: 280px;
}

/* mc_09 현장스케치 */
.mc_09 {
    margin: 80px 0 80px;
}

.mc_09 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
}

.mc_09 h2 {
    font-size: 20px;
}

.mc_09 .line_sql ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mc_09 .line_sql ul li {
    width: 280px;
    margin-bottom: 10px;
}

.mc_09 .line_sql figure {
    width: 280px;
    height: 210px;
    background: transparent;
    overflow: hidden;
}

.mc_09 .line_sql figure img {
    display: block;
    width: 280px;
    height: 210px;
    object-fit: cover;
}

.mc_09 .txt {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.45;
    height: 78px;
    overflow: hidden;
    word-break: keep-all;
}

@media all and (max-width: 1800px) {
    .line_sql ul {
        margin-top: 1.1111vw;
    }

    .line_sql ul img {
        border-radius: 0.2778vw;
    }

    .line_sql h3,
    .line_sql ul dt {
        font-size: 1.1111vw;
        margin: 0.5556vw 0;
        height: 3.3333vw;
        line-height: 1.2;
    }

    .line_sql ul dd,
    .line_sql ul p {
        font-size: 0.8889vw;
    }

    .line_01 {
        width: 15.5556vw;
    }

    .mc_09 {
        margin: 4.4444vw 0 4.4444vw;
    }

    .mc_09 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_09 h2 {
        font-size: 1.1111vw;
    }

    .mc_09 .line_sql ul li {
        width: 15.5556vw;
        margin-bottom: 0.5556vw;
    }

    .mc_09 .line_sql figure {
        width: 15.5556vw;
        height: 11.6667vw;
    }

    .mc_09 .line_sql figure img {
        width: 15.5556vw;
        height: 11.6667vw;
    }

    .mc_09 .txt {
        font-size: 1vw;
        height: 4.3333vw;
    }
}

/* mc_10 고객후기 */
.mc_10 {
    margin: 80px 0 80px;
}

.mc_10 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
}

.mc_10 h2 {
    font-size: 20px;
}

.mc_10 .line_sql ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mc_10 .line_sql ul li {
    width: 280px;
    margin-bottom: 10px;
}

.mc_10 .line_sql figure {
    width: 280px;
    height: 210px;
    background: transparent;
    overflow: hidden;
}

.mc_10 .line_sql figure img {
    display: block;
    width: 280px;
    height: 210px;
    object-fit: cover;
}

.mc_10 .txt {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.45;
    height: 78px;
    overflow: hidden;
    word-break: keep-all;
}

@media all and (max-width: 1800px) {
    .mc_10 {
        margin: 4.4444vw 0 4.4444vw;
    }

    .mc_10 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_10 h2 {
        font-size: 1.1111vw;
    }

    .mc_10 .line_sql ul li {
        width: 15.5556vw;
        margin-bottom: 0.5556vw;
    }

    .mc_10 .line_sql figure {
        width: 15.5556vw;
        height: 11.6667vw;
    }

    .mc_10 .line_sql figure img {
        width: 15.5556vw;
        height: 11.6667vw;
    }

    .mc_10 .txt {
        font-size: 1vw;
        height: 4.3333vw;
    }
}

/* mc_11 티스토리 블로그 */

.mc_11 {
    position: relative;
    margin: 80px 0;
}

.mc_11 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
}

.mc_11 h2 {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.mc_11 .blog_box {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mc_11 .blog_box li {
    width: 280px;
    margin-bottom: 30px;
}

.mc_11 .blog_box li a {
    display: block;
    width: 280px;
}

.mc_11 .blog_box li figure {
    width: 280px;
    height: 210px;
    overflow: hidden;
}

.mc_11 .blog_box li img {
    display: block;
    border: 1px solid #ccc;
    width: 280px;
    height: 210px;
    object-fit: cover;
}

.mc_11 .blog_box li h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    width: 280px;
    height: 48px;
    line-height: 1.2;
    overflow: hidden;
}

.mc_11 .blog_box li p {
    margin-bottom: 20px;
    width: 280px;
    font-size: 16px;
    line-height: 1.45;
    height: 70px;
    overflow: hidden;
    word-break: keep-all;
}

@media all and (max-width: 1800px) {
    .mc_11 {
        margin: 4.4444vw 0;
    }

    .mc_11 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_11 h2 {
        font-size: 1.1111vw;
        border-bottom: 0.0556vw solid #000;
        padding-bottom: 1.1111vw;
    }

    .mc_11 .blog_box {
        margin-top: 0.5556vw;
    }

    .mc_11 .blog_box li {
        width: 15.5556vw;
        margin-bottom: 1.6667vw;
    }

    .mc_11 .blog_box li a {
        width: 15.5556vw;
    }

    .mc_11 .blog_box li figure {
        width: 15.5556vw;
        height: 11.6667vw;
    }

    .mc_11 .blog_box li img {
        border: 0.0556vw solid #ccc;
        width: 15.5556vw;
        height: 11.6667vw;
    }

    .mc_11 .blog_box li h3 {
        font-size: 1.1111vw;
        margin: 0.5556vw 0;
        width: 15.5556vw;
        height: 2.6667vw;
        line-height: 1.2;
    }

    .mc_11 .blog_box li p {
        margin-bottom: 1.1111vw;
        width: 15.5556vw;
        font-size: 0.8889vw;
        height: 3.8889vw;
    }
}


/* mc_13 현장스케치2 탭메뉴 */

.mc_13 {
    margin: 80px 0;
    position: relative;
    z-index: 10;
}

.mc_13 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
}

.mc_13 ul.cate {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.mc_13 ul.cate li {
    width: 92px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    margin-bottom: 8px;
}

.mc_13 ul.cate li a {
    display: block;
    width: 100%;
    height: 100%;
}

.mc_13 ul.cate li a.on {
    background: url('/images/mc_13_cate-on.png') no-repeat;
    background-size: 100% 100%;
    height: 38px;
    color: #fff;
}

.mc_13 ul.cate li:hover {
    background: url('/images/mc_13_cate-on.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.mc_13 ul.cate li:hover a {
    color: #fff;
}

.mc_13 ul.list {
    display: flex;
    flex-wrap: wrap;
}

.mc_13 ul.list li {
    width: 285px;
    margin-right: 20px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
}

.mc_13 ul.list li:nth-of-type(4n) {
    margin-right: 0;
}

.mc_13 ul.list li figure {
    width: 285px;
    height: 210px;
    overflow: hidden;
    background: transparent;
}

.mc_13 ul.list li img {
    display: block;
    width: 285px;
    height: 210px;
    border: 1px solid #ccc;
    object-fit: cover;
}

.mc_13 ul.list li dl {
    text-align: left;
}

.mc_13 h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 5px 0;
    height: 60px;
    line-height: 1.2;
    overflow: hidden;
}

.mc_13 p {
    text-align: left;
    line-height: 1.35;
    font-size: 16px;
    height: 66px;
    overflow: hidden;
    word-break: keep-all;
}

.mc_13 ul.list dt {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 0;
    line-height: 1.2;
    margin-bottom: 10px;
}

.mc_13 ul.list dd {
    font-size: 16px;
    line-height: 1.2;
}

@media all and (max-width: 1800px) {
    .mc_13 {
        margin: 4.4444vw 0;
    }

    .mc_13 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_13 ul.cate {
        margin-bottom: 1.1111vw;
    }

    .mc_13 ul.cate li {
        width: 5.1111vw;
        height: 2.1111vw;
        border: 0.0556vw solid #ccc;
        border-radius: 0.2778vw;
        line-height: 2.1111vw;
        font-size: 0.8889vw;
        margin-bottom: 0.4444vw;
    }

    .mc_13 ul.cate li a.on {
        height: 2.1111vw;
        background-size: 100% 100%;
    }

    .mc_13 ul.list li {
        width: 15.8333vw;
        margin-right: 1.1111vw;
        margin-bottom: 2.7778vw;
        line-height: 2.1111vw;
        font-size: 0.8889vw;
    }

    .mc_13 ul.list li:nth-of-type(4n) {
        margin-right: 0;
    }

    .mc_13 ul.list li figure {
        width: 15.8333vw;
        height: 11.6667vw;
    }

    .mc_13 ul.list li img {
        width: 15.8333vw;
        height: 11.6667vw;
        border: 0.0556vw solid #ccc;
    }

    .mc_13 h3 {
        font-size: 1.1111vw;
        margin: 0.5556vw 0 0.2778vw 0;
        height: 3.3333vw;
        line-height: 1.2;
    }

    .mc_13 p {
        font-size: 0.8889vw;
        height: 3.6667vw;
        line-height: 1.35;
    }

    .mc_13 ul.list dt {
        font-size: 1.1111vw;
        margin: 0.5556vw 0 0;
        margin-bottom: 0.5556vw;
    }

    .mc_13 ul.list dd {
        font-size: 0.8889vw;
    }
}

/* mc_14 카테고리 제품 */

.mc_14 {
    margin: 80px 0;
    position: relative;
    z-index: 11;
}

.mc_14 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.mc_14 .bestcate_icon_nav {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    z-index: 60;
    width: 40px;
    margin-right: 10px;
    background: #fff;
}

/*
 * JS가 jbFixed를 붙이더라도 position: fixed로 빼지 않는다.
 * 현재 new 구조에서는 sticky가 legacy 리모콘 동작을 더 안정적으로 재현한다.
 */
.mc_14 .bestcate_icon_nav.jbFixed {
    position: sticky;
    top: 20px;
    left: auto;
    width: 40px;
    margin-right: 10px;
    background: #fff;
}

.mc_14 .category_product.product_jbFixed {
    width: 1150px;
    padding-left: 0;
    box-sizing: border-box;
}

@media all and (max-width: 1800px) {
    .mc_14 .bestcate_icon_nav {
        top: 1.1111vw;
    }

    .mc_14 .bestcate_icon_nav.jbFixed {
        position: sticky;
        top: 1.1111vw;
        left: auto;
        width: 2.2222vw;
        margin-right: 0.5556vw;
    }

    .mc_14 .category_product.product_jbFixed {
        width: 63.8889vw;
        padding-left: 0;
    }
}

.mc_14 .bestcate_icon_nav ul {
    display: flex;
    border: 1px solid #ccc;
    border-right: 1px solid #ccc;
    flex-direction: column;
    margin-top: 50px;
}

.mc_14 .bestcate_icon_nav li {
    cursor: pointer;
    border-right: 1px solid #ccc;
    text-align: center;
    height: 34px;
    width: 40px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.mc_14 .bestcate_icon_nav li a {
    display: block;
    padding: 5px 0;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.mc_14 .bestcate_icon_nav li span {
    float: left;
    display: none;
    white-space: nowrap;
}

.mc_14 .bestcate_icon_nav li:hover,
.mc_14 .bestcate_icon_nav li.active {
    width: 200px;
    z-index: 1;
}

.mc_14 .bestcate_icon_nav li:hover a,
.mc_14 .bestcate_icon_nav li.active a {
    color: #fff;
    font-size: 16px;
}

.mc_14 .bestcate_icon_nav li:hover span,
.mc_14 .bestcate_icon_nav li.active span {
    display: inline-block;
    padding-left: 45px;
}

/* 기본상태 아이콘 */
.mc_14 .bestcate_icon_nav li:nth-child(1) {
    background: url('/img/mc14_tab1.png') no-repeat center center;
}

.mc_14 .bestcate_icon_nav li:nth-child(2) {
    background: url('/img/mc14_tab2.png') no-repeat center center;
}

.mc_14 .bestcate_icon_nav li:nth-child(3) {
    background: url('/img/mc14_tab3.png') no-repeat center center;
}

.mc_14 .bestcate_icon_nav li:nth-child(4) {
    background: url('/img/mc14_tab4.png') no-repeat center center;
}

.mc_14 .bestcate_icon_nav li:nth-child(5) {
    background: url('/img/mc14_tab5.png') no-repeat center center;
}

.mc_14 .bestcate_icon_nav li:nth-child(6) {
    background: url('/img/mc14_tab6.png') no-repeat center center;
}

.mc_14 .bestcate_icon_nav li:nth-child(7) {
    background: url('/img/mc14_tab7.png') no-repeat center center;
}

.mc_14 .bestcate_icon_nav li:nth-child(8) {
    background: url('/img/mc14_tab8.png') no-repeat center center;
}

.mc_14 .bestcate_icon_nav li:nth-child(9) {
    background: url('/img/mc14_tab9.png') no-repeat center center;
}

.mc_14 .bestcate_icon_nav li:nth-child(10) {
    background: url('/img/mc14_tab10.png') no-repeat center center;
}

/* hover / active */
.mc_14 .bestcate_icon_nav li:nth-of-type(1):hover,
.mc_14 .bestcate_icon_nav li:nth-of-type(1).active {
    background: #ce3a3a url(/images/mc_14-ico-on01.png) no-repeat 8px center;
}

.mc_14 .bestcate_icon_nav li:nth-of-type(2):hover,
.mc_14 .bestcate_icon_nav li:nth-of-type(2).active {
    background: #f2773b url(/images/mc_14-ico-on02.png) no-repeat 10px center;
}

.mc_14 .bestcate_icon_nav li:nth-of-type(3):hover,
.mc_14 .bestcate_icon_nav li:nth-of-type(3).active {
    background: #f2bc3b url(/images/mc_14-ico-on03.png) no-repeat 8px center;
}

.mc_14 .bestcate_icon_nav li:nth-of-type(4):hover,
.mc_14 .bestcate_icon_nav li:nth-of-type(4).active {
    background: #78b939 url(/images/mc_14-ico-on04.png) no-repeat 10px center;
}

.mc_14 .bestcate_icon_nav li:nth-of-type(5):hover,
.mc_14 .bestcate_icon_nav li:nth-of-type(5).active {
    background: #02d6a2 url(/images/mc_14-ico-on05.png) no-repeat 8px center;
}

.mc_14 .bestcate_icon_nav li:nth-of-type(6):hover,
.mc_14 .bestcate_icon_nav li:nth-of-type(6).active {
    background: #3a7ccd url(/images/mc_14-ico-on06.png) no-repeat 12px center;
}

.mc_14 .bestcate_icon_nav li:nth-of-type(7):hover,
.mc_14 .bestcate_icon_nav li:nth-of-type(7).active {
    background: #484fd6 url(/images/mc_14-ico-on07.png) no-repeat 6px center;
}

.mc_14 .bestcate_icon_nav li:nth-of-type(8):hover,
.mc_14 .bestcate_icon_nav li:nth-of-type(8).active {
    background: #c34991 url(/images/mc_14-ico-on08.png) no-repeat 7px center;
}

.mc_14 .bestcate_icon_nav li:nth-of-type(9):hover,
.mc_14 .bestcate_icon_nav li:nth-of-type(9).active {
    background: #aa4ac2 url(/images/mc_14-ico-on09.png) no-repeat 5px center;
}

.mc_14 .bestcate_icon_nav li:nth-of-type(10):hover,
.mc_14 .bestcate_icon_nav li:nth-of-type(10).active {
    background: #7c3dd1 url(/images/mc_14-ico-on10.png) no-repeat 6px center;
}

.mc_14 .category_product {
    width: 1150px;
}

.mc_14 .category_product .product-inner {
    display: flex;
    margin-bottom: 50px;
}

.mc_14 .category_product h3 {
    font-size: 20px;
    padding-bottom: 20px;
}

.mc_14 .category_product .left {
    width: 30%;
    border: 1px solid #ccc;
    border-right: 0;
    text-align: center;
    padding: 20px 0;
    height: 576px;
}

.mc_14 .category_product .tit-s {
    font-size: 14px;
    padding: 20px 0;
    line-height: 1.8;
}

.mc_14 .category_product .tit-b {
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
    line-height: 1.5;
    word-break: keep-all;
}

.mc_14 .category_product .right {
    width: 70%;
}

.mc_14 .category_product .sct_10.lists-row {
    margin: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.mc_14 .sct_10 .sct_li {
    width: 33.3333%;
    height: 288px !important;
    position: relative;
    margin-bottom: 0;
    padding: 13px 0;
    border: 1px solid #ccc;
    float: none;
    background: #fff;
}

.mc_14 .sct_10 .sct_li:hover {
    border: 1px solid #000;
    box-shadow: 3px 3px 10px 1px #938e8e;
}

.mc_14 .category_product .sct_10 .sct_img {
    position: relative;
    padding-top: 58px;
    border: 0;
}

.mc_14 .category_product .sct_10 .sct_ct_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.mc_14 .category_product .sct_10 .sct_txt {
    border-bottom: 0;
    font-size: 16px;
    margin: 20px 0 0;
    padding: 0 10px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mc_14 .category_product .sct_10 .sct_bottom {
    display: none;
}

.mc_14 .img-box {
    height: 298px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mc_14 .img-box img {
    width: 80%;
}

.mc_14 .product-thumb-placeholder {
    display: flex;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.mc_14 .product-thumb-placeholder img {
    display: block;
    width: 190px;
    height: 190px;
}

.mc_14 .sct_star,
.mc_14 .sit_icon_li {
    display: none;
}

@media all and (max-width: 1800px) {
    .mc_14 {
        margin: 4.4444vw 0;
    }

    .mc_14 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_14 .bestcate_icon_nav {
        width: 2.2222vw;
        margin-right: 0.5556vw;
    }

    .mc_14 .bestcate_icon_nav ul {
        margin-top: 2.7778vw;
        border: 0.0556vw solid #ccc;
    }

    .mc_14 .bestcate_icon_nav li {
        height: 1.8889vw;
        width: 2.2222vw;
        border-right: 0.0556vw solid #ccc;
        background-size: auto 60%;
    }

    .mc_14 .bestcate_icon_nav li a {
        padding: 0.2778vw 0;
    }

    .mc_14 .bestcate_icon_nav li:hover,
    .mc_14 .bestcate_icon_nav li.active {
        width: 11.1111vw;
    }

    .mc_14 .bestcate_icon_nav li:hover a,
    .mc_14 .bestcate_icon_nav li.active a {
        font-size: 0.8889vw;
    }

    .mc_14 .bestcate_icon_nav li:hover span,
    .mc_14 .bestcate_icon_nav li.active span {
        padding-left: 2.5vw;
    }

    .mc_14 .category_product {
        width: 63.8889vw;
    }

    .mc_14 .category_product .product-inner {
        margin-bottom: 2.7778vw;
    }

    .mc_14 .category_product h3 {
        font-size: 1.1111vw;
        padding-bottom: 1.1111vw;
    }

    .mc_14 .category_product .left {
        width: 30%;
        border: 0.0556vw solid #ccc;
        border-right: 0;
        padding: 1.1111vw 0;
        height: 32vw;
    }

    .mc_14 .category_product .tit-s {
        font-size: 0.7778vw;
        padding: 1.1111vw 0;
        line-height: 1.8;
    }

    .mc_14 .category_product .tit-b {
        font-size: 0.8889vw;
        padding: 0 1.1111vw;
    }

    .mc_14 .category_product .right {
        width: 70%;
    }

    .mc_14 .sct_10 .sct_li {
        height: 16vw !important;
        padding: 0.7222vw 0;
        border: 0.0556vw solid #ccc;
    }

    .mc_14 .sct_10 .sct_li:hover {
        border: 0.0556vw solid #000;
        box-shadow: 0.1667vw 0.1667vw 0.5556vw 0.0556vw #938e8e;
    }

    .mc_14 .category_product .sct_10 .sct_img {
        padding-top: 3.2222vw;
    }

    .mc_14 .category_product .sct_10 .sct_txt {
        font-size: 0.8889vw;
        margin: 1.1111vw 0 0;
        padding: 0 0.5556vw;
    }

    .mc_14 .img-box {
        height: 16.5556vw;
    }

    .mc_14 .product-thumb-placeholder {
        width: 10.5556vw;
        height: 10.5556vw;
    }

    .mc_14 .product-thumb-placeholder img {
        width: 10.5556vw;
        height: 10.5556vw;
    }
}

/* mc_15 협력사 */

.mc_15 {
    margin: 80px 0;
    position: relative;
    z-index: 10;
}

.mc_15 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
}

.mc_15 ul {
    display: flex;
    flex-wrap: wrap;
}

.mc_15 ul li {
    height: 105px;
    line-height: 105px;
    text-align: center;
    border: 1px solid #c4c4c4;
    width: 171px;
    margin-left: -1px;
    margin-top: -1px;
    background: #fff;
}

.mc_15 ul li:hover {
    border: 1px solid #000;
    position: relative;
    z-index: 1;
}

.mc_15 ul li img {
    max-width: 90%;
    max-height: 80%;
    vertical-align: middle;
}

@media all and (max-width: 1800px) {
    .mc_15 {
        margin: 4.4444vw 0;
    }

    .mc_15 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_15 ul li {
        height: 5.8333vw;
        line-height: 5.8333vw;
        border: 0.0556vw solid #c4c4c4;
        width: 9.5vw;
        margin-left: -0.0556vw;
        margin-top: -0.0556vw;
    }

    .mc_15 ul li:hover {
        border: 0.0556vw solid #000;
    }
}

/* mc_16 로고 스와이프 */

.mc_16 {
    margin: 80px 0;
}

.mc_16 .inner_1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.mc_16 .inner_box {
    width: 1060px;
    margin: 0 auto;
    position: relative;
}

.mc_16 .swiper {
    text-align: center;
    width: 1060px;
    height: 60px;
    overflow: hidden;
}

.mc_16 .swiper-wrapper {
    display: flex;
    align-items: center;
    height: 60px;
}

.mc_16 .swiper-slide {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc_16 .swiper a {
    display: block;
}

.mc_16 .swiper img {
    max-width: 160px;
    max-height: 60px;
    vertical-align: middle;
}

.mc_16 .swiper-button-next,
.mc_16 .swiper-button-prev,
.mc_16 .swiper-button-next.swiper-button-disabled,
.mc_16 .swiper-button-prev.swiper-button-disabled {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #000;
    opacity: .5;
    color: #aeaeae;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
}

.mc_16 .swiper-button-next {
    right: -70px;
}

.mc_16 .swiper-button-prev {
    left: -70px;
}

.mc_16 .swiper-button-next:after,
.mc_16 .swiper-button-prev:after {
    display: block;
    background: #000;
    opacity: .5;
    color: #aeaeae;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
}

.mc_16 .swiper-button-next:after {
    content: '›';
}

.mc_16 .swiper-button-prev:after {
    content: '‹';
}

.mc_16 .swiper-button-next.swiper-button-disabled,
.mc_16 .swiper-button-prev.swiper-button-disabled {
    opacity: .5;
    background: #e5e5e5;
    color: #aeaeae;
}

@media all and (max-width: 1800px) {
    .mc_16 {
        margin: 4.4444vw 0;
    }

    .mc_16 .inner_1200 {
        width: 66.6667vw;
    }

    .mc_16 .inner_box {
        width: 58.8889vw;
    }

    .mc_16 .swiper {
        width: 58.8889vw;
        height: 3.3333vw;
    }

    .mc_16 .swiper-wrapper {
        height: 3.3333vw;
    }

    .mc_16 .swiper-slide {
        width: 9.7778vw;
        height: 3.3333vw;
        flex: 0 0 9.7778vw;
    }

    .mc_16 .swiper img {
        max-width: 8.8889vw;
        max-height: 3.3333vw;
    }

    .mc_16 .swiper-button-next,
    .mc_16 .swiper-button-prev,
    .mc_16 .swiper-button-next.swiper-button-disabled,
    .mc_16 .swiper-button-prev.swiper-button-disabled {
        top: 0.5556vw;
        width: 2.2222vw;
        height: 2.2222vw;
    }

    .mc_16 .swiper-button-next {
        right: -3.8889vw;
    }

    .mc_16 .swiper-button-prev {
        left: -3.8889vw;
    }

    .mc_16 .swiper-button-next:after,
    .mc_16 .swiper-button-prev:after {
        width: 2.2222vw;
        height: 2.2222vw;
        font-size: 1.6667vw;
        line-height: 2.2222vw;
    }
}

/* main 3.4 stabilization: desktop home section safety */

/* PC 홈 기준 고정 */
#container {
    min-width: 1200px;
}

/* 공통 tit 클래스는 주요 본문 섹션 내부 기준으로만 안정화 */
.mc_08 .tit,
.mc_09 .tit,
.mc_10 .tit {
    box-sizing: border-box;
}

/* 공란 대체 이미지가 카드/배너 크기를 유지하도록 고정 */
.mc_09 img[data-legacy-src],
.mc_10 img[data-legacy-src],
.mc_12 img[data-legacy-src],
.mc_13 img[data-legacy-src],
.mc_14 img[data-legacy-src] {
    display: block;
    color: transparent;
    background: transparent;
}

/* /data 기반 카드 섹션 figure 기본 여백 제거 */
.mc_09 figure,
.mc_10 figure,
.mc_13 figure {
    margin: 0;
}

/* 중간 광고 배너는 중앙 900x266 기준 유지 */
.mc_12 .swiper-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.mc_12 .swiper-slide img {
    object-fit: cover;
}

/* mc_13 탭 활성 색상 유지 */
.mc_13 ul.cate li a.on,
.mc_13 ul.cate li:hover a {
    color: #fff;
}

/* mc_14 제품 공란 썸네일 안정화 */
.mc_14 .product-thumb-placeholder,
.mc_14 .product-thumb-placeholder img {
    background: transparent;
}

/* mc_15 협력사 로고 2줄 이상 안정화 */
.mc_15 ul {
    align-items: stretch;
}

.mc_15 ul li {
    box-sizing: border-box;
}

/* mc_16 정적 로고 줄 넘침 방지 */
.mc_16 .swiper {
    overflow: hidden;
}

.mc_16 .swiper-slide {
    box-sizing: border-box;
}

@media all and (max-width: 1800px) {
    #container {
        min-width: 66.6667vw;
    }
}

/* mc_04 header action alignment hotfix */
.mc_04 .left .inner_600 {
    position: relative;
}

.mc_04 .left .inner_600>h2 {
    position: relative;
    margin: 0;
    padding: 0 250px 20px 0;
    line-height: 34px;
}

.mc_04 .left .inner_600>.sns {
    position: absolute;
    top: 0;
    right: 105px;
    z-index: 2;
}

.mc_04 .left .inner_600>.sns ul {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.mc_04 .left .inner_600>.sns li {
    margin: 0;
    line-height: 1;
}

.mc_04 .left .inner_600>.sns a {
    display: block;
    width: 34px;
    height: 34px;
}

.mc_04 .left .inner_600>.sns img {
    display: block;
    width: 34px;
    height: 34px;
}

.mc_04 .left .inner_600>.more {
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

.mc_04 .left .inner_600>.more img {
    display: block;
    margin: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

/* right panel more button keeps its own position */
.mc_04 .right .more {
    right: 0;
}

/* keep NOTICE list clear under title line */
.mc_04 .left .inner_600 .mc041_lt {
    clear: both;
}

@media all and (max-width: 1800px) {
    .mc_04 .left .inner_600>h2 {
        padding-right: 13.8889vw;
        line-height: 1.8889vw;
    }

    .mc_04 .left .inner_600>.sns {
        top: 0;
        right: 5.8333vw;
    }

    .mc_04 .left .inner_600>.sns ul {
        gap: 0.3333vw;
    }

    .mc_04 .left .inner_600>.sns a,
    .mc_04 .left .inner_600>.sns img {
        width: 1.8889vw;
        height: 1.8889vw;
    }

    .mc_04 .left .inner_600>.more {
        top: 0.5vw;
        right: 0;
        gap: 0.3333vw;
        height: 1.1111vw;
        font-size: 0.7222vw;
        line-height: 1.1111vw;
    }
}

/* mc_04 right realtime sns + more alignment */
.mc_04 .right {
    position: relative;
}

.mc_04 .right>h2 {
    position: relative;
    margin: 0;
    padding: 0 260px 20px 0;
    line-height: 34px;
}

.mc_04 .right>.realtime-sns {
    position: absolute;
    top: 0;
    right: 105px;
    z-index: 2;
}

.mc_04 .right>.realtime-sns ul {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.mc_04 .right>.realtime-sns li {
    margin: 0;
    line-height: 1;
}

.mc_04 .right>.realtime-sns a {
    display: block;
    width: 34px;
    height: 34px;
}

.mc_04 .right>.realtime-sns img {
    display: block;
    width: 34px;
    height: 34px;
}

.mc_04 .right>.more {
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

.mc_04 .right>.more img {
    display: block;
    margin: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.mc_04 .right>.more:hover {
    color: #007dc3;
}

@media all and (max-width: 1800px) {
    .mc_04 .right>h2 {
        padding-right: 14.4444vw;
        line-height: 1.8889vw;
    }

    .mc_04 .right>.realtime-sns {
        top: 0;
        right: 5.8333vw;
    }

    .mc_04 .right>.realtime-sns ul {
        gap: 0.3333vw;
    }

    .mc_04 .right>.realtime-sns a,
    .mc_04 .right>.realtime-sns img {
        width: 1.8889vw;
        height: 1.8889vw;
    }

    .mc_04 .right>.more {
        top: 0.5vw;
        right: 0;
        gap: 0.3333vw;
        height: 1.1111vw;
        font-size: 0.7222vw;
        line-height: 1.1111vw;
    }
}

/* mc_05 install order legacy icon restore */
.mc_05 ul li {
    min-height: 232px;
    box-sizing: border-box;
}

.mc_05 ul li img {
    display: block;
    width: 90px;
    height: 90px;
    margin: 8px auto 8px;
    object-fit: contain;
}

.mc_05 ul li dt {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
}

.mc_05 ul li dd {
    min-height: 34px;
    font-size: 12px;
    line-height: 1.45;
    word-break: keep-all;
}

/* mc_06 legacy service card: no link */
.mc_06 ul li {
    align-items: stretch;
}

.mc_06 ul li>span {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 190px;
    box-sizing: border-box;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

@media all and (max-width: 1800px) {
    .mc_05 ul li {
        min-height: 12.8889vw;
    }

    .mc_05 ul li img {
        width: 5vw;
        height: 5vw;
        margin: 0.4444vw auto;
    }

    .mc_05 ul li dt {
        margin-top: 0.5556vw;
        font-size: 0.8333vw;
    }

    .mc_05 ul li dd {
        min-height: 1.8889vw;
        font-size: 0.6667vw;
        line-height: 1.45;
    }

    .mc_06 ul li>span {
        padding-top: 10.5556vw;
        font-size: 0.8889vw;
    }
}

/* mc_07 branch search legacy alignment hotfix */
.mc_07 .inner_1200 {
    position: relative;
    box-sizing: border-box;
}

.mc_07 .right {
    position: relative;
    flex: 1;
}

.mc_07 .right p {
    padding: 40px 270px 0 90px;
    line-height: 1.35;
    word-break: keep-all;
}

.mc_07 .right a {
    float: none;
    position: absolute;
    top: 92px;
    left: 485px;
    display: block;
    margin: 0;
    z-index: 2;
}

.mc_07 .right a img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
}

@media all and (max-width: 1800px) {
    .mc_07 .right p {
        padding: 2.2222vw 15vw 0 5vw;
        line-height: 1.35;
    }

    .mc_07 .right a {
        top: 5.1111vw;
        left: 26.9444vw;
        margin: 0;
    }
}

/* mc_08 video title readability + clickable title */
.mc_08 .tit {
    align-items: center;
}

.mc_08 .tit a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 26px;
    padding: 0 2px;
    font-size: 14px;
    line-height: 26px;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
}

.mc_08 .tit a img {
    display: block;
    margin: 0;
    vertical-align: middle;
}

.mc_08 .tit a:hover {
    color: #007dc3;
}

.mc_08 .mc_08-list ul li .video-thumb-link {
    position: relative;
    display: block;
}

.mc_08 .mc_08-list ul li .mission_tit_link {
    display: block;
    margin-top: 11px;
    color: #111;
    text-decoration: none;
}

.mc_08 .mc_08-list ul li .mission_tit_link:hover .mission_tit {
    color: #007dc3;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mc_08 .mc_08-list ul li p.mission_tit {
    margin: 0;
    height: auto;
    min-height: 50px;
    max-height: 72px;
    font-size: 17px;
    line-height: 1.38;
    font-weight: 500;
    letter-spacing: -0.7px;
    color: #111;
    overflow: hidden;
    word-break: keep-all;
}

@media all and (max-width: 1800px) {
    .mc_08 .tit a {
        gap: 0.3889vw;
        height: 1.4444vw;
        font-size: 0.7778vw;
        line-height: 1.4444vw;
    }

    .mc_08 .mc_08-list ul li .mission_tit_link {
        margin-top: 0.6111vw;
    }

    .mc_08 .mc_08-list ul li p.mission_tit {
        min-height: 2.7778vw;
        max-height: 4vw;
        font-size: 0.9444vw;
        line-height: 1.38;
        letter-spacing: -0.0389vw;
    }
}

/* home card sections unified refinement: mc_09 / mc_10 / mc_11 */
.mc_09 .tit,
.mc_10 .tit,
.mc_11 .tit {
    align-items: center;
}

.mc_09 .tit a,
.mc_10 .tit a,
.mc_11 .tit a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 30px;
    padding: 0 10px 0 14px;
    border: 1px solid #d7dde5;
    border-radius: 999px;
    color: #1f3f5f;
    font-size: 13px;
    line-height: 28px;
    text-decoration: none;
    background: #fff;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.mc_09 .tit a img,
.mc_10 .tit a img,
.mc_11 .tit a img {
    display: none;
}

.mc_09 .tit a::after,
.mc_10 .tit a::after,
.mc_11 .tit a::after {
    content: '+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #eef6fd;
    color: #006dd4;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
}

.mc_09 .tit a:hover,
.mc_10 .tit a:hover,
.mc_11 .tit a:hover {
    border-color: #006dd4;
    background: #f7fbff;
    color: #006dd4;
}

.mc_09 .line_sql ul,
.mc_10 .line_sql ul,
.mc_11 .blog_box {
    row-gap: 34px;
}

.mc_09 .line_sql ul li,
.mc_10 .line_sql ul li,
.mc_11 .blog_box li {
    width: 280px;
    margin-bottom: 0;
}

.mc_09 .line_sql article a,
.mc_10 .line_sql article a,
.mc_11 .blog_box article a {
    display: block;
    width: 280px;
    color: #111;
    text-decoration: none;
}

.mc_09 .line_sql figure,
.mc_10 .line_sql figure,
.mc_11 .blog_box figure {
    width: 280px;
    height: 210px;
    margin-bottom: 12px;
    background: transparent;
    overflow: hidden;
}

.mc_09 .line_sql figure img,
.mc_10 .line_sql figure img,
.mc_11 .blog_box figure img {
    display: block;
    width: 280px;
    height: 210px;
    border: 0;
    border-radius: 5px;
    object-fit: cover;
    transition: transform .25s ease;
}

.mc_09 .line_sql h3,
.mc_10 .line_sql h3,
.mc_11 .blog_box h3 {
    display: -webkit-box;
    width: 280px;
    height: 52px;
    margin: 0 0 10px;
    color: #07182d;
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: -0.7px;
    font-weight: 700;
    word-break: keep-all;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mc_09 .txt,
.mc_10 .txt,
.mc_11 .blog_box p {
    display: -webkit-box;
    width: 280px;
    height: 72px;
    margin: 0;
    color: #24384d;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.25px;
    font-weight: 400;
    word-break: keep-all;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mc_09 .line_sql article a:hover h3,
.mc_10 .line_sql article a:hover h3,
.mc_11 .blog_box article a:hover h3 {
    color: #006dd4;
}

.mc_09 .line_sql article a:hover figure img,
.mc_10 .line_sql article a:hover figure img,
.mc_11 .blog_box article a:hover figure img {
    transform: scale(1.035);
}

.mc_11 h2 {
    border-bottom: 0;
    padding-bottom: 0;
}

@media all and (max-width: 1800px) {

    .mc_09 .tit a,
    .mc_10 .tit a,
    .mc_11 .tit a {
        gap: 0.3889vw;
        height: 1.6667vw;
        padding: 0 0.5556vw 0 0.7778vw;
        border-radius: 55.5556vw;
        font-size: 0.7222vw;
        line-height: 1.5556vw;
    }

    .mc_09 .tit a::after,
    .mc_10 .tit a::after,
    .mc_11 .tit a::after {
        width: 0.8889vw;
        height: 0.8889vw;
        font-size: 0.8333vw;
    }

    .mc_09 .line_sql ul,
    .mc_10 .line_sql ul,
    .mc_11 .blog_box {
        row-gap: 1.8889vw;
    }

    .mc_09 .line_sql ul li,
    .mc_10 .line_sql ul li,
    .mc_11 .blog_box li,
    .mc_09 .line_sql article a,
    .mc_10 .line_sql article a,
    .mc_11 .blog_box article a {
        width: 15.5556vw;
    }

    .mc_09 .line_sql figure,
    .mc_10 .line_sql figure,
    .mc_11 .blog_box figure {
        width: 15.5556vw;
        height: 11.6667vw;
        margin-bottom: 0.6667vw;
    }

    .mc_09 .line_sql figure img,
    .mc_10 .line_sql figure img,
    .mc_11 .blog_box figure img {
        width: 15.5556vw;
        height: 11.6667vw;
        border-radius: 0.2778vw;
    }

    .mc_09 .line_sql h3,
    .mc_10 .line_sql h3,
    .mc_11 .blog_box h3 {
        width: 15.5556vw;
        height: 2.8889vw;
        margin: 0 0 0.5556vw;
        font-size: 1.0556vw;
        line-height: 1.35;
        letter-spacing: -0.0389vw;
    }

    .mc_09 .txt,
    .mc_10 .txt,
    .mc_11 .blog_box p {
        width: 15.5556vw;
        height: 4vw;
        font-size: 0.8333vw;
        line-height: 1.6;
    }
}

/* mc_12 중간 광고 배너 */

.mc_12 {
    margin: 100px 0 66px;
    overflow: hidden;
}

.mc_12 .swiper {
    width: 100%;
    height: 355px;
    overflow: hidden;
    position: relative;
}

.mc_12 .swiper-wrapper {
    display: flex;
    align-items: stretch;
    width: auto;
    height: 266px;
    margin: 0;
    position: relative;
}

.mc_12 .swiper .swiper-slide {
    display: block;
    flex-shrink: 0;
    width: 900px;
    height: 266px;
}

.mc_12 .swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.mc_12 .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: transparent;
}

.mc_12 .swiper-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.mc_12 .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    background: #ddd;
    opacity: 1;
}

.mc_12 .swiper-pagination-bullet-active {
    background: #000 !important;
}

@media all and (max-width: 1800px) {
    .mc_12 {
        margin: 5.5556vw 0 3.6667vw;
    }

    .mc_12 .swiper {
        height: 19.7222vw;
    }

    .mc_12 .swiper-wrapper {
        height: 14.7778vw;
    }

    .mc_12 .swiper .swiper-slide {
        width: 50vw;
        height: 14.7778vw;
    }

    .mc_12 .swiper .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .mc_12 .swiper-pagination {
        margin-top: 1.1111vw;
    }

    .mc_12 .swiper-pagination-bullet {
        width: 0.5556vw;
        height: 0.5556vw;
        margin: 0 0.2222vw;
    }
}