@charset "utf-8";
@import url(/skin/notokr/notokr.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
    font-family: "ChosunKm";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunKm.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 90px;
    letter-spacing: -0.034em;
}
.body-layout > .container {
    width: 100%;
    padding: 0;
}
/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Roboto", "notokr", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

.container.container_slide,
.container_contents,
.intro-html-layout,
.intro-html-layout > .col-sm-12 {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .col-sm-20,
    .col-md-20,
    .col-lg-20 {
        width: 20%;
    }
    .col-sm-40,
    .col-md-40,
    .col-lg-40 {
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 0;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    margin-top: 19px;
}
.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
    width: 55px;
}
.navbar-header .navbar-brand::after {
    content: "법률사무소 정비";
    color: #0f6738;
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    letter-spacing: -0.034em;
}

.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 35px 32px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.nav.navbar-nav > li > a > .glyphicon {
    top: auto;
    font-size: 15px;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus {
    color: #a94442;
    background: none;
}
.nav.navbar-nav li .dropdown-menu {
    left: -15px;
    right: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 10px 15px;
    border-bottom: 1px solid #000;
    color: #fff;
    text-align: center;
}
.nav.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: 0;
}
.nav.navbar-nav li .dropdown-menu li a:hover,
.nav.navbar-nav li .dropdown-menu li a:focus {
    background: #a91c19;
}

@media (max-width: 767px) {
    .body-layout {
    }
    .navbar-header .navbar-brand {
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-toggle,
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        border: 0;
        background: none;
        padding: 0;
        margin: 37px 15px 37px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #0f6738;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 28px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-top: 1px solid #e6e6e6;
    }
    .nav.navbar-nav li .dropdown-menu {
        left: 0;
        background: #fafafa;
    }
    .nav.navbar-nav > li > a {
        padding: 20px 32px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu li a {
        border-bottom: 1px solid #ddd !important;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#myCarousel .carousel-inner .item {
}
.container_slide .fill {
    height: 800px;
    position: relative;
}
.container_slide .fill::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    opacity: 0.3;
}
#myCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    height: auto;
    text-align: left;
}
#myCarousel .carousel-inner .item .carousel-caption h1 {
    margin-bottom: 50px;
}
#myCarousel .carousel-caption h1 span {
    background: none;
    opacity: 1;
    text-shadow: none;
    padding: 5px 0 5px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.034em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}
#myCarousel .carousel-caption p span {
    opacity: 1;
    background: none;
    text-shadow: none;
    padding: 0;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -0.06em;
}

#myCarousel .carousel-control {
    display: none;
}

#myCarousel .carousel-indicators > li,
#myCarousel .carousel-indicators > li.active {
    background: #fff;
    opacity: 0.7;
    border: 0;
    margin: 0;
    border-radius: 0;
    width: 120px;
    height: 3px;
}
#myCarousel .carousel-indicators > li.active {
    opacity: 1;
}

@media (max-width: 767px) {
    .container_slide .fill {
        height: 400px;
    }
    #myCarousel .carousel-inner .item .carousel-caption {
        top: 45%;
        left: 15px;
        right: 15px;
    }
    #myCarousel .carousel-inner .item .carousel-caption h1 {
        margin-bottom: 15px;
    }
    #myCarousel .carousel-inner .item .carousel-caption h1 span {
        font-size: 15px;
    }
    #myCarousel .carousel-inner .item p {
    }
    #myCarousel .carousel-inner .item p span {
        font-size: 21px;
        font-weight: 600;
    }
    #myCarousel .carousel-indicators > li,
    #myCarousel .carousel-indicators > li.active {
        width: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container_slide .fill {
        height: 500px;
    }
    #myCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        top: 46%;
        right: 5%;
        left: 5%;
    }
    #myCarousel .carousel-inner .item .carousel-caption h1 {
    }
    #myCarousel .carousel-inner .item .carousel-caption h1 span {
    }
    #myCarousel .carousel-inner .item p {
    }
    #myCarousel .carousel-inner .item p span {
        font-size: 32px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #myCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        top: 50%;
        right: 10%;
        left: 10%;
    }
    #myCarousel .carousel-caption p span {
        font-size: 42px;
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

.intro-html-layout section {
    padding: 120px 0 60px;
}
.main-content {
}
.main-content .row {
    margin: 0 -30px;
}

.main-content .row > div {
    padding: 0 30px;
}
.main-biz {
    display: block;
    margin-bottom: 60px;
    overflow: hidden;
}
.main-biz::before {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: calc(100% - 134px);
    background: #000;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 10;
    opacity: 0.3;
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}

.main-biz:hover::before {
    opacity: 0;
}
.main-biz > .icon-wrap {
}
.main-biz > .icon-wrap i {
}
.main-biz > .caption {
    display: block;
    padding: 20px 0;
    position: relative;
    background: #fff;
}
.main-biz img {
    transform: scale(1);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}

.main-biz:hover img {
    transform: scale(1.1);
}
.main-biz > .caption .tit {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.main-biz > .caption .more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #999;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.034em;
    border: 1px solid #ddd;
    padding: 2px 7px 1px;
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}
.main-biz > .caption .des {
}
.main-biz:hover {
    text-decoration: none;
}
.main-biz:hover > .icon-wrap {
}
.main-biz:hover > .icon-wrap i {
}
.main-biz:hover .caption {
}
.main-biz:hover .caption .tit {
    color: #a94442;
}
.main-biz:hover .caption .more {
    opacity: 1;
    color: #fff;
    background: #a94442;
    border-color: #a94442;
}
@media (max-width: 767px) {
    .main-content .row {
        margin: 0 -15px;
    }
    .main-content .row > div {
        padding: 0 15px;
    }
    .main-biz::before {
        width: calc(100% - 30px);
        left: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 280px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container {
    height: 100%;
    position: relative;
}
.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
}
.subHeader .container .breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 12px;
}
.breadcrumb > li + li:before {
    padding: 0 2px;
}
.subHeader .container .breadcrumb > li.active,
.subHeader .container .breadcrumb > li > a {
    color: #fff;
    opacity: 0.7;
}

.subMenu {
    padding: 0;
    border-bottom: 1px solid #ddd;
}
.subMenu .nav {
}
.subMenu .nav > li {
    margin: 0;
    padding: 0 15px;
}
[id^="company"] .subMenu .nav > li {
    width: calc(100% / 4);
}
[id^="business"] .subMenu .nav > li {
    width: calc(100% / 6);
}
.subMenu .nav > li > a {
    color: #777;
    border-radius: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    background: none;
    position: relative;
    letter-spacing: -0.034em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.subMenu .nav > li::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.subMenu .nav > li:last-child::after {
    display: none;
}
.subMenu .nav > li > a:after {
    content: "";
    display: block;
    width: 0;
    left: 50%;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: -1px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background: #333;
}

.subMenu .nav > li.active > a,
.subMenu .nav > li > a:hover,
.subMenu .nav > li > a:focus {
    color: #333;
    font-weight: 600;
}
.subMenu .nav > li.active > a:hover,
.subMenu .nav > li.active > a:focus {
    background: none;
}
.subMenu .nav > li.active > a:after,
.subMenu .nav > li > a:hover::after {
    width: 100%;
    margin-left: -50%;
}

.subContent {
    padding-bottom: 100px;
}
.subContent_title {
    padding: 80px 0 0;
}
.subContent_title h3 {
    margin: 0;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: -0.034em;
}
.subContent_title p {
    text-align: center;
    margin: 0;
    font-size: 22px;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.06em;
    padding: 10px 0 0;
    position: relative;
}
.subContent_title p::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #999;
    margin: 25px auto 0;
}
.subContent .content {
    padding: 50px 0;
}
.subContent .content h4 {
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-left: 12px;
    position: relative;
    letter-spacing: -0.034em;
}
.subContent .content h4::before {
    content: "";
    display: block;
    width: 5px;
    height: 25px;
    position: absolute;
    top: 2px;
    left: 0;
    background: #424242;
    border-radius: 50px;
}
.subContent .content h4 .achievement {
    font-size: 18px;
    color: #fff;
    background: #cf2e35;
    font-weight: 400;
    padding: 8px 15px 5px;
    border-radius: 30px;
    position: absolute;
    top: -2px;
    margin-left: 12px;
}
.subContent .content h4 .achievement span {
    color: #bc2329;
    display: none;
}

.li_dot {
}
.li_dot > li {
    position: relative;
    font-size: 16px;
    padding-left: 12px;
}
.li_dot > li::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #6a6a6a;
    position: absolute;
    top: 10px;
    left: 0;
}
#company01 .con1 > div > img {
    border-radius: 7px;
}
.greeting {
    margin: 150px 0 50px;
    padding: 0;
}
.greeting::before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #999;
    margin: 30px auto 80px;
    display: none;
}
.greeting p {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1.7;
    letter-spacing: -0.06em;
    text-align: left;
}
.greeting p b {
    /* font-family: 'ChosunKm', serif; */
    font-weight: 700;
    color: #a94442;
    font-size: 101%;
}
.greeting p.epil {
    font-size: 22px;
    margin: 60px 0 0;
    text-align: right;
}
.greeting p.epil img.logo-epil {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 41px;
}
.greeting p.epil img.signature {
    width: 170px;
    display: inline-block;
    margin-top: 9px;
}
.greeting p.epil span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
}
.greeting p.epil span.signature {
    margin-right: 25px;
    font-weight: 600;
    margin-top: 25px;
}
.greeting p.epil span b {
    margin-left: 7px;
    color: #0f6738;
}
.greeting .row > div:nth-child(1) img {
    width: 175px;
}
.greeting .row > div:nth-child(2) {
    padding-left: 30px;
}
.greeting .row > div:nth-child(1) {
    position: relative;
}
.greeting .row > div:nth-child(1)::before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    background: #bc2329;
    position: absolute;
    z-index: -1;
    left: 69px;
    top: -14px;
}
.greeting .row > div:nth-child(1)::after {
    content: "";
    display: block;
    width: 200px;
    height: 120px;
    background: #333;
    position: absolute;
    z-index: -1;
    right: 69px;
    bottom: -14px;
}
#company02 .intro {
    text-align: center;
    margin: 25px 0 50px;
    font-size: 37px;
    /* font-family: 'ChosunKm'; */
    letter-spacing: -0.06em;
}
#company02 .intro b {
    color: #a94442;
    font-weight: 400;
}

#company02 .overview {
    margin-bottom: 30px;
    display: flex;
    align-items: stretch;
}
#company02 .overview > div {
    flex: 1 1 auto;
    /* height: 400px; */
}
#company02 .overview .logo-area {
    display: flex;
    align-items: center;
    text-align: center;
    background: #ffc061;
    /* padding-top: 155px; */
    padding: 15px;
}
#company02 .overview .logo-area img {
    display: inline-block;
    width: 75px;
    margin-right: 10px;
}
#company02 .overview .logo-area span {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.034em;
}
#company02 .overview .logo-area span b {
    /* font-family: 'ChosunKm'; */
    /* font-size: 27px; */
    margin-left: 6px;
}

#company02 .overview .li_overview {
    color: #fff;
}
#company02 .overview .li_overview > li {
    font-size: 16px;
    position: relative;
    font-weight: 300;
    letter-spacing: 0;
    margin: 18px 0;
    color: #ddd;
}
#company02 .overview .li_overview > li > span {
    font-weight: 400;
    position: relative;
    display: block;
    font-size: 15px;
    margin-bottom: 2px;
    color: #fff;
    letter-spacing: 0;
}
#company02 .overview .li_overview > li span::before {
    content: "";
    display: block;
    width: 3px;
    height: 12px;
    /* background: #000; */
    position: absolute;
    top: 5px;
    left: 0;
}
#company02 .info {
    background: #494c56;
    padding: 25px 30px;
    flex-basis: 280px !important;
}
#company02 .ceo {
    background: #f4f4f4;
    padding: 53px 60px;
}
#company02 .ceo .name {
    font-size: 30px;
    font-weight: 500;
    /* font-family: 'ChosunKm'; */
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}
#company02 .ceo .name span {
    font-size: 17px;
    display: block;
    color: #000;
    opacity: 0.6;
    font-family: "notokr";
    margin-bottom: 5px;
}
#company02 .ceo .li_dot {
}
#company02 .ceo .li_dot > li {
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.65em;
}
#company02 .ceo .li_dot > li::before {
    top: 11px;
    background: #6a6a6a;
    width: 5px;
    height: 3px;
    border-radius: 0;
}

#company02 .con2 p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.034em;
    margin-bottom: 20px;
    color: #333;
}
.biz_overview {
    position: relative;
    height: 152px;
    background: #f4f4f4;
    /* border-radius: 5px; */
    padding: 30px;
}
.biz_overview:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #bbb;
    position: absolute;
    top: 43px;
    left: 0;
}
.biz_overview dt {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
    letter-spacing: -0.034em;
}
.biz_overview dd {
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    margin-top: 3px;
}
.biz_overview dd:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #ff5259;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
}
#company02 .con2 .row {
    margin-left: -10px;
    margin-right: -10px;
}
#company02 .con2 .row > div {
    padding: 0 10px;
}
.organ_box {
    padding: 0 0 40px;
    display: flex;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.organ_box::after {
    content: "";
    display: block;
    clear: both;
}
.organ_box.president {
    margin-top: 100px;
}
.organ_box h5 {
    margin: 0px 0 25px;
    font-size: 18px;
    color: #06301a;
    padding-left: 10px;
    position: relative;
    width: 20%;
    font-weight: 700;
    flex: 1 1 0;
}
.organ_box h5:before {
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    background: #333;
    /* box-shadow: 3px 4px 0px #f5d3d5; */
    position: absolute;
    left: 0;
    top: 1px;
}
.organ_box h5 + .row {
    width: 80%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex: 5 1 0;
}
.organ_box .member {
    /* border: 1px solid #ddd; */
    flex: 0 1 24%;
    padding: 12px 10px 9px;
    margin-left: 6px;
    margin-bottom: 6px;
    /* border-top: 1px solid #999; */
    background: #f4f4f4;
}
.organ_box .member .with {
    font-size: 14px;
    margin: 0 0 10px;
    text-align: center;
    color: #333;
    letter-spacing: 0;
    padding: 5px 0 2px;
    font-weight: 500;
    border: 1px solid #ddd;
    background: #fafafa;
}
.organ_box .member .mem-header {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 50%;
}
.organ_box .member .mem-header .position {
    font-size: 14px;
    color: #850004;
    font-weight: 500;
    margin-right: 5px;
    flex: 1 1 50%;
}
.organ_box .member .mem-header .name {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    /* font-family: 'ChosunKm', serif; */
    flex: 1 1 50%;
}
.organ_box .member .li-mem {
    padding: 5px 2px;
    margin-top: 10px;
    border-top: 1px solid #eee;
    text-align: center;
}
.organ_box .member .li-mem > li {
    font-size: 15px;
    position: relative;
    margin-top: 5px;
    line-height: 1.35em;
}
.organ_box .member .li-mem > li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #87b59c;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50%;
    display: none;
}

.li_location {
    padding: 50px 0 0;
    margin: -5px 0 0;
    text-align: center;
}
.li_location > li {
    position: relative;
    display: inline-block;
    line-height: 1;
    margin: 0 20px;
    font-size: 16px;
    letter-spacing: 0.02em;
}
.li_location > li:first-child {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: -0.04em;
    font-weight: 500;
}
.li_location > li:first-child small {
    display: block;
    margin-top: 13px;
    font-size: 17px;
}
.li_location > li:first-child small i {
    display: inline-block;
    font-style: normal;
    color: #fff;
    background: #e8791c;
    padding: 5px 13px 3px;
    border-radius: 50px;
    margin-right: 5px;
}

.li_location > li > span {
    color: #333;
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.034em;
}

.li_location > li:first-child span {
    display: none;
}

.table.table_jb {
    border-top: 1px solid #333;
}
.table.table_jb tr {
    border-bottom: 1px solid #ddd;
}
.table.table_jb tr th,
.table.table_jb tr td {
    font-size: 16px;
    padding: 17px 15px;
    border-top: 0;
    border-left: 0;
}
.table.table_jb tr th:last-child,
.table.table_jb tr td:last-child {
    /* border-right: 1px solid #ddd; */
}

.table.table_jb tr th {
    text-align: center;
    border-bottom: 1px solid #999;
    font-weight: 700;
    color: #000;
    font-size: 15px;
    padding: 15px;
}
.table.table_jb tr td:first-child {
    padding-left: 2px;
}

.advice-box {
    margin-top: 50px;
    margin-right: 15px;
}
.advice-box h5 {
    font-size: 22px;
    color: #a90007;
    margin: 0 0 15px;
    font-weight: 700;
    letter-spacing: -0.06em;
}
.advice-box > p {
    font-size: 17px;
    margin-bottom: 17px;
    color: #000;
    font-weight: 500;
}
.advice-box .progress_area {
    padding: 20px 30px 20px 130px;
    position: relative;
    margin: 20px 30px 0 0;
    border-top: 1px solid #999;
    background: #f8f8f8;
}
.advice-box .progress_area h6 {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
}
.advice-box .progress_area .area {
    display: flex;
}
.advice-box .progress_area .area:after {
    content: "";
    display: table;
    clear: both;
}
.advice-box .progress_area .area .tit {
    float: left;
    font-size: 15px;
    font-weight: 500;
    width: 85px;
    margin: 7px 0 7px;
    flex-shrink: 0;
    line-height: 1;
}
.advice-box .progress_area .area .bar {
    /* float: left; */
    width: fit-content;
    margin-top: 1px;
    position: relative;
}
.advice-box .progress_area .area .bar:before {
    content: "";
    display: block;
    width: 0;
    height: 24px;
    background: #996633;
}
.advice-box .progress_area .area:nth-child(2) .bar:before {
    width: 106%;
    width: 170px;
    background: #ffc02b;
}
.advice-box .progress_area .area:nth-child(3) .bar:before {
    width: 70%;
    width: 120px;
    background: #ff9900;
}
.advice-box .progress_area .area:nth-child(4) .bar:before {
    width: 57px;
    /* width: 100%; */
    /* max-width: 150px; */
    background-color: #595c69;
}
.advice-box .progress_area .area:nth-child(5) .bar:before {
    /* width: 29%; */
    width: 70px;
    background: #767171;
}

.advice-box .progress_area .area .bar > span {
    position: absolute;
    /* left: 5px; */
    right: 5px;
    top: 5px;
    line-height: 1;
    font-size: 13px;
    color: #fff;
}

.li-eviction {
    margin: 50px 15px 0 0;
    border: 5px solid #eaeaed;
    padding: 20px;
}
.li-eviction li {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.034em;
    color: #000;
    text-align: center;
}
.li-eviction li b {
    color: #a90007;
    font-size: 20px;
    display: inline-block;
    padding-left: 5px;
}
.li-eviction li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a7bfb2;
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
}

.li-chart {
    display: flex;
    display: none;
}
.li-chart li {
    font-size: 14px;
    position: relative;
    padding: 1px 0 1px 18px;
    line-height: 1.45em;
    color: #000;
}
.li-chart li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 6px;
}
.li-chart li:nth-child(1):before {
    background: #ffc000;
}
.li-chart li:nth-child(2):before {
    background: #ff9900;
}
.li-chart li:nth-child(3):before {
    background: #ada9a9;
}

[id^="business"] .content h4 + p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.034em;
    margin-bottom: 20px;
    color: #a90007;
}

.dl-perform {
    margin: 30px 0 0;
    background: #f2f2f2;
    padding-bottom: 20px;
    min-height: 380px;
    border-radius: 50% 50% 0 0;
}
.dl-perform dt {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #2e8649;
    position: relative;
    margin: 0 auto 25px;
    font-weight: 500;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}
.dl-perform dt::before {
    content: "";
    display: block;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 8px;
    left: 8px;
}
.dl-perform dt > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    width: 70%;
    color: #fff;
}
.dl-perform dd {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 30px;
    line-height: 1.35em;
    letter-spacing: -0.034em;
}

.biz-img {
}
.biz-txt {
    padding-left: 35px;
}
#business06 .con1 {
    padding-top: 0;
}

#business06 .con1 p {
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.06em;
    padding: 10px 0 0;
    color: #000;
    margin: 0 0 50px;
}

#business06 .con1 p::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #999;
    margin: 25px auto 0;
}

#business06 .con1 .row {
    margin-left: -10px;
    margin-right: -10px;
}
#business06 .con1 .row > div {
    padding: 0 10px;
}
#business06 .con1 .row > div:nth-child(2) dt {
    background: #5f6c42;
}

#business06 .con1 .row > div:nth-child(3) dt {
    background: #835b3e;
}

#business06 .con1 .row > div:nth-child(4) dt {
    background: #a7473a;
}

#business06 .con1 .row > div:nth-child(5) dt {
    background: #d02c31;
}
#business06 .table.table_jb tr th,
#business06 .table.table_jb tr td {
    text-align: center;
}

#business06 .table.table_jb tr td:first-child {
    padding-left: 15px;
}
/* [max-lager / tablet] 태블릿, 992px 미만 ▼ */
/* [max-x-lager / labtop] 노트북, 1200px 미만 ▼ */
@media (width <= 1199.98px) {
    .advice-box .progress_area {
        padding: 60px 32px 20px 15px;
        margin: 20px 0;
    }
}
@media (max-width: 767px) {
    .subHeader {
        height: 130px;
    }
    .subHeader .container h2 {
        font-size: 32px;
    }
    .subMenu {
        display: none;
    }
    .subContent_title h3 {
        font-size: 30px;
    }
    .greeting {
        margin: 50px 0 50px;
        padding: 0;
    }
    .greeting .row > div:nth-child(1) {
        margin-bottom: 60px;
    }
    .greeting .row > div:nth-child(1)::after {
        width: 160px;
    }
    .greeting p {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #company02 .overview {
        display: block;
    }
    #company02 .overview .logo-area {
        text-align: center;
        background: #ffc061;
        padding: 35px 0;
        height: auto;
    }
    #company02 .overview .info {
        height: auto;
        background: #494c56;
        padding: 25px 30px;
    }
    #company02 .overview .ceo {
        background: #f4f4f4;
        padding: 53px 30px;
        height: auto;
    }

    .organ_box {
        display: block;
    }
    .organ_box h5 + .row {
        width: auto;
        display: block;
    }
    .organ_box .member {
        margin-left: 0;
    }

    .li_location > li:first-child {
        line-height: 1.2;
    }

    .advice-box {
        margin-right: 0;
        margin-bottom: 60px;
    }
    .biz-txt {
        padding-left: 15px !important;
        margin-top: 30px;
    }
    .li-eviction {
        margin: 50px 0 0 0;
    }
    .dl-perform {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: auto;
        border-radius: 50px;
    }
    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits {
        display: none;
    }
    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }
    #list_btn {
        display: none;
    }
    #write_btn {
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .greeting .row > div:nth-child(1)::after {
        width: 160px;
    }
    #company02 .overview > div {
        flex: 1 1 auto;
        height: 480px;
    }
    #company02 .ceo {
        background: #f4f4f4;
        padding: 53px 30px;
    }
    #company02 .info {
        background: #494c56;
        padding: 25px 30px;
    }
    .biz_overview dt {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
    }
    .biz_overview dd {
        font-size: 14px;
    }
    .biz_overview:before {
        top: 40px;
    }
    .organ_box .member {
        /* border: 1px solid #ddd; */
        flex: 0 1 48%;
    }
    .subMenu .nav > li > a {
        font-size: 15px;
    }

    .biz-img,
    .biz-txt {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .advice-box .progress_area {
        padding: 20px 30px 20px 130px;
        position: relative;
        margin: 20px 0 50px 0;
    }
    .li-eviction {
        margin: 50px 0 60px;
    }
    .col-md-20 {
        width: calc(100% / 3);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #company02 .overview > div {
        flex: 1 1 auto;
        height: 430px;
    }
    .dl-perform dt {
        width: 175px;
        height: 175px;
    }
}
/* //서브페이지 */
/* 푸터 */

.footer_copy {
    padding: 50px 0;
    background: #343434;
    color: #fff;
}
.footer_copy > .col-lg-12 {
    padding: 0;
    text-align: left;
    float: none;
}
.footer_copy .footer-logo {
}
.footer_copy .footer-logo h1 {
    margin: 0;
}
.footer_copy .footer-logo h1 > a {
    display: block;
}
.footer_copy .footer-logo h1 > a > img {
    display: block;
}
.footer_copy .footer-text {
}
.footer_copy .footer-text p {
    font-size: 15px;
    margin-bottom: 6px;
}

.footer_copy .footer-text p strong {
    font-weight: 400;
    font-size: 16px;
    color: #e3e3e3;
}
.footer_copy .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}
.footer_copy .footer-text ul:after {
    content: "";
    clear: both;
    display: table;
}
.footer_copy .footer-text ul li {
    float: left;
    margin-right: 15px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: 15px;
    font-weight: 300;
    color: #ddd;
}
.footer_copy .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.4;
}
.footer_copy .footer-text .copyrights {
    display: block;
    font-size: 12px;
    margin-top: 15px;
    letter-spacing: 0.034em;
    font-weight: 300;
    color: #aaa;
}

@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
/* //푸터 */

.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
}
