.left {
    text-align: left;
}

.right {
    text-align: right;
}

.consulting_bg {
    width: 100%;
    height: 320px;
    background: url(/ko/theme/basic/img/consulting/pc_bnr.jpg) no-repeat;
    background-attachment: fixed;
}

.consulting_container * {
    font-family: 'Noto Sans KR', sans-serif;
}

.consulting_title {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    color: #303030;
    font-weight: 700;
    margin-top: 85px;
    margin-bottom: 40px;
    text-align: center;
}

.consulting_text {
    margin-bottom: 50px;
    line-height: 1.6em;
    font-size: 22px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.consulting_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.consulting_tab>li {
    display: flex;
    align-items: center;
    width: 250px;
    height: 62px;
    color: #bababa;
    border: 1px solid #dcdcdc;
    border-right: none;
    font-size: 18px;
    justify-content: center;
    cursor: pointer;
}

.consulting_tab>li>a {
    font-size: 18px;
    width: 250px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bababa;
}

.consulting_tab>li:last-child {
    border-right: 1px solid #dcdcdc;
}

.consulting_tab>li.active {
    background: #362e2b;
    border-color: #362e2b;
    color: #fff;
}

.consulting_content {
    width: 100%;
    margin-bottom: 100px;
}

.consulting_content>li {
    display: none;
}

.consulting_content>li.active {
    display: block;
}

.finance_pc {
    display: block;
    margin-bottom: 20px;
}

.finance_mobile {
    display: none;
}

.finance_pc_ul1 {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finance_pc_ul1>li {
    text-align: center;
}

.finance_pc_li1 {
    width: 400px;
    margin-right: 50px;
}

.finance_pc_li3 {
    width: 400px;
    margin-left: 50px;
}

.finance_pc_li2 {
    width: 180px;
}

.finance_text1 {
    font-size: 19px;
    color: #000;
    font-weight: 700;
    margin-bottom: 13px;
}

.finance_text2 {
    font-size: 14px;
    color: #757575;
    font-weight: 400;
}

.export_pc {
    display: block;
    text-align: center;
}

.export_m {
    display: none;
}

.export_pc .export_ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.export_pc .ul2 {
    align-items: baseline;
}

.export_pc .li1 {
    margin-right: 5px;
}

.export_pc .li2 {
    margin-left: 5px;
}

.export_pc #export_pc_line {
    margin-top: 10px;
    margin-bottom: 20px;
}

.export_pc .export_li {
    width: 280px;
}

.export_pc .export_li p {
    text-align: left;
    font-size: 14px;
    color: #000;
    Font-weight: 400;
    display: flex;
    justify-content: center;
}

.operation_pc {
    display: block;
    height: 1400px;
    text-align: center;
}

.operation_m {
    display: none;
}

.operation_pc .operation_line {
    position: absolute;
    left: calc(50% - 62px);
}

.operation_pc .operation_inner_left {
    padding-right: 560px;
}

.operation_pc .operation_inner_right {
    padding-left: 560px;
}
.operation_pc .operation_ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.operation_pc #ul1 {
    padding-top: 26px;
    margin-bottom: -24px;
}
.operation_pc #ul2 {
    margin-bottom: -24px;
}
.operation_pc #ul3 {
    margin-bottom: -24px;
}
.operation_pc #ul4 {
    margin-bottom: -24px;
}
.operation_pc #ul5 {
    margin-bottom: -24px;
}
.operation_pc #ul6 {
    margin-bottom: -24px;
}
.operation_pc #ul7 {
    margin-bottom: -24px;
}
.operation_pc #ul8 {
    margin-bottom: -24px;
}
.operation_pc #ul9 {
    margin-bottom: -24px;
}

.operation_pc .operation_li1 {
    width: 196px;
}

.operation_pc .operation_li2 {
    width: 200px;
}

.operation_pc .operation_li2 h2 {
    font-size: 19px;
    color: #000;
    Font-weight: 700;
    margin-bottom: 15px
}

.operation_pc .operation_li2 p {
    font-size: 14px;
    color: #777;
    Font-weight: 400;
}

@media (max-width: 1199px) {
    .operation_pc .operation_inner_left {
        padding-right: 530px;
    }
    .operation_pc .operation_inner_right {
        padding-left: 530px;
    }
}

@media (max-width: 991px) {
    .consulting_tab>li {
        width: 230px;
    }
    .export_pc #export_pc_line {
        width: 100%;
    }
    .operation_pc .operation_inner_left {
        padding-right: 420px;
    }
    .operation_pc .operation_inner_right {
        padding-left: 420px;
    }
    .operation_pc .operation_li1 img {
        width: 100%;
    }
    .operation_pc .operation_li2 h2 {
        font-size: 20px;
        margin-bottom: 15px
    }
    .operation_pc .operation_li2 p {
        font-size: 14px;
    }
    .operation_pc #ul1 {
        padding-top: 38px;
        margin-bottom: 10px;
    }
    .operation_pc #ul2 {
        margin-bottom: 7px;
    }
    .operation_pc #ul3 {
        margin-bottom: 7px;
    }
    .operation_pc #ul4 {
        margin-bottom: 13px;
    }
    .operation_pc #ul5 {
        margin-bottom: 9px;
    }
    .operation_pc #ul6 {
        margin-bottom: 8px;
    }
    .operation_pc #ul7 {
        margin-bottom: 10px;
    }
    .operation_pc #ul8 {
        margin-bottom: 10px;
    }
    .operation_pc #ul9 {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .consulting_title {
        font-size: 33px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .consulting_text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .consulting_container {
        padding: 0 10px;
    }
    .consulting_content {
        margin-bottom: 30px;
    }
    .consulting_bg {
        display: none;
    }
    .consulting_tab {
        margin-bottom: 30px;
    }
    .consulting_tab>li {
        height: 40px;
        font-size: 11px;
        text-align: center;
        width: calc(100% / 3);
    }
    .consulting_tab>li>a {
        height: 40px;
        font-size: 11px;
        text-align: center;
    }
    .finance_pc {
        display: none;
    }
    .finance_mobile {
        display: block;
    }
    .finance_mobile_ul1 {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .finance_text1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .finance_mobile_li1 {
        width: 101px;
    }
    .finance_mobile_li2 {
        width: 239px;
        margin-left: 20px;
    }
    .export_pc {
        display: none;
    }
    .export_m {
        display: block;
    }
    .export_m .export_div {
        margin-bottom: 50px;
    }
    .export_m .export_li div {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .export_m .export_li h2 {
        font-size: 18px;
        color: #fff;
        Font-weight: 700;
        width: 75%;
        text-align: center;
        padding-left: 7px;
    }
    .export_m .export_li p {
        font-size: 14px;
        color: #000;
        Font-weight: 400;
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }
    .export_m .export_m_bg1 {
        width: 100%;
        max-width: 243px;
        height: 255px;
        background-image: url(/ko/theme/basic/img/consulting/export/m_icon_1.png);
    }
    .export_m .export_m_bg2 {
        width: 100%;
        max-width: 243px;
        height: 255px;
        background-image: url(/ko/theme/basic/img/consulting/export/m_icon_2.png);
    }
    .export_m .export_m_bg3 {
        width: 100%;
        max-width: 243px;
        height: 255px;
        background-image: url(/ko/theme/basic/img/consulting/export/m_icon_3.png);
    }
    .operation_pc {
        display: none;
    }
    .operation_m {
        display: block;
    }
    .operation_m .operation_ul {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        padding-right: 10px;
    }
    .operation_m img {
        width: 100%;
        max-width: 197px;
    }
    .operation_m .operation_li1 {
        width: 40%;
        text-align: center;
    }
    .operation_m .operation_li2 {
        width: 55%;
        padding-left: 10px;
        ;
    }
    .operation_m .operation_li2 p {
        font-size: 14px;
        color: #777;
        Font-weight: 400;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .operation_m .operation_li2 h2 {
        font-size: 18px;
        color: #000;
        Font-weight: 700;
    }
}