@charset "utf-8";

/* *********************************************************************************************************************************************** */
/* sign page common */
.sign-page .vc-page-content {
    max-width: 24rem;
    margin: auto;
}

.sign-page .vc-page-title {
    margin-bottom: 1.75rem;
}

.sign-page .vc-page-title h3 {
    margin-bottom: .375rem
}

.vc-account-link {
    margin: auto;
    margin-top: 2rem;
}

.vc-account-link span {
    margin-right: 1rem;
}

/* sign up */
#sign_up h5 {
    margin-top: 1.5rem;
    letter-spacing: .02em;
}

#vc_addr_btn,
#vc_company_cate_btn {
    height: calc(1.5em + 1.4rem + 2px);
    margin-bottom: .5rem;
    padding: .7rem 1rem;
}

#vc_addr_btn {
    margin-top: 0;
}

#vc_company_cate_btn {
    margin-top: .5rem;
}

#sign_up .vc-sector-cate+.vc-sector-cate {
    margin-top: .25rem;
}

#company_cate .vc-modal-content {
    max-width: 26rem;
}

#company_cate .vc-modal-content .closeModalBtn {
    width: 20%;
    margin-right: 1px;
}

#sign_up .vc-category-select p {
    margin-bottom: .5rem;
}

#sign_up .vc-category-select span {
    display: block;
    height: calc(1.5em + .8rem + 2px);
    margin-bottom: .5rem;
    margin-right: .5rem;
    padding: .4rem .75rem;
    border-radius: 2rem;
    border: 1px solid #1D2B3B;
    line-height: 1.5;
}

#sign_up .vc-category-select dt {
    width: 100px;
    padding-top: .65rem;
}

#sign_up .vc-category-select dd {
    width: calc(100% - 100px);
}

#sign_up .vc-category-select dd span {
    border-color: #0C77FB;
}

#sign_up .vc-category-sc {
    margin-top: .5rem;
}

#sign_up .form-terms-agree {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #0C77FB;
}

#sign_up .form-terms-agree .area+.area {
    margin-top: .25rem;
}

#sign_up .vc-check-all {
    margin-bottom: 1rem;
}

#sign_up .vc-check-all span {
    font-size: 1rem;
    font-weight: 700;
}

/* forgot */
#forgot_pw .vc-page-title {
    margin-bottom: 2rem;
}

#forgot_pw .vc-page-title h3 {
    margin-bottom: 1rem;
}

#forgot_pw .vc-page-title .paragraph {
    max-width: 24rem;
    margin: auto;
    text-align: left
}

/*inquiry_hp*/
#inquiry_hp h5 {
    margin-top: 1.5rem;
    letter-spacing: .02em;
}

#inquiry_hp .vc-sector-cate+.vc-sector-cate {
    margin-top: .25rem;
}

#inquiry_hp .vc-category-select p {
    margin-bottom: .5rem;
}

#inquiry_hp .vc-category-select span {
    display: block;
    height: calc(1.5em + .8rem + 2px);
    margin-bottom: .5rem;
    margin-right: .5rem;
    padding: .4rem .75rem;
    border-radius: 2rem;
    border: 1px solid #1D2B3B;
    line-height: 1.5;
}

#inquiry_hp .vc-category-select dt {
    width: 100px;
    padding-top: .65rem;
}

#inquiry_hp .vc-category-select dd {
    width: calc(100% - 100px);
}

#inquiry_hp .vc-category-select dd span {
    border-color: #0C77FB;
}

#inquiry_hp .vc-category-sc {
    margin-top: .5rem;
}

#inquiry_hp .form-terms-agree {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #0C77FB;
}

#inquiry_hp .form-terms-agree .area+.area {
    margin-top: .25rem;
}

#inquiry_hp .vc-check-all {
    margin-bottom: 1rem;
}

#inquiry_hp .vc-check-all span {
    font-size: 1rem;
    font-weight: 700;
}

#inquiry_hp .vc-gray-6_1 {
    font-size: 12px;
    margin-top: 2rem;
}

#inquiry_hp .vc-gray-6_2 {
    margin-top: 0.5rem;
}


@media (min-width:992px) {
    .vc-page-content h4 {
        margin-bottom: 2rem;
        text-align: center;
        font-size: 2.25rem;
    }

    .sign-page .vc-page-title {
        margin-bottom: 3.75rem;
    }

    .sign-page .vc-page-title h3 {
        margin-bottom: .75rem;
    }

    #sign_up h5 {
        margin-top: 2rem;
        font-size: 1.125rem;
    }

    #vc_addr_btn #vc_company_cate_btn {
        height: calc(1.5em + 1.4rem + 2px);
        margin-top: 0;
        padding: .7rem 1rem;
    }

    #company_cate label {
        font-size: 1rem;
    }

    #forgot_pw .vc-page-title h3 {
        margin-bottom: 2.375rem;
    }

    #forgot_pw .vc-page-title p+p {
        margin-top: .75rem;
    }

    #inquiry_hp h5 {
        margin-top: 2rem;
        font-size: 1.125rem;
    }



}

/* *********************************************************************************************************************************************** */
/* member page */
.vc-page-member {
    background-color: #f8f8f9;
}

/* .vc-page-member .vc-area {} */

.vc-inline-group {
    margin-bottom: .5rem;
    line-height: 1.45;
    font-size: .875rem;
}

.vc-inline-group dt {
    font-weight: 500
}


/*마이페이지 대시보드*/

.vc-dash-contents h5 {
    padding: 0 .5rem;
    text-align: left;
    font-size: 1.1rem;
}

.vc-dash-contents h4 {}


/*뉴대시보드 홈*/
#new-dash {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: normal;
}

#dash-none {
    display: none;
}

#new-dash .dash-text {
    padding: 0;
}

#new-dash .title-margin b {
    color: #0c77fb;
    font-weight: normal;
}

.vc-dash-list {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #efefef;
}

.vc-dash-container {
    max-width: 1360px;
    margin: 0 auto;
}

.vc-dash-wide-container {
    max-width: 1360px;
    margin: 0 auto;
}

.caption-subject {
    font-size: 1rem;
    padding-bottom: 2rem
}

.caption-subject.ti-press {
    margin: 1rem 0 .5rem;
    display: block;
}



#new-dash h4 {
    font-size: 1rem;
    margin-bottom: 0;
    margin: .2rem 0 .1rem;
    color: #212b36;
}

#new-dash .metismenu li span {
    padding-left: .3rem;
}

/*#new-dash .breadcome-list{margin-top: 5rem;}*/
#new-dash .breadcome-list h5 {
    font-size: 1rem;
    font-weight: 500;
}

#new-dash .breadcome-list h5 strong {
    color: #0c77fb;
    font-weight: bold;
}

#new-dash .main-logo {
    margin: 20px 0;
    width: 50%;
}

#new-dash .container-fluid h5 {
    /*margin-bottom: .3rem;*/
    font-weight: 400;
    color: #666;
    font-size: 1.05rem;
    letter-spacing: -.3px;
}

#new-dash .dash-Noti i {
    font-size: 1.8rem;
}

#new-dash .dash-chart {
    padding: 0;
}

.chart-gauge {
    width: 80%;
    margin: 1rem auto;
    text-align: center;
}

.chart-first {
    fill: #a5d8ff;
}

.chart-second {
    fill: #4dabf7;
}

.chart-third {
    fill: #228be6;
}

.chart-fourth {
    fill: #1971c2;
}

.needle,
.needle-center {
    fill: #000000;
}

.text {
    color: "#112864";
    font-size: 16px;
}

#new-dash svg {
    font: 10px sans-serif;
    padding-top: 2.5rem;
}

.chart-gauge svg {
    max-height: 19.5rem;
}

#new-dash .product-sales-chart {
    height: 100%;
}

.tm-list {
    flex-wrap: wrap;
    align-items: center;
    height: 80%;
    position: relative;
}

.tm-list p {
    font-size: .9rem;
}

.tm-list a {
    text-decoration: none;
}

.dash-help {
    justify-content: space-between;
}

.dash-help i {
    font-size: 1.1rem;
    color: #0c77fb;
}

#chartdiv {
    width: 100%;
    height: 350px;
}

.Mchart {
    width: 100% !important;
}

.newsimg {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
}

.newsimg img {
    width: 150px;
    height: 45px;
}

.article {
    height: 300px;
}

.article strong {
    margin-bottom: .5rem;
    display: block;
    font-size: 1rem;
}

#new-dash .tooltip {
    opacity: 1;
    position: relative;
    line-height: 1;
    z-index: 10;
}

#new-dash .tooltip-text {
    width: 15rem;
    border: none;
    letter-spacing: -2px;
}

#new-dash .tooltip-text-map {
    right: 0rem;
}

.news-contents {
    font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    font-weight: lighter;
    line-height: 25px;
    height: 125px;
    /* height = line-height * 줄수 : 비wekkit 계열 */
}

.title-margin {
    margin-top: 1.5rem !important;
}

.title-margin h4 {
    font-size: 2.2rem !important;
    padding-bottom: .8rem;
}

.buyerLank span {
    padding: 1rem 0;
    display: block;
}

.tm {
    display: none;
}

.blcok-table {
    display: block;
    margin-bottom: 1rem;
}

.slider-2-title>table {
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 50px;
    text-align: center;
}

.slider-2 {
    margin: 0 auto;
}

.slider-2>.owl-carousel>.owl-stage-outer>.owl-stage>.owl-item>.item {}

.slider-2>.owl-carousel>.owl-stage-outer>.owl-stage>.owl-item:nth-child(even)>.item {
    background-color: #c0c0c0;
}

.owl-pagination {
    position: absolute;
    bottom: -3%;
    right: 50%;
    transform: translateX(50%);
}

.slider-2>.owl-carousel>.owl-nav>.owl-prev,
.slider-2>.owl-carousel>.owl-nav>.owl-next {
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    background-color: transparent;
}

.slider-2>.owl-carousel>.owl-nav>.owl-next {
    left: auto;
    right: 0;
    top: 0%;
    position: absolute;
}

.slider-2>.owl-carousel>.owl-nav>.owl-prev:hover,
.slider-2>.owl-carousel>.owl-nav>.owl-next:hover {
    background-color: transparent;
}

.slider-2>.owl-carousel>.owl-dots {
    display: none;
}

.num-text {
    width: 20%;
    text-align: center !important;
}

.company-text {
    width: 80%;
}

.owl-carousel .buyerLIST th {}

.owl-carousel .buyerLIST th.company {
    text-align: center;
    padding-left: 0;
}

.dollar {
    position: absolute;
    top: 7%;
    right: 7%;
    font-size: 14px;
    color: #999;
}

#ticker {
    float: left;
    width: 100%;
}

.navi {
    float: right;
}

.lanking {
    border: 2px solid #EFEFEF;
    padding: 0 5px;
    height: 30px;
    overflow: hidden;
    background: #fff;
    width: 350px;
    font-family: Gulim;
    font-size: .9rem;
    float: left;
    margin-top: -5px;
}

.lanking ul,
.lanking li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lanking li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-decoration: none;
    font-family: 'Inter';
}

.buyerLIST tbody.list-height tr {
    height: 2rem;
}

.chartmap {
    margin: 3rem 0;
}

.tm-hidden {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 105%;
    text-align: center;
    top: 0%;
    padding: 5.5rem 0;
    cursor: pointer;
    font-size: 1rem !important;
    line-height: 25px;
}

@media (min-width:768px) {
    .caption-subject {
        font-size: 1.1rem;
    }

    .article strong {
        font-size: 1.2rem;
    }

    .news-contents {
        font-size: 1.1rem;
    }

}

@media (min-width:1170px) {
    .title-margin {
        padding: 0.5rem 0 1.5rem;
        margin-top: 5.5rem !important;
    }

    .title-margin2 {
        margin-top: 3rem !important;
    }
}


/*대시보드 홈*/
.vc-dash-page {
    padding-top: 0;
}

.DashBoard-Noti {
    justify-content: space-between;
}

.vc-Dash-Noti {
    width: 32%;
}

.Noti_title {
    background: #F4F6F8;
    padding: .8rem;
}

.Noti_contents {
    padding: 1.5rem;
}

.vc-dash-body {
    border-radius: 5px;
}

.dash-menu {
    background: #fff;
    width: 100%;
}

.dash-menu>li {
    position: relative;
    float: left;
    width: 25%
}

.dash-menu li a,
#new-dash .metismenu li a {
    color: #495057;
    /*letter-spacing: .5px;*/
    display: block;
    /*text-align: center;*/
    min-height: 3.8rem;
    line-height: 2rem;
    font-size: 1rem;
    /*font-size: 1.05rem;*/
    font-weight: bold;
    padding-left: 2.3rem;
}

#new-dash.mini-navbar .metismenu li a {
    padding-left: 0;
    padding: 20px 0;
}

.submenu li a {
    font-size: .9rem;
    padding: 1rem 1rem 1rem 1.8rem
}

.dash-menu li i {
    padding-right: .5rem;
    display: none;
}

/*
.dash-menu li i.xi-angle-right-min{padding-left: 1r}
*/

.dash-menu li.active,
#new-dash .metismenu li.active2 {
    background: rgba(35, 116, 238, 0.1);
    font-weight: bold;
    border-right: 5px solid #0c77fb;
}

.dash-menu li.active a,
.metismenu li.active2>a {
    color: #0c77fb !important;
    font-weight: bold;
}

.dash-menu .submenu {
    /*position: absolute;right: -14.5rem;top: 0;*/
    background: #283557;
    display: none;
    z-index: 10;
    position: absolute;
    width: 100%;
}

.dash-menu .submenu li a {
    color: #fff;
    font-weight: bold;
}

.dash-menu .submenu li.active {
    background: #cfd6e2;
}

.dash-menu .submenu li.active a {
    color: #0E1935;
}

.dash-menu .buyermenu li a {
    padding: 1rem !important;
    font-size: .9rem !important;
    line-height: 1rem;
}

.vc-dash-contents {
    background: #F9FAFB;
    width: 100%;
    padding: 2.5rem 1.5rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.vc-dash-contents span {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px
}

.dash-text {
    line-height: 25px;
    padding-bottom: 1.5rem
}

.dash-text p {
    padding: 1rem 0 0;
    font-weight: 400;
}

.dash-text strong {
    color: #0c77fb;
}

.vc-dash-chart {
    margin: 0 auto;
}

.vc-card-container .vc-card {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid rgb(196, 205, 213);
    box-shadow: none;
}

.vc-dash-chart .vc-card p,
.vc-dash-data p {
    font-size: .85rem;
    text-align: right;
    padding-top: 1rem;
}

.dash-chart {
    margin: 0 auto;
    width: 100%
}

.vc-selectChart {
    width: 10rem;
    float: right;
    margin-bottom: 1rem;
}

#mypage .vc-form-control {
    cursor: pointer;
    height: calc(1.5em + 1.2rem + 2px);
}

.Modal_btn {
    padding: .5rem 2rem;
    margin-top: 3rem;
}

.modalB .Modal_btn {
    margin-top: 1rem;
    width: 9rem !important;
}

.gauge {
    position: relative;
}

.gauge p {
    margin-top: -1rem;
    color: #666;
    font-weight: 300;
    font-size: .95rem;
}

.buyerLank {
    padding-top: 1rem;
}

.gauge span.per {
    position: absolute;
    bottom: 23%;
    right: 50%;
    transform: translateX(55%);
    font-size: 1.3rem;
    font-weight: bold;
}



/*대시보드 모달*/
/*요청하기*/
.dashBody {
    height: 100%;
}

#mypage .modal_content figure,
#dash_data .modal_content figure,
#new-dash .modal_content figure {
    text-align: center;
}

#mypage .modal_content img,
#dash_data .modal_content img,
#new-dash .modal_content img {
    width: 4rem;
    padding-bottom: 1rem;
}

#mypage .modal_content strong,
#dash_data .modal_content strong,
#new-dash .modal_content strong {
    color: #0c77fb;
}

#mypage .modal,
#mypage .modal2,
#dash_data .modal,
#dash_data .modal2,
#new-dash .modal,
#new-dash .modal2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

#mypage .modal_content,
#mypage .modal_content2,
#dash_data .modal_content,
#dash_data .modal_content2,
#new-dash .modal_content,
#new-dash .modal_content2 {
    width: 80%;
    max-width: 500px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 2.5rem;
    line-height: 23px;
}

.modal_content i,
.modal_content2 i {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

#mypage .modal_content span,
#dash_data .modal_content span {
    font-size: 1.05rem;
}

#mypage .modal_content p,
#dash_data .modal_content p {
    font-size: .9rem;
    padding: .5rem 0 1rem;
    font-weight: 400;
    letter-spacing: .2px;
}

.vc-form-HScode {
    width: 85%;
    margin: 0rem auto 2rem;
}

.vc-form-HScode input {
    margin: .5rem 0;
    background: #f8f9fb;
    border: none;
    border-radius: 0px;
    cursor: auto !important;
}

.hssearch {
    text-align: right;
}

.hsSearch {
    color: #0c77fb;
}

.hsSearch:hover {
    color: #ff714c;
}


/*주의*/
.modal_content2 {
    width: 85%;
    max-width: 600px !important;
}

.modal_content2 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-size: 1.6rem;
}

.modal_content2 h3 figure {
    width: 40px;
    margin: -.5rem .5rem 0 0;
}

.modal_content2 .vc-form-HScode {
    display: flex;
    /*flex-direction:column;*/
    justify-content: center;
    margin: 1rem auto 1rem;
}

.modal_content2 .HsCheck {
    background: #f8f9fb;
    padding: .5rem 3rem;
    margin: 1rem .5rem;
    white-space: nowrap;
    text-align: center;
}

.modal_content2 .modalCancel {
    margin-left: 3%;
}



/*대시보드 미니홈피*/
#dash_mhp .dash-text p {
    padding: .5rem;
}

.dash-text i {
    transform: rotate(90deg);
}

.dash-text-bottom {
    text-align: center;
    padding-top: 2rem;
}

.mhp_Btn_wrap {
    justify-content: end;
    /*width: 90%;*/
    margin: 0 auto;
}

.dashBtn_mhp {
    margin-left: .5rem;
    margin-bottom: -0.5rem;
    padding: .4rem 1.5rem;
}

.dashBtn_mhp:first-child {
    color: #0c77fb;
    background: #fff;
    border: none;
}

#dash_mhp .movie {}

#dash_mhp .vc-mhp-header .info {
    width: 100%;
}

#dash_mhp .vc-dash-contents .info h4 {
    padding: 0;
    font-size: 1.3rem;
}

.vc-dash-contents #minihp span {
    font-size: 1rem;
}

.vc-dash-contents #minihp img.Verified {
    width: 75px;
    padding-top: 1rem;
    margin-left: 1rem;
}

.vc-dash-contents #minihp .mhp_logo {
    text-align: center;
}

.vc-dash-contents .vc-mhp-content {
    width: 100%;
}

.vc-dash-contents .vc-page {
    padding: 2rem 0rem;
}

#minihp {
    width: 100%;
    padding: 0;
    height: 100vh;
    position: relative;
}

#minihp.minihp-gpp {
    height: auto;
}

.minihp-gpp {
    margin-bottom: 3rem;
}

#minihp .topscreen {
    position: absolute;
    z-index: 9000;
    width: 100%;
    height: 100%;
}

#minihp iframe {
    -ms-zoom: 0.8;
    -moz-transform: scale(0.8);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.8);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform: scale(0.8);
    transform-origin: 0 0;
    width: 124%;
    height: 130%;
    overflow: hidden;
    z-index: 9999;
}

#dash_mhp .vc-mhp-header .img img {
    width: 50%
}

#dash_mhp .vc-mhp-binfo .bs_infor .infor {
    width: 40%;
}

.logomark {
    width: 30%;
    padding-top: 1rem;
    padding-left: 1rem;
}


/*뉴대시보드 미니홈피*/
#new-dash .vc-mhp-content {
    width: 100%;
}

.mhp-padding {
    padding-top: 0.25rem;
    /*border-bottom: 1px solid rgba(0,0,0,.1);padding-bottom: 1.5rem;*/
}

.vc-mhp-wrap h5 {
    font-weight: bold !important;
}

.vc-mhp-wrap .vc-warning {
    color: #ff714c !important;
}

.vc-mhp-wrap .vc-mhp-his {
    border: 1px solid #ff714c !important;
}

.vc-sample {
    padding-bottom: 5.5rem;
    overflow: hidden;
    height: 84%;
}

/*대시보드 데이터*/
.chart_Btn input {
    margin: 2rem 0.3rem 0.5rem 0.23rem;
    padding: .5rem 1.2rem;
    border-radius: 0;
    color: #0c77fb;
    background: #fff;
}

.chart_Btn input.active {
    color: #fff;
    background: #0c77fb;
}

.dash-text-bottom.data-txt {
    padding-bottom: 2rem;
}

.vc-dash-data td {
    padding: .8rem;
}

.vc-dash-data th {
    padding: 2rem;
    background: #D7E9F7;
    text-align: center;
}

.vc-dash-data td {
    text-align: center;
    vertical-align: middle;
}

.vc-dash-data tr:nth-child(even) {
    background: #FCFEFF;
}

.vc-dash-data tr:nth-child(odd) {
    background: #E7F5FF;
}

.vc-dash-data .vc-card {
    /*padding: 2rem;*/
}

table {
    width: 100%;
}

th.table-1 {
    width: 15%;
}

th.table-2 {
    width: 15%;
}

th.table-3 {
    width: 23.3333%;
}

th.table-4 {
    width: 23.3333%;
}

th.table-5 {
    width: 23.3333%;
}

.vc-mhp-text {
    padding-top: 2rem;
    font-size: 1rem;
    line-height: 1.5;
}

@media(min-width:768px) {
    .vc-mhp-text {
        padding-top: 6rem;
        font-size: 1.1rem;
    }
}


/*대시보드 인쿼리*/
.dash-inqlistD {
    padding: 0 0.7rem;
    display: none;
}

.dash-inqlistD div {
    width: 25%;
    padding-left: 1rem;
}

.dash-inqlistD p {
    padding-left: 1rem;
}

.dash-inqlistD span {
    display: block;
    position: relative;
    padding: 0 0 .5rem 1rem;
    ;
    font-size: 1.05rem;
}

.dash-inqlistD span:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}

.dash-inqlistD span.vc-warning:after {
    background: #ff714c;
}

.dash-inqlistD span.vc-primary:after {
    background: #0c77fb;
}

.dash-inqlistD span.vc-process:after {
    background: #0E1935;
}

.dash-inqlistD span.vc-gray-6:after {
    background: #858D94;
}



.dash_list {
    flex-wrap: wrap;
}

.dash_list li {
    width: 100%;
    margin-bottom: 1rem;
    padding: 2rem 1rem;
    height: 250px;
    position: relative;
}

.dash_list li span {
    font-size: .9rem;
}

.vc-dash-inquriy-card {
    position: absolute;
    top: 30%;
    width: 350px;
}

.dash_list .quo-num {
    position: absolute;
    top: 2rem;
    padding: .5rem;
    background: #e7f5ff;
    border-radius: 5px;
}



/*뉴대시보드 인쿼리*/
.vc-inuiry-container {
    padding-top: 1rem;
    min-height: 600px;
}

.inquiry-tooltip {
    display: inline-block;
    font-size: 1.5rem;
    padding-top: .2rem;
}

.inquiry-tooltip-text {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 1rem;
    font-size: .8rem !important;
    color: #fff;
    background: #0c77fb;
    line-height: 25px;
    z-index: 100;
    letter-spacing: -.5px;
    margin-top: .5rem;
    font-weight: 100;
}

.inquiry-tooltip-text::before {
    content: " ";
    position: absolute;
    top: -8%;
    left: 9%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #0c77fb transparent transparent transparent;
    transform: rotate(180deg);
}

/*.inquiry-tooltip-text strong.tooltip-text1{color: #FF714C;}
.inquiry-tooltip-text strong.tooltip-text2{color: #858D94;}
.inquiry-tooltip-text strong.tooltip-text3{color: #0E1935;}
.inquiry-tooltip-text strong.tooltip-text4{color: #0c77fb;}
.inquiry-tooltip-text strong.tooltip-text5{color: #858D94;}*/
.inquiry-tooltip:hover .inquiry-tooltip-text {
    display: block;
}

.inquiry_tooltip:hover .inquiry_tooltip_text_wrap {
    display: block;
    /* display: flex;
    align-items: center; */
}

.inquiry_tooltip_wrap {
    
}


.inquiry_tooltip_text_wrap {
    display: none;
    /* display: flex;
    align-items: center; */
    position: absolute;
    width: fit-content;
    height: 3.125rem;
    padding: 0 1.25rem;
    border-radius: 5px;
    background-color: #3b4754;
    z-index: 100;
}

.inquiry_tooltip_text_wrap::before {
    content: " ";
    position: absolute;
    top: -8%;
    left: 9%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #3b4754 transparent transparent transparent;
    transform: rotate(180deg);
}

.inquiry_tooltip_wrap:hover .inquiry_tooltip_text_wrap {
    display: flex;
    align-items: center;
}

.tootip_number {
    margin: 0 0.313rem 0 0;
    font-family: NotoSansKR;
    font-size: 0.875rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: -0.42px;
    color: #0c77fb;
}

.tootip_txt {
    margin: 0 0.938rem 0 0;
    font-family: NotoSansKR;
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: -0.42px;
    color: #fff;
}

.tootip_icon {
    margin: 0 1.023rem 0 0;
}

.tootip_icon img {
    width: 0.33rem;
    height: 0.659rem;
    object-fit: contain;
}

.vc-dash-inquriy-card .ellipsis {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    width: 290px;
}

.vc-dash-inquiry-list .vc-warning {
    color: #4dabf7;
}

.vc-dash-inquiry-list .vc-primary {
    color: #4dabf7;
}

.vc-dash-inquiry-list .vc-gray-6 {
    color: #4dabf7;
}

.vc-dash-inquiry-list .vc-process {
    color: #4dabf7;
}

.vc-dash-inquiry-list .process_1 {
    color: #e17f00;
}

.dash_list .quo-num1 {
    position: absolute;
    top: 2rem;
    padding: .5rem;
    border-radius: 5px;
    background: rgb(225, 127, 0, 0.1);
}

.vc-dash-inquiry-list .process_2 {
    color: #a24bdc;
}

.dash_list .quo-num2 {
    position: absolute;
    top: 2rem;
    padding: .5rem;
    border-radius: 5px;
    background: rgb(162, 75, 220, 0.1);
}

.vc-dash-inquiry-list .process_3 {
    color: #059d7e;
}

.dash_list .quo-num3 {
    position: absolute;
    top: 2rem;
    padding: .5rem;
    border-radius: 5px;
    background-color: rgb(5, 157, 126, 0.1);
}

.vc-dash-inquiry-list .process_4 {
    color: #67717c;
}

.dash_list .quo-num4 {
    position: absolute;
    top: 2rem;
    padding: .5rem;
    border-radius: 5px;
    background-color: rgb(73, 80, 87, 0.1);
}

.vc-dash-inquiry-list .vc-inquiry-detail {
    position: absolute;
    bottom: 9%;
    border: 1px solid #4dabf7;
    padding: .5rem .75rem;
    color: #4dabf7;
    border-radius: 5px;
    font-size: .9rem;
}

#new-dash .inquiry-tooltip b {
    font-weight: bold;
    padding-left: 0;
    font-size: 1.1rem;
}

#new-dash .inquiry-tooltip b:hover {
    color: #0c77fb;
}

#inq_view .vc-quo-btn.vc-inqview-btn a {
    max-width: 12rem;
}

.vc-label-h.vc-quo-infor,
.vc-quo-infor {
    margin: 0;
    font-weight: bold;
}

#new-dash .container-fluid .vc-quo-export h5,
#new-dash .container-fluid .vc-quo-origin h5 {
    color: #fff;
}

#inq_view h4 {
    padding-bottom: 1.5rem;
}

#inq_view .vc-btn:hover {
    text-decoration: none !important;
}



/*대시보드 HS code*/
.dash-HS {
    display: none;
}

/*뉴대시보드 HS code*/
::placeholder {
    color: #cdcdcd;
    font-size: .9em;
    font-weight: 300;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #4dabf7;
    font-size: .9em;
    font-weight: 300;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #4dabf7;
    font-size: .9em;
    font-weight: 300;
    opacity: 1;
    /* Firefox */
}

span.icon {
    font-family: xeicon;
}

.sbar input.submbtn[type="submit"] {
    font-family: 'xeicon';
    width: 45px;
    position: relative;
}

.hscode-search,
.hscode-search2 {
    position: absolute;
    top: 16px;
    right: 20px;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
}

.hscode-search i,
.hscode-search2 i {
    transform: rotate(0deg);
}

.hscode-search i {
    color: #555;
}

.hscode-search2 {
    right: 148px;
    padding-right: 2.5rem;
}


/*대시보드 바이어리스트*/
.buyerLIST {
    /*height: 100%;max-height: 700px;table-layout: fixed;*/
    display: table;
    min-height: 400px;
}

.buyerLIST th {
    text-align: left;
    background: #E2EFFD;
    padding: 1rem 0 1rem 0rem;
    font-size: .9rem;
}

.buyerLIST th:first-child {
    border-top-left-radius: 10px
}

.buyerLIST th:last-child {
    border-top-right-radius: 10px
}

.buyerLIST th.num {
    width: 10%;
    text-align: center;
    padding: 0;
}

.buyerLIST th.nation {
    width: 30%
}

.buyerLIST th.company {
    text-align: left;
    padding-left: 2.5rem
}

.buyerLIST.moneylist th.company {
    text-align: left;
    width: 20%;
    padding: 0
}

.buyerLIST.moneylist td:first-child {
    padding: 0;
    text-align: center;
}

.buyerLIST.moneylist td:last-child {
    text-align: left;
    padding-left: 0;
    padding-right: 1rem;
}

.buyerLIST td {
    text-align: left;
    padding: .5rem 0 .5rem 0rem;
    vertical-align: middle;
    font-size: .8rem;
}

.buyerLIST td.text-right {
    text-align: right !important;
    padding-right: 3.5rem;
}

/* .buyerLIST td:last-child{padding-left: 1rem; min-width: 28.5rem;} */
.buyerLIST.companylist td:first-child {
    width: 10%;
    padding: 0;
    text-align: center;
}

.buyerLIST.companylist td:nth-child(2) {
    width: 50%;
    padding-left: 2rem;
}

.buyerLIST.companylist td:last-child {
    width: 31%;
    text-align: left;
    padding-left: 0.5rem;
}

.buyerLIST td img {
    margin-right: .5rem;
}

.buyerLIST td a:hover {
    color: #0c77fb;
    font-weight: bold;
}

.buyerLIST tbody tr {
    border-bottom: 1px dashed #f1f2f3;
    height: 4rem;
}

.dash_blist strong {
    color: #222;
}

.dash-menu .buyermenu li:hover {
    background: #0c77fb;
}

.buyer-country {
    width: 20px;
}

.vc-buyer-list {
    width: 100%;
    margin: 0 auto;
}


#new-dash .dash-buyer-noti.container {
    --d: 6px;
    /* folded part */
    --c: #0c77fb;
    /* color */
    --f: 16px;
    /* ribbon font-size */

    position: relative;
    display: inline-block;
    width: 100%;
}

#new-dash .dash-buyer-noti.container::before {
    content: attr(data-ribbon);
    position: absolute;
    font-size: var(--f);
    top: 0;
    right: 0;
    transform: translate(29.29%, -100%) rotate(45deg);
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: 0;
    transform-origin: bottom left;
    padding: 5px 35px calc(var(--d) + 5px);
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0 0) bottom/100% var(--d) no-repeat var(--c);
    background-clip: padding-box;
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - var(--d)) calc(100% - var(--d)), var(--d) calc(100% - var(--d)), 0 100%);
    -webkit-mask: linear-gradient(135deg, transparent calc(50% - var(--d) * 0.707), #fff 0) bottom left,
        linear-gradient(-135deg, transparent calc(50% - var(--d) * 0.707), #fff 0)bottom right;
    -webkit-mask-size: 300vmax 300vmax;
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}

#new-dash .dash-buyer-noti.left::before {
    left: 0;
    right: auto;
    transform: translate(-29.29%, -100%) rotate(-45deg);
    transform-origin: bottom right;
}


/*뉴대시보드 바이어리스트*/
.wait-data {
    text-align: center !important;
    padding: 0 !important;
}

#new-dash .dash-text p {
    padding: 0;
}

#new-dash .product-sales-chart.dash-buyer-noti {
    padding: 1.5rem 2rem;
    height: auto;
    margin-bottom: 1rem;
}

/*.dash-buyer-noti i:first-child{font-size: 3rem;position: relative;left: 50%;transform: translateX(-50%);color: #0c77fb;padding: 2rem;}*/
.vc-buyer-wrap {
    /* width: 75%; */
    width: 100%;
    padding: 0;
    padding-top: 1rem;
}

.vc-buyer-wrap.vc-wantbuyer-wrap {
    width: 100%;
}

#new-dash .dash-buyer-noti .Modal_btn {
    width: 100%;
}

#new-dash .dash-buyer-noti p.buyer-noti-title {
    font-size: 1.3rem;
    padding: 2rem 0;
}

#new-dash .dash-buyer-noti p.buyer-noti {
    color: 666;
    font-weight: lighter;
    font-size: 1rem;
}

.modal-noti {
    font-size: 1rem;
    line-height: 30px;
}

#new-dash .metismenu li.activenone {
    font-weight: normal;
    border: none;
    background: none;
}

.activenone a {
    color: #495057;
}

.buyer_active1,
.buyer_active2,
.buyer_active3,
.hs_active1,
.hs_active2 {
    background: rgba(35, 116, 238, 0.1);
    font-weight: bold;
    border-right: 5px solid #0c77fb;
}

.buyer_active1 a,
.buyer_active2 a,
.buyer_active3 a,
.hs_active1 a,
.hs_active2 a {
    color: #0c77fb !important;
}

/*대시보드 바이어리스트 상세page*/
#dash_company {
    width: 100%;
}

#dash_company h4 {
    margin: 3rem 0;
}

#dash_company .dash-company-card {
    padding: 1rem 1rem 4rem;
    width: 90%;
    margin: 0 auto;
}

.dash-company-card p {
    text-align: left;
    font-weight: bold;
    padding-bottom: 1rem;
}

.vc-company-card {
    padding: 1rem;
    width: 90%;
    margin: 0rem auto;
    font-size: 1rem;
    align-items: center;
}

.vc-company-card:nth-child(odd) {
    background: #e5ecf2;
    border-radius: 50px;
}

.vc-company-card dt {
    margin: 0 2rem;
    font-weight: bold;
    width: 10%
}

.vc-company-card dd {
    text-align: left;
    width: 90%;
}

.a1 {
    margin: 1rem 0;
    display: flex;
}

.company-data {
    margin: 4rem 0 2rem;
}

.dash-company-chart {
    flex-wrap: wrap;
}

.second {
    position: relative;
    width: 250px;
    height: 250px;
    padding: 1rem;
}

.second>canvas {
    width: 100%;
    padding-bottom: .5rem;
}

.second>strong {
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    font-size: 1.2rem;
}

.second span {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.1rem;
}

.dash-company-standard {
    position: absolute;
    transform: translate(-50%, -50%);
    padding-bottom: 0 !important;
}

.vc-buyer-wrap .buyerLIST {
    height: fit-content;
    min-height: 500px;
}

.vc-buyer-wrap .buyerLIST tr td:first-child {
    text-align: center;
}

.buyer-monthly-status {
    position: relative;
}



/*뉴대시보드 바이어리스트 상세page*/
.company-detail-wrap {
    padding: 3rem;
}

.company-detail-wrap td,
.company-detail-wrap th {
    font-size: 17px
}

.company-detail-wrap h5 {
    font-size: 1.1rem !important;
    color: #343a40 !important;
    border-bottom: 1px solid #868e96;
    margin-bottom: 1.3rem !important;
    font-weight: bold !important;
    padding: .5rem 0rem;
}

.company-detail-wrap td {
    padding: 0.5rem 0 0.5rem 3rem;
    font-size: .9rem;
}

.company-detail-wrap th,
.company-detail-wrap p {
    padding: 0.5rem 0 0.5rem 3rem;
}

.company-detail-wrap th.nation {
    width: 45%;
}

.detail-wrap-right {
    width: 50%;
    padding-top: 22.5rem;
    padding-left: 4rem;
}

.detail-wrap-left {
    width: 50%
}

.buyer-detail-logo {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.buyer-detail-country {
    width: 6%;
    height: 100%;
    margin-left: .5rem;
}

.company-detail-wrap figure {
    align-items: center;
}

.buyer-basic-infor,
.buyer-detail-infor,
.buyer-basic-intro,
.buyer-basic-manager {
    padding: 2.2rem .5rem;
}

.buyer-basic-infor {}

.buyer-detail-infor {}

.buyer-basic-intro {
    padding-bottom: 6rem;
}

.buyer-basic-intro p {
    line-height: 1.5;
    font-size: 1rem;
}

.buyer-basic-manager i {
    padding-right: .5rem;
}

.buyer-major-importer {
    padding: 3.5rem 0rem 1.5rem 2.5rem;
}

.buyer-major-importer table.buyerLIST {
    height: auto;
}

#new-dash .second {
    position: static;
    padding: 0;
}

#new-dash .second strong {
    top: 5.5%;
    right: 7%;
    transform: none;
    bottom: 0;
    left: auto;
}

#new-dash .second.circle strong {
    top: 5%;
    right: 12%;
}

#new-dash .second.circle2 strong {
    top: 5.5%;
    right: 17%;
}

#new-dash .second.circle3 strong {
    top: 5%;
    right: 12%;
}

#new-dash .second.circle4 strong {
    top: 5.5%;
    right: 27%;
}

#new-dash .second.circle .dash-company-standard {
    top: 8%;
    right: 4%;
}

#new-dash .second.circle2 .dash-company-standard {
    top: 8%;
    right: 2%;
}

#new-dash .second.circle3 .dash-company-standard {
    top: 8%;
    right: 4%;
}

#new-dash .second.circle4 .dash-company-standard {
    top: 8%;
    right: -4%;
}

#new-dash .second span {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, 50%)
}

.buyer-data-box {
    position: relative;
}

.buyer-data-box .dash-company-chart {
    padding-top: 65px;
}

.company-margin {
    margin-top: 5rem;
    word-break: keep-all;
    padding: 1rem 3rem
}

.vc-dash-list .dash-company-table {
    width: 95%;
    margin: 2.5rem auto;
    border:
}

/*.vc-dash-list .dash-company-table div:first-child table{width: 90%;margin:2.5rem 1% 2.5rem  6%}
.vc-dash-list .dash-company-table div:last-child table{width: 90%;margin:2.5rem 6% 2.5rem  1%}*/
.vc-dash-list .dash-company-table table {
    border: 1px solid #eee;
}

.vc-dash-list .dash-company-table table th {
    padding: .8rem 0;
    background: #ebf0f4;
    color: #343a40;
    font-size: 1.1rem;
    font-weight: bold;
    /*border-top-right-radius: 10px;border-top-left-radius: 10px;*/
}

/*.vc-dash-list .dash-company-table table tbody{border-bottom: 1px solid #eee;border-right: 1px solid #eee;border-left: 1px solid #eee;}*/
.vc-dash-list .dash-company-table table tbody tr:first-child td {
    padding: 1rem 0 .4rem;
    font-size: 1.05rem;
    font-weight: bold;
}

.vc-dash-list .dash-company-table table tbody tr:last-child td {
    padding: .25rem 0 1rem;
    font-size: .9rem;
}

.vc-dash-list .dash-company-table .company-high {
    color: #4E944F;
}

.vc-dash-list .dash-company-table .company-middle {
    color: #F8B400;
}

.vc-dash-list .dash-company-table .company-low {
    color: #F15412;
}

.ms-process {
    margin-top: 20px;
}

.ms-process h5 {
    font-size: 1.1rem !important;
    color: #343a40 !important;
    border-bottom: 1px solid #868e96;
    margin-bottom: 1.3rem !important;
    font-weight: bold !important;
    padding: .5rem 0rem;
}

.buyer-basic-process {
    width: 100%;
    padding: 0 0 0 3rem;
}

.process_div {
    display: flex;
    flex-direction: column;
}

/* .process_div .line{border-top:1px solid #ABABAB;margin-top:20px; margin-bottom:30px;width:70%;} */
.view_area {
    min-height: 200px;
    max-height: 800px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding: 1rem;
    border: 0;
    line-height: 1.5rem;
}

.view_area .cont_wrap {
    padding: 1.5rem;
    margin-bottom: 20px;
}

.view_area .title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.view_area .title .tdate {
    width: 100px
}

.view_area .title .tpro {}

.view_area .stripe_div {
    background: #F8F8F8;
}

.view_area .cont {
    text-align: left;
    padding-left: 3rem;
    margin-left: 3.3rem;
    font-weight: 400;
    font-size: .9rem;
    border-left: 1px solid #ACACAC;
}

@media(max-width:500px) {
    .view_area .cont {
        padding-left: 3rem;
    }
}

@media(max-width:476px) {
    .view_area {
        padding-left: 0;
    }

    .view_area .title {
        flex-direction: column;
        align-items: flex-start;
    }

    .view_area .cont {
        padding-left: 0;
        border: 0;
        margin-left: 0;
    }

    .view_area .cont_wrap {
        padding: 0
    }
}


/*대시보드 FAQ*/
#dash-faq .vc-card-container .vc-card {
    padding: 0 1rem;
}

.vc-faq .vc-card {
    padding: 0 1rem;
}

.vc-faq span {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .5px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item:last-child {
    border: 0;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #0c77fb;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1.5rem;
    color: #0E1935;
    font-size: 1rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #0c77fb;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #0c77fb;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: .9rem;
    font-weight: bold;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    transform: translateY(-60%);
}

/*.accordion button .icon::before {display: block;position: absolute;content: '';top: 9px;left: 5px;width: 10px;height: 2px;background: currentColor;}*/
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(-45deg);
    top: .7rem;
    right: 1rem;
}

.accordion button .icon::after {
    display: none;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg);
    top: .5rem;
    right: 1.3rem;
}

.accordion button[aria-expanded='true'] {
    color: #0c77fb;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 10px;
    display: block;
    content: "";
    position: absolute;
}

.accordion button[aria-expanded='true'] .icon::before {
    opacity: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 100rem;
    transition: all 300ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: .82rem;
    margin: 2rem 1rem;
    letter-spacing: 1px;
    line-height: 1.65rem;
    color: #212529;
    font-weight: 400;
}

.vc-dash-cs {
    background: #f8f8f9;
    padding: 1.5rem 1rem !important;
}

.vc-dash-cs .cs-content {
    align-items: center;
}

.cs-content .text-center {
    padding-left: 1rem;
    font-size: .9rem;
}

.cs-content ul {
    padding: .5rem 0;
}

.cs-content ul li {
    padding: .1rem 0;
}

.cs-center {
    padding-left: .5rem;
    color: #0c77fb;
    cursor: pointer;
}

.cs-center i {
    transform: rotate(0deg);
}

.vc-cs-center {
    margin-top: 1rem;
}


/*뉴대시보드 faq*/
#new-dash .cs-content {
    padding: 2rem 1rem;
}


/*대시보드 FAQ 모달*/
#dash-faq .modal-wrapper,
#price .modal-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
    z-index: 10;
}

#dash-faq .modal-wrapper.open,
#price .modal-wrapper.open {
    opacity: 1;
    visibility: visible;
}

#dash-faq .modal,
#price .modal {
    max-width: 600px;
    width: 95%;
    display: block;
    margin-bottom: -300px;
    position: relative;
    top: 50%;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
    height: auto;
}

#dash-faq .modal-wrapper.open .modal,
#price .modal-wrapper.open .modal {
    margin-top: -200px;
    opacity: 1;
    box-shadow: 0px 0px 15px #888;
    border-radius: 10px;
}

#dash-faq .head,
#price .head {
    padding: 7px 15px;
    overflow: hidden;
    background: #0c77fb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#dash-faq .btn-close,
#price .btn-close {
    font-size: 28px;
    display: block;
    float: right;
    color: #fff;
}

#dash-faq .content,
#price .content {
    padding: 5% 6% 8%;
}

/*#dash-faq .good-job,#price .good-job{color: #0c77fb;}*/
#dash-faq .good-job h5,
#price .good-job h5 {
    padding: 0 0 1rem 1rem;
    position: relative;
    margin: 0;
    font-weight: bold;
    color: #212529;
}

#dash-faq .good-job div:nth-child(2),
#price .good-job div:nth-child(2) {
    padding-top: 2rem;
}

#dash-faq .good-job p,
#dash-faq .good-job ul,
#price.good-job p,
#price .good-job ul,
{
color: #343a40;
}

#dash-faq .good-job h5:before,
#price .good-job h5:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: #0c77fb;
    border-radius: 50%;
    position: absolute;
    top: 15%;
    left: 0%;
}

#dash-faq .good-job span,
#price .good-job span,
#dash-faq .good-job ul,
#price .good-job ul {
    color: #343a40;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: .85rem;
    line-height: 1.33;
}

.faq-modal-wrap {
    padding-left: 1rem;
    padding-top: 0 !important;
}

.accordion-btn {
    padding: 0 0 2rem 1rem;
}

.accordion-btn a {
    display: block;
    padding: .5rem 0 0 0;
    text-decoration: underline;
    color: #0E1935;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
}

.accordion-btn a:hover {
    color: #0c77fb;
    text-decoration: underline;
}

.accordion-btn a i {
    text-decoration: underline;
}

.dash-faq-p {
    padding-top: 1.5rem;
    font-weight: bold;
}

#dash-faq .good-job ul li,
#price .good-job ul li {
    padding: .5rem 0 0;
    line-height: 20px;
}





/*대시보드 1:1문의*/
#dash_inquiry table {
    width: 100%;
}

#dash_inquiry table th {
    text-align: center;
    background: #e3e7ea;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.05rem;
}

#dash_inquiry table td {
    border: 0;
    font-size: .9rem;
    border-bottom: 1px solid #f1f1f1;
}

#dash_inquiry table td:last-child {
    border-bottom: 0;
}

#dash_inquiry .vc-card-container .vc-card-btn {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 2rem;
}

#dash_inquiry .vc-card-container .vc-card-btn a {
    margin: 0;
}

#dash_inquiry table tr:hover td {
    color: #ff714c;
    cursor: pointer;
}

#dash_inquiry .mtop {
    position: relative;
}

#dash_inquiry .close {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: .9rem;
}


/*뉴대시보드 1:1문의*/
#dash-inquiry table {
    width: 100%;
}

#dash-inquiry table th {
    text-align: center;
    background: #E2EFFD;
    padding: 1rem;
    font-weight: bold;
    font-size: .9rem;
}

#dash-inquiry table tr {
    border-bottom: 1px dashed #f1f2f3;
}

#dash-inquiry table td {
    font-size: 1rem;
    padding: 1rem;
}

#dash-inquiry table td:last-child {
    border-bottom: 0;
}

#dash-inquiry .vc-card-container .vc-card-btn {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 2rem;
}

#dash-inquiry .vc-card-container .vc-card-btn a {
    margin: 0;
}

#dash-inquiry table tr:hover td {
    color: #ff714c;
    cursor: pointer;
}

#dash-inquiry .mtop {
    position: relative;
}

#dash-inquiry .close {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: .9rem;
}

#dash-inquiry .vc-card-btn {
    margin-top: 1rem;
}


/*대시보드 1:1 문의 상세*/
#dash-inquiry #divToggle {
    margin-top: 2rem;
    display: none;
}

#dash-inquiry #divToggle .vc-card {
    padding: 0;
}

.inquiry-detail,
.answer-detail {
    padding: 1rem;
}

.answer-detail {
    border-top: 2px solid #E3E7EA;
}

.inquiry-title ul,
.answer-title ul {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E3E7EA;
    align-items: center;
}

.inquiry-title ul li,
.answer-title ul li {
    padding-right: .5rem;
    font-size: 1.3rem
}

.inquiry-title ul li.vc-gray-5,
.answer-title ul li.vc-gray-5 {
    padding-right: 0rem;
    font-size: 1rem;
}

.inq-Q {
    color: #0c77fb;
    font-weight: bold;
    font-size: 1.5rem !important;
}

.inq-title,
.ans-title {
    font-weight: bold;
}

.inquiry-content,
.answer-content {
    padding: 3rem 0.3rem;
    letter-spacing: .2px;
    line-height: 22px;
}

.inquiry-files {
    display: flex;
    justify-content: flex-start;
}

.inquiry-files a:first-child {
    margin: 0px 20px;
}

.inquiry-files a:hover {
    text-decoration: underline;
    color: #5882FA
}


/*대시보드 1:1문의 작성*/
#dash_inq_write .form-group {
    padding: .5rem 0;
    margin: 0;
}

#dash_inq_write .inq-write-h {
    margin: 0;
    width: 25%;
    padding-left: .5rem;
    min-width: 5.1rem;
}

#dash_inq_write .vc-selectbox {
    width: 35%;
}

#dash_inq_write .vc-inq-input {
    width: 65%;
}

#dash_inq_write textarea {
    min-height: 15rem;
}

.inq-write-btn {
    padding: 6px 25px;
    background: #fff;
    border-radius: 10px;
    color: #495057;
    cursor: pointer;
    border: 1px solid #d5d8db;
    margin-bottom: .5rem;
}

.vc-inq-write {
    padding: .5rem 3rem;
    margin: 0 .2rem
}

.vc-inq-write:nth-child(1) {
    background: #fff;
    color: #0c77fb;
    border-color: #fff;
}

.inq-img-name {
    border: none;
    background: transparent !important;
    width: 65%;
    cursor: auto;
    padding-bottom: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*뉴대시보드 1:1문의 작성*/
#dash-inquiry .form-group {
    padding: .5rem 0;
    margin: 0;
}

#dash-inquiry .inq-write-h {
    margin: 0;
    width: 25%;
    padding-left: .5rem;
    min-width: 5.1rem;
}

#dash-inquiry .vc-selectbox {
    width: 35%;
}

#dash-inquiry .vc-inq-input {
    width: 65%;
}

#dash-inquiry textarea {
    min-height: 15rem;
}

.vc-inquiry-write {
    padding: 2rem;
}


/*대시보드 press*/
.dash-padding {
    font-size: .95rem;
    /*font-weight: 300!important;*/
    color: #495057;
    letter-spacing: -.2px;
}

#new-dash .product-sales-chart.article-box {
    height: auto;
    margin-bottom: 1rem;
}

.article-photo img {
    max-width: 300px;
    width: 300px;
    height: 150px;
    object-fit: cover;
}

.article-category {
    color: #999;
    font-size: .9rem;
    font-weight: 300;
}

.article-title a,
h4.article-title {
    font-size: 1.1rem !important;
    color: #000;
    padding: .2rem 0;
    display: block;
}

.article-body {
    position: relative;
    padding: 0 0 1rem;
}

.article-prologue {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .9rem;
}

.article-prologue a {
    color: #000;
    font-weight: lighter;
}

.article-prologue .date {
    display: block;
    color: #333;
    position: absolute;
    bottom: -.5rem;
}

.hot-article {
    margin-top: -1.8rem;
    padding-bottom: .5rem;
}

.hot-article-area {
    border-bottom: 1px solid #EFEFEF;
    padding: .5rem;
}

.hot-article-area:first-child {
    padding-top: 0;
}

.hot-article-area:last-child {
    padding-bottom: 0;
    border: none;
}

.hot-article-photo img {
    max-width: 110px;
    width: 110px;
    height: 70px;
    object-fit: cover;
    display: none;
}

.hot-article-title a {
    font-size: .9rem;
    font-weight: 500;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#new-dash .product-sales-chart.article-home {
    padding: 0;
    height: auto;
}

.article-home .text-center {
    align-items: center;
}

.press-home {
    width: 4rem;
    height: 4rem;
    background: #0c77fb;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.press-home img {
    width: 70%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.article-home a {
    font-weight: 500;
    padding-left: 1rem;
    font-size: 1rem;
}

/*대시보드 press detail*/
.article-detail-photo img {
    max-height: 500px;
    width: 70%;
    object-fit: cover;
    padding: 2rem 0;
}

p.article-detail-prologue {
    line-height: 1.7;
    font-size: 15px;
}

p.article-detail-prologue:last-child {
    margin-top: 3rem;
}

.article-img {
    margin: 1rem 1rem 0 0;
}

.article-img2 {
    margin: 1rem 0 0 1rem;
}

.article-contents {
    padding: 0;
}

.article-contents p.article-detail-prologue {
    padding: .5rem 0;
}

/*대시보드 press 블로그*/
.press-search ::placeholder {
    color: #888;
    font-size: .82rem;
}

.press-cate {
    padding: 1rem;
    margin-bottom: 1rem;
    background: #fff;
    font-size: 1rem;
    border: 1px solid #eee;
}

.press-cate li {
    cursor: pointer;
    padding: 0 1rem;
    font-size: .8rem;
}

.press-cate li:hover {
    color: #0c77fb;
}

.press-cate li.active {
    color: #0c77fb;
    font-weight: bold;
}

.press-search img {
    width: 27px;
    border-radius: 3px;
}

.press-search .sbar {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /*padding-bottom:10px;*/
}

.press-search .sbar .news-search {
    border: 1px solid #fff;
    height: 45px;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    padding-left: 25px;
    outline: none;
}

.press-search .sbar .submbtn {
    border: 1px solid #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 45px;
    background: #fff;
    color: #4dabf7;
    border-left: none;
}

.press-search .sbar .rbtn {
    border: 1px solid #CECECE;
    height: 30px;
    background: #EFEFEF;
    cursor: pointer;
    font-size: 14px;
}

.press-search .sbar .rbtn:hover {
    color: #fff;
    background: #0069d9;
    font-weight: 700;
}

.press-search .sbar .allback {
    margin-right: 10px;
}

.press-search .sbar .oneback {
    margin-right: .5%;
}

.press-search .sbar .news-btn {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #0c77fb;
    font-size: 1.2rem;
    cursor: pointer;
}

.press-noti-none {
    font-size: 1rem;
    display: none;
}

.press-none {
    display: none;
}

.press-noti li {
    padding: .25rem 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.press-section {
    margin-bottom: 1rem;
}

.press-section img {
    width: 70px;
}

.article-chart {
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.article-chart:last-child {
    border: none;
    margin-bottom: -1rem;
}

.mobile-Psearch {
    display: flex;
}

.pc-press-search {
    display: none;
}

.text-none {
    display: none;
}

.press-Noti-none {
    display: none;
}


/*대시보드 무역데이터*/

.trade-data {
    padding: 15px 30px;
}

.data-margin {
    margin: 0 .5rem;
}

.data-margin.vc-search-btn {
    background-color: #0c77fb;
    color: #fff;
    padding: 0.75rem 4rem;
}

.product-sales-chart.data-wrap {
    padding: 0;
}

#new-dash .data-wrap .dash-chart {
    padding: 20px;
}

.data-wrap .dash-help {
    padding: 20px 20px 15px;
    background: #f9fafa;
    border: 1px solid #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: normal;
}

.data-wrap .dash-help i {
    color: #122c55;
    padding: 0 0 0 0.3rem;
}

.data-wrap .dash-help .caption-subject {
    padding-bottom: 0;
}

.data-wrap .tooltip-text {
    left: 10px;
    right: 0;
}

.trade_ranking {
    padding: 20px;
}

/* 로딩 아이콘 */
#loadingImg {
    position: absolute;
    z-index: 9500;
    text-align: center;
    display: block;
}

@media(min-width:768px) {
    .buyerLIST td {
        font-size: 1rem;
    }

    .title-margin h4 {
        font-size: 1.5rem !important
    }

    .dash-padding {
        font-size: 1.02rem;
    }

    .article-body {
        padding: 1rem 0;
    }

    .article-prologue .date {
        bottom: .5rem;
    }
}


@media (min-width:217px) {}

@media (min-width:414px) {}

@media (max-width:576px) {
    .d-flex.article-area {
        display: block;
    }

    .article-photo img {
        width: 100%;
        max-width: none;
    }

}


@media (max-width:768px) {

    .vc-dash-data table,
    .vc-dash-data thead,
    .vc-dash-data tbody,
    .vc-dash-data th,
    .vc-dash-data td,
    .vc-dash-data tr {
        display: block;
        font-size: .9rem;
    }

    .vc-dash-data thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .vc-dash-data tr {
        border: 1px solid #ccc;
        margin-bottom: .5rem;
    }

    .vc-dash-data td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .vc-dash-data td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 50%;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        transform: translateY(-50%);
    }

    /*Label the data*/
    .vc-dash-data td:nth-of-type(1):before {
        content: "년월";
    }

    .vc-dash-data td:nth-of-type(2):before {
        content: "빈도";
    }

    .vc-dash-data td:nth-of-type(3):before {
        content: "무게(t)";
    }

    .vc-dash-data td:nth-of-type(4):before {
        content: "수량";
    }

    .vc-dash-data td:nth-of-type(5):before {
        content: "금액($)";
    }


    #dash_inquiry table,
    #dash_inquiry thead,
    #dash_inquiry tbody,
    #dash_inquiry th,
    #dash_inquiry td,
    #dash_inquiry tr {
        display: block;
        font-size: .9rem;
    }

    #dash_inquiry thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #dash_inquiry tr {
        border: 1px solid #ccc;
        margin-bottom: .5rem;
    }

    #dash_inquiry td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding: .5rem 0 .5rem 30%;
    }

    #dash_inquiry td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 50%;
        left: 15px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        transform: translateY(-50%);
    }

    /*Label the data*/
    #dash_inquiry td:nth-of-type(1):before {
        content: "날짜";
    }

    #dash_inquiry td:nth-of-type(2):before {
        content: "카테고리";
    }

    #dash_inquiry td:nth-of-type(3):before {
        content: "제목";
    }

    #dash_inquiry td:nth-of-type(4):before {
        content: "상태";
    }

    #dash_inquiry td:nth-of-type(5):before {
        content: "답변일자";
    }

    #dash_inquiry table tr:last-child td:before {
        content: none;
    }

    #dash_inquiry table tr:last-child td {
        padding: 0;
    }

    #dash_inquiry table tr:last-child {
        border: 0;
    }

    .dollar {
        right: 22px;
    }

    .vc-buyernoti-wrap {
        display: block !important;
    }

    .vc-buyernoti-wrap.col-xs-3 div {
        margin: 1rem 0 !important;
    }

    .hot-article {
        margin-top: 0;
    }


    .title-margin {
        margin: 2.5rem 0 1rem !important
    }

    .title-margin h4 {
        font-size: 1.25rem !important
    }

    .buyer-detail-country {
        width: 9%;
    }

    .company-detail-wrap {
        padding: 1rem;
        display: block;
    }

    .detail-wrap-left {
        width: 100%;
    }

    .detail-wrap-right {
        width: 100%;
        padding-top: 6rem;
        padding-left: 0 !important;
    }

    .buyer-major-importer {
        padding: 4rem 0 0 0;
    }

    .buyer-data-box {
        padding: 1rem 0;
    }

    .company-detail-wrap th {
        padding: 1rem 1rem
    }

    .company-detail-wrap td {
        padding: .2rem 0 .2rem .5rem;
    }

    .buyerLIST td:last-child {
        padding-left: 0;
    }


}

@media (min-width:769px) {
    /*.dash_list li{width:calc(33.3333% - 1rem);*/
}

#dash_inquiry table td {
    padding: 1rem;
    text-align: center;
}

#dash_mhp .vc-mhp-header .img img {
    width: 100%
}

;

#dash_mhp .vc-mhp-binfo .bs_infor .infor {
    width: 100%;
}
}

@media (min-width:992px) {
    #dash-none {
        display: none !important;
    }

    .vc-dash-contents {
        padding: 4rem 1.5rem;
    }

    .vc-dash-contents h4 {
        padding: 0 3rem;
    }

    .dash-text {
        padding: 0 3rem 3rem;
    }

    .dash-menu {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        width: 20%;
    }

    .dash-menu .submenu {
        position: relative;
    }

    .dash-menu li a {
        padding: 0.5rem 1.5rem;
        text-align: start;
    }

    .vc-dash-body {
        display: flex;
    }

    .dash-menu li {
        float: none;
        width: 100%
    }

    .vc-dash-contents {
        width: 80%;
    }

    .dash-chart {
        padding: 1rem;
    }

    .vc-dash-data .vc-card {
        padding: 2rem;
    }

    .dash-menu li i {
        display: inline-block;
    }

    .chart_Btn input {
        margin: .5rem;
        padding: .5rem 2rem;
    }

    .vc-dash-contents span {
        font-size: 1rem;
    }

    .vc-card-container .vc-card {
        width: 90%;
    }

    .dash-inqlistD {
        display: flex;
    }

    .dash-menu {
        min-height: 80vh;
    }

    .inquiry-detail,
    .answer-detail {
        padding: 2rem;
    }

    .inquiry-title ul li,
    .answer-title ul li {
        padding-right: 2rem;
        font-size: 1.5rem;
    }

    #dash_inquiry .close {
        font-size: 1rem;
    }

    #dash_inq_write .inq-write-h {
        padding-left: 4rem;
    }

    .inq-img-name {
        width: 22rem;
    }

    .inq-write-btn {
        padding: 6px 40px;
        margin: .5rem 0;
    }

    .vc-card-container .vc-card {
        padding: 1rem;
    }

    #dash_inq_write .inq-write-h {
        padding-left: 1rem;
    }

    #dash_inq_write .vc-inq-input {
        width: 60%;
    }

    .vc-buyer-list {
        width: 80%;
        margin: 0 auto;
    }

    .accordion button {
        padding: 1.3rem;
    }

    .inquiry-title ul li.vc-gray-5,
    .answer-title ul li.vc-gray-5 {
        padding-right: 0.5rem;
    }

    .dash-menu .buyermenu li a {
        padding: 1rem 1rem 1rem 1.8rem;
    }

    .vc-company-card {
        padding: 2rem;
        font-size: 1.1rem;
        width: 90%;
    }

    #dash_company .dash-company-card {
        padding: 4rem 4rem 6rem
    }

}

@media (min-width:1200px) {
    .dash-HS {
        display: block;
    }

    #new-dash .breadcome-list {
        margin-top: 5rem;
    }

    .mobile-Psearch {
        display: none !important;
    }

    .press-noti-none {
        display: block;
    }

    .pc-press-search {
        display: flex;
    }

    .press-none {
        display: block;
    }

    .article-chart {
        padding-bottom: 0;
    }
}

@media (max-width:1200px) {
    .buyer-major-importer {
        padding: 3.5rem 0rem 1.5rem 0.5rem;
    }

    .detail-wrap-right {
        padding-left: 2rem;
    }

    .company-detail-wrap td {
        padding: .5rem 0 .5rem 1rem;
    }
}

@media (max-width:1400px) {
    .vc-buyer-wrap {
        width: 100%;
    }

    .vc-buyernoti-wrap {
        display: flex;
    }

    .vc-buyernoti-wrap.col-xs-3 {
        flex: auto;
        max-width: fit-content;
        padding: 0;
    }

    .vc-buyernoti-wrap.col-xs-3 div {
        margin: .5rem;
    }
}

@media (min-width:1648px) {
    .tm {
        display: block;
    }

    .press-Noti-none {
        display: inline;
        padding-left: .25rem;
    }
}




/************************************************************************************************************************************************************/



/* mypage profile */
.vc-profile-body {
    position: relative;
    padding: 1.25rem 1rem;
}

.vc-profile-header {
    position: relative;
}

.vc-profile-header strong {
    margin-left: .325rem;
    font-size: 1rem;
}

.vc-profile-img {
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 1.875rem;
    background-color: #F6F8FA;
    min-width: 3.75rem;
}

.vc-profile-img i {
    font-size: 2rem;
}

.vc-flag {
    margin-top: .5rem;
}

.vc-flag img {
    width: 1.5rem;
    height: 1.5rem;
}

.vc-flag span {
    font-size: .8125rem;
}

.vc-profile-content h6 {
    margin-top: 2.25rem;
    margin-bottom: .5rem;
}

.vc-profile-content .vc-btn-area {
    margin-top: 2rem;
    width: 100%;
    height: 100%;
}

/*.vc-profile-content .vc-btn-pro{right: 8rem;}*/

/* maypage inq summary */
#mypage .vc-inq-summary li {
    margin-bottom: 1rem;
}

#mypage .vc-inq-summary li.vc-inq-no {
    width: 100%;
    min-height: 10rem
}

#mypage .vc-inq-summary li a {
    display: block;
    padding: 1rem;
    border: 1px solid #D5D8DB;
    border-radius: .5rem;
    color: #67717C;
}

#mypage .vc-inq-summary h6 {
    margin-bottom: .25rem;
    font-size: 1rem;
}

#mypage .vc-inq-summary div {
    line-height: 1.6;
}

#mypage .vc-inq-summary .info {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

#mypage .vc-inq-summary .info p+p {
    margin-top: .25rem;
}

#mypage .vc-card-btn {
    margin: 0 -.5rem;
}

#mypage .vc-card-btn p span {
    margin-right: .25rem;
}

.divider {
    padding: 0 .5rem;
}

/* mypage edit */
#mp_edit .vc-click-img {}

#mp_edit .vc-profile-img {
    position: relative;
}

#mypage .vc-btn-area a {
    margin-left: .5rem;
}

#mypage .my-btn-mhp {
    background: #28476a;
    border-color: #28476a;
}

#mypage .menu {
    margin-left: .5rem;
}

#mypage .submenu {
    display: none;
    width: 100%;
}

#mypage .submenu li a {
    padding: .15rem;
    font-size: .8rem;
}

#mypage .menu li a {
    color: #fff;
    margin: 0;
}

.mypageBtn_h {
    height: 100%;
}

#mypage .vc-profile-body .vc-btn-area a:nth-child(2) {
    background: #035397;
    border-color: #035397;
}

/* inq list */
#inq_list .vc-inq-list li {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: .5rem;
    background-color: #fff;
    border: 1px solid #B6BDC2;
    color: #67717C;
}

#inq_list .vc-inq-li-title {
    margin-bottom: .25rem;
}

#inq_list .vc-inq-li-title a {
    font-size: 1rem;
    color: #67717C;
}

#inq_list .vc-inq-date-info {
    margin-bottom: 1rem;
    font-size: .8215rem;
}

#inq_list .vc-inq-li-date {
    margin: .25rem 0 .75rem;
}

#inq_list .vc-inq-li-product {
    margin-bottom: .375rem;
}

#inq_list .vc-inq-li-content {
    height: 1.5em;
    margin: 1rem 0;
    line-height: 1.5;
    -webkit-line-clamp: 1;
}

#inq_list .vc-inq-li-info {
    display: none;
}



/*mhp edit*/

#edit_mhp .form-group {
    margin-bottom: 3rem;
}

.mhp_noti1 {
    font-size: 0.82rem;
}

.mhp_noti2 {
    font-size: 0.82rem;
    text-align: right;
    padding-bottom: .5rem;
}

.vc-page-mhp {
    background-color: #f8f8f9;
}

.vc-btn-mhp,
.vc-btn-mhp1 {
    font-size: .7rem;
    padding: .25rem 0 1rem;
    position: relative;
    margin-right: .9rem;
}

.vc-btn-mhp::before {
    content: "";
    position: absolute;
    width: 2px;
    background: #dcdcdc;
    top: .45rem;
    left: -0.55rem;
    height: .7rem;
}

.mhp_edit h3 {
    margin-bottom: 0;
}

.mhp_cate_wrap {
    display: flex;
    justify-content: flex-start;
}

.mhp_cate_wrap .mhp_cate_color {
    color: #0c77fb;
}

.mhp_photo_tit {
    width: 20%;
}

.mhp_photo {
    width: 80%;
    display: flex;
}

.mhp_tit_tap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EBECED;
}

#mhp_edit .mhp_tit_tap {
    display: block;
}

.mhp_tit_tap strong,
.facil_body header strong,
.inter_body header strong {
    font-size: .8rem;
    font-weight: 400;
    padding-top: .5rem;
    display: block;
    color: #A6A6A4;
}

.allWrap {
    width: 95%;
    margin: 0 auto;
}

.tabBox {
    margin-top: 1.5rem;
}

.tab-link,
.tab-link1 {
    width: 20%;
    display: inline-block;
    padding: 0.5rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #0c77fb;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
}

.tab-e {
    margin-left: -4px;
}

.tab-link.current,
.tab-link1.current1 {
    background-color: #F1F2F3;
    font-weight: 600;
    color: #0c77fb;
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
}

.tab-content,
.tab-content1 {
    display: block;
    position: relative;
    padding: 0;
    border: 0;
}

.tab-content.current,
.tab-content1.current1 {
    display: block;
    width: 100%;
    height: 16rem;
}

.tab-content ul {
    max-width: 100%;
    height: 13rem;
    overflow-y: scroll;
    padding: 1rem;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    /*background: #F1F2F3;*/
    /*border-top-right-radius: 10px;border-top-left-radius: 10px;*/
}

.keyword,
.keyword1 {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.keyword::-webkit-scrollbar,
.keyword1::-webkit-scrollbar {
    /*display: none; */
    /* Chrome, Safari, Opera*/
}

.tab-content li {
    display: inline-block;
    margin: .4rem;
    border-radius: 50px;
    padding: 0.1rem .75rem;
    background: #F3F5F8;
}

/*.tab-content li:after{content: "\e921";font-family: 'xeicon';padding-left: 1rem;cursor: pointer;}*/

.vc-keyword-form:focus {
    border-color: #0C77FB;
    box-shadow: inset -0.1rem 0 .35rem rgb(12 119 251 / 75%);
    border-radius: 0;
}

.mhp_keyed_input {
    display: flex;
}

.keyword li input,
.keyword1 li input {
    border: none !important;
    background: none;
    cursor: pointer;
    border-left: 1px solid #ccc !important;
    border-radius: 0;
    margin-left: .5rem;
    padding-left: .7rem;
    position: relative;
    top: -1px;
}

.tab-content input {
    /*position: absolute;left: 0;bottom: 0;width: 85%;height: 15%;*/
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border: 1.5px solid #ededed;
    border-right: 0;
}

.tab-content .button1,
.tab-content .button2 {
    background: #0c77fb;
    color: #fff;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border: 1.5px solid #ededed;
    border-left: 0;
}

.tab-content button {
    /*position: absolute;right: 0;bottom: 0;background: #0c77fb;color: #fff; width:15%;height: 15%;*/
}

.tab-content1 #mhp_edit_intro,
.tab-content1 #mhp_edit_intoE {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border: 0;
    background: #F6F8FA;
    border-top-left-radius: 10px;
    border: 1px solid #eaeaea;
}


#test_cnt,
#test_cnt1,
#test_cnt3,
#test_cnt4,
#test_cnt5,
#test_cnt6 {
    text-align: right;
    font-size: .8rem;
}

.form_video {
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.form_video .inputvideo {
    height: 100%;
    margin-left: 1rem;
}

.video_link {
    /*padding: 0;*/
}

.video_link input {
    margin-bottom: 10px;
}

.videomargin {
    margin-bottom: 1rem !important;
}

.inputvideo {
    -webkit-appearance: checkbox !important;
}

.video_label {
    display: none;
}

.videomargin1 {
    height: 3rem;
}

.videomargin2 {
    margin-top: 0;
}

.form_bro p {
    text-align: end;
    font-size: 0.9rem;
    color: #ff714c;
    margin-bottom: 0rem;
}


#mhp_edit .form_video br {
    display: none;
}

.vc-key {
    /*margin-bottom: -1rem;*/
}


/*mhp facilities edit*/
#mp_edit_facil .vc-card-area.prod_area {
    padding: 0;
}

.mhp_facil_body {
    margin-top: 2rem;
}

.facil_body {
    position: relative;
    overflow-x: hidden;
}

.mhp-facil-edit {
    width: 100%;
}

.mhp_facil_pic {
    margin-bottom: 0 !important
}

.mhp-facil-edit .file_input_textbox {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mhp-facil-edit .file_input_button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer
}

.mhp_edit_des {
    display: none;
}

.hide_tab {
    display: none;
}

#mp_edit_facil .mhp_factory_img {
    display: flex;
    justify-content: flex-start;
}

#mp_edit_facil .mhp_factory_img .factory,
.vc-gpp-edit .mhp_factory_img .factory {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 20px;
}

.factory,
.vc-gpp-edit .mhp_factory_img .factory {
    width: 40%;
}

#mp_edit_facil .mhp_factory_img .factory .fac_inner_p,
.vc-gpp-edit .mhp_factory_img .factory .fac_inner_p {
    width: 98%;
    min-height: 15vh;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e0e0e0;
    font-size: 2rem;
    cursor: pointer;
    border-radius: 7px;
}

#mp_edit_facil .mhp_factory_img .factory .fac_inner_b {
    width: 98%;
    display: flex;
    justify-content: center;
}

/* #mp_edit_facil .mhp_factory_img .factory .fac_inner_b .fi_btn{width:100%;height:90%;margin-top:5px;font-size:12px;cursor:pointer;} */
/* #mp_edit_facil .mhp_factory_img .factory .fac_inner_b .fi_add_btn{border:1px solid #0C77FB;color:#fff;background:#0C77FB;} */
/* #mp_edit_facil .mhp_factory_img .factory .fac_inner_b .fi_del_btn{border:1px solid #E13627;color:#fff;background:#E13627;border-radius:20px;} */
#mp_edit_facil .mhp_factory_img .factory .fac_inner_b .fac_file {
    width: 1px;
    height: 1px;
}

#mp_edit_facil .mhp_factory_img .factory .fac_info {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: .5rem;
}

#mp_edit_facil .cstring {
    text-align: right;
    font-size: .8rem
}

#mp_edit_facil .file_upload_btn {
    background-color: #0c77fb;
    color: #fff;
    width: 20%;
    height: 100%;
    border-style: none;
    border-radius: .5rem;
    cursor: pointer;
    margin-left: .5rem
}

#mp_edit_facil input[type="file"] {
    width: 1px;
    height: 1px;
}

#mp_edit_facil .sub_item,
.sub_fac {
    width: 100%;
    padding: 1rem;
}

#mp_edit_facil .item_hr {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #CECECE;
}

#mp_edit_facil .real_item,
.real_fac {
    width: 100%;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

#mp_edit_facil .add_div {
    height: 50px;
    margin-top: 2rem;
}

#mp_edit_facil .file_add_btn {
    background-color: #0c77fb;
    color: #fff;
    width: 100%;
    height: 100%;
    border-style: none;
    border-radius: .5rem;
    cursor: pointer;
}

#mp_edit_facil .item_name {
    display: flex;
    align-items: baseline;
}

#mp_edit_facil .item_del_btn {
    border: 1px solid #DADADA;
    padding: 3px;
    background: #DFDFDF;
    border-radius: 5px;
    cursor: pointer;
    width: 50px;
    height: 33px;
    text-align: center;
}

#mp_edit_facil .item_del_btn:hover {
    background: #858585;
    color: #fff;
}

#mp_edit_facil .delbtn_div {
    display: flex;
    justify-content: flex-end;
}

.mhp_prod_name {
    padding: 0;
    width: 100%;
}

.pro_cate {
    margin-top: .5rem;
}

.mhp_facil_prodBox {
    margin-top: .5rem;
}

.produ_name {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.boredBOX {
    border-radius: 0;
    border-left: 0;
}

#addItemBtn {
    position: absolute;
    top: 0;
    right: 0;
}

#edit_mhp_facil .allWrap {
    width: 99%;
}




#mhp_edit .vc-profile-img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin: 0 auto;
}

/*
.facil_btn_plus{position: absolute;top: 21rem;right: 51%;color: #fff;border: 0;background: #0c77fb;width: 4rem;height: 2.25rem;border-radius: 4px;}
.facil_btn_minus{position: absolute;top: 21rem;right: 45%;color: #fff;border: 0;background: #0c77fb;width: 4rem;height: 2.25rem;border-radius: 4px;}
.field_fir{margin-top: 7rem;}
*/



/*mhp interview edit*/
.inter_body {
    /*margin-top: 3rem;*/
}

.mhp_inter_logo {
    display: flex;
    padding: 0 .4rem;
}

.mhp_noti {
    font-size: 0.72rem;
    position: absolute;
    right: 7px;
    top: -1.8rem;
    margin-top: .5rem;
}

.file_input_textbox {}

.file_input_div {
    position: relative;
    width: 20%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.file_input_div2 {
    width: 35%;
}

.file_input_button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: #0c77fb;
    color: #FFFFFF;
    border-style: none;
    border-radius: .5rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .9rem;
}

.file_input_hidden {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;

    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.mhp_inter_box,
.mhp_facil_box {
    margin-bottom: 4rem !important;
    margin-top: .7rem;
}

.mhp_inter_a,
.mhp_facil_a {
    height: 10rem;
    word-break: break-all;
}

.mhp_inter_a textarea,
.mhp_facil_a textarea {
    height: 100%;
    margin-top: .5rem;
}

#fileName_logo,
#fileName_logo2 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}



/*new gpp edit*/
.vc-gpp-body {
    display: block;
}

.vc-gpp-edit .vc-card-body {}

.vc-gpp-edit .vc-card-header {
    padding: .5rem 0;
}

.vc-gpp-edit .vc-card-header ul li {
    padding: 0.25rem 0.5rem 0;
}

.vc-gpp-edit .vc-card-header ul li:first-child {
    padding-left: 1rem;
}

.vc-gpp-edit .vc-card-header ul li.active {
    position: relative;
}

.vc-gpp-edit .vc-card-header ul li.active:after {
    display: block;
    width: 110%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0%;
    content: "";
    background: #0c77fb;
}

.vc-gpp-edit .vc-card-header ul li.active a {
    color: #0c77fb;
}

.MhpEdit_tab li a {
    font-size: .8rem;
}


.vc-gpp-edit .tab-content .button1 {
    color: #444;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 0 1rem;
    font-family: 'Noto Sans KR';
    font-weight: bold;
    font-size: .9rem;
}

.vc-gpp-edit #cmain_img .main_del_btn,
.vc-gpp-edit #team_img .main_del_btn,
.fi_del_btn {
    border: none;
    background: #e0e0e0;
    border-radius: 50%;
    position: absolute;
    top: -6%;
    right: 6%;
    cursor: pointer;
}

.fi_del_btn {
    right: -1%;
}

.vc-gpp-edit #cmain_img .main_btn,
.vc-gpp-edit #team_img .main_btn,
.fi_del_btn {
    width: 18px;
    height: 18px;
    font-size: 10px;
    padding: 0;
    color: #fff;
}

.vc-gpp-edit .cert_content {
    position: relative;
}

#del-button,
#del-button2 {
    position: absolute;
    right: 24%;
    top: 50%;
    transform: translateY(-50%);
    font-size: .7rem;
}

.vc-gpp-interview p {
    padding: 0.7rem 0 1rem;
}

.vc-gpp-edit .vc-gpp-header {
    /*padding: 0 .5rem;*/
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.vc-gpp-edit .prod_cate {
    margin-top: 0;
}

.list_add_button,
.list_add_button2,
.vc-facil-reset {
    position: absolute;
    bottom: 0;
    right: 6rem;
    margin-right: 0.5rem;
    background: #fff !important;
    border: 1.5px solid #eaeaea !important;
    color: #444 !important;
    font-weight: bold;
    width: 6rem;
    height: 2.5rem;
    border-radius: 10px;
    outline: none;
}

/*.vc-facil-reset{margin-bottom: 4rem;}*/
button.btn.btn-primary.list_add_button:focus,
.list_add_button2:focus,
.vc-facil-reset:focus {
    outline: none !important;
}

.facilDel {
    background: #fff !important;
    border: 1.5px solid #eaeaea !important;
    color: #444 !important;
    width: 6rem;
    height: 2.5rem;
    border-radius: 10px;
    outline: none;
    text-align: center;
    position: relative;
    right: 0%;
    bottom: -1rem;
    float: right;
}

.facilDel2 {
    bottom: -1.5rem;
}

.list_add_button2 {
    bottom: 0rem;
}

.facilDel a {
    font-weight: bold;
}

.vc-facil-edit .form-group {
    margin-bottom: 6rem !important;
}

.vc-facil-edit .list_wrapper {
    margin-bottom: 30px;
}

.list_wrapper2 .list_padding {
    position: relative;
    padding-bottom: 4rem;
    height: 220px;
    margin-bottom: 4rem;
}

.list_wrapper2 .list_padding:first-child .facilDel {
    border: none !important;
}

.list_wrapper2 .list_padding:first-child .facilDel .vc-facil-reset {
    bottom: 0 !important;
}

.facildetail {
    display: block;
}

.facildetail input:first-child {
    margin-bottom: .5rem;
}

.fac_inner_b .fac_file {
    width: 0px;
    height: 0px;
}

.vc-factory-detail {
    margin-bottom: 1rem;
}

.market_content {
    display: block;
}

.vc-marketslect,
.inputpadding,
.patc_Inst {
    padding-bottom: 10px !important
}

.marketpro_content {
    padding-bottom: 10px !important
}

.patc_content,
.patc_select {
    display: block;
}

.patc_contents {
    margin: 0 0 10px 0 !important;
}

.faclayout {
    display: block;
}

.list_padding {
    padding-bottom: 4rem;
    position: relative;
    height: 375px;
}

.form-group.facil_list {
    margin: 0 !important
}

.mfaci_div .form-group:last-of-type {
    margin-bottom: 3rem !important;
}


@media (min-width:576px) {

    #del-button,
    #del-button2 {
        right: 15%;
    }

    .article-photo img {
        padding-right: 2rem;
    }

    .text-none {
        display: inline;
    }

    .hot-article-photo img {
        display: inline;
    }

    .hot-article-title a {
        padding-left: 1rem;
    }
}

@media (min-width:768px) {
    #mhp_edit .vc-profile-img {
        margin-left: 1rem;
    }

    .vc-gpp-edit .vc-gpp-header {
        margin-bottom: 0rem;
    }

    .facildetail {
        display: flex;
        width: calc(100% - .5rem);
    }

    .facildetail input:first-child {
        margin-bottom: 0rem;
        margin-right: .5rem;
    }

    .market_content {
        display: flex;
    }

    .vc-marketslect,
    .inputpadding,
    .patc_Inst {
        padding-bottom: 0px !important;
        padding-right: 10px !important;
    }

    .marketpro_content {
        padding-bottom: 0px !important
    }

    .patc_content,
    .patc_select {
        display: flex;
    }

    .patc_contents {
        margin: 10px 0 0 !important;
    }

    .faclayout {
        display: flex;
    }

    .list_wrapper2 .list_padding {
        height: 166px;
        margin-bottom: 5rem;
    }

    .press-cate li {
        font-size: 1rem;
    }

    .vc-gpp-edit .vc-card-header {
        padding: 1rem 0;
    }

    .vc-gpp-edit .vc-card-header ul li {
        padding: 0 1rem;
    }

    .vc-gpp-edit .vc-card-header ul li.active:after {
        bottom: -122%;
    }

    .MhpEdit_tab li a {
        font-size: 1rem;
    }

}

@media (min-width:992px) {
    .vc-gpp-edit .vc-card-header {
        padding: 1.25rem 0;
    }

    .vc-gpp-edit .vc-card-header ul li:first-child {
        padding-left: 2rem;
    }

    .vc-factory-detail {
        margin-bottom: 2rem !important;
    }

    /*.vc-facil-edit .form-group{margin-bottom: 6rem!important;}*/
    .mhp_facil_body {
        margin-top: 0rem;
    }

    .list_wrapper2 .list_padding {
        height: 173px;
    }

    .mfaci_div .form-group:last-of-type {
        margin-bottom: 7rem !important;
    }

    .list_padding {
        height: 379px;
    }

}

@media (min-width:1200px) {
    .vc-gpp-edit .vc-card-body {
        padding: 3rem 3rem;
    }

    #del-button,
    #del-button2 {
        right: 13%;
    }

    .form-group.facil_list {
        margin: 2rem 0 3.5rem !important
    }
}

@media (min-width:1488px) {
    .vc-gpp-edit .vc-card-body {
        padding: 3rem 8rem;
    }
}







/* unread */
#mypage .vc-inq-summary li.unread a {
    border-color: #1D2B3B;
    color: #1D2B3B;
}

#inq_list .vc-inq-list li.unread {
    border-color: #1D2B3B;
    color: #1D2B3B;
}

#inq_list .vc-inq-list li.unread .vc-inq-li-title>a {
    color: #1D2B3B;
}


/* view common */

#inq_view .vc-quo-btn a+a {
    max-width: 15rem;
}

#inq_view .vc-origin-summary {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #1D2B3B;
    border-radius: .5rem;
}

#inq_view .vc-origin-summary div+div {
    margin-top: 1.5rem;
}

#inq_view .vc-origin-summary h4 {
    font-size: 1rem;
}

#inq_view .vc-origin-summary p {
    line-height: 1.6;
}

/* 견적 리스트 */
#inq_view .vc-quo-summary {
    margin-top: 2rem;
    padding: 1rem;
}

#inq_view .vc-quo-summary li {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: .5rem;
}

#inq_view .vc-quo-summary h5 {
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

#inq_view .vc-quo-summary .date {
    margin-bottom: 1rem;
    font-size: .8125rem;
}

#inq_view .vc-quo-summary .content {
    height: 3em;
    margin-bottom: 1rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    font-size: .8125rem;
}

#inq_view .vc-quo-summary .info {
    margin: .75rem 0;
}

#inq_view .vc-quo-summary .info p {
    line-height: 1.6;
}

#inq_view .vc-quo-origin {
    background-color: #1D2B3B;
    color: #fff;
}

#inq_view .vc-quo-export {
    background-color: #0C77FB;
    color: #fff;
}


/* vc view */
#quo_v_view .vc-view-alert {
    margin-top: 3rem;
}

#quo_v_view .vc-view-alert .vc-card {
    margin-bottom: 0;
}

#quo_v_view .alert {
    border: 1px solid #0C77FB;
    color: #0C77FB;
    box-shadow: inherit;
}

.vc-view-alert .alert h5,
.vc-view-alert .alert span {
    font-weight: bold !important;
    color: #666;
    font-size: 1.1rem !important;
}

#quo_v_view .cut2 .dptitle {
    width: 40%;
    min-width: 72px;
}

/* quo write */
.vc-multi-sector {
    display: flex;
    flex-wrap: wrap;
}

.vc-multi-sector span {
    margin-right: 1rem;
}

#quo_write {
    overflow-x: hidden;
}

#quo_write .vc-to-company {
    padding: 1rem;
    border-top: 1px solid #1D2B3B;
    border-bottom: 1px solid #1D2B3B;
}

#quo_write .vc-to-company div {
    text-align: right;
}

#quo_write .vc-to-company a {
    display: inline-block
}

#quo_write .vc-quo-step {
    padding: 2rem 1rem;
    background-color: #3B4754;
    color: #fff;
}

#quo_write .vc-quo-step .text {
    line-height: 1.8;
    letter-spacing: 0;
    font-size: 1rem;
}

#quo_tab_btn {
    margin-top: 2rem;
}

#quo_tab_btn ul {
    margin: 0 -.5rem;
}

#quo_tab_btn li {
    width: calc(50% - .5rem);
    margin: 0 .5rem;
}

#quo_tab_btn li button {
    width: 100%;
    max-height: 3.5rem;
    height: 100%;
    font-size: 1.1rem;
}

#quo_tab_btn .vc-btn-primary-line {
    border-color: Transparent
}

#quo_tab_cont>div {
    /* padding-top: 2rem; */
}

.alert {
    padding: 1rem;
    border-radius: .5rem;
    line-height: 1.8
}

#quo_tab_cont>div .vc-card {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
}

#quo_write .vc-quo-valuechain .alert {
    background-color: #0c77fb;
    color: #fff;
}

#quo_write .vc-quo-valuechain .alert p {
    margin-top: 1rem;
}

.vc-view-bottom .vc-btn+.vc-btn {
    margin-left: .5rem;
}

#quo_write.vc-page {
    padding-bottom: 7.5rem;
}

#quo_write h3 {
    margin-bottom: .75rem;
}

/* 직접 견적 수정 */
#list_file .flist {
    margin-bottom: .5rem;
}

#list_file .flist a {
    color: #B6BDC2;
    margin-right: 20px;
}

.vc-quo-paging .vc-btn-page {
    padding: .375rem;
}

.vc-quo-paging li {
    margin-right: .25rem;
}

/* vc-tag */
.vc-tag {
    margin-right: .5rem;
    padding: .25rem 1rem;
    border-radius: 2rem;
    font-size: .875rem;
}

.vc-tag-inq {
    border: 1px solid #ff714c;
}

.vc-tag-quo {
    border: 1px solid #0C77FB;
}


/* quo 상세 */
#quo_d_view .first {
    margin-bottom: 3rem;
}


@media (min-width:576px) {

    /* 공통 */
    .vc-inline-group {
        font-size: .875rem;
    }

    .vc-card-view {
        padding: 2rem;
    }

    .vc-view-title h2 {
        margin-bottom: 1.75rem;
        font-size: 1.5rem;
    }

    #mypage .vc-inq-summary,
    #inq_list .vc-inq-list,
    #inq_view .vc-quo-summary {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -.5rem;
    }

    #inq_view .vc-quo-summary {
        margin-top: 2rem;
    }

    #mypage .vc-inq-summary li,
    #inq_list .vc-inq-list li,
    #inq_view .vc-quo-summary li {
        width: calc(50% - 1rem);
        margin: 0 .5rem 1rem;
    }

    #inq_list .vc-inq-li-title a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #inq_list .vc-inq-li-content {
        height: 3em;
        margin: 1rem 0;
        line-height: 1.5;
        -webkit-line-clamp: 1;
    }

    #inq_view .vc-card {
        padding: 2rem;
    }

    #inq_view .vc-inq-view-title h2 {
        margin-bottom: 1.75rem;
        font-size: 1.5rem;
    }

    .mhp_noti1 {
        font-size: 0.9rem;
    }

    .vc-btn-mhp,
    .vc-btn-mhp1 {
        font-size: 1rem;
    }

    .mhp_noti2 {
        font-size: 0.9rem;
    }

    #edit_mhp .form-group {
        margin: 2rem 0 3.5rem;
    }

    .form_video p {
        margin-bottom: .7rem;
    }

    .mhp_cate_wrap {
        margin-bottom: .5rem;
        justify-content: flex-end;
    }

    .vc-btn-mhp::before {
        content: "";
        position: absolute;
        width: 2px;
        background: #ccc;
        top: .4rem;
        height: 1.1rem;
    }

    .mhp_tit_tap strong,
    .facil_body header strong,
    .inter_body header strong {
        font-size: .9rem;
    }

    .mhp_noti {
        font-size: .9rem;
    }




}


@media (min-width:768px) {
    .vc-profile-content {
        margin-left: 4.25rem;
        padding: 1rem 0;
    }

    .vc-profile-content h6 {
        font-size: 1rem;
        letter-spacing: 0.02em
    }

    .vc-profile-content .vc-btn-area {
        position: absolute;
        width: inherit;
        top: 1rem;
        right: 1rem;
        margin-top: 0;
    }

    /*.vc-profile-content .vc-btn-area a{border-color:#858D94; background-color:#fff; color:#858D94;}*/

    #mypage .vc-inq-to {
        margin-bottom: .375rem;
    }

    #mypage .vc-inq-content {
        display: -webkit-box;
        height: 4.8em;
        margin-bottom: 1.5rem;
        line-height: 1.6;
        -webkit-line-clamp: 3;
    }

    #mypage .vc-card-btn a {
        max-width: 10rem;
    }

    #mypage .vc-card-btn p {
        max-width: 100%;
        width: auto;
    }

    .vc-profile-content .vc-btn-area {
        height: auto;
    }

    /* view 공통 */
    .vc-view {
        padding: 0 1rem;
    }

    .vc-view-bottom {
        padding: 0;
    }

    #inq_view .vc-quo-summary {
        padding: 0;
    }

    #inq_view .vc-quo-summary .info {
        margin: 1.25rem 0 1.5rem;
    }

    #quo_write .vc-to-company {
        border: 1px solid #1D2B3B;
    }

    #quo_write .vc-quo-step .text {
        max-width: 768px;
        margin: auto;
        text-align: center;
    }

    #quo_tab_btn {
        margin: 2rem auto 0;
    }

    #quo_tab_btn li {
        max-width: 15rem;
    }

    #quo_tab_btn button {
        padding: .7rem .75rem;
    }

    #quo_tab_cont .vc-area {
        padding: 0;
    }

    .videomargin2 {
        margin-top: -1.4rem;
    }

    .mhp_noti1 {}

    .mhp_noti2 {
        font-size: 0.9rem;
    }

    .allWrap {
        width: 66%;
    }

    #mhp_edit .form_video br {
        display: block;
    }

    .videomargin2 {
        margin-top: -1.6rem;
    }

    .mhp_inter_logo {
        padding: 0rem;
    }

    .accordion button .accordion-title {
        font-size: 1.05rem;
    }

    .accordion .accordion-content p {
        font-size: 1rem;
    }

    .inquiry-tooltip-text {
        font-size: 1.1rem !important;
    }

    .dash_list li {
        margin: .5rem;
        height: 333px;
    }

    .vc-dash-inquriy-card .ellipsis {
        font-size: 1.8rem;
    }

    .vc-dash-inquiry-list .vc-inquiry-detail {
        padding: .7rem 1rem;
        border-radius: 10px;
    }

    .dash_list .quo-num {
        padding: .7rem;
    }

    .buyerLIST th {
        font-size: 1.1rem;
    }

    .vc-buyer-wrap {
        padding: 0.5rem;
        padding-top: 0rem;
    }

    .buyerLIST th.nation {
        width: 40%;
    }

    #new-dash .cs-content {
        padding: 4rem 1rem;
    }

    .article-photo img {
        height: 185px;
    }

    .article-body {
        padding: 0 0 2rem 0;
    }

    .article-title a,
    h4.article-title {
        font-size: 1.3rem !important;
    }

    .article-prologue {
        font-size: 1rem;
    }

    .hot-article-photo img {
        width: 150px;
        height: 70px;
    }

    .hot-article-title a {
        font-size: 1rem;
    }

    .article-body {
        padding: .5rem 0 2rem;
    }

    .article-home a {
        font-weight: 500;
        padding-left: 1rem;
        font-size: 1.2rem;
    }

    p.article-detail-prologue {
        padding: .5rem 1rem;
        font-size: 18px;
    }

    .article-contents {
        padding: 1rem;
    }

    #dash-faq .good-job span,
    #price .good-job span,
    #dash-faq .good-job ul,
    #price .good-job ul {
        font-size: 1.1rem;
    }

    .vc-gpp-body {
        display: flex;
        margin: auto;
        align-items: center;
        padding: 1rem 0rem;
    }


}

@media (min-width:992px) {
    .vc-inline-group {
        font-size: 1rem
    }

    .vc-page-member .vc-area h4 {
        margin-bottom: 2rem;
        font-size: 2.25rem;
    }

    .vc-profile-img {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 2.75rem;
    }

    #mhp_edit .vc-profile-img {
        width: 8.5rem;
        height: 8.5rem;
    }

    .vc-profile-header {
        padding-left: 6rem;
    }

    .vc-profile-header .vc-primary,
    .vc-profile-header strong {
        font-size: 1.25rem
    }

    .vc-profile-txt {
        display: flex;
        margin-bottom: 2rem;
    }

    .vc-flag {
        margin-top: 0;
        margin-left: 1rem;
    }

    .vc-flag span {}

    .vc-profile-body {
        padding: 2rem 3rem;
    }

    .vc-profile-content {
        margin-left: calc(6rem - 7.5px);
    }

    .vc-profile-content h6 {
        margin-top: 0;
    }

    #mypage .vc-inq-summary li,
    #inq_list .vc-inq-list li {
        width: calc(33.3333% - 1rem);
    }

    #mypage .vc-card-body {
        padding: 2rem;
    }

    #inq_list .vc-inq-list li {
        padding: 1.5rem;
    }

    #inq_list i.xi-new {
        font-size: 1.5rem;
    }

    #inq_list .vc-inq-li-title a {
        margin-bottom: .75rem;
        font-size: 1.25rem;
    }

    #inq_list .vc-inq-date-info {
        font-size: .875rem;
    }

    #inq_list .vc-inq-li-date {
        margin-bottom: 1.5rem;
        font-size: .8125rem;
    }

    #inq_list .vc-inq-li-content {
        margin-bottom: 1.25rem;
    }

    #inq_list .vc-inq-li-more a {
        padding: .675rem 1rem;
    }

    .alert {
        padding: 1.75rem 1rem;
    }

    .vc-card-view {
        padding: 6.375rem !important
    }

    #inq_view .vc-origin-summary {
        margin-bottom: 4.5rem;
        padding: 1.5rem;
    }

    #inq_view .vc-origin-summary div+div {
        margin-top: 2rem;
    }

    #inq_view .vc-origin-summary h4 {
        font-size: 1.125rem;
    }

    #inq_view .vc-quo-summary {
        margin: 2rem -.75rem 1rem;
    }

    #inq_view .vc-quo-summary li {
        width: calc(50% - 1.5rem);
        margin: 0 .75rem 1rem;
        padding: 1.5rem;
    }

    #inq_view .vc-quo-summary h5 {
        margin-bottom: 1.5rem;
    }

    #inq_view .vc-quo-summary .content {
        font-size: 16px;
    }

    #inq_view .vc-quo-summary .date {
        font-size: .875rem;
    }

    #quo_write .vc-quo-step {
        padding: 3.75rem 0;
        margin-top: -2.5rem;
    }

    #quo_write .vc-to-company {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 1.25rem 2rem;
    }

    #quo_write.vc-page {
        padding-bottom: 8.5rem;
    }

    #quo_write h3 {
        margin-bottom: 1.5rem;
    }

    #quo_tab_btn li button {
        font-size: 1.1rem;
    }

    .vc-quo-btn-area .vc-btn-md {
        margin-left: 1rem;
    }

    .vc-view-bottom .vc-btn {
        padding: .65rem 1.5rem;
    }

    .vc-export-btn {
        margin-top: 1rem;
    }

    .vc-export-quo-agree .vc-card-body {
        padding: 1.75rem 1rem;
    }

    .vc-export-quo-agree span {
        font-size: 1rem;
    }

    .vc-attach-link a:hover {
        color: #0C77FB;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .vc-tag {
        padding: .5rem 1.25rem;
        border-radius: 2rem;
        font-size: 1rem;
    }

    #quo_v_view .cut2 .dptitle {
        width: 40%;
    }
}

@media (min-width:1200px) {
    .vc-view .vc-btn-icon:hover {
        box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
        background: #ff714c;
        border-color: #ff714c;
        color: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .vc-inline-group {
        margin-bottom: 1rem;
        line-height: 1.6;
    }

    .vc-inline-group .col-xs-4,
    .vc-inline-group .col-md-4 {
        max-width: 12.5rem;
    }

    .vc-inline-group .col-xs-8,
    .vc-inline-group .col-md-8 {
        flex: inherit;
        max-width: calc(100% - 12.5rem);
    }

    #mypage .vc-inq-summary li {
        width: calc(25% - 1rem);
    }

    #mypage .vc-inq-summary h6 {
        margin-bottom: .75rem;
        font-size: 1.125rem;
    }

    #mypage .vc-inq-summary .info {
        margin-top: 1rem;
    }

    .vc-card-view {
        /* max-width: 1248px; */
        margin: 0 auto;
        margin-bottom: 3rem;
        padding: 0 1.5rem;
    }

    .vc-view-date {
        margin-bottom: 1.5rem;
        font-size: .875rem;
        font-weight: 700
    }

    .vc-view-title h2 {
        margin-bottom: 2rem;
        font-size: 2.25rem
    }

    .vc-view-content h4 {
        margin-bottom: 1.5rem;
        font-size: 1.125rem;
    }

    .vc-view-content section+section {
        margin-top: 4rem;
    }

    #inq_view .vc-btn {
        padding: .65rem 1.5rem;
    }

    #inq_view .vc-inline-group,
    #quo_d_view .vc-inline-group {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    #inq_view .vc-card-summary .vc-inline-group {
        margin-bottom: .5rem;
    }

    .vc-gpp-body {
        padding: 1rem 4rem;
    }

}



/* *********************************************************************************************************************************************** */
/* inquiry step page */
.vc-page-inquiry h4 {
    margin-bottom: 1.5rem;
}

.vc-page-inquiry .vc-inquiry-step {
    margin-bottom: 1.5rem;
}

.vc-page-inquiry .vc-inquiry-step li {
    position: relative;
    width: 33.3333%;
    padding: 0 .5rem;
}

.vc-page-inquiry .vc-inquiry-step li:after {
    content: '';
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 100%;
    height: .125rem;
    background-color: #D5D8DB;
    z-index: 1
}

.vc-page-inquiry .vc-inquiry-step li:last-child::after {
    display: none;
}

.vc-page-inquiry .vc-inquiry-step li.active:after {
    background-color: #0C77FB;
}

.vc-page-inquiry .vc-inquiry-step h5 {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto .5rem;
    border-radius: 50%;
    border: 1px solid #D5D8DB;
    background-color: #fff;
    color: #B6BDC2;
    z-index: 10
}

.vc-page-inquiry .vc-inquiry-step li.active h5 {
    border-color: #0C77FB;
    background-color: #0C77FB;
    color: #fff;
}

.vc-page-inquiry .vc-inquiry-step p {
    text-align: center;
    font-weight: 700;
    color: #B6BDC2;
}

.vc-page-inquiry .vc-inquiry-step li.active p {
    color: #0C77FB;
}

.vc-page-inquiry .vc-inquiry-to .form-group {
    margin-bottom: 0;
}

/* inquiry2 */
div[id$="other_type"] {
    display: none;
    margin-top: .625rem
}

.option-btn-area {
    margin: 2rem 0 1rem;
}

.option-btn-area button {
    width: 100%;
    font-size: 1rem;
}

#option_area {
    display: none;
    margin-top: 1rem;
    padding-top: 1rem;
}


@media (min-width:768px) {
    .vc-page-inquiry .vc-card-btn {
        justify-content: flex-end;
    }

    .vc-page-inquiry .vc-inquiry-step {
        margin-bottom: 2rem;
    }

    .vc-page-inquiry .vc-inquiry-step li:after {
        top: 1.5rem;
    }

    .vc-page-inquiry .vc-inquiry-step h5 {
        width: 3rem;
        height: 3rem;
        font-size: 1.125rem;
    }

    .vc-page-inquiry .vc-inquiry-step p {
        font-size: 1rem;
    }

    .vc-page-inquiry .vc-inquiry-to .form-group {
        display: flex;
        width: 50%;
        justify-content: center;
    }

    /* inquiry1 */
    .form-radiocheck-group .col-md-8 {
        margin-top: .6rem;
    }

    .option-btn-area {
        margin: 3rem 0 1rem;
    }

    .option-btn-area button {
        width: auto;
        padding: .75rem 2rem;
    }

    #option_area {
        padding-top: 2rem;
    }
}

@media (min-width:992px) {
    #inquiry1 .col-xs-4 {
        font-weight: 700;
    }

    .vc-page-inquiry .vc-inquiry-step {
        max-width: 880px;
        margin: 4rem auto
    }

    .vc-page-inquiry .vc-inquiry-step li:after {
        top: 1.8rem;
    }

    .vc-page-inquiry .vc-inquiry-step h5 {
        width: 3.6rem;
        height: 3.6rem;
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
    }

    .vc-page-inquiry .vc-inquiry-to label {
        margin-right: 0;
        font-size: 1rem;
    }

    input[type="submit"].vc-btn-sumbit:hover,
    .vc-hover-btn:hover {
        border-color: #ff714c;
        background-color: #ff714c;
        box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
        color: #Fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

}






/* *********************************************************************************************************************************************** */



/* category */
.vc-sectoc {
    margin-top: 2rem;
}

.vc-sectoc ul+ul {
    margin-top: 1.5rem;
}

.vc-sector-title {
    margin-bottom: .5rem;
}


/* company */
#company h3 {
    margin-bottom: 1.125rem;
}

#company .subtitle {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

#searchArea {
    max-width: 1200px;
    margin: 0 auto 2rem;
}

#searchArea form {
    padding: 1.25rem 1rem;
    background-color: #F1F2F3;
}

#searchArea label {
    display: none;
}

#searchArea .search_div {
    display: flex;
    justify-content: center;
}

#searchArea .vc-searchbox {
    height: calc(1.5em + 1.4rem + 2px);
    width: 70%
}

#searchArea .vc-selectbox {
    width: 136px;
    margin-right: 1%
}

#searchArea .vc-selectbox i {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    font-size: 1rem;
    color: #B6BDC2;
    pointer-events: none;
}

#searchArea input {
    margin-right: -1px;
    padding-right: 3rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#searchArea .vc-search-btn {
    width: 3rem;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #0C77FB;
    color: #fff;
}

#searchArea .vc-search-btn i {
    font-size: 1.25rem
}

#searchArea .vc-search-btn span {
    display: none;
}

#company .vc-company-no {
    width: 100%;
    min-height: 8rem;
    line-height: 1.33;
    font-weight: 700;
    font-size: 1.5rem;
}

#company .vc-company-no .imoji {
    font-size: 2rem
}

#company .vc-company-no p {
    line-height: 1.45;
    letter-spacing: -.03em;
}

#company .vc-company-li {
    width: 100%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: .5rem;
}

#company .vc-company-li .company-cen {
    padding: 1.25rem 1rem;
}

#company li+li {
    margin-top: 1rem;
}

#company .vc-company-li h5 {
    font-size: 1.125rem;
    margin-top: 1rem;
}

#company .intro {
    display: -webkit-box;
    margin-bottom: 1rem;
    height: 4.8em;
    line-height: 1.6;
    -webkit-line-clamp: 3;
}

#company .info {
    margin-bottom: 1rem;
}

#company .addr,
#company .tel {
    font-size: .8125rem;
}

#company .addr {
    margin-bottom: .25rem;
}

#company i.imoji {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.75em;
}

#company i.xi-home,
#landing i.xi-home {
    margin-right: 0;
    padding: .25rem;
    font-size: 1.75rem
}

#company .vc-company-cate span {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
}

#company .vc-company-cate a:nth-child(2) {
    margin-right: .5rem;
    margin-left: .5rem
}

/* #company .vc-company-cate span:nth-child(2){margin-right:.5rem;margin-left:.5rem} */

.vc-company-li img {
    max-width: 10rem;
    height: 2rem;
}

.vc-company-li .footer {
    background: #f1f2f3;
    padding: .5rem 1.25rem .5rem;
}

.company_name1 {
    display: flex;
}

.company_name1 img {
    width: 2rem;
    height: 1.5rem;
    margin: auto 0;
}

.company_name1 img.gradeBk {
    filter: invert(0%) invert(100%) sepia(100%) saturate(100%) hue-rotate(167deg) brightness(0%) contrast(102%);
}

.company_name1 img.gradeGr {
    filter: invert(0%) sepia(100%) saturate(10%) hue-rotate(167deg) brightness(94%) contrast(102%);
}

.company_name1 img.gradeBu {
    filter: invert(37%) sepia(66%) saturate(4752%) hue-rotate(203deg) brightness(145%) contrast(97%);
}

.company_name1 img.gradeO {}

.company-cen {
    padding: 1.25rem 1rem;
}

.vc-category-banner-content h7 {
    display: block;
}

@media (max-width:414px) {
    #searchArea .search_div {
        display: block;
    }

    #searchArea .vc-selectbox {
        width: 100%;
        padding-bottom: .4rem;
    }

    #searchArea .vc-searchbox {
        width: 100%;
    }
}





/*howtouse*/
#howtouse {
    padding-top: 0;
}

#howtouse h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

#howtouse h3 {
    margin-bottom: .3rem;
    font-size: 1.2rem;
}

#howtouse h3 span {
    font-size: 1rem;
}

#howtouse .title strong {
    font-size: 1rem;
    line-height: 1.2;
}

.vc-howtouse-intro {
    padding: 3rem 0;
    background: url(/img/about_m_3.png) no-repeat top #f1f2f3;
    background-size: contain;
    background-position-x: 17rem;
}

#howtouse.vc-page {
    padding-bottom: 2.5rem;
}

#howtouse .vc-area {
    margin-top: 2.5rem;
}

#howtouse .vc-card {
    padding: 2.3rem 1.7rem 1.7rem;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    border-radius: .5rem;
    box-shadow: 0px 2px 10px rgb(0, 0, 0, 10%);
}

#howtouse .vc-btn-lg {
    margin-top: 2rem;
    padding: .5rem;
    font-size: .9rem;
}

#howtouse .vc-card .contentBox {
    margin-bottom: 3.5rem;
}

#howtouse .vc-card .contentBox:last-child {
    margin-bottom: 0rem;
}

#howtouse:first-child .content {
    margin: 2rem 0 1.5rem;
}

#howtouse .content {
    margin: 5rem 0 1rem;
    line-height: initial;
    letter-spacing: initial;
}

#howtouse .content i {
    margin-top: .2rem;
}

#howtouse .howtouse_num {
    padding: 0 2rem;
}

#howtouse ul.num li {
    width: 20%;
    position: relative;
    z-index: 10;
}

#howtouse ul.num li:after {
    content: "";
    position: absolute;
    top: .4rem;
    left: 50%;
    width: 100%;
    height: .2rem;
    z-index: 1;
    border-bottom: 2.9px dashed #868e96;
}

#howtouse ul.num li:last-child:after {
    display: none;
}

#howtouse ul.num li h5 {
    position: relative;
    z-index: 10;
    width: 1rem;
    height: 1rem;
    background: #868E96;
    border-radius: 50%;
    margin: 0 auto;
}

#howtouse ul.num li p {
    margin-top: 1rem;
    word-break: revert;
    font-size: .8rem;
    text-align: center;
    width: 100%;
}

#howtouse ul.num li.active h5 {
    background: #0c77fb;
}

#howtouse ul.num li.active p {
    color: #0c77fb;
}

#howtouse .imgshadow {
    box-shadow: 2px 4px 10px rgb(0 0 0 / 20%);
}

#howtouse figure.imgmargin {
    margin-bottom: 1rem;
}


/*new howtouse*/
#howtouse .vc-area {
    padding: 0 1rem;
}

#howtouse .howtousetab_list.vc-area {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

#howtouse .vc-howtouse-layout.vc-area {
    margin-top: 2rem;
}

#howtouse .vc-howtouse-layout .howtouse-con-bg .vc-area {
    margin-top: 0;
    text-align: left;
    align-items: center;
    display: block;
}

.howtousetab_menu .howtousetab_con>div {
    display: none;
    height: 100%;
    padding-top: 100px;
}

.howtousetab_menu .howtousetab_con>div.active {
    display: block;
    padding: 0rem;
}

.howtousetab_list {
    justify-content: center;
    padding: 2rem 0;
}

.howtousetab_list>div {
    width: calc(50% - .25rem);
    text-align: left;
    background: #f1f3f5;
    padding: .75rem;
    border-radius: 10px;
    margin-right: .5rem;
    cursor: pointer;
    margin-bottom: .5rem;
}

.howtousetab_list>div:hover {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%)
}

.howtousetab_list>div:nth-child(even) {
    margin-right: 0;
}

.howtousetab_list>div:last-child {
    margin-right: 0;
}

.howtousetab_list>div.active {
    position: relative;
    background: #DEE2E6;
}

.howtousetab_list>div a {
    color: #1D2B3B;
    font-weight: bold;
}

.howtousetab_list>div a strong {
    color: #888;
}

.howtousetab_list a strong {
    display: block;
    padding-bottom: 1rem;
    position: relative;
}

.howtousetab_list a strong i {
    position: absolute;
    right: 0;
}

.howtousetab_list div:nth-child(1) a strong i {
    color: #0C77FB;
}

.howtousetab_list div:nth-child(2) a strong i {
    color: #6BD098;
}

.howtousetab_list div:nth-child(3) a strong i {
    color: #FBC658;
}

.howtousetab_list div:nth-child(4) a strong i {
    color: #EF8157;
}

.howtousetab_list div:nth-child(5) a strong i {
    color: #51CECB;
}

.howtousetab_list div.active a strong i {
    color: #0C77FB;
}

.howtousetab_list .active a strong {
    color: #0c77fb;
}

.howtouse-box {
    background: #F1F3F5;
    /*padding: 4rem 7rem 0 7rem;*/
    border-radius: 15px;
    margin-bottom: 2rem;
}

.howtouse-box img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    margin-top: 2rem !important;
}



.vc-howtouse-bg {
    background: url(http://vcman001.cdn3.cafe24.com/howtouseBG.png);
    padding: 3.5rem 0 2rem;
    background-size: cover;
    color: #fff;
}

.vc-howtouse-bg p {
    font-size: 1rem;
}

.howarrow {
    position: absolute;
    font-size: .9rem;
    background: #E9ECEF;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: .2rem .4rem;
}

.howarrow-right {
    right: 6%;
    top: 120%;
    transform: translateY(-100%);
}

.howarrow-left {
    left: 6%;
    top: 120%;
    transform: translateY(-100%);
}

.vc-howtouse-layout {
    position: relative;
}

.howtouse-con-bg {
    padding: 3rem 0;
}

.howtouse-con-bg .vc-area .title {
    font-size: 1rem;
    /*width: 40%;*/
}

.howtouse-con-bg .vc-area .title h3 {
    padding: .5rem 0;
}

.howtouse-con-bg .vc-area .photo {
    /*width: 60%;*/
    text-align: center;
    box-shadow: 2px 8px 8px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-top: 2rem;
}

.howtouse-con-BG {
    background: #F4F7FA;
}

#howtouse .howtouse-1 .howtouse-con-BG {
    margin-top: 5rem;
}

/*.howtouse-con-BG:last-child{margin-top: 0;}*/
.howtouse-con-bg .photo {
    border-radius: 10px;
    padding: 0;
}

.howtouse-con-bg .photo img {
    border-radius: 10px;
}

/*howtouse 입력폼*/
#howtouse section:last-child {
    background: #f8f9fa;
    padding: 3rem 0;
}

.howtouseinput {
    display: block;
}

.howtouseinput.vc-area {
    margin-top: 0 !important;
}

.howtouseinput h4 em {
    color: #0c77fb;
}

.howtouseinput button {
    padding: .75rem 0;
    margin-top: 1rem;
}





@media (max-width:414px) {
    #howtouse ul.num li p {
        max-width: 53px;
    }
}


@media (min-width:576px) {
    #howtouse ul.num li h5 {
        width: 1.3rem;
        height: 1.3rem;
    }

    #howtouse ul.num li:after {
        top: .55rem;
        border-bottom: 4px dashed #868e96;
    }

    .vc-howtouse-intro {
        background-position-x: 22rem;
    }

    #howtouse ul.num li p {
        font-size: .9rem;
    }

    .howarrow-right {
        top: 105%
    }

    .howarrow-left {
        top: 105%
    }

    .howtouseinput {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .howtouseinput h4 {
        font-size: 1.5rem;
        line-height: 35px;
    }

    .howtouseinput-left {
        width: 50%
    }

    .howtouseinput-right {
        width: 40%
    }

    #howtouse section:last-child {
        padding: 7rem 0;
    }

    .howtouse-con-bg .title p.vc-gray-7 {
        padding-right: 3rem
    }

}



@media (min-width:768px) {
    #howtouse .title strong {
        font-size: 1.2rem;
    }

    #howtouse h3 {
        font-size: 1.5rem;
    }

    #howtouse h3 span {
        font-size: 1.2rem;
    }

    #howtouse .howtouse_num {
        padding: 1rem 2rem;
    }

    #howtouse .vc-card .contentBox {
        margin-bottom: 5.5rem;
    }

    .vc-howtouse-intro {
        background-position-x: 32rem;
    }

    #howtouse .vc-area {
        padding: 0 2rem;
    }

    #howtouse .vc-howtouse-layout .howtouse-con-bg .vc-area {
        display: flex;
    }

    .howtouse-con-bg .vc-area .title h3 {
        padding: 1rem 0;
    }

    .howtouse-con-bg .vc-area .photo {
        margin-top: 0rem;
    }

    .howtousetab_list>div {
        width: calc(33.3333% - 0.5rem);
    }

    .howtousetab_list>div:nth-child(even) {
        margin-right: .5rem;
    }

    .howtouse-box-des {
        font-size: 1rem;
    }

    .howarrow {
        font-size: 1.5rem;
        padding:
    }

    #howtouse section:last-child {
        margin-top: 4rem;
    }

    .howtouse-con-bg {
        padding: 5rem 0;
    }




}



@media (min-width:992px) {
    #howtouse h2 {
        font-size: 3rem;
    }

    .vc-howtouse-intro {
        padding: 3rem 0 4rem;
    }

    #howtouse .vc-btn-lg {
        padding: .7rem 1.5rem;
    }

    #howtouse .vc-area {
        margin-top: 5.5rem;
    }

    #howtouse .vc-card {
        padding: 5rem 4rem 3rem;
        margin-top: 6rem;
    }

    #howtouse .title strong {
        font-size: 1.3rem;
    }

    #howtouse ul.num li:hover h5 {
        background: #ff714c;
    }

    #howtouse ul.num li:hover p {
        color: #ff714c;
    }

    #howtouse ul.num li p {
        margin-top: 2rem;
    }

    #howtouse .howtouse_num {
        padding: 0 11rem;
    }

    .vc-howtouse-bg {
        padding: 7rem 0;
    }

    #howtouse h2 {
        margin-bottom: 1rem;
        font-size: 2.5rem;
    }

    .vc-howtouse-bg p {
        font-size: 1.5rem
    }

    #howtouse .vc-area {
        padding: 0 3rem;
    }

    .howtouse-box-des {
        font-size: 1.15rem;
    }



    #howtouse:first-child .content {
        margin: 4rem 0 2rem;
    }

    #howtouse .content {
        margin: 7rem 0 2rem;
    }

    #howtouse ul.num li h5 {
        width: 1.5rem;
        height: 1.5rem;
    }

    #howtouse ul.num li:after {
        top: .55rem;
        border-bottom: 5px dashed #868e96;
    }

    #howtouse h3 {
        font-size: 2rem;
    }

    #howtouse h3 span {
        font-size: 1.5rem;
    }

    .vc-howtouse-intro {
        background-position-x: 44rem;
    }

}




@media (min-width:1200px) {
    #howtouse ul.num li h5 {
        width: 1.7rem;
        height: 1.7rem;
    }

    #howtouse ul.num li:after {
        top: .7rem;
        border-bottom: 5.5px dashed #868e96;
    }

    .vc-howtouse-intro {
        background-position-x: 80%;
    }

    .howtousetab_list>div {
        width: calc(20% - .8rem);
        padding: 2rem;
        margin-right: 1rem;
    }

    #howtouse .vc-howtouse-layout.vc-area {
        margin-top: 1rem;
    }

    .howtouse-box img {
        width: 80%;
        margin-top: 4rem !important;
    }

    .howarrow-right {
        top: 50%;
    }

    .howarrow-left {
        top: 50%;
    }

    .howtousetab_list>div:nth-child(even) {
        margin-right: 1rem;
    }

    .howtouseinput h4 {
        font-size: 2rem;
        line-height: 50px;
    }

    .howtouse-con-bg .vc-area .title {
        font-size: 1.15rem;
        /*width: 40%;*/
    }

    #howtousemooni .pricing-modal,
    #howtousemooni label {
        font-size: 1.15rem;
    }
}





/***********************************************************************************************************************************************************************************/


/*요금페이지*/
#price.vc-page {
    padding-top: 2rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0c77fb;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    right: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #ccc;
}

input:focus+.slider {
    box-shadow: 0 0 1px #0c77fb;
}

input:checked+.slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(-22px);
    transform: translateX(-22px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.vc-price-title span {
    font-size: 1rem;
}

.vc-price-title h3 {
    margin-bottom: 1.5rem;
}

.vc-price-title p {
    background: rgb(231, 239, 255, .5);
    font-size: .9rem;
    padding: 1.5rem;
    margin: 2rem 0 0 0;
    display: block;
}

.vc-price-title b {
    /*display: block;*/
}

.vc-price-title strong {
    padding: 0 3rem;
    color: #0c77fb;
    display: block;
}

.priceBox {
    padding: 1rem;
}

.price-month,
.price-year {
    font-size: .9rem;
    font-weight: bold;
    padding: .5rem;
}

.toggle-switch .price-month {
    color: #0c77fb;
}

.toggle-switch.on .price-year {
    color: #0c77fb;
}

.toggle-switch .price-year span {
    background: #d0ebff;
    color: #0c77fb;
    padding: .5rem;
    margin-left: 1rem;
    border-radius: 10px;
}

.toggle-switch.on .price-month {
    color: #222;
}

.toggle-switch.on .sale-price {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #0c77fb;
}

.toggle-switch.on .free-price span:last-child {
    font-size: 1.2rem;
    color: #0c77fb;
}

.toggle-switch.on .sale-price span:last-child {
    font-size: 1.2rem;
}

.toggle-switch .sale-price {
    display: none;
}

.toggle-switch.on .normal-price {
    text-decoration: line-through;
    font-size: 1.2rem;
    font-weight: bold;
    color: #adb5bd;
    position: absolute;
    top: 24%;
    left: 60%;
    transform: translateX(-50%);
}

.toggle-switch.on .normal-price:before {
    content: "35% 할인";
    display: block;
    color: #f03e3e;
    background: #ffe3e3;
    padding: .25rem .5rem;
    font-size: .9rem;
    border-radius: 5px;
    position: absolute;
    top: -15%;
    left: -80%;
    letter-spacing: -1.5px;
}

.toggle-switch.on .normal-price span:last-child {
    display: none;
}

.vc-price-ns {
    /*border: 1px solid #cdcdcd*/
    ;
    padding: 4.5rem 2rem 2rem;
    height: 13rem;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.vc-price-middle {
    display: block;
}


.pricing-box {
    align-items: center;
}

.pricing-box p {
    padding-top: 1.5rem;
    font-size: 1rem;
    color: #888;
    font-weight: normal;
}

.pricing-box p em {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.pricing-box h4 {
    margin: 0;
    padding: 1rem 0;
}

.pricing-box>div {
    width: 100%;
    border-radius: 0;
}

.pricing-box .vc-card {
    margin-bottom: 3rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 10%);
    /*min-height: 47rem;*/
    position: relative;
}

/*.pricing-box .priceBox1  .vc-card{min-height: 30rem;}
.pricing-box .priceBox2  .vc-card{min-height: 35rem;}*/
.pricing-box .priceBox3 .vc-card {
    margin-bottom: 3rem;
}

.pricing-box .normal-price span:last-child {
    font-size: 1.4rem;
    font-weight: 400;
}

.normal-price,
.free-price {
    font-size: 2.4rem;
    font-weight: bold;
    color: #0c77fb;
}

.vc-price-title {
    padding: 1rem 0 1rem;
}

.pricing-box .priceBox4 .vc-card {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
    /*background: #f9f9f9;*/
}

.priceBox1 {}

.priceBox2 {}

.priceBox3 {}

.priceColor {
    width: 80%;
    margin: 0 auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    position: relative;
}

.priceBox1 .priceColor {
    background-color: #7dcbfb;
}

.priceBox2 .priceColor {
    background-color: #238af1;
}

.priceBox3 .priceColor {
    background-color: #015cd1;
}

.priceBox4 .priceColor {
    background-color: #003c94;
}

.priceBox4 .free-price {
    color: #212121;
}

.priceBox4 .vc-btn-primary {
    background: #003c94;
    border-color: #003c94;
    color: #fff !important;
}

.priceBox4 .vc-effect-btn:hover {
    border-color: #0c77fb;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
    background-color: #0c77fb;
    color: #fff;
    transition: all .3s ease;
}

.force-detail {
    line-height: 25px;
    color: #000;
    font-size: 1.15rem;
}

.price-tri1 {
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-top: 50px solid #FDBF00;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

.price-tri2 {
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-top: 50px solid #048AEF;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

.price-tri3 {
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-top: 50px solid #005CD3;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

.price-detail {
    padding-left: 3rem;
    text-align: left;
    /*min-height: 29rem;*/
    min-height: 22.5rem;
}

.price-detail li {
    padding: .55rem 0;
    font-size: .9rem;
}

.price-detail li i {
    color: #dedede;
    padding-right: .5rem;
}

.price-detail li i.color-in {
    color: #0c77fb;
}

.tooltip {
    display: inline-block;
    color: #ababab;
    font-size: 1.5rem;
    padding-top: .2rem;
}

.tooltip-text {
    display: none;
    position: absolute;
    max-width: 20rem;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    font-size: .9rem !important;
    color: white;
    background: #0c77fb;
    padding: .5rem;
    line-height: 20px;
    right: 0;
    z-index: 10;
}

.tooltip:hover .tooltip-text {
    display: block;
}

.vc-service-table .tooltip {
    display: inline-block;
    color: #b0b5b7;
    font-size: 1.3rem;
    padding-top: .2rem;
    /*position: absolute*/
}

.vc-service-table .tooltip-text {
    display: none;
    position: absolute;
    max-width: 20rem;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    font-size: .9rem !important;
    color: white;
    background: #0c77fb;
    padding: .5rem;
    line-height: 20px;
    right: 0;
    z-index: 10;
}

.vc-service-table .tooltip:hover .tooltip-text {
    display: block;
}


.vc-vat {
    text-align: right;
    padding: .5rem 1.5rem;
    color: #888;
    font-size: .9rem;
    margin-top: -.5rem;
    font-weight: bold;
}

.vc-service-table {
    margin: 6rem 0 10rem;
}

.vc-service-table table {}

.vc-service-table table thead tr:first-child {
    background: #f1f2f3;
}

.vc-service-table table th {
    font-size: 1rem;
    font-weight: bold;
    background-color: #F1F2F3;
    text-align: center;
    position: relative;
    padding: 1.5rem;
    border-bottom: 1px solid #f1f2f3;
}

.vc-service-table table th:first-child {
    border-top-left-radius: 10px;
}

.vc-service-table table th:last-child {
    border-top-right-radius: 10px;
    position: absolute;
    top: -1%;
    left: 4%;
    background: none;
    border-bottom: none;
}

.vc-service-table table th.basic:before {
    display: block;
    content: "";
    width: 15px;
    height: 44%;
    background: #7dcbfb;
    position: absolute;
    top: 50%;
    left: 26%;
    border-radius: 10px;
    transform: translateY(-50%);
}

.vc-service-table table th.standard:before {
    display: block;
    content: "";
    width: 15px;
    height: 44%;
    background: #238af1;
    position: absolute;
    top: 50%;
    left: 15%;
    border-radius: 10px;
    transform: translateY(-50%);
}

.vc-service-table table th.premium:before {
    display: block;
    content: "";
    width: 15px;
    height: 44%;
    background: #015cd1;
    position: absolute;
    top: 50%;
    left: 20%;
    border-radius: 10px;
    transform: translateY(-50%);
}

.vc-service-table table td {
    border: none;
    text-align: center;
    padding: 1rem .5rem;
    border-bottom: 1px solid #f1f2f3;
    font-size: 14.2px;
    vertical-align: middle;
    position: relative;
    line-height: 25px;
}

.vc-service-table table td:first-child {
    text-align: left;
    padding-left: 2rem;
    font-weight: bold;
}

.vc-no-service {
    color: #ababab;
    /*font-weight: bold;*/
}

.vc-service-table table td strong {
    background: #e7efff;
    padding: .25rem .5rem;
    border-radius: 5px;
}

.vc-service-table table tr:hover {
    color: #0c77fb;
    cursor: default;
    background: rgb(231, 239, 255, .5);
}

.vc-service-table table thead tr:hover {
    color: #222;
    cursor: default;
}


.price-faq-top {
    padding: 2rem .5rem;
    background: rgb(231, 239, 255, .5);
    margin-top: 7rem;
}

.price-faq-top h2 {
    margin: 0;
    color: #0c77fb;
    font-size: 2.2rem;
}

.price-faq-top .price-faq-bg {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: block;
}

.price-faq-top .faq-left {
    width: 100%;
    padding-bottom: 2rem;
    display: none;
}

.price-faq-top .faq-right {
    width: 100%;
    font-size: 1.1rem;
    /*padding-top: 4rem;*/
}

.price-faq-top .faq-right p {
    text-align: end;
}

.price-faq-bottom {
    display: block;
    padding: 6% 2rem 10%;
}

.price-faq-bottom .faq-left {
    width: 100%;
    padding-bottom: 2rem;
}

.price-faq-bottom .faq-left h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.price-faq-bottom .faq-left a {
    color: #0c77fb;
    margin-top: .5rem;
    font-size: 1rem;
    font-weight: 700;
}

.price-faq-bottom .faq-left span {
    font-size: 1rem;
    font-weight: 700;
}

.price-faq-bottom .faq-right {
    width: 100%;
}

#price .accordion .accordion-item {
    margin-bottom: 2rem;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 31%);
    border-radius: 10px;
}

#price #landingpromo h3 {
    margin: 0;
    padding-top: 1rem;
}

#price .pcprice {
    display: none;
}

.pricing-modal {
    padding: 1rem 4rem;
    color: #222;
    text-align: left;
}

#price .vc-modal-body {
    overflow-y: auto;
}

#landingpromo .vc-btn-primary.vc-price-mi {
    background: #0c77fb;
    border-color: #0c77fb;
    color: #fff !important
}

.basic-service {
    font-weight: bold;
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
}

/*요금제 모바일*/
#price .mobileprice {
    display: block;
    justify-content: center;
}

.tab_menu .tab_con>div {
    display: none;
    height: 100%;
    padding-top: 100px;
    text-align: center;
}

.tab_menu .tab_con>div.active {
    display: block;
    padding: 3rem 1rem 0rem;
}

#price .tab_list {
    justify-content: space-around;
    padding: 2rem 0;
    /*margin-top: -3.5rem;*/
    border-bottom: 1px solid #e8e8e8;
}

#price .tab_list>div a {
    color: #ccc;
}

#price .tab_list>div.active {
    position: relative;
}

#price .tab_list>div.active a {
    color: #1D2B3B;
    font-weight: bold;
}

#price .tab_list>div.active:after {
    display: block;
    content: "";
    width: 100px;
    height: 3px;
    background: #0c77fb;
    position: absolute;
    bottom: -228%;
    right: 50%;
    transform: translateX(50%);
}

.mobileprice .price-detail {
    padding-bottom: 3rem;
    height: 100%;
    min-height: 0;
}

.mobileprice .vc-service-table {
    margin: 1rem 0;
}

.mobileprice .vc-service-table table th.basic:before {
    left: 3%;
}

.mobileprice .vc-service-table table th.standard:before {
    left: 3%;
}

.mobileprice .vc-service-table table th.premium:before {
    left: 3%;
}

.vc-price-free {
    margin: 5rem 0;
}

.vc-price-free h3 {
    font-size: 1.2rem;
}

@media (min-width:576px) {
    .price-detail ul {
        display: flex;
        flex-wrap: wrap;
    }

    .price-detail ul li {
        width: 50%;
    }
}

@media (min-width:768px) {
    .price-faq-top .price-faq-bg {
        display: flex;
    }

    .price-faq-top .faq-left {
        width: 40%;
    }

    .price-faq-top .faq-right {
        width: 60%;
        font-size: 1.5rem;
    }

    .price-faq-top h2 {
        margin: 0;
        color: #0c77fb;
        font-size: 3.9rem;
    }

    .price-faq-bottom {
        display: flex;
        padding: 6% 5rem 10%;
    }

    .price-faq-bottom .faq-left {
        width: 35%;
    }

    .price-faq-bottom .faq-right {
        width: 65%;
    }

    .vc-price-title span {
        font-size: 1.3rem;
    }

    .vc-price-title p {
        font-size: 1.2rem;
    }

    .price-month,
    .price-year {
        font-size: 1.2rem;
    }

    .vc-price-title p {
        margin: 3rem 0 2rem 0;
    }

    .pricing-box h4 {
        font-size: 1.7rem;
    }

    .switch {
        width: 60px;
        height: 34px;
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(-26px);
        transform: translateX(-26px);
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
    }

    .vc-service-table table th {
        font-size: 1.5rem;
    }

    .vc-service-table table td {
        font-size: 1.1rem;
    }

    .price-faq-top {
        padding: 6rem 1.5rem;
    }

    .price-faq-top .faq-left {
        padding-bottom: 0;
    }

    .price-detail li {
        font-size: 1.1rem;
    }

    .price-faq-bottom .faq-left h3 {
        font-size: 1.5rem;
    }

    .price-faq-bottom .faq-left a {
        font-size: 1.1rem;
    }

    .price-faq-bottom .faq-left span {
        font-size: 1.1rem;
    }

    .vc-price-free h3 {
        font-size: 1.5rem;
    }

    .vc-service-table table th {
        width: 25%;
    }

    .vc-service-table table th:last-child {
        position: relative;
        top: 0;
        left: 0;
        background: #f1f2f3;
    }

    .mobileprice .vc-service-table table th.basic:before {
        left: 23%;
    }

    .mobileprice .vc-service-table table th.standard:before {
        left: 5%;
    }

    .mobileprice .vc-service-table table th.premium:before {
        left: 23%;
    }

    .price-faq-top .faq-left {
        display: block;
    }
}

@media (min-width:992px) {
    .vc-price-title h3 {
        font-size: 3rem;
    }

    .pcprice>div {
        width: 37%;
        border-radius: 0;
        margin: 0 1.5rem;
    }

    /*.pricing-box .priceBox1  .vc-card{min-height: 40rem;margin-bottom: 0;}
    .pricing-box .priceBox2  .vc-card{min-height: 40rem;margin-bottom: 0;}*/
    .pricing-box .priceBox3 .vc-card {
        margin-bottom: .5rem;
    }

    .vc-price-title strong {
        display: inline
    }

    .vc-price-title b {
        display: inline
    }

    .vc-price-title {
        padding: 1rem 0 2rem;
    }

    .vc-price-ns {
        padding: 4.5rem 1rem 2rem;
        height: 14rem;
    }

    #price .pcprice {
        display: flex;
        justify-content: center;
    }

    #price .mobileprice {
        display: none;
    }

    .price-faq-top .faq-left {
        padding-left: 8rem;
    }

    .price-faq-top .faq-right {
        padding-right: 15%;
    }

    .price-faq-bottom .faq-left {
        padding-bottom: 0rem;
    }

    .price-detail ul {
        display: block;
    }

    .price-detail ul li {
        width: 100%;
    }

    .pricing-box .vc-card {
        min-height: 46rem;
    }

    .basic-service {
        right: 0%;
        transform: translateX(0);
    }

    .vc-vat {
        padding: .5rem 1.5rem;
    }

    .vc-service-table table th.premium:before {
        left: 7%;
    }

    .vc-service-table table th.standard:before {
        left: 15%;
    }

    .vc-service-table table th.basic:before {
        left: 6%;
    }
}

@media (min-width:1200px) {
    .price-detail {
        padding-left: 4rem;
    }

    .pricing-box .vc-card {
        margin-bottom: .5rem;
    }

    .vc-service-table table th.premium:before {
        left: 19%;
    }

    .vc-service-table table th.standard:before {
        left: 26%;
    }

    .vc-service-table table th.basic:before {
        left: 18%;
    }
}


/**************************************************************************************************************************************************************************************************/



/* about */
#about {}

#about p {
    line-height: 1.6;
}

#about .vc-one-btn {
    max-width: 17rem;
    margin: auto;
}

#about .vc-about-bg {
    padding: 3rem 0;
    background-color: #F8F8F9;
}

#about .vc-about-intro .vc-area {
    max-width: 1200px;
    margin: 0 auto 3rem;
}

#about p {
    line-height: 1.6;
}

#about .vc-about-ul {
    margin: 2.5rem -.5rem 0;
}

#about .vc-about-ul li {
    width: calc(50% - 1rem);
    margin: 0 .5rem 2rem;
}

#about .vc-about-ul .icon {
    font-size: 2rem;
}

#about .vc-about-ul .text {
    margin-left: .5rem;
    line-height: 1.6;
}

#about .vc-about-common strong {
    display: block;
    margin-bottom: .75rem;
}

#about h3 {
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

#about h4 {
    margin-bottom: 0;
}

#about .photo {
    margin-bottom: 1.5rem;
    padding: .625rem;
    border-radius: .5rem;
}

#about .photo img {
    width: 100%;
}

#about .photo.vc-bg-gray-1 {
    border: 1px solid #D5D8DB;
}

#about .photo figcaption {
    padding: 1.5rem 0 1rem;
}

#about .content {
    line-height: 1.8;
}

#about .illust {
    min-height: 240px;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: .5rem;
}

#about .illust-navy {
    padding: 0;
    background-color: #1D2B3B;
    overflow: hidden;
}

#about .illust-navy figure {
    position: relative;
}

#about .illust-navy .vc-about-2-top img {
    width: auto;
    height: 240px;
}

#about .illust-navy .vc-about-2-bottom {
    margin-top: -4rem;
    margin-bottom: -2rem;
}

.vc-talk-area {
    padding-bottom: 3.75rem;
}



/*about*/
#about {}

#about p {
    line-height: 1.6;
}

#about .vc-one-btn {
    max-width: 17rem;
    margin: auto;
}

#about .vc-about-bg {
    padding: 3rem 0;
    background-color: #F8F8F9;
}

#about .vc-about-intro .vc-area {
    max-width: 1200px;
    margin: 0 auto 3rem;
}

#about p {
    line-height: 1.6;
}

#about .vc-about-ul {
    margin: 2.5rem -.5rem 0;
}

#about .vc-about-ul li {
    width: calc(50% - 1rem);
    margin: 0 .5rem 2rem;
}

#about .vc-about-ul .icon {
    font-size: 2rem;
}

#about .vc-about-ul .text {
    margin-left: .5rem;
    line-height: 1.6;
}

#about.vc-page {
    padding-bottom: 0.5rem;
}

#about section {
    padding: 5rem 0;
}

#about section.vc-about-last {
    padding: 5rem 0 0;
}

#about .vc-about-common strong {
    display: block;
    margin-bottom: .75rem;
}

#about h3 {
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

#about h4 {
    margin-bottom: 0;
}

#about .photo {
    margin-bottom: 1.5rem;
    padding: .625rem;
    border-radius: .5rem;
}

#about .photo img {
    width: 100%;
}

#about .photo.vc-bg-gray-1 {
    border: 1px solid #D5D8DB;
}

#about .photo figcaption {
    padding: 1.5rem 0 1rem;
}

#about .content {
    line-height: 1.8;
}

#about .illust {
    min-height: 240px;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: .5rem;
}

#about .illust-navy {
    padding: 0;
    background-color: #1D2B3B;
    overflow: hidden;
}

#about .illust-navy figure {
    position: relative;
}

#about .illust-navy .vc-about-2-top img {
    width: auto;
    height: 240px;
}

#about .illust-navy .vc-about-2-bottom {
    margin-top: -4rem;
    margin-bottom: -2rem;
}

.vc-talk-area {
    padding-bottom: 3.75rem;
}

.vc-newabout h3 {
    font-size: 1.5rem;
    line-height: 1.2 !important;
    margin: 1rem 0 1.5rem !important;
}

#about.vc-newabout p {
    text-align: left;
    font-size: 15px;
}

.abouttab_menu .vc-about-3 p {
    padding: 0 2rem;
}

.abouttab_menu .abouttab_con>div {
    display: none;
    height: 100%;
    padding-top: 100px;
}

.abouttab_menu .abouttab_con>div.active {
    display: block;
    padding: 3rem 0rem 0rem;
}

.abouttab_list {
    justify-content: center;
    padding: 2rem 0;
    margin-top: -3.5rem;
    border-bottom: 1px solid #e8e8e8;
}

.abouttab_list>div {
    /*padding: 0 4rem;*/
    width: 13rem;
    text-align: center;
}

.abouttab_list>div a {
    color: #ccc;
    font-size: 15px;
}

.abouttab_list>div.active {
    position: relative;
}

.abouttab_list>div.active a {
    color: #1D2B3B;
    font-weight: bold;
}

.abouttab_list>div.active:after {
    display: block;
    content: "";
    width: 145px;
    height: 3px;
    background: #0c77fb;
    position: absolute;
    bottom: -220%;
    right: 50%;
    transform: translateX(50%);
}

.vc-newabout .vc-about-intro {}

.about-intro-left {
    width: 100%;
}

.about-intro-left p {
    font-size: 17px;
}

.about-intro-right {
    display: flex;
    width: 100%;
}

.about-intro-right img {
    width: 50%;
}

.about-intro-right h5 {
    padding-top: 1.5rem;
    margin-bottom: 0;
}

.about-intro-right span {
    padding: .25rem 0 1.5rem;
    display: block;
    font-size: .9rem;
    font-weight: bold;
}

.about-intro-right ul {
    padding: .5rem 0;
}

.about-intro-right ul li {
    line-height: 20px;
    padding: .05rem 0;
}

.about-intro-right ul li:first-child {
    padding-bottom: .5rem;
    font-size: 1.1rem;
}

.intro-seller {
    width: 50%;
    background: #f4f7fa;
    padding: 3rem 2rem;
    margin: 1rem;
    position: relative;
    top: 35%;
    border-radius: 15px;
    ;
}

.intro-buyer {
    width: 50%;
    background: #f4f7fa;
    padding: 3rem 2rem;
    margin: 1rem;
    position: relative;
    top: 10%;
    border-radius: 15px;
    /*filter: opacity(0.75)*/
}

.vc-about-intor2 {
    padding: 1.5rem 0 3.5rem !important;
}

.vc-about-intor2 .photo {
    width: 100%;
}

.vc-about-intor2 .text {
    width: 50%;
}

.abouttab_con .title {
    padding: 0 5%;
}

.abouttab_des {
    justify-content: space-evenly;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.abouttab_des>div {
    display: flex;
    align-items: center;
    position: relative;
    left: 50%;
    transform: translateX(-35%);
}

.abouttab_des>div:first-child {
    padding-bottom: 2rem;
}

.abouttab_des>div:nth-child(3) {
    padding-top: 2rem;
}

.abouttab_des>div ul {
    padding-left: .5rem;
    text-align: left;
}

.abouttab_des img {
    width: 50px;
    height: 50px;
}

.vc-newabout .vc-about-4,
.vc-newabout .vc-about-6 {
    background: #f4f7fa;
}

.vc-newabout .vc-about-3 {
    margin-bottom: 5rem;
}

.vc-newabout .vc-about-padding {
    padding: 3rem 0;
}

.dashboardimg {
    width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
}

.dashboardimg.brokerimg,
.dashboardimg.gppimg {
    width: 90%;
}

.about-intro-right#aboutSlide {
    display: block;
}

.about-intro-right#pcabout {
    display: none;
}

.about1MO {
    display: block;
}

.about1PC {
    display: none;
}

.about-flag-wrap {
    position: relative;
}

.about-flag {
    position: absolute;
    top: 9%;
    left: 9%;
    width: 39px !important;
}


@media (min-width:400px) {
    .tooltip-text {
        right: 10px;
    }
}

@media (min-width:576px) {
    #company .vc-company-ul {
        margin: 0 -.5rem;
    }

    #company .vc-company-li {
        width: calc(50% - 1rem);
        margin: 0 .5rem 1rem;
    }

    #about p {
        text-align: center;
    }

    #about .illust-navy {
        display: flex;
        justify-content: between;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    #about .illust-navy .vc-about-2-bottom {
        margin-top: 1.5rem;
        margin-left: 1rem;
        margin-right: -5rem;
    }

    #about .illust-navy .vc-about-2-bottom img {
        max-width: 20rem;
    }

    .about-intro-left {
        width: 90%;
    }

    .about-intro-right#aboutSlide {
        display: none;
    }

    .about-intro-right#pcabout {
        display: flex;
    }

    .vc-about-intor2 {
        padding: 3.5rem 0 3.5rem !important;
    }

}

@media (min-width:768px) {

    #company .vc-company-li .company-cen,
    #landing .vc-company-li .company-cen {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    #searchArea .vc-searchbox {
        max-width: 50%
    }

    #searchArea .vc-selecthbox {
        min-width: 30%;
    }

    #searchArea input {
        margin-right: .75rem;
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    #searchArea .vc-search-btn {
        width: 30%;
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem;
    }

    #searchArea .vc-search-btn i {
        display: none;
    }

    #searchArea .vc-search-btn span {
        display: block;
        text-transform: uppercase;
    }

    #about .vc-about-ul {
        margin: 2.5rem -.75rem 2rem;
    }

    #about .vc-about-ul li {
        width: calc(25% - 1.5rem);
        margin: 0 .75rem;
    }

    #about .vc-about-layout .vc-area {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: between;
    }

    #about.vc-newabout .vc-about-layout .vc-area {
        align-items: center;
    }

    #about .illust-navy .vc-about-2-top img {
        width: auto;
        height: fit-content;
    }

    #about .illust-navy .vc-about-2-bottom img {
        max-width: 40rem;
        height: auto;
    }

    #about .vc-about-layout .title {
        width: 50%;
        padding-left: 3rem;
    }

    #about .vc-about-layout .photo,
    #about .vc-about-layout .illust {
        width: calc(50% - 1.5rem);
        margin-left: 1.5rem;
    }

    #about .vc-about-layout .content {
        position: absolute;
        top: 10rem;
        margin-right: 50%;
        padding-right: 2rem;
    }

    #about .vc-about-3.vc-about-layout .content {
        top: 13rem;
    }

    #about .vc-about-2 .content {
        display: flex;
        justify-content: flex-end;
    }

    #about .vc-about-2 .content div {
        width: 50%;
        padding-left: 1.5rem;
    }

    #edit_mhp_facil .allWrap {
        width: 66.6%;
    }

    .vc-newabout h3 {
        font-size: 2.7rem;
    }

    .about-intro-left p {
        font-size: 17px;
    }

    .vc-newabout h3 {
        margin: 1rem 0 3rem !important;
    }

    .vc-about-intor2 {
        padding: 6.5rem 0 3.5rem !important;
    }

    .vc-about-intor2 .photo {
        width: 50%;
    }

    .about1MO {
        display: none;
    }

    .about1PC {
        display: block;
    }

    .abouttab_des {
        display: flex;
    }

    .abouttab_des>div {
        display: block;
        justify-content: center;
        position: relative;
        left: 0%;
        transform: translateX(0%);
    }

    .abouttab_des img {
        width: 110px;
        height: auto;
    }

    .abouttab_des>div:nth-child(3) {
        padding-top: 0;
    }

    .dashboardimg.brokerimg,
    .dashboardimg.gppimg {
        width: 70%;
    }

    .abouttab_list>div a {
        font-size: 19px;
    }

    .abouttab_list>div.active:after {
        bottom: -191%;
    }

    .abouttab_des>div ul {
        text-align: center;
    }

    .vc-newabout .vc-about-padding {
        padding: 5rem 0;
    }

    #about.vc-page {
        padding-bottom: 7.5rem;
    }

    .abouttab_con .title {
        padding: 0 0 0 6%;
    }

    #about.vc-newabout p {
        font-size: 16px;
    }

}

@media (min-width:992px) {
    .vc-sector-title {
        margin-bottom: 1rem;
    }

    #company h3 {
        margin-bottom: 1.125rem;
    }

    #company .subtitle {
        margin-bottom: 2.25rem;
    }

    #searchArea form {
        padding: 1.5rem
    }

    #searchArea input {
        padding-right: .75rem;
    }

    #searchArea .vc-searchbox {
        max-width: 894px;
    }

    #searchArea .vc-search-btn {
        background-color: #fff;
        border-color: #0C77FB;
        color: #0C77FB;
    }

    #searchArea .vc-search-btn:hover {
        border-color: #ff714c;
        color: #ff714c;
        box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    #company .vc-company-ul {
        margin: 0 -.75rem;
    }

    #company .vc-company-no {
        min-height: 16rem;
        font-size: 2.25rem;
    }

    #company .vc-company-no .imoji {
        font-size: 3rem
    }

    #company .vc-company-li {
        width: calc(33.3333% - 1.5rem);
        margin: 0 .75rem 1.5rem;
    }

    #company .vc-company-li a {
        -webkit-transtion: color .3s;
        transition: color .3s;
    }

    #company .vc-company-li a:hover {
        color: #ff714c;
    }

    #company i.xi-home:hover {
        color: #ff714c;
        -webkit-transition: all .3s;
        transition: all .3s;
    }


    #about .vc-about-intro .vc-area {
        margin-bottom: 0;
    }

    #about .vc-about-ul {
        margin-top: 3rem;
        margin-bottom: 4rem;
        padding: 2rem 10rem;
        border-radius: .5rem;
        box-shadow: 1rem 1rem 5rem rgb(0 0 0 / 10%);
    }

    #about .vc-about-ul li {
        flex-direction: column;
        padding: 0 1rem;
        text-align: center;
    }

    #about .vc-about-ul .icon {
        margin-bottom: .5rem;
        font-size: 2.5rem;
    }

    #about .vc-about-ul .text {
        margin: 0;
        line-height: 1.33;
    }

    #about .vc-about-bg {
        padding: 3rem 0 4.125rem;
        background-color: #fff;
    }

    #about .photo {
        padding: 1.25rem;
    }

    #about .vc-about-layout .photo {
        width: calc(50% - 3rem);
        top: 2.5rem;
    }

    #about section {
        padding: 10.5rem 0 12.5rem;
    }

    #about h3 {
        margin-bottom: 4rem;
    }

    #about .vc-about-common strong {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
    }

    #about .vc-about-layout .content,
    #about .vc-about-photo .text {
        padding-right: 4rem;
    }

    #about .vc-about-layout .content {
        top: 12rem;
    }

    #about .vc-about-3.vc-about-layout .content {
        top: 15.5rem;
    }

    #about .illust {
        padding: 2.5rem 1rem;
    }

    #about .illust-navy {
        margin-bottom: 5rem;
        padding: 0;
    }

    #about .illust-navy .vc-about-2-top {
        margin-top: -3rem;
        margin-bottom: 3rem;
    }

    #about .illust-navy .vc-about-2-bottom {
        margin-top: 3rem;
        margin-bottom: -5rem;
        margin-left: 4rem;
        margin-right: -8rem
    }

    #about .illust-navy .vc-about-2-bottom img {
        max-width: inherit;
        height: auto;
    }

    #about .vc-about-2 .content div {
        padding-left: 3rem;
    }

    .vc-newabout .vc-about-intro {
        display: flex;
        padding-bottom: 0rem;
    }

    .about-intro-left {
        width: 40%;
    }

    .about-intro-right {
        display: flex;
        width: 60%;
    }

    .vc-about-intor2 {
        padding: 20.5rem 0 3.5rem !important;
    }

    /*.vc-newabout .vc-about-4,.vc-newabout .vc-about-6{margin-top: 7rem;}*/
    .vc-newabout .vc-about-3 {
        margin-bottom: 9rem;
    }

    .dashboardimg.brokerimg,
    .dashboardimg.gppimg {
        width: 40%;
    }

    .dashboardimg {
        width: 70%;
        padding-bottom: 9rem;
    }


}

@media (min-width:1200px) {
    #about .vc-one-btn {
        margin-bottom: 5rem;
    }

    .vc-newabout .vc-about-intro {
        padding-bottom: 15rem;
    }

    .vc-about-intor2 {
        padding: 10.5rem 0 3.5rem !important;
    }
}


/* *********************************************************************************************************************************************** */



/*Tradeit force 소개페이지*/
.circlebackground {
    background: #fff;
    position: absolute;
    top: 0;
    height: 3.5rem;
    width: 100%;
    z-index: -1;
}

.back-circle {
    width: 100%;
    height: 10rem;
    background: #f1f5f8;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -1rem;
    z-index: -2;
}

#Force .forcebackground {
    background: #f7fafd;
    width: 100%;
    height: 100rem;
    position: absolute;
    z-index: -3;
}

.force1 {}

.vc-force-page h3 {
    margin: 1rem 0 2rem;
}

.vc-force-page h3 em,
.vc-force-page h4 em {
    font-weight: normal;
}

.vc-force-1 i {
    color: #c8c9cb;
    font-size: 2.2rem;
}

.vc-force-1 .force1-left {
    height: 100%;
}

.vc-force-1 .force1-left,
.vc-force-1 .force1-right {
    border: 1.5px dashed #c8c9cb;
    border-radius: 10px;
}

.vc-force-1 .force1-left-bg,
.vc-force-1 .force1-right-bg {
    background: #fff;
    border-radius: 10px;
    box-shadow: 7px 10px 10px rgba(0, 0, 0, 0.1);
}

.vc-force-1 .force-supplier,
.vc-force-1 .force-tradeit {
    color: #414141;
    padding-bottom: 1rem;
}

.vc-force-1 .force1-left-bg {
    margin: .5rem;
    padding: 1rem;
    height: 92%;
}

.vc-force-1 .force1-left-bg h5 {
    color: #414141;
}

.vc-force-1 .force1-left-bg ul li {
    padding-bottom: 1rem;
    color: #65676a;
}

.vc-force-1 .force1-right-bg {
    width: calc(50% - 1rem);
    margin: .5rem;
    padding: 1rem 2rem 1rem 2rem;
}

.vc-force-1 .force1-right-bg h6 {
    color: #414141;
    padding-bottom: 1rem;
}

.vc-force-1 .force1-right-bg p {
    color: #65676a;
}

.force-arrow-mo {
    display: block;
    padding: 1rem;
}

.force-arrow-pc {
    display: none;
}


.vc-force-2 {
    position: relative;
    background: #f7fafd;
}

.vc-force-2 .vc-page {}

.vc-force-2 .force2-circle {
    width: 30rem;
    height: 30rem;
    background: #e8ecef;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 4rem;
}

.vc-force-2 .force2-circle2 {
    width: 20rem;
    height: 20rem;
    background: #dfe5ea;
    border-radius: 50%;
    position: absolute;
    top: 2rem;
    right: 0rem;
}

.vc-force-2 .vc-force-content li {
    background: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin: 1rem 2rem;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    line-height: 1.25rem;
    width: 90%;
    padding: .5rem;
}

.vc-force-2 .vc-force-content li em {
    width: 3.5rem;
    height: 3.5rem;
    background: #f5f8fa;
    border-radius: 50%;
    text-align: center;
    line-height: 3.5rem;
    margin: 1.5rem 1rem 1.5rem 0rem;
}

.vc-force-2 .vc-force-content li b {
    color: #595959;
    font-weight: 600;
    line-height: 22px;
}

.vc-force-2 .vc-force-content li:first-child {
    margin: 1rem 10rem 1rem 0rem !important;
}

.vc-force-2 .vc-force-content li:nth-child(even) {
    margin: 1rem 0rem 1rem 10rem !important;
}

.vc-force-2 .vc-force-content li:after {
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}


.force3-square {
    width: 48%;
    height: 53%;
    position: absolute;
    background: #f1f5f9;
}

/*애로요인 그래프*/
.force-bar {
    color: #595959;
    font-size: 1rem;
    line-height: 4rem;
    height: 5rem;
    margin-bottom: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.force-bar * {
    webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

.force-bar div {
    background-color: #acc6dc;
    position: relative;
    padding-left: 25px;
    width: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms- border-radius: 2px;
    border-radius: 2px;
    height: 80%;
}

.force-bar div b {
    width: 10rem;
    position: absolute;
}

.force-bar span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 15px 0 10px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.vc-force-3 {
    background: #f7fafd;
}

.vc-force-3 .progress-bar {
    width: 100%;
    height: 5rem;
    background-color: #dedede;
    font-weight: 600;
    font-size: .8rem;
}

.vc-force-3 .progress-bar .progress {
    width: 72%;
    height: 5rem;
    padding: 0;
    text-align: center;
    background-color: #4F98FF;
    color: #111;
}

.vc-force-4 {
    background: linear-gradient(#f7fafd, #fff);
}

.vc-force-5 {
    position: relative;
}

.vc-force-5 i {
    color: #d9d9d9;
    font-size: 3rem;
    margin: 0 0 3rem;
}

.vc-force-5 ul li {
    background: #fff;
    padding: 1.5rem;
    box-shadow: 7px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    color: #787878;
    position: relative;
    line-height: 22px;
    margin: .5rem;
    height: 10rem;
}

.vc-force-5 ul li:nth-child(4) {
    background: #5279cf;
    color: #fff;
}

.vc-force-5 ul li:nth-child(4) b {
    color: #fff;
}

.vc-force-5 ul li b {
    display: block;
    color: #595959;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.vc-force-5 ul li img {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.force4-square {
    background: #f0f4f8;
    width: 80%;
    height: 35rem;
    position: absolute;
    left: 2%;
    top: 13.5rem;
}


@media(min-width:768px) {
    .force1 {
        display: flex;
        align-items: center;
    }

    .vc-force h3 {
        margin: 1rem 0 2rem;
    }

    .vc-force-1 .force1-left-bg {
        padding: 2.8rem 2rem;
    }

    .vc-force-1 .force1-left-bg h5 {
        padding-bottom: 3rem;
    }

    .force-arrow-mo {
        display: none;
    }

    .force-arrow-pc {
        display: block;
    }

    .vc-force-2 .vc-page {
        display: flex;
        align-items: center;
    }

    .vc-force-3 .vc-page {
        display: flex;
    }

}

@media (min-width:576px) {
    .vc-force-5 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .vc-force-5 ul li {
        width: calc(50% - 1rem);
        margin: .5rem;
        height: 12rem;
    }
}

@media (min-width:768px) {
    .vc-force-5 ul li {
        width: calc(33.3333% - 1rem);
        margin: .5rem;
    }
}

@media (min-width:992px) {
    #Force .vc-page {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .circlebackground {
        height: 6.25rem;
    }

    .back-circle {
        width: 80%;
        height: 45rem;
        top: -19rem;
    }

    .vc-force-1 .force1-right-bg {
        padding: 1.5rem 2rem 1.5rem 3rem;
    }

    #Force .vc-page.vc-force-5 {
        padding-bottom: 15rem;
    }

    .vc-force-5 ul li:nth-child(1) {
        height: 18rem;
    }

    .vc-force-5 ul li:nth-child(4) {
        height: 14rem;
    }

    .vc-force-5 ul li:nth-child(2),
    .vc-force-5 ul li:nth-child(3) {
        height: 16rem;
    }

    .vc-force-5 ul li:nth-child(5),
    .vc-force-5 ul li:nth-child(6) {
        height: 16rem;
        margin-top: -1.5rem;
    }

    .force4-square {
        width: 70%;
        height: 30rem;
        left: 1%;
        top: 21.5rem;
    }

}

@media (min-width:1200px) {
    .vc-force-1 .force1-left-bg {
        padding: 3.6rem 2rem;
    }

    .force4-square {
        width: 60%;
        left: 12%;
    }

}



/* *********************************************************************************************************************************************** */
.vc-terms-content * {
    line-height: 1.6;
    letter-spacing: -.02em;
}

.vc-terms-content .paragraph {
    margin-top: 3rem;
}

.vc-terms-content .min-paragraph {
    margin-top: 1rem
}

#terms .vc-terms-content .paragraph:first-child {
    margin-top: 0;
}

#terms .vc-terms-content h4 {
    font-size: 1.25rem;
}

.vc-terms-content .outline+.outline {
    margin-top: 1rem;
}

.vc-terms-content ul li,
.vc-terms-content dd span {
    margin-top: .5rem;
}

.vc-terms-content ul li:last-child {
    margin-bottom: .5rem;
}

.vc-terms-content dl+dl,
.vc-terms-content .small-title {
    margin-top: .5rem;
}

.vc-terms-content span {
    display: block;
}

.vc-terms-content .dot {
    position: relative;
    display: block;
    padding-left: .75rem;
}

.vc-terms-content .dot:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background-color: #1d2b3b;
}

.vc-terms-content .terms-table-wrap {
    margin-bottom: 1rem;
}

.vc-terms-content .terms-table-wrap .vc-responsive-table {
    margin-bottom: .5rem;
}

.vc-terms-content .terms-table-wrap .vc-responsive-table li {
    margin-top: 0;
}

.vc-terms-content .indent {
    padding-left: 2rem;
}

.vc-terms-content .bullet-num {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: .25rem;
    border-radius: 50%;
    border: 1px solid #3B4754;
    font-size: .6875rem;
    display: inline-block;
}

.vc-terms-content .bullet-num strong {
    text-align: center;
    display: block;
}

.vc-terms-content .bullet-text {
    flex-direction: column;
    width: calc(100% - 1.25rem);
    padding-left: .75rem;
}

.closeModalBtn {
    max-width: 17rem;
    width: 100%;
    margin: auto;
}

.agree {
    display: block;
    text-align: center;
    padding-top: .5rem;
}

.agree .closeModalBtn {
    max-width: 11rem;
}

.vc-terms-content .indent dt,
.vc-terms-content .min-paragraph p.paragraph-title {
    font-weight: bold;
}

.contract-btn {
    text-align: center;
    margin-top: 1rem !important;
    margin-bottom: -1.25rem;
}

.contract-btn button {
    font-size: 1rem;
    padding: 1.25rem;
    border: 1px solid #0c77fb;
    border-radius: 8px;
}

@media (min-width:992px) {
    .vc-terms-content ul li {
        margin-top: .25rem;
    }

    .vc-terms-content .outline+.outline {
        margin-top: 1.5rem;
    }

    .vc-terms-content .bullet-num {
        margin-top: .125rem;
    }

    .vc-terms-content .terms-table .title,
    .vc-terms-content .terms-table .content {
        padding: 1rem .5rem;
    }

    .vc-terms-page h5 {
        font-size: 1.25rem;
    }

}


/* *********************************************************************************************************************************************** */
.vc-category-banner {
    height: 6rem;
    color: #fff;
    overflow: hidden;
}

.vc-category-banner h3 {
    margin-bottom: 0;
}

.vc-category-banner h3 span {
    text-shadow: 0px 16px 32px rgb(0 0 0 / 20%)
}

.vc-category-banner figure {
    position: relative;
    box-shadow: 0px 16px 32px rgb(0 0 0 / 20%)
}

/* .vc-category-banner figure:before{content:''; position:absolute; top:0; left:0; right:0; bottom:0;  border:3px solid #fff; z-index:1;} */
#cateBannerId figure {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

#cateBannerId figure:before {
    border-radius: 50%;
}

#cateBannerId h3 {
    margin-left: 1rem;
}

#cateBannerSt figure {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

#cateBannerSt figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#cateBannerSt h3 {
    margin-right: 1.5rem;
}


@media (min-width:576px) {
    .vc-category-banner {
        height: 8rem;
    }

    .vc-category-banner .vc-category-banner-content {
        justify-content: center;
    }

    #cateBannerId figure {
        width: 3.5rem;
        height: 3.5rem;
    }

    #cateBannerSt figure {
        width: 4rem;
        height: 4rem;
    }
}

@media (min-width:992px) {
    .vc-category-banner {
        height: 10rem;
    }

    .vc-category-banner figure {
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    /* .vc-category-banner figure:before{border-width:4px;} */
    #cateBannerId figure {
        width: 5rem;
        height: 5rem;
    }

    #cateBannerSt figure {
        width: 5rem;
        height: 5rem;
    }

}

@media (min-width:1200px) {
    .vc-category-banner {
        height: 14rem;
    }

}


/* *********************************************************************************************************************************************** */

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current {
    background: #ededed;
    color: #222;
}

.tab-content {
    /* display: none; */
}

.tab-content.current {
    display: inherit;
}

.tab-content1 {
    /* display: none; */
}

.tab-content1.current1 {
    display: inherit;
}








/* 미니홈피 */
.vc-mhp-header .img {
    height: 6rem;
    padding: 1rem;
    border-top: solid 1px #EBECED;
    border-bottom: solid 1px #EBECED;
}

.vc-mhp-header .img img {
    max-height: 4rem;
}

.vc-mhp-header .img i {
    font-size: 4rem;
    color: #D5D8DB;
}

.vc-mhp-header .text {
    padding: 1rem;
}

.vc-mhp-header .text h4 {
    margin-bottom: 0;
    margin-right: .5rem;
    font-size: 1.125rem;
}

.vc-mhp-header .name {
    margin-bottom: .25rem;
}

.vc-mhp-grade-img {
    width: auto;
    height: 1.5rem;
}

.vc-mhp-header .grade {
    margin-bottom: .5rem;
}

.vc-mhp-header .categroy {
    margin-bottom: 1rem;
    font-weight: 700;
}

/* .vc-mhp-header .categroy span{margin-right:1.125rem;} */
.vc-mhp-header .summary {
    /*height:3rem;*/
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.vc-mhp-header .movie {
    padding: 1rem;
}

.vc-mhp-header .movie iframe {
    border-radius: .5rem;
}

.vc-category-square {
    width: .975rem;
    height: .975rem;
    margin-left: .25rem;
    border-radius: .125rem;
}

.vc-mhp-nav {
    max-width: 1200px;
    margin: 1rem auto 2rem;
    padding: 1.25rem 1rem;
    background-color: #F8F8F9;
}

.vc-mhp-nav li {
    margin-right: 1rem;
}

.vc-mhp-body section {
    padding: 1rem;
    border-radius: .5rem;
    border: 1px solid #D5D8DB;
}

.vc-mhp-content .vc-mhp-keyword {
    border-color: rgb(255, 113, 76, 60%) !important;
}

.vc-mhp-keyword h5 {
    color: #ff714c;
}

.vc-mhp-body section+section {
    margin-top: 1.25rem;
}

.vc-mhp-body section h5 {
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

.vc-mhp-content .hashtag {
    display: block;
    margin-bottom: .5rem;
    margin-right: .5rem;
    padding: .675rem 1rem;
    border-radius: 2rem;
    background-color: #F1F2F3;
}

.vc-mhp-content .vc-mhp-keyword .hashtag {
    /*background-color:rgb(255,113,76,90%);color: #fff;*/
}


.vc-mhp-binfo .icon {
    font-size: 2rem;
}

.vc-mhp-binfo i {
    color: #77ACF1;
}

.vc-mhp-binfo .content {
    padding-left: .5rem;
}

.vc-mhp-binfo li {
    margin-bottom: 1rem;
}

.vc-mhp-binfo h6 {
    margin-bottom: .25rem;
    font-size: 1rem;
}

.vc-mhp-binfo h6 {
    margin-bottom: .25rem;
    font-size: 1rem;
}

.vc-mhp-binfo .bs_infor {
    margin-top: 2rem;
    margin-left: 0rem;
}

.vc-mhp-binfo .bs_infor li {
    display: flex;
    width: 100%;
    text-align: left;
    padding-left: 0 !important;
    padding: .25rem 0;
}

.vc-mhp-binfo .bs_infor .infor {
    width: 40%;
}

.vc-mhp-binfo .bs_infor span {
    width: 60%;
    word-break: break-all;
}


.vc-mhp-body section.vc-mhp-tech h5 {
    margin-bottom: 1rem;
}

.vc-mhp-body section.vc-mhp-tech {
    border: 1px solid rgb(255, 113, 76, 60%);
    box-shadow: inherit
}

.vc-mhp-tech .tech {
    margin-bottom: .5rem;
}

.vc-mhp-tech .tech li {
    width: 5rem;
    height: 5rem;
    margin-right: .75rem;
    margin-bottom: .75rem;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
    font-weight: bold;
}

.vc-mhp-tech .patent li {
    display: flex;
    margin-bottom: .5rem;
    align-items: center;
}

.vc-mhp-tech .patent li strong,
.vc-mhp-tech .patent li span {
    display: inline-flex
}

.vc-mhp-tech .patent li span.vc-gray-7 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.vc-mhp-tech .patent li strong {
    justify-content: center;
    min-width: 8rem;
    margin-right: .75rem;
    padding: .75rem 1rem;
    border-radius: 2.5rem;
    background-color: rgb(255, 113, 76, 90%);
    color: #fff;
}

.vc-mhp-brief .brief {
    line-height: 1.6;
    word-break: break-all;
}

.vc-mhp-intro .intro {
    line-height: 1.6;
}

.vc-mhp-his .his li strong {
    text-align: center;
    padding: 0 1rem;
    display: inline-block;
    letter-spacing: 1px;
    min-width: 5rem;
}

.vc-mhp-his .his li {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: .5rem 0;
    max-width: 95%;
}

.vc-mhp-his #button {
    display: block;
    margin: 1rem auto;
    padding: .5rem 1rem;
    background: #0c77fb;
    color: #fff;
    border-radius: 4px;
}


.vc-mhp-body section.vc-mhp-contact {
    margin-top: 1rem;
    background-color: #F8F8F9;
}

.vc-mhp-body section.vc-mhp-contact h5 {
    margin-bottom: 1rem;
}

.vc-mhp-body section.vc-mhp-contact {
    width: 100% !important;
}

.vc-mhp-contact .profile {
    margin-bottom: 1rem;
}

.vc-mhp-contact .profile img {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: #fff;
}

.vc-mhp-contact .cinfo i {
    font-size: 1.125rem;
}

.vc-mhp-contact .cinfo dl {
    margin-bottom: .375rem;
}

.vc-mhp-contact .cinfo dd {
    padding-left: .25rem;
}

.vc-mhp-contact .contact1 {
    margin-bottom: 1.5rem;
}

.vc-mhp-contact .contact-nopic strong {
    display: block;
    margin-bottom: .5rem;
}

.vc-mhp-contact .contact2 {
    padding-top: 1.5rem;
    border-top: 1px solid #67717C;
}

.vc-mhp-contact .contact-ul li {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
}

.vc-mhp-contact .contact-ul li img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vc-mhp-contact .contact2 .contact-ul li {
    background-color: #0C77FB;
    color: #fff;
}

.vc-mhp-contact .contact-ul a {
    width: 100%;
    height: 100%;
    font-size: 1.75rem;
}

.vc-mhp-contact .contact2 a {
    color: #fff;
}

.vc-mhp-contact .contact2 p {
    margin-bottom: 1rem;
}

.vc-contact-pname {
    display: block;
    margin: 1rem 0;
    font-size: 1rem;
}

.vc-mhp-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
    border-radius: .5rem;
    -webkit-box-shadow: -1px -9px 21px -3px rgba(0, 0, 0, 0.15);
    box-shadow: -1px -9px 21px -3px rgba(0, 0, 0, 0.15);
    z-index: 1000
}

.vc-btn-more-area {
    margin-top: .5rem;
}

.vc-btn-more-area .vc-btn-secondary-line {
    border-color: #D5D8DB;
}


.vc-mhp-btn.static {
    position: static;
    bottom: inherit;
    left: inherit;
    padding: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.vc-mhp-btn a {
    margin-top: 0;
}

/* .vc-mhp-video li{margin-right:.5rem; margin-bottom:.5rem;}
.vc-mhp-video a{display:block; width:6.75rem; height:6.75rem; margin-bottom:.5rem; padding:.25rem; border-radius:50%; border:1px solid #D5D8DB;} */

.vc-mhp-video li {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.vc-mhp-video li+li {
    margin-top: 1rem;
}

.vc-mhp-video li iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
}

.aside {
    position: relative;
}

#mhpContact {
    padding: 0;
    border: 0;
}

#mhpContact a:first-child {
    margin-bottom: .7rem;
}

#mhpContact a {
    border-color: #D5D8DB;
    background: #F8F8F9;
    color: #67717C;
}

#mhpContact a:hover {
    border-color: #0c77fb;
    color: #0c77fb
}

#map {
    width: 100%;
    height: 360px;
}

@media (max-width:280px) {
    .vc-mhp-his .his li strong {
        min-width: 3rem;
        padding: 0;
    }

    .vc-mhp-tech .tech li {
        width: 3rem;
        height: 3rem;
    }

    .vc-mhp-tech .patent li strong {
        min-width: 2.5rem;
    }
}


@media (min-width:414px) {
    .vc-mhp-binfo ul {
        display: flex;
        flex-wrap: wrap;
    }

    .vc-mhp-binfo li {
        width: 50%;
    }

    .vc-mhp-binfo li:nth-child(odd) {
        padding-right: .5rem;
    }

    .vc-mhp-binfo li:nth-child(even) {
        padding-left: .5rem;
    }

    .vc-mhp-binfo .bs_infor .infor {
        width: 20%;
    }

    .vc-mhp-binfo .bs_infor span {
        width: 80%;
    }
}

@media (min-width:576px) {
    .vc-mhp-video ul {
        margin: 0 -.5rem;
    }

    .vc-mhp-video li {
        width: calc(50% - 1rem);
        margin: 0 .5rem 1rem;
        padding-top: calc(56.25% / 2);
    }

    .vc-mhp-video li+li {
        margin-top: 0;
    }

    .vc-mhp-binfo .bs_infor span {
        word-break: keep-all;
    }
}


@media (min-width:768px) {
    .vc-mhp-header .info {
        display: flex;
        padding: 0 1.25rem;
    }

    .vc-mhp-header .img {
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        border: solid 1px #D5D8DB;
    }

    .vc-mhp-header .text {
        width: calc(100% - 10rem);
        padding: 0;
        padding-left: 2rem;
    }

    .vc-mhp-header .movie {
        padding: 1.25rem;
    }

    .vc-mhp-header .movie iframe {
        height: 24rem;
    }

    .vc-mhp-btn {
        position: static !important;
        bottom: inherit !important;
        left: inherit !important;
        padding: 0;
        -webkit-box-shadow: inherit;
        box-shadow: inherit
    }

    .vc-mhp-body {
        display: flex;
    }

    .vc-mhp-content {
        width: calc(100% - 16rem);
        padding-right: 1.25rem;
    }

    .vc-mhp-body section.vc-mhp-contact {
        min-width: 16rem;
        margin-top: 0;
    }

    #mhpContact {
        position: -webkit-sticky;
        position: sticky;
        top: 1rem;
    }

    .vc-mhp-contact .contact-ul li {
        width: 3rem;
        height: 3rem;
    }

    .vc-mhp-contact .contact-ul a {
        font-size: 1.5rem;
    }

    .vc-mhp-binfo .bs_infor .infor {
        width: 20%;
    }

}

@media (min-width:992px) {
    .vc-mhp-header .img img {
        width: 100%;
    }

    .vc-mhp-nav li {
        margin-right: 2rem;
    }

    .vc-mhp-nav a:hover {
        color: #0C77FB;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .vc-mhp-content {
        width: calc(100% - 20rem);
    }

    .vc-mhp-body section.vc-mhp-contact {}

    .vc-mhp-contact .contact-ul li {
        width: 4.5rem;
        height: 4.5rem;
    }

    .vc-mhp-contact .contact-ul i {
        font-size: 1.75rem;
    }

    .vc-mhp-video a {
        position: relative;
    }

    .vc-mhp-video a:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-width: 10px;
        border-top-width: 10px;
        border-left: 17px solid #FF714C;
        border-radius: .25rem;
        opacity: 0;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .vc-mhp-video a:hover {
        border-color: #FF714C;
        background-color: #FF714C;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .vc-mhp-video a:hover:after {
        opacity: 1;
    }


    [data-title] {
        position: relative;
    }

    [data-title]:before,
    [data-title]:after {
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    [data-title]:hover:before {
        content: '';
        position: absolute;
        bottom: -.25rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border: .5rem solid transparent;
        border-bottom: .5rem solid #FF714C;
    }

    [data-title]:hover:after {
        content: attr(data-title);
        position: absolute;
        bottom: -2.25rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: .5rem .75rem;
        background-color: #FF714C;
        border-radius: .5rem;
        line-height: 1.33 !important;
        color: #fff;
        font-size: 14px;
        white-space: nowrap;
    }


}

@media (min-width:1200px) {
    .vc-mhp-header {
        display: flex;
        max-width: 1248px;
        margin: auto;
        padding: 0 1.5rem 3rem;
    }

    .vc-mhp-header.vc-wide-area {
        max-width: 1488px;
    }

    .vc-mhp-nav.vc-wide-area {
        max-width: 1488px;
    }

    .vc-mhp-header .info {
        width: calc(100% - 24rem);
        padding: 0;
        padding-right: 1.5rem;
    }

    .vc-mhp-header .movie {
        width: 24rem;
        padding: 0;
    }

    .vc-mhp-header .movie iframe {
        height: 12rem;
    }

    .vc-mhp-body section.vc-mhp-contact {
        width: 24rem;
    }

    .vc-mhp-nav {
        margin-top: 0;
        margin-bottom: 3rem;
        padding: 2rem 1.5rem;
    }

    .vc-mhp-content {
        padding-right: 1.5rem;
    }

    .vc-mhp-body section {
        padding: 1.5rem;
    }

    .vc-mhp-body section+section {
        margin-top: 1.5rem;
    }

    .vc-mhp-body section h5 {
        font-size: 1.25rem;
    }

    .vc-mhp-binfo li {
        display: block;
        width: 25%;
    }

    .vc-mhp-binfo .icon {
        text-align: center;
        font-size: 3rem;
    }

    .vc-mhp-binfo .content {
        padding: 0;
        padding-top: .5rem;
        text-align: center;
    }

    #mhpContact {
        top: 5rem;
    }

    .vc-mhp-binfo .bs_infor {
        margin-left: 1rem;
    }


}


/* *********************************************************************************************************************************************** */
#facil {
    overflow-x: hidden;
}

.vc-facil-li .img {
    width: 100%;
    height: 12.5rem;
    overflow: hidden;
}

.vc-facil-li .img img {
    width: 100%;
    height: 100%;
    object-fit: initial;
    object-position: center;
}

.vc-facil-li .text {
    min-height: 8rem;
    padding: 1rem;
    background-color: #F8F8F9;
    word-break: keep-all;
    line-height: 1.6;
}

.vc-facil-ul .slick-slide {
    height: auto;
}

/* product 미니홈피-제품 */
#mhpTabBtn {
    margin-bottom: 1rem;
}

#mhpTabBtn li {
    margin-bottom: .75rem;
}

#mhpTabBtn li button {
    margin-right: .5rem;
    border-radius: 3rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#mhpTabBtn li.active button {
    border-color: #FF714C;
    background-color: #FF714C;
    color: #fff;
    box-shadow: 0px 4px 20px rgb(0, 0, 0, .2);
}

#mhpTabCont {
    -webkit-transition: all .3s;
    transition: all .3s;
}

#mhpTabCont ul {
    margin: 0 -.5rem
}

#mhpTabCont li {
    width: calc(50% - 1rem);
    margin: 0 .5rem 1.5rem;
    line-height: 1.8
}

#mhpTabCont li.no-item {
    width: 100%;
    padding-top: 4rem;
    text-align: center;
}

#mhpTabCont figure {
    height: 6rem;
    border: 1px solid #EBECED;
    background-color: #F8F8F9;
}

#mhpTabCont figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#mhpTabCont .title {
    padding: .5rem 0;
}


/*미니홈피 인터뷰*/
.vc-mhp-interview h6 {
    margin-bottom: 0;
}

.vc-mhp-interview figure {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.vc-mhp-interview p+p {
    margin-top: 1rem;
}

.vc-mhp-interview .vc-updown-btn {
    margin-right: -.75rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}

.vc-mhp-interview .xi-angle-down {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vc-mhp-interview .vc-card {
    border-radius: .5rem;
    box-shadow: 0px 2px 10px rgb(0, 0, 0, .1);
}

.vc-mhp-interview .vc-card-header {
    border-bottom: inherit;
    cursor: pointer;
}

.vc-mhp-interview .vc-card-body {
    border-top: 1px solid #EBECED
}

.vc-mhp-interview .vc-card-body p {
    line-height: 1.8
}

.vc-mhp-interview .xi-angle-down.arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.vc-mhp-interview img {
    width: 40%;
}

.SumoSelect {
    width: 100% !important;
}

.SumoSelect p {
    padding: 0.7rem 1rem;
}

.SumoSelect>.CaptionCont {
    border: 1px solid #D5D8DB !important;
    border-radius: 0.5rem !important;
    padding: 0.7rem 2.5rem 0.7rem 1rem !important;
}

.SumoSelect.open>.optWrapper {
    top: 100% !important;
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #0c77fb !important
}

.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options li.opt span {
    top: 50% !important;
}

.SumoSelect>.CaptionCont>label {
    right: .5rem !important;
}

.SumoSelect>.CaptionCont>label>i {
    -webkit-transform: translateY(0%);
    background-image: none !important;
    opacity: 1 !important;
}

.SumoSelect>.CaptionCont>label>i:before {
    display: block;
    content: "";
    color: #B6BDC2;
}

.SumoSelect>.CaptionCont>span {
    font-size: 1rem !important;
    padding: .1rem 0 !important;
}

.SumoSelect:hover>.CaptionCont {
    box-shadow: none !important
}

.SumoSelect:focus>.CaptionCont {
    box-shadow: 0 0 0 0.2rem rgb(12 119 251 / 25%) !important;
    border: 1px solid #0c77fb !important;
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
    font-size: 1rem !important;
    font-weight: normal !important;
}

.SumoSelect>.optWrapper.isFloating {
    position: relative !important;
    width: auto !important;
    height: 250px;
}

@media (min-width:768px) {
    #mhpTabBtn li button {
        margin-right: .75rem;
    }

    #mhpTabCont figure {
        height: 12rem;
    }

    .vc-facil-li {
        display: flex !important;
    }

    .vc-facil-li .img,
    .vc-facil-li .text {
        height: 22.5rem;
    }

    .vc-facil-li .img {
        width: 60%;
    }

    .vc-facil-li .text {
        width: 40%;
        padding: 2rem;
    }

    .vc-mhp-interview .vc-updown-btn {
        font-size: 1.25rem;
    }
}

@media (min-width:992px) {
    #mhpTabBtn li button {
        padding: .5rem 1.25rem;
        font-size: 1rem;
    }

    #mhpTabCont li {
        width: calc(33.3333% - 1rem);
    }

    #mhpTabCont figure {
        height: 16rem;
    }

    #mhpTabCont .title {
        padding: .75rem 0 1rem;
    }

    .vc-mhp-interview .vc-card-body {
        padding: 2rem;
    }

}

@media (min-width:1200px) {
    #mhpTabCont ul {
        margin: 0 -.75rem
    }

    #mhpTabCont li {
        width: calc(33.3333% - 1.5rem);
        margin: 0 .75rem 2rem;
    }
}

/*
  개발자 추가
*/
.attach_div {
    display: flex;
    flex-direction: column;
}

.default_set {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.cateChoice {
    align-items: center;
    padding-left: 5px;
}

.cateChoice div {
    margin-top: 3px;
}

.cateChoice i {
    margin-left: 5px;
    font-size: 20px;
    cursor: pointer;
}

.caddr {
    width: 90%
}

.choice_cate {}

.choice_cate .choice {
    display: flex;
    align-items: center;
    margin-right: .5rem;
    border-radius: 2rem;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 /15%);
    color: #fff;
    background: rgb(59, 71, 84);
    font-size: 1rem;
    height: calc(1.5em + 1.2rem);
    padding: .6rem 1rem;
}

#category .stitle {
    display: flex;
    align-items: baseline;
}

#category .stitle h4 {
    margin-right: 20px;
}

.hidden_inter {
    display: none
}

.vc-mhp-nav .noData {
    color: #858585;
}

.cert_input {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.cert_input.inputmargin {
    margin-bottom: 10px;
}

.tit_add_btn {
    background: #fff;
    color: #444;
    border: 1.5px solid #eaeaea;
    border-radius: 10px;
    padding: .7rem 1rem;
    margin-left: 10px;
}

.tic_add {
    display: none
}

.cert_board,
.pat_board,
.his_board,
.ma_board {
    margin-top: 10px;
    border: 1px solid #CECECE;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 5rem;
}

.cpart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 2.5rem;
}

.c1 {
    margin-bottom: 20px;
}

.c3 {
    margin-top: 20px;
}

.c4 {
    margin-top: 20px;
}

.cert_cont {
    border: 1px solid #CECECE;
    border-radius: 10px;
    padding: 8px;
    margin-right: 1rem;
    font-size: .9rem
}

.pat_cont,
.his_cont,
.ma_cont {
    padding: 1px;
    margin-right: 1rem;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
}

.pat_cont .pattxt {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.ma_cont .matxt {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.cert_cont i {
    margin-left: 10px;
    cursor: pointer;
    font-size: .8rem;
}

.pat_cont i {
    margin-left: 10px;
    cursor: pointer;
    font-size: .8rem;
}

.his_cont i {
    margin-left: 10px;
    cursor: pointer;
    font-size: .8rem;
}

.ma_cont i {
    margin-left: 10px;
    cursor: pointer;
    font-size: .8rem;
}

.process_desc {
    width: 70%;
}

.process_desc div {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem
}

.patt_add {
    margin-right: 20px;
}

.hy_add {
    width: 48%
}

.hm_sel {
    width: 48%
}

.his_cont .histxt {
    font-size: .9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.his_cont .histxt span:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px
}


/*
  대쉬보드 hs코드
*/
.vc-dash-hscode .hpyo {
    width: 100%;
}

.vc-dash-contents .sbar {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 10px;
}

.vc-dash-contents .sbar .sinput {
    border: 1px solid #CECECE;
    height: 30px;
    border-right: 0;
    width: 36%;
    padding-left: 10px;
    outline: none;
}

.vc-dash-contents .sbar .submbtn {
    border: 1px solid #CECECE;
    height: 30px;
    margin-right: 15px;
    background: #5858FA;
    color: #fff;
}

.vc-dash-contents .sbar .rbtn {
    border: 1px solid #CECECE;
    height: 30px;
    background: #EFEFEF;
    cursor: pointer;
    font-size: 14px;
}

.vc-dash-contents .sbar .rbtn:hover {
    color: #fff;
    background: #0069d9;
    font-weight: 700;
}

.vc-dash-contents .sbar .allback {
    margin-right: 10px;
}

.vc-dash-contents .sbar .oneback {
    margin-right: .5%;
}

.vc-dash-contents .hsTbl {
    width: 100%;
}

.vc-dash-contents .hsTbl a {
    text-decoration: none;
    color: #141414;
}

.vc-dash-contents .hsTbl table {
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 13px;
    width: 100%
}

.vc-dash-contents .hsTbl table th {
    border: 1px solid;
    background: #EFF8FB;
    padding: 10px;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    width: 10px;
}

.vc-dash-contents .hsTbl .topnum {
    height: 50px;
    padding: 2px;
}

.vc-dash-contents .hsTbl table td {
    border: 1px solid;
    height: 70px;
    padding: 5px;
    white-space: normal;
    word-break: break-all;
    width: 80px;
    font-size: 18px;
}

.vc-dash-contents .hsTbl table td:hover {
    background: #FBFBEF
}


/*뉴대시보드 hs코드*/
.vc-dash-list.hsTbl {
    border: none;
    border-radius: 0;
    /*border-top: 2px solid #74c0fc; border-bottom: 2px solid #74c0fc;*/
}

.vc-dash-hscode .hpyo {
    width: 100%;
}

.vc-dash-hscode .sbar {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*padding-bottom:10px;*/
}

.vc-dash-hscode .sbar .sinput {
    border: none;
    height: 45px;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    padding-left: 55px;
    outline: none;
    box-shadow: 0 0 5px rgba(155, 155, 181, 0.15)
}

.vc-dash-hscode .sbar .submbtn {
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 45px;
    background: #fff;
    color: #4dabf7;
    border-left: 1px solid #eee;
    box-shadow: 0 0 5px rgba(155, 155, 181, 0.15);
    width: 130px !important;
    margin: auto
}

.vc-dash-hscode .sbar .rbtn {
    border: 1px solid #CECECE;
    height: 30px;
    background: #EFEFEF;
    cursor: pointer;
    font-size: 14px;
}

.vc-dash-hscode .sbar .rbtn:hover {
    color: #fff;
    background: #0069d9;
    font-weight: 700;
}

.vc-dash-hscode .sbar .allback {
    margin-right: 10px;
}

.vc-dash-hscode .sbar .oneback {
    margin-right: .5%;
}

.vc-dash-hscode .sbar i {
    position: absolute;
    top: 55%;
    left: 1.5%;
    transform: translatey(-50%);
}

.vc-dash-hscode .sbar i:nth-child(2),
.vc-dash-hscode .sbar i:last-child {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: .9rem;
    font-weight: bold;
}



.vc-dash-hscode .sbar2 {
    display: block;
    height: auto;
}

.hsc_detail .sbar2 div:last-child {
    width: 100% !important;
    display: block !important;
    padding-right: 0 !important;
    padding-top: 1.5rem;
}

.hsc_detail .sbar2 .totalg {
    float: none !important;
}

.hsc_detail .sbar2 .sinput {
    width: 70% !important;
    height: 45px !important;
    border: none !important;
    padding-left: 55px !important;
}

.hsc_detail .sbar2 .submbtn {
    height: 45px !important;
    border: none !important;
    background: #fff !important;
    width: 9% !important;
    margin-right: 1% !important;
}

.sbar2 .hscode-search,
.hscode-search2 {
    top: 10px;
    right: 21%;
    color: #494949;
    font-size: .9rem;
    width: 8.5%;
    text-align: center;
    padding: 0;
}

.hsc_detail .sbar2 .rbtn {
    border: none !important;
    width: 8.95%;
    height: 45px !important;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(155, 155, 181, 0.15);
}

.hsc_detail .sbar2 .allback {
    margin-right: .5% !important;
}

.hsdetailwrap {
    position: relative;
}

.hsdetailwrap i {
    position: absolute;
    font-size: 1rem;
    top: 50% !important;
}

@media(min-width:1200px) {
    .hsc_detail .sbar2 .rbtn {
        width: 9.1%;
    }
}




.vc-dash-hscode .hsTbl {
    width: 100%;
    margin-top: 2rem;
}

.vc-dash-hscode .hsTbl a {
    text-decoration: none;
    color: #141414;
    font-weight: lighter;
}

.vc-dash-hscode .hsTbl table {
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 13px;
    width: 100%
}

.vc-dash-hscode .hsTbl tr:nth-child(even),
.vc-dash-hscode .hsTbl tr:nth-child(even) th {
    background: #F7FAFD;
}

.vc-dash-hscode .hsTbl tr:last-child td,
.vc-dash-hscode .hsTbl tr:last-child th {
    border-bottom: none;
}

.vc-dash-hscode .hsTbl.vc-dash-list {
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(155, 155, 181, 15%);
    background: #fff;
}

.vc-dash-hscode .hsTbl table th {
    padding: 10px;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    width: 10px;
    border-bottom: 1px dashed #E5E5E5;
}

.vc-dash-hscode .hsTbl .topnum {
    height: 40px;
    padding: 2px;
    border-right: 1px dashed #E5E5E5;
}

.vc-dash-hscode .hsTbl .topnum:last-child {
    border-right: none;
}

.vc-dash-hscode .hsTbl table td {
    height: 70px;
    padding: 5px 20px;
    white-space: normal;
    word-break: normal;
    width: 80px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px dashed #e5e5e5;
    border-top: none;
    border-right: none;
}

.vc-dash-hscode .hsTbl table td:hover {
    background: #FBFBEF
}

.hscode-search {
    top: 14px;
    right: 35px;
    color: #494949;
    font-size: .9rem;
}

.sbar ::placeholder {
    color: #494949;
}


.hsc_detail {
    width: 100%;
    display: flex;
    font-size: 13px;
    flex-direction: column;
}

.hsc_detail .sbar {
    width: 100%;
    /*height:50px;*/
    /*display:flex;justify-content: flex-end;align-items:flex-end;*/
    padding-bottom: 10px;
}

.hsc_detail .sbar div:first-child {
    width: 100%;
}

.hsc_detail .sbar div:last-child {
    width: 90%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2.5rem;
}

.hsc_detail .sbar .sinput {
    border: 2px solid #4dabf7;
    height: 30px;
    border-right: 0;
    width: 30%;
    padding-left: 10px;
    outline: none;
}

.hsc_detail .sbar .submbtn {
    border: 1px solid #4dabf7;
    height: 30px;
    margin-right: 15px;
    background: #4dabf7;
    color: #fff;
}

.hsc_detail .sbar .rbtn {
    border: 1px solid #4dabf7;
    height: 30px;
    background: #fff;
    cursor: pointer;
}

.hsc_detail .sbar .rbtn:hover {
    color: #fff;
    background: #0069d9;
    font-weight: 700;
}

.hsc_detail .sbar .allback {
    margin-right: 8px;
}

.hsc_detail .sbar .oneback {
    margin-right: 0;
}

.hsc_detail .sbar .totalg {
    float: left;
}

.hsc_detail .middle {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.hsc_detail .lc {
    width: 240px;
    max-height: 71vh;
    overflow-x: hidden;
    overflow-y: scroll;
    line-height: 150%;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(155, 155, 181, 15%);
}

.hsc_detail .lc .ryu {
    width: 93%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 200%;
}

.hsc_detail .lc a {
    text-decoration: none;
    color: #131313;
}

.hsc_detail .lc .current {
    font-weight: 700;
    font-size: 14px;
    color: #06113C;
    text-decoration: underline;
}

.hsc_detail .lc .hou {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 200%;
}

.hsc_detail table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(155 155 181 / 15%);
    margin-bottom: 3rem;
}

.hsc_detail table th,
td {
    /*border:1px solid;*/
    padding: 10px;
    font-size: 13px;
}

.hsc_detail table th {
    background: #f7fafd;
    text-align: center;
    padding: .75rem 0;
}

.hsc_detail .rc {
    margin-left: 20px;
    width: 78%;
    position: relative;
}

.hsc_detail .show {
    display: block
}

.hsc_detail .hide {
    display: none
}

.hsc_detail .rc .rd th:first-child {
    width: 10%;
}

.hsc_detail .rc .rd th:nth-child(2) {
    width: 44%;
}

.hsc_detail .rc .rd th:last-child {
    width: 44%;
}

.hsc_detail .rc .rd td:first-child {
    text-align: center;
}

.hsc_detail .fn {
    border: 0;
    min-height: 50px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hsc_detail .fn i {
    transform: rotate(0);
}

.hsc_detail .fn.blank {
    min-height: 300px;
    line-height: 300px;
}

.hsc_detail .wall {
    font-size: 10px;
    color: #858585;
    margin-left: 25px;
    margin-right: 25px;
}

.hsc_detail .rc .rd a {
    text-decoration: none;
    color: #131313;
}

.hsc_detail .rc .rd a:hover {
    font-weight: 700;
    color: #007bff;
}

.hsc_detail .rc .hd th:first-child {
    width: 200px;
}

.hsc_detail .rc .hd th:nth-child(2) {
    width: 365px;
}

.hsc_detail .rc .hd th:last-child {
    width: 365px;
}

.hsc_detail .rc .hd td:first-child {
    text-align: center;
}

.hsc_detail .rc .hd td:nth-child(3) {
    padding-left: 10px;
}

.hsc_detail .rc .hd a {
    text-decoration: none;
    color: #131313;
}

.hsc_detail .rc .hd a:hover {
    font-weight: 700;
    color: #007bff;
}

.hsc_detail .rc .descbtn {
    width: 100%;
    text-align: right;
    margin-bottom: 1rem;
}

.hsc_detail .rc .descbtn .dbtn {
    border: none;
    width: 10%;
    height: 2.2rem;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(155, 155, 181, 15%);
    background: #fff;
    font-size: .9rem;
    font-weight: bold;
}

.hsc_detail .rc .descbtn .btnsel {
    font-weight: 700;
    color: #fff;
    background: #aed1f4;
}

.hsc_detail .rc .descbtn .kbtn {
    margin-right: 10px;
}

.hsc_detail .rc .rhdesc {
    width: 100%;
    max-height: 600px;
    overflow: auto;
    background: #fff;
    box-shadow: 0 0 5px rgb(155, 155, 181, 15%);
    border-radius: 5px;
}

.hsc_detail .rc .rhdesc .dt {
    width: 94%;
    font-weight: 700;
    font-size: 150%;
    margin-top: 1.5rem;
    margin-bottom: 20px;
    padding-left: 1.5rem;
}

.hsc_detail .rc .rhdesc .dd {
    width: 94%;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.hsc_detail .stripe {
    cursor: pointer;
}

.hsc_detail .stripe:hover {
    background: #e7f5ff;
}

.hsc_detail .stripe .topf {
    font-weight: 700;
    color: #06113C;
}

.hsc_detail .stripe .match {
    font-weight: 700;
    color: #DF0101;
}

.only_member {
    display: none;
}

#page123 .new_mooni {
    font-weight: 700;
    color: #DF0101
}


/*
  관리자 GPP 설비수정
*/
#icate {
    cursor: pointer
}

.prod_sec {
    overflow-x: hidden;
}

.prod_div {
    border: 1px solid #D5D8DB;
    min-height: 60vh;
    max-height: 60vh;
    overflow-y: scroll;
    display: none;
    margin-top: 30px;
}

.prod_btn_div {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    display: none;
}

.prod_btn_div input {
    width: 20%;
}

.prod_col {
    position: relative;
}

.prod_garo {
    padding: 1rem;
    display: flex;
    margin-bottom: 20px;
}

.prod_box {
    width: 18%;
    height: 16vh;
    order: 1px solid #A8A8A8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
}

.prod_box:nth-child(2) {
    margin-left: 60px;
    margin-right: 30px;
}

.prod_box:nth-child(3) {
    margin-left: 30px;
    margin-right: 60px;
}

.prod_box img {
    width: 100%;
    object-fit: contain;
    z-index: 30;
    height: 100%;
}

.prod_box .iname {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: #fff;
    z-index: 45;
    display: none;
}

.black_box {
    background: #000;
    z-index: 40;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.prod_box i {
    position: absolute;
    top: 0;
    right: -20px;
    cursor: pointer;
}

.prod_box i:hover {
    font-weight: 700;
    color: red
}

.prod_modal_content {
    padding: 3rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40vh;
}

.prod_modal_content2 {
    height: 27vh;
}

.prod_modal_cate .garo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.prod_cate_modal {
    max-width: 50rem;
}

/* .prod_modal_cate .garo div:nth-child(3){margin-left:50px; margin-right:50px;}
.prod_modal_cate .garo div:nth-child(4){margin-left:50px; margin-right:50px;} */
.prod_modal_cate .icate_txt {
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.prod_modal_cate .icate_del {
    cursor: pointer;
    color: red;
    font-size: 12px;
    margin-left: 4px;
}

.prod_modal_img {
    display: flex;
    justify-content: space-between;
}

.prod_modal_txt {
    padding: 10px 0;
}

.prod_modal_img .img_txt {
    width: 80%;
}

.prod_modal_btn {
    display: flex;
    justify-content: end;
    /*justify-content: space-between;*/
}

.prod_modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.input_div {
    display: none;
    width: 50%;
    align-items: center;
}

.input_cate_name {
    width: 80%;
    height: 40px;
}

.input_div .edit_btn_sm {
    height: 40px;
    font-size: 13px;
    margin-left: 5px;
    background: none;
    border: 1px solid #0C77FB;
    color: #0C77FB;
    border-radius: 5px;
}

.input_div .edit_btn_sm:hover {
    background: #0C77FB;
    font-weight: 700;
    color: #fff;
}

@media(max-width: 540px) {
    .prod_modal_content {
        height: 55vh
    }

    .input_div {
        width: 100%;
        margin-bottom: 10px;
    }

    .prod_modal_cate .garo {
        display: block;
        margin-bottom: 20px;
    }

    .prod_modal_cate .garo div:nth-child(2) {
        margin-bottom: 20px;
    }

}


#etc_facil {
    border-top: 1px solid #B8B8B8;
    padding-top: 50px;
}

#etc_facil .garo {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

#etc_facil .plus_div {
    width: 28%;
    position: relative;
}

#etc_facil .efacil {
    border: 1px solid #C9C9C9;
    width: 60%;
    height: 14vh;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 10px;
}

#etc_facil .efacil i {
    font-size: 4rem;
    color: #A7A7A7;
}

#etc_facil .facil_name {
    height: 20%;
}

#etc_facil .closecon {
    position: absolute;
    font-size: 1.5rem;
    color: #A7A7A7;
    right: 0;
    cursor: pointer;
}

@media(max-width: 700px) {
    #etc_facil .efacil i {
        font-size: 3rem;
        color: #A7A7A7;
    }
}

@media(max-width: 600px) {
    #etc_facil .efacil i {
        font-size: 2rem;
        color: #A7A7A7;
    }

    #etc_facil .efacil {
        height: 10vh;
    }
}

@media(max-width: 464px) {
    #etc_facil .efacil i {
        font-size: 1rem;
        color: #A7A7A7;
    }

    #etc_facil .efacil {
        height: 8vh;
    }
}

@media(max-width: 400px) {
    #etc_facil .efacil i {
        font-size: 1rem;
        color: #A7A7A7;
    }

    #etc_facil .efacil {
        height: 6vh;
    }
}




/*
  관리자 GPP 홈 수정
*/
#cmain_img .garo {
    width: 100%;
    display: flex
}

#cmain_img .garo .mcomp {
    width: 33.3333%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#cmain_img .garo .mcomp .plus_icon {
    border: 1px solid #eaeaea;
    width: 80%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 7px;
}

#cmain_img .garo .mcomp .plus_icon i {
    font-size: 2rem;
    color: #e0e0e0;
}

#cmain_img .main_btn {
    width: 30%;
    height: 20%;
    font-size: 12px;
    cursor: pointer;
}

#cmain_img .main_del_btn {
    border: 1px solid #E13627;
    color: #fff;
    background: #E13627;
    border-radius: 20px;
}

#team_img .teamimg {
    width: 33.3333%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#team_img .teamimg .plus_icon {
    border: 1px solid #eaeaea;
    width: 80%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 7px;
}

#team_img .teamimg .plus_icon i {
    font-size: 2rem;
    color: #e0e0e0;
}

#team_img #timg {
    width: 1px;
    height: 1px;
}

#team_img .main_btn {
    width: 30%;
    height: 25px;
    font-size: 12px;
    cursor: pointer;
}

#team_img .main_del_btn {
    border: 1px solid #E13627;
    color: #fff;
    background: #E13627;
    border-radius: 20px;
}

.certi_num,
.certi_insti {
    width: 49%;
}

.pat_sel_div {
    width: 100%;
    display: flex;
}

.pat_sel_div select {
    width: 100%;
}

/* .pat_sel_div input{width:?49%;} */
.pat_sel_div i {
    position: absolute;
    margin-top: 2px;
    right: 14px;
    z-index: 300;
}


/* *********************************************************************************************************************************************** */