@charset "utf-8";
/* 레이아웃, 공통 */
.layout {
    width:90%;
    max-width:1400px;
    margin:0 auto;
}
.main-wrap {
    padding:160px 0;
    position: relative;
}
.main-content {
    margin-top:60px;
}
.side-txt {
    font-size:2rem;
    font-family: bilo, sans-serif;
    font-weight: 600;
    opacity: 0.15;
    position: absolute;
    right:2%;
    bottom:3.5%
}
.m-titlearea {
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.s-titlearea {
    width:100%;
    margin-bottom:50px;
    position: relative;
}
.m-tit-wrap,
.font-black {
    color:#313131 !important
}
.m-tit-white *,
.font-white {
    color:#FFFFFF
}
.m-tit {
    color:#CC9062;
    font-size:2rem;
    font-weight: bold;
    margin-bottom:20px
}
.m-tit-la {
    font-size:4rem;
    font-weight: 300;
}
.m-tit-la strong {
    font-weight: bold;
}
.s-tit {
    color:#CC9062;
    font-size:3rem;
    font-weight: bold;
}
.m-btn,
.btn-brown,
.btn-kakao {
    width:115px;
    height:56px;
    font-size:1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.m-btn {
    border:1px solid #C9C9C9;
}
.btn-white {
    color:#FFFFFF;
}
.btn-black {
    color:#313131
}
.btn-brown {
    background-color: #CC9062;
    color:#FFFFFF;
    font-weight: 500;
}
.m-btn:hover {
    border-color:#CC9062;
    color:#CC9062
}
.btn-brown:hover {
    color:#FFFFFF;
    background-color: #313131;
}
.sub-wrap {
    position: relative;
    padding:130px 0 150px
}
.sub-wrap .content {
    margin-top:60px !important
}
.sub-wrap .layout {
    position: relative;
    z-index: 1;
}
.page-top {
    margin-bottom:60px;
    position: relative;
}
.btn-area {
    width:100%;
    display: flex;
    justify-content: center;
    margin:60px auto 0
}
.white-bg {
    background-color: #FFFFFF;
}
.gray-bg {
    background-color: #F3F3F3;
}

/* 성공사례 카테고리 */
.s-category {
    border-bottom: 2px solid #00506B
}
.s-category ul {
    width:50%;
    display: flex;
    align-items: center;
}
.s-category li {
    width: 20%;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.8rem;
    font-weight: 500;
    color:#313131
}
.s-category li:hover,
.s-category li.on {
    background: #00506B;
    color:#FFFFFF;
    font-weight: bold;
}
.s-category li button {
    width:100%;
    height: 100%;
}
.s-category li:hover button {
    color: #FFFFFF;
}
    /* 레이아웃, 공통 미디어쿼리 */
    @media all and (max-width:1000px) {
        .main-wrap,
        .sub-wrap {
            padding:80px 0 100px;
        }
        .m-tit-la {
            font-size:3rem;
        }
        .page-top {
            margin-bottom:50px
        }
        .s-category ul {
            width:60%
        }
        .s-category li {
            height:50px
        }
        .m-titlearea .m-tit-white,
        .m-titlearea .m-tit-wrap {
            width:80%
        }
        .s-titlearea {
            margin-bottom:40px
        }
    }
    @media all and (max-width:640px) {
        .main-wrap,
        .sub-wrap {
            padding:60px 0;
        }
        .main-content {
            margin-top:30px;
        }
        .m-tit-la {
            font-size:2.3rem;
        }
        .m-titlearea .m-tit-white,
        .m-titlearea .m-tit-wrap {
            width:100%
        }
        .m-titlearea {
            flex-direction: column;
            align-items: flex-start
        }
        .s-titlearea {
            margin-bottom:20px
        }
        .m-tit {
            font-size:1.6rem;
            margin-bottom:10px
        }
        .side-txt {
            font-size:1.5rem;
            bottom:2%;
            right:5.5%
        }
        .m-btn,
        .btn-brown,
        .btn-kakao {
            width:105px;
            height:44px;
            font-size:1.5rem;
        }
        .m-btn {
            margin-top:10px
        }
        .page-top {
            margin-bottom:30px;
        }
        .s-category {
            width:100%;
        }
        .s-category ul {
            width:100%
        }
        .s-category li {
            height:40px;
            font-size:1.5rem
        }
        .s-tit {
            font-size:2.3rem;
        }
        .btn-area {
            margin:30px auto 0
        }
    }

/* 메인 비주얼 */
.main-visual {
    width: 100%;
    height: 100vh;
    position: relative;
    background: center / cover url("/public/images/main-visual.jpg") no-repeat;
}
.main-visual .layout {
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-visual .main-vs-txt {
    width:80%;
    margin: -9% auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:#FFFFFF
}
.main-visual .main-vs-txt span {
    margin-bottom:20px
}
.main-visual .main-vs-txt span img {
    opacity: 0.5;
}
.main-visual .main-vs-txt h2 {
    font-size: 6.5rem;
    text-align: center;
    transition: all 0.3s;
}
.main-visual .main-vs-txt h2 strong {
    display: block;
    font-weight: bold;
    font-size:8rem;
    line-height: 1.2;
}
.main-visual .main-vs-txt pre {
    position: absolute;
    bottom: 12%;
    font-size:2rem;
    font-weight: 400;
    text-align: center;
}
.main-visual .scroll-down {
    width:62px;
    height:62px;
    border:1px solid #C9C9C9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color:#FFFFFF;
    opacity: 0.65;
    position: absolute;
    right:2%;
    bottom:3%;
    z-index: 1;
}
.main-visual .scroll-down:hover {
    opacity: 1;
}
    /* 메인 비주얼 미디어쿼리 */
    @media all and (max-width:1200px) {
        
    }
    @media all and (max-width:1000px) {
        .main-visual .main-vs-txt h2 {
            font-size: 5rem;
        }
        .main-visual .main-vs-txt h2 strong {
            font-size: 7rem;
        }
    }
    @media all and (max-width:640px) {
        .main-visual {
            height:80vh
        }
        .main-visual .main-vs-txt {
            width:100%;
            margin:-23% auto 0
        }
        .main-visual .main-vs-txt h2 {
            font-size: 2.3rem;
        }
        .main-visual .main-vs-txt h2 strong {
            font-size:4.5rem
        }
        .main-visual .main-vs-txt pre {
            width:90%;
            bottom: 15%;
            font-size:1.6rem;
        }
        .main-visual .scroll-down {
            display: none;
        }
    }

/* 메인 전담센터 */ 
.main-business {
    background: center / cover url("/public/images/main-center.jpg") no-repeat;
}

/* 메인 성공사례 */ 
.main-case {
    background: #F3F3F3;
}

/* 메인 성공사례 카테고리 */
.m-case-category {
    display: flex;
    align-items: center;
    margin-bottom:30px
}
.m-case-category li {
    font-size:1.6rem;
    font-weight: 400;
    color:#313131
}
.m-case-category li:not(:last-child) {
    margin-right:20px
}
.m-case-category li:hover button,
.m-case-category li.on {
    font-weight: bold;
    color:#00506B
}
.main-case .slider-btn,
.main-member .slider-btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top:38px
}
.main-case .slider-btn .prev,
.main-member .slider-btn2 .prev {
    margin-right:39px
}
.main-case .slider-btn::after,
.main-member .slider-btn2::after {
    content:"";
    width:1px;
    height:19px;
    display: block;
    background-color:#B1B1B1;
    position: absolute;
    left:0;
    right:0;
    top:0px;
    margin:0 auto
}
.main-case .slider-btn .prev,
.main-case .slider-btn .next,
.main-member .slider-btn2 .prev,
.main-member .slider-btn2 .next {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.main-case .slider-btn .prev:hover,
.main-member .slider-btn2 .prev:hover {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
}
.main-case .slider-btn .next:hover,
.main-member .slider-btn2 .next:hover {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
}
.empty-txt .slick-track,
.empty-txt .slick-slide {
    width:100% !important
}
    @media all and (max-width:640px) {
        .main-case .slider-btn,
        .main-member .slider-btn2 {
            margin-top:20px
        }
        .m-case-category {
            margin-bottom:20px
        }
        .m-case-category li {
            font-size: 15px
        }
        .m-case-category li:not(:last-child) {
            margin-right:10px
        }
    }

/* 메인 구성원 소개 */
.main-member-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
}
.main-member-list .list a {
    display: flex;
    flex-direction: column;
    background: #F1F1F1;
    padding:35px 25px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    height:100%
}
.main-member-list .list a:hover {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.main-member-list .list ul {
    margin-top:30px
}
.main-member-list .list ul li {
    font-weight: 400;
    color:#8A8A8A;
    font-size: 1.6rem;
}
.main-member-list .list ul li:not(last-child) {
    margin-bottom:8px
}
.main-member-list .list strong.name {
    font-size:2.2rem;
    font-weight: bold;
    color:#313131
}
.main-member-list .list strong mark {
    background: transparent;
    color:#00506B
}
.main-member-list .list span.label {
    font-size:15px;
    font-weight: 600;
    color:#CECECE;
    text-transform: uppercase;
    margin-bottom:4px
}
    /* 메인 구성원 소개 미디어쿼리 */
    @media all and (max-width:1200px) {
        .main-member-list .list ul {
            margin-top:30px
        }
    }
    @media all and (max-width:1000px) {
        .main-member-list {
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 15px
        }
    }
    @media all and (max-width:640px) {
        .main-member-list {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 10px
        }
        .main-member-list .list a {
            padding:20px
        }
        .main-member-list .list ul {
            margin-top:25px
        }
        .main-member-list .list ul li {
            font-size:15px
        }
        .main-member-list .list ul li:not(last-child) {
            margin-bottom:3px
        }
        .main-member-list .list strong.name {
            font-size:2rem
        }
        .main-member-list .list span.label {
            font-size:1.4rem
        }
    }

/* 메인 성안소식 */
.main-news {
    background: center / cover url("/public/images/main-news.jpg") no-repeat;
}
.main-news .main-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.main-news .main-flex .flex-left {
    width:60%
}
.main-news .main-flex .flex-right {
    width:35%;
    max-width:390px;
}
.main-news .flex-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-news .btn-wrap {
    position: relative;
}
.main-news .btn-wrap:not(:first-of-type) {
    margin-top:20px
}
.main-news .btn-wrap .txt-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 50px 0 40px;
    width:100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    position: absolute;
    font-weight: bold;
    font-size:2.5rem;
    color:#FFFFFF;
    z-index: 1;
}
.main-news .btn-wrap a {
    display: block;
}
.main-news .btn-wrap a:hover .txt-wrap {
    color:#FFFFFF
}
.main-news .btn-wrap .icon-link {
    transition: all 0.3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.main-news .btn-wrap a:hover .icon-link {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
}
.main-news .btn-wrap .bg-img {
    display: block;
    overflow:hidden;
}
.main-news .btn-wrap .bg-img img {
    transition: all 0.3s;
    transform: scale(100%);
}
.main-news .btn-wrap a:hover .bg-img img {
    transform: scale(105%);
}
    /* 메인 성안소식 미디어쿼리 */
    @media all and (max-width:1200px) {
        .main-news .main-flex {
            flex-direction: column;
        }
        .main-news .main-flex .flex-left {
            width:100%
        }
        .main-news .main-flex .flex-right {
            width:100%;
            max-width:100%;
            flex-direction: row;
            margin-top:50px;
        }
        .main-news .btn-wrap:not(:first-of-type) {
            margin-top:0
        }
        .main-news .btn-wrap {
            width:32.5%
        }
    }
    @media all and (max-width:1000px) {
        .main-news .btn-wrap .txt-wrap {
            padding:0 15px;
            font-size:1.8rem
        }
    }
    @media all and (max-width:640px) {
        .main-news .main-flex .flex-left {
            margin-bottom:30px
        }
        .main-news .main-flex .flex-right {
            flex-direction:column;
            margin-top:0px;
        }
        .main-news .btn-wrap {
            width:100%
        }
        .main-news .btn-wrap:not(:first-of-type) {
            margin-top:10px
        }
        .main-news .btn-wrap .txt-wrap {
            padding: 0 20px 0 20px;
        }
        .main-news .btn-wrap .icon-link {
            width:18px;
        }
    }

/* 리스트 */ 
.list-line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-case .list-line {
    display: block;
}
.list-line .list {
    width:29.5%
}
.list-line-news .list {
    width:100%;
    position: relative;
}
.list-line-business .list {
    width:23.5%
}
.case-slide {
    margin:0 -37px
}
.case-slide .list {
    padding:0 37px
}
.list-line .list a,
.list-line-news .list a {
    padding:40px 40px 35px;
    display: flex;
    flex-direction: column;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.list-line .list a:hover,
.list-line-news .list a:hover {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.list-line .list-txt {
    font-size:16px;
    color:#8A8A8A;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.list-line .icon-link {
    width:15px;
    height:15px;
    display: block;
}
.list-line .icon-link {
    margin-top:86px;
    transition: 0.3s all;
}
.list-line a:hover .icon-link,
.list-line-news a:hover .icon-link {
    transform: rotate(45deg);
}
.list-line-business > li {
    width:23.5%
}
.list-line-business > li > a {
    color:#FFFFFF;
    border:2px solid rgba(255,255,255,0.7);
    border-width:2px 0 0 2px;
    padding:50px 40px 35px;
}
.list-line-business .list-tit {
    font-size:2.5rem;
    font-weight: bold;
    color:#FFAB6A;
    margin-bottom:45px
}
.list-line-business .list-txt {
    font-size:2rem;
    color:#E6E6E6;
    font-weight: 400;
}
.list-line-case .list a {
    border:2px solid #313131;
    border-width:2px 0 0 2px;
    height:402px
}
.list-line-case .list-tit {
    font-size:2.5rem;
    font-weight: bold;
    color:#00506B;
    margin-bottom:35px;
    display: flex;
    align-items: center;
    padding:8px 15px;
    background: #E6E6E6;
}
.list-line-case .icon-link {
    position: absolute;
    bottom:36px
}
.list-line-case .list-subject,
.list-line-news .list-subject,
.list-case .list-subject {
    color:#2E2E2E;
    font-size:20px;
    font-weight: 500;
    margin-bottom:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.list-line-news .list:not(:last-child) {
    margin-bottom:25px
}
.list-line-news .list-subject {
    color:#FFFFFF
}
.list-line-news .list a {
    color:#FFFFFF;
    border:2px solid rgba(255,255,255,0.7);
    border-width:2px 0 0 2px;
}
.list-line-news .list .icon-link {
    position: absolute;
    right:35px;
    bottom:35px;
    transition: 0.3s all;
}
.list-line-news .list-txt {
    width:90%;
    font-size:18px;
    font-weight: 400;
    color:#c1c1c1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.list-line-success,
.list-line-media,
.list-line-notice {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin:0 -2.5%
}
.list-line-success .list,
.list-line-media .list,
.list-line-notice .list {
    width:33.33333%;
    padding:0 2.5%;
    margin-bottom:5%;
}
.list-line-success .list a,
.list-line-media .list a,
.list-line-notice .list a {
    border:2px solid #E8E8E8;
    border-width:2px 0 0 2px;
}
.list-line-success .list-tit,
.list-line-media .list-tit,
.list-line-notice .list-tit {
    font-size:2rem;
    padding:12px 15px;
}
.list-line-success .icon-link,
.list-line-media .icon-link,
.list-line-notice .icon-link {
    margin-top:55px
}
.list-line-media .list-subject {
    -webkit-line-clamp: 2;
    font-size:18px;
    font-weight: 500;
    margin-bottom:0
}
.list-line-media .imgarea {
    display: block;
    overflow: hidden;
    margin-bottom:20px
}
.list-line-notice .list-subject {
    -webkit-line-clamp: 2;
}
.list-line-notice .list-date {
    font-size:1.4rem;
    color:#8A8A8A;
    font-weight: 400;
    display: block;
    margin-bottom:10px
}

/* 성공사례 리스트 수정 */
.main-case .list-case {
    border-top:2px solid #313131
}
.list-case .case-slide {
    margin: 0 -30px;
}
.list-case .case-slide .list {
    padding: 40px 30px 35px;
}
.list-case .list-tit {
    font-size: 18px;
    color:#00506B;
    font-weight: bold;
    margin-bottom: 5px;
}
.list-case .list-subject {
    font-size:16px;
    font-weight: normal;
}
.list-case.list a {
    display: flex;
    flex-direction: column;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.list-case .list a:hover{
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.list-case.list-case-success {
    display:flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.list-case.list-case-success .list {
    width:20%;
    padding: 0 30px;
    margin-bottom: 5%;
}
.list-case .imgarea {
    display: block;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    transition: all 0.3s;
}
.list-case .list a:hover .imgarea {
    border: 1px solid #00506B;
}
   /* 리스트 미디어쿼리 */
    @media all and (max-width:1200px) {
        .list-line-business .list {
            width:48%;
            margin-bottom:15px
        }
        .list-line-case .list a {
            padding:30px 30px 35px
        }
        .list-line .icon-link {
            margin-top:50px
        }
        .case-slide {
            margin:0 -15px
        }
        .case-slide .list {
            padding:15px;
        }
        .list-line-case .list a {
            height:370px
        }
        .list-line-case .icon-link {
                bottom:30px
        }

        /* 성공사례 리스트 수정 미디어쿼리*/
        .list-case .case-slide .list{
            padding: 30px 15px 15px;
        }
        .list-case .case-slide{
            margin: 0 -15px;
        }
        .list-case.list-case-success {
            margin: 0 -20px;
        }
        .list-case.list-case-success .list{
            width: 33.33333%;
            padding: 0 20px;
        }
    }
    @media all and (max-width:1000px) {
        .list-line-success .list,
        .list-line-media .list,
        .list-line-notice .list {
            width:50%
        }
    }
    @media all and (max-width:640px) {
        .list-line-business .list {
            width:100%
        }
        .list-line .list {
            margin-bottom:25px
        }
        .list-line .list a, 
        .list-line-news .list a {
            padding: 20px 20px 25px;
        }
        .list-line-success .list a,
        .list-line-media .list a,
        .list-line-notice .list a {
            padding:10px 0 15px 10px
        }
        .case-slide {
            margin:0 -5px
        }
        .case-slide .list {
            padding:0 5px
        }
        .list-line-case .list a {
            height:260px
        }
        .list-line-business .list-tit,
        .list-line-case .list-tit {
            font-size:2rem;
            margin-bottom:25px
        }
        .list-line-success .list-tit {
            font-size:1.6rem;
            padding:5px 10px
        }
        .list-line-case .list-subject,
        .list-line-news .list-subject {
            font-size:1.8rem;
        }
        .list-line .list-txt,
        .list-line-business .list-txt,
        .list-line-news .list-txt,
        .list-line-success .list-subject,
        .list-line-media .list-subject,
        .list-line-notice .list-subject {
            font-size:1.5rem
        }
        .list-line-success .list-txt,
        .list-line-notice .list-txt {
            font-size:1.4rem
        }
        .list-line .icon-link,
        .list-line-news .list .icon-link {
            margin-top:0px;
            position: absolute;
            right:25px;
            bottom:34px;
            width:12px;
            height: 12px;
        }
        .list-line-media .icon-link,
        .list-line-notice .icon-link {
            position: relative;
            right: auto;
            bottom: auto;
            margin-top:25px
        }
        .list-line-case .icon-link {
            right: auto;
            margin-top:0;
            bottom:20px
        }
        .list-line-media .imgarea {
            margin-bottom:10px
        }
        .list-line-notice .list-date {
            margin-bottom:8px;
            font-size:1.3rem
        }
        /* 성공사례 리스트 수정 미디어쿼리 */
        .list-case .case-slide .list{
            padding: 20px 10px 15px;
        }
        .list-case .case-slide{
            margin: 0 -10px;
        }
        .list-case .list-tit{
            font-size: 16px;
        }
        .list-case .list-subject {
            font-size:14px;
            margin-bottom:10px
        }
        .list-case.list-case-success {
            margin: 0 -10px;
        }
        .list-case.list-case-success .list{
            width: 50%;
            padding: 0 10px;
            margin-bottom:8%
        }
    }

/* 검색영역 */
.search {
    position: absolute;
    right:0;
    bottom:20px
}
.search form {
    position: relative;
    display: flex;
    align-items: center;
    height:37px;
    background: #fff;
}
.search .form-select {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    width: 80px;
    height: 100%;
    padding:0 10px;
    background: url("/public/images/icon-select.svg") no-repeat right 8px center #EBF0F2;
    font-size: 1.5rem;
    color: #6B6B6B;
}
.search .input-area{
    display: flex;
    width: 253px;
    height:100%;
    align-items: center;
    padding: 0 20px;
}
.search .form-input {
    overflow: hidden;
    z-index: 1;
    position: relative;
    min-width: 0;
    height: 100%;
    background: transparent;
    font-size:1.5rem;
    color:#313131
}
.search .form-input::placeholder {
    color:#6B6B6B;
    font-weight: 400;
    font-size:1.5rem
}
.search .form-button {
    width:18.5px;
    height: 100%;
}
    /* 검색영역 미디어쿼리 */
    @media all and (max-width:1000px) {
        .search {
            width:40%;
            bottom:10px
        }
        .search .form-select {
            width:24%;
        }
        .search .input-area {
            width:76%;
        }
    }
    @media all and (max-width:640px) {
        .search {
            width:70%;
            position: relative;
            bottom:auto;
            right:auto;
            margin:20px auto 0
        }
        .search form {
            width:100%;
        }
        .search .form-select {
            width:24%;
            padding:0 8px;
            background-position: right 5px center;
            font-size:1.2rem
        }
        .search .input-area {
            width:76%;
            border-bottom:1px solid #E8E8E8;
            padding:0 0 0 10px
        }
        .search .form-input,
        .search .form-input::placeholder {
            font-size:1.3rem
        }

    }

/* 페이징 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 65px
}
.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 8px
}
.pagination ul li {
    cursor: pointer;
    margin:0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-family: bilo, sans-serif;
}
.pagination ul li a {
    color: #8A8A8A;
}
.pagination ul li.on span,
.pagination ul li a:hover {
    color:#00506B;
    font-weight: bold;
}
.pagination .paging-prev,
.pagination .paging-next {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .paging-next {
    margin-right:8px
}
.pagination .paging-prev {
    margin-left:8px
}
.pagination .paging-prev a:hover,
.pagination .paging-nex a:hover {
    opacity: 0.5;
}
.pagination img {
    width:12px
}
    /* 페이징 미디어쿼리 */
    @media all and (max-width:640px) {
        .pagination {
            margin-top:30px
        }
        .pagination ul li {
            font-size: 1.6rem;
        }
        .pagination .paging-prev img,
        .pagination .paging-next img {
            width:12px
        }
    }

/* FAQ */
.faq-list {
    border-top:2px solid #00506B
}
.faq-list .list {
    border-bottom:1px solid #E8E8E8;
    cursor: pointer;
}
.faq-list .questions,
.faq-list .answer {
    display: flex;
    padding:26px 0;
    font-size:1.8rem;
}
.faq-list .questions {
    align-items: center;
}
.faq-list .list .icon {
    width:8%;
    text-align: center;
    font-weight: bold;
    font-family: bilo, sans-serif;
    font-size: 2rem
}
.faq-list .questions .icon {
    color:#00506B
}
.faq-list .answer .icon {
    color:#CC9062
}
.faq-list .list .text {
    width:88%;
    color:#313131;
}
.faq-list .questions .arrow {
    width:12px;
}
.faq-list .answer {
    padding-bottom:50px;
    background-color: #F5F3EF;
}
.faq-list .answer .text {
    color:#8A8A8A
}
    /* FAQ 미디어쿼리 */
    @media all and (max-width:1000px) {
        .faq-list .list .text {
            font-size:16px
        }
    }
    @media all and (max-width:640px) {
        .faq-list .questions,
        .faq-list .answer {
            padding:18px 0;
        }
        .faq-list .list .icon {
            width:11%;
            font-size:1.6rem;
        }
        .faq-list .list .text {
            width:79%;
            font-size:1.5rem
        }
        .faq-list .answer .text {
            font-size:1.5rem
        }    
    }
    
/* 1:1문의 */
.inquiry .s-titlearea {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.inquiry .s-tit {
    font-weight: 300;
}
.inquiry .s-tit strong {
    font-weight: bold;
}
.inquiry .s-titlearea .s-title-cs {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.inquiry .s-titlearea .s-title-cs span {
    font-size:1.6rem;
    font-weight: bold;
    color:#6B6B6B
}
.inquiry .s-titlearea .s-title-cs strong {
    color:#CC9062;
    font-weight: bold;
    font-size:40px
}

/* Board Form */
.board-form {
    border-top:2px solid #00506B;
    background-color: #F3F3F3;
    padding:50px
}
.board-form form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.board-form .input-box {
    width:49%;
    height:65px;
    padding:0 35px;
    position: relative;
    border:1px solid #E6E6E6;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom:20px
}
.board-form .input-box > label,
.board-form .input-box strong {
    width:23%;
    max-width:128px;
    font-size:1.8rem;
    display: flex;
    align-items: center;
    color: #313131;
    font-weight: 400;
    border-right:1px solid #E8E8E8
}
.board-form .essential-mak {
    display: flex;
    align-items: center;
    justify-content: center;
    color:#00506B;
    margin-right:5px;
    font-size: 1.8rem;
}
.board-form .input-style {
    color:#313131;
    font-size:1.8rem
}
.board-form .input-style[type="text"] {
    width:77%;
    height:63px;
    padding-left:25px;
}
.board-form .input-style[type="text"]::placeholder {
    font-size:1.6rem;
    font-weight: 300;
    color:#8A8A8A
}
.board-form .input-textarea,
.board-form .input-policy {
    width:100% !important;
    height: auto !important;
    padding-top:20px;
    padding-bottom:20px;
    align-items: flex-start;
    flex-direction: column;
}
.board-form .input-textarea > label,
.board-form .input-textarea > strong {
    width:100% !important;
    max-width: 100% !important;
    border-right:0;
    border-bottom:1px solid #E6E6E6;
    padding-bottom:15px
}
.board-form .input-box-wide textarea {
    margin-top:20px
}
.board-form .file-input {
    width: 100%;
}
.board-form .file-input strong {
    border-right:0
}
.board-form .file-input .file_attach {
    width:100%;
    height: 62px;
    padding-left: 20px;
    margin-right:95px;
    background-color: #FFFFFF;
}
.board-form .file-input .file_attach::placeholder {
    color: #313131;
    font-weight: 700;
}
.board-form .file-input label {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 95px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    background-color: #E8E8E8;
    font-size:1.5rem;
    font-weight: 400;
    color:#313131
}
.board-form .file-input label:hover {
    background-color: #313131;
    color:#FFFFFF
}
.board-form .file-input input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.board-form .image-input #captcha_section {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 95px;
}
.board-form .image-input #captcha_section img {
    width: 100%;
}
.board-form .input-policy strong {
    width:auto;
    max-width:none;
    border-right:0
}
.board-form .input-privacy {
    width:100%;
    height:275px;
    overflow-y:scroll;
}
.board-form .input-privacy .policy-content {
    margin-right:20px
}
.board-form .input-title {
    width:100%;
    padding-bottom:20px;
    margin-bottom:20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #E6E6E6
}
.board-form .btn-radio {
    cursor: pointer;
    width:auto !important
}
.board-form .btn-radio svg {
    width: 15px; 
    height: 15px;
    fill: none;
    vertical-align: middle;
}
.board-form .btn-radio svg circle {
    stroke-width: 1;
    stroke: #E6E6E6;
}
.board-form .btn-radio svg path {
    stroke: #00506B;
}
.board-form .btn-radio svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
}
.board-form .btn-radio svg path.outer {
    stroke-width: 1;
    stroke-dasharray: 57;
    stroke-dashoffset: 57;
}
.board-form .btn-radio input {
    display: none;
}
.board-form .btn-radio input:checked + svg path {
    transition: all 0.4s ease;
}
.board-form .btn-radio input:checked + svg path.inner {
    stroke-dashoffset: 38;
    transition-delay: 0.3s;
}
.board-form .btn-radio input:checked + svg path.outer {
    stroke-dashoffset: 0;
}
.board-form .btn-radio span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: #515151;
    font-size: 1.4rem;
}
    /* Board Form & Input style Media Query */
    @media all and (max-width: 1000px) {
        .board-form {
            padding:35px 30px;
        }
        .board-form .input-box {
            width:100%;
            margin-bottom:10px
        }
        
    }
    @media all and (max-width: 640px) {
        .inquiry .s-titlearea {
            flex-direction: column;
            align-items: flex-start;
            flex-direction: column-reverse;
        }
        .inquiry .s-titlearea .s-title-cs {
            text-align: left;
            margin-bottom:9px
        }
        .inquiry .s-titlearea .s-title-cs span {
            font-size:1.4rem
        }
        .inquiry .s-titlearea .s-title-cs strong {
            font-size:3.3rem
        }
        .board-form {
            padding:20px 10px 30px;
        }
        .board-form .input-box {
            height:50px;
            padding: 0 10px;
            margin-bottom:10px
        }
        .board-form .input-style {
            font-size:1.5rem
        }
        .board-form .input-style[type="text"] {
            width:70%;
            height:48px;
            padding-left:10px
        }
        .board-form .input-box > label,
        .board-form .input-box > strong {
            width:30%;
            font-size:1.5rem
        }
        .board-form .input-policy strong {
            font-size:1.5rem
        }
        .board-form .input-style[type="text"]::placeholder {
            font-size:1.4rem;
        }
        .board-form .input-textarea,
        .board-form .input-policy {
            padding:10px 10px
        }
        .board-form .input-textarea > label, 
        .board-form .input-textarea > strong {
            padding-bottom:10px
        }
        .board-form .file-input .file_attach {
            height:48px;
            padding-left:10px;
            margin-right:54px
        }
        .board-form .file-input label {
            font-size:1.1rem;
            width:20%;
            top:1px;
            right:1px;
            height:46px
        }
        .board-form .input-title {
            padding-bottom:10px;
            margin-bottom:10px;
        }
        .board-form .image-input #captcha_section {
            right: 1px;
            width: 20%;
        }

    }

/* 상세보기 */
.board-view-paging {
    position: absolute;
    right:0;
    display: flex;
    align-items: center;
    top:12px
}
.board-view-paging .next,
.board-view-paging .prev {
    display: flex;
    align-items: center;
    font-size:1.4rem;
    font-weight: 300;
    color:#8A8A8A;
}
.board-view-paging .next:hover,
.board-view-paging .prev:hover {
    color:#313131
}
.board-view-paging .next img,
.board-view-paging .prev img {
    width:16px;
}
.board-view-paging .next img {
    margin-left:10px
}
.board-view-paging .prev img {
    margin-right:10px
}
.board-view-paging .prev {
    margin-right:15px
}
.board-view {
    border-top: 2px solid #00506B;
    border-bottom:1px solid #8A8A8A;
    padding-bottom:60px
}
.board-view .board-top {
    background-color: #F3F3F3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:26px 50px
}
.board-view-success {
    align-items: flex-end;
}
.board-view .subject-area {
    width:80%
}
.board-view .view-tit {
    color:#00506B;
    font-size:1.8rem;
    font-weight: bold;
    display: block;
    margin-bottom:10px
}
.board-view .view-subject {
    font-size:25px;
    font-weight: bold;
    color:#2E2E2E
}
.board-view .view-date {
    font-size:15px;
    font-weight: 300;
    color:#6B6B6B
}
.board-view .board-contents {
    font-size:1.8rem;
    color:#6B6B6B;
    font-weight: 400;
    padding:50px;
}
.board-view .board-contents p {
    white-space: normal;
    word-break: normal;
}
.board-view img {
    width:100%;
    max-width:1200px !important;
    margin:20px 0
}
.board-view .board-imgarea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top:1px solid #E8E8E8
}
.board-view .board-imgarea img {
    width:100%;
    max-width:1200px !important;
    margin-top:50px
}
    /* 상세보기 미디어쿼리 */
    @media all and (max-width:1000px) {
        .board-view .board-contents p br {
            display: block;
        }
        .board-view img,
        .board-view .board-imgarea img {
            width:100%;
        }
    }
    @media all and (max-width:640px) {
        .board-view .board-top {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            padding:20px 15px
        }
        .board-view .subject-area {
            width:100%
        }
        .board-view .view-subject {
            font-size:1.8rem
        }
        .board-view .view-tit {
            font-size:1.4rem;
            margin-bottom:7px
        }
        .board-view .view-date {
            font-size:1.3rem;
            display: block;
            margin-top:5px
        }
        .board-view .board-contents {
            padding:25px 15px;
            font-size:1.5rem
        }
    }
    
/* 개인정보처리방침 */
.privacy h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 40px 0 0;
    color:#2E2E2E
}
.privacy p,
.privacy th,
.privacy td,
.privacy li {
    color:#313131;
    line-height: 1.7;
    font-size: 1.6rem;
}
.privacy ul,
.privacy ol{
    margin-top: 1rem;
}
.privacy li > ol,
.privacy li > ul {
    margin-bottom: 1rem;
}
.privacy li {
    position: relative;
    margin-bottom: 0.5rem;
}
.privacy p {
    margin-top: 1rem;
}
.privacy .brace-list > li {
    padding-left: 2.5rem;
}
.privacy .line-list > li {
    padding-left: 1rem;
}
.privacy .brace-list > li::before,
.privacy .line-list > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.7;
    font-size:1.6rem;
    font-family: 'Noto Sans KR', sans-serif;
}
.privacy .brace-list > li:nth-child(1)::before {
    content: "⑴";
}
.privacy .brace-list > li:nth-child(2)::before {
    content: "⑵";
}
.privacy .brace-list > li:nth-child(3)::before {
    content: "⑶";
}
.privacy .brace-list > li:nth-child(4)::before {
    content: "⑷";
}
.privacy .brace-list > li:nth-child(5)::before {
    content: "⑸";
}
.privacy .line-list > li::before {
    content: "-";
}
.privacy .table {
    margin: 1.5rem 0;
    border: 1px solid #d9d9d9;
    border-width: 1px 1px 0 1px;
}
.privacy .table td,
.privacy .table th {
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
    padding: 0.5rem 1rem;
}
.privacy .table td:first-child,
.privacy .table th:first-child {
    border-right: 1px solid #d9d9d9;
}
.privacy .table th {
    background-color: #fafafa;
}
    /* 이용약관 미디어쿼리 */
    @media all and (max-width:640px) {
        .privacy p,
        .privacy th,
        .privacy td,
        .privacy li,
        .privacy .brace-list > li::before, 
        .privacy .line-list > li::before {
            font-size: 15px;
        }
        .privacy h3 {
            font-size: 16px;
        }
    }

/* 컨텐츠 페이지 */
.business .business-wrap,
.about .sub-wrap {
    padding:100px 0;
    font-size:18px;
    color:#6B6B6B;
    font-weight: 400;
}
.business .b-tit,
.about .b-tit {
    font-size: 4rem;
    font-weight: bold;
    color:#313131;
    margin-bottom:45px
}
.business .b-tit span,
.about .b-tit span {
    font-weight: 300;
}
.business .icon-tit {
    display: flex;
    align-items: center;
}
.business .icon-tit img {
    width:50px;
    margin-right:15px
}
.business .b-m-tit,
.about .b-m-tit {
    font-size:3rem;
    font-weight: bold;
    color:#313131
}
.business .b-m2-tit,
.about .b-m2-tit {
    font-size:3.5rem;
    font-weight: 300;
    color:#313131;
}
.business .b-m-txt {
    font-size:3rem;
    font-weight: 300;
    color:#313131
}
.business .b-m-txt strong,
.business .b-m2-tit strong {
    font-weight: bold;
}
.business .gray-box-la .icon-tit {
    margin-bottom:30px
}
.business .gray-box-la .b-m-tit {
    font-size:2.5rem;
}
.business .b-s-tit,
.about .b-s-tit {
    font-size:2.2rem;
    font-weight: bold;
    color:#313131;
}
.business .b-xs-tit {
    font-size:1.8rem;
    font-weight: 400;
    color:#313131;
}
.business .list-txt-s,
.about .list-txt-s {
    font-size:2rem;
    color:#313131;
    font-weight: bold;
}
.business .list-txt-s {
    font-weight: 600;
    margin-bottom:15px
}
.business .xs-txt {
    font-size:16px;
    color:#6B6B6B;
    font-weight:400
}
.business .ci-area {
    position: absolute;
    z-index: 0;
    right:-12%;
    top:-12%;
    width:372px;
    height: 372px;
    opacity: 0.3;
}
.business .mt90,
.about .mt90 {
    margin-top:90px
}
.business .mt80 {
    margin-top:80px
}
.business .mt60,
.about .mt60 {
    margin-top:60px
}
.business .mt45,
.about .mt45 {
    margin-top:45px
}
.business .mt40 {
    margin-top:40px
}
.business .mt35 {
    margin-top:35px
}
.business .mt30,
.about .mt30 {
    margin-top:30px
}
.business .mt20,
.about .mt20 {
    margin-top:20px
}
.business .flex-box,
.about .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.business .flex-txt,
.about .flex-txt {
    width:57%;
    max-width:700px
}
.business .flex-img,
.about .flex-img {
    width:40%;
    max-width:543px
}
.business .flex-txt-half,
.business .flex-img-half  {
    width:48%;
    max-width:590px
}
.img-wide {
    display: block;
}
.w-box {
    padding:40px 50px;
    background-color: #FFFFFF;
    border:1px solid #E8E8E8;
}
.w-box-6  {
    padding:40px 0;
    border:1px solid #E8E8E8;
    border-width:1px 0 0 0
}
.w-box-sp .b-s-tit {
    display: block;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #E8E8E8;
}
.work-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:20px
}
.work-list > li {
    font-weight: 500;
    color:#313131
}
.work-list > li span {
    display: block;
    margin-top:10px;
    text-align: center;
}
.work-list-center > li {
    text-align: center;
}
.work-list-5 > li {
    width:18.5%;
}
.work-list-6 > li {
    width:15.8%
}
.ol-list > li {
    padding-left:42px;
    position: relative;
}
.ol-list > li:not(:last-child),
.icon-list > li:not(:last-child) {
    margin-bottom:40px;
    padding-bottom:40px;
    border-bottom:1px solid #E8E8E8;
}
.ol-list.mp-none > li:not(:last-child) {
    padding-bottom:0;
    margin-bottom:20px;
    border-bottom:0
}
.ol-list > li strong,
.icon-list > li strong {
    display: block;
    font-size:20px;
    font-weight: bold;
}
.ol-list > li .b-s-tit {
    margin-bottom:20px;
}
.ol-list > li::before,
.circle-list > li::before {
    width:27px;
    height: 27px;
    display: block;
    background: #00506B;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#FFFFFF;
    font-family: bilo, sans-serif;
    font-weight: 500;
    position: absolute;
    left:0;
    top:4px
}
.ol-list.mp-none > li::before {
    top:0
}
.ol-list-flex,
.ul-list-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ol-list-flex > li,
.ul-list-flex > li {
    width:49%;
}
.ul-list > li {
    padding-left:14px;
    position: relative;
    margin-bottom:13px;
}
.ul-list > li::before {
    content:"";
    width:5px;
    height: 5px;
    display: block;
    background: #CC9062;
    position: absolute;
    left:0;
    top:11px
}
.circle-list > li {
    position: relative;
    padding-left:32px
}
.circle-list > li:not(:last-child) {
    margin-bottom:30px
}
.circle-list > li::before {
    content:"";
    width:20px;
    height: 20px;
    background: #313131;
    font-weight: 600;
    top:5px;
    font-size:14px;
    border-radius: 100000000px;
}
.ol-list li:nth-child(1)::before {
    content: "1";
}
.ol-list li:nth-child(2)::before {
    content: "2";
}
.ol-list li:nth-child(3)::before {
    content: "3";
}
.ol-list li:nth-child(4)::before {
    content: "4";
}
.ol-list li:nth-child(5)::before {
    content: "5";
}
.ol-list li:nth-child(6)::before {
    content: "6";
}
.ol-list li:nth-child(7)::before {
    content: "7";
}
.divorce2 .ol-list > li:not(:last-child) {
    margin-bottom:35px;
    padding-bottom:0;
    border-bottom:0;
}
.divorce2 .ol-list > li .b-xs-tit {
    margin-bottom:10px
}
.gray-box {
    color:#313131;
    font-size:18px;
    font-weight: 400;
    padding:30px 40px;
    margin-top:45px
}
.gray-box.mark {
    position: relative;
    padding-left:65px
}
.gray-box.mark::before {
    content:"※";
    position: absolute;
    left:40px;
}
.gray-box-m {
    padding:50px 50px
}
.gray-box-la {
    padding:60px 50px
}
.gray-box-s {
    padding:40px 50px
}
.box-list:not(:last-of-type) {
    border-bottom:1px solid #E8E8E8;
    padding-bottom:60px;
    margin-bottom:60px
}

/* 전담센터 */
.divorce5 .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px;
    background-color: #F3F3F3;
}
.divorce5 .content-list {
    width:49%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:#313131
}
.divorce5 .content-list strong,
.bankruptcy5 .txt strong {
    width:90px;
    height:90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color:#FFFFFF;
    background-color: #00506B;
    font-size:1.8rem;
    margin-right:15px
}
.divorce5 .content-list p,
.divorce5 .content-list pre {
    width:70%
}
.divorce6 .flex-box {
    align-items: flex-end;
}

.bankruptcy  .bankruptcy-visual.aside-visual{
    width:100%;
    height: 100%;
    background: center / cover url("/public/images/bankruptcy2-bg.jpg") no-repeat;
    padding: 129px 0 44px;
}
.bankruptcy-visual .bankruptcy-layout {
    width:90%;
    max-width: 1584px;
    margin: 0 auto;
    position: relative;
    color:#FFFFFF;
}
.bankruptcy-visual .title-area .txt {
    color: #FFFFFF;
}
.bankruptcy-visual .title-area .txt1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px
}
.bankruptcy-visual .title-area .txt2 {
    font-size: 30px;
}
.bankruptcy-visual .content-list {
    width: 60%;
    display: flex;
    margin-top: 50px
}
.bankruptcy-visual .content-list li:not(:last-child) {
    margin-right: 18px
}
.bankruptcy-visual .content-list li img {
    max-width: 174px
}
.bankruptcy-visual .content-bottom {
    width:100%;
    text-align: center;
    background-color: #000720;
    margin-top: 102px;
    padding: 25px 0;
    position: relative;
    z-index: 1;
}
.bankruptcy-visual .content-bottom p {
    font-size: 23px;
    font-weight: bold;
}
.bankruptcy-visual .content-ceo {
    width: 30%;
    max-width:463px;
    position: absolute;
    right:40px;
    bottom:0;
    z-index: 0;
}

.bankruptcy1 .br-contact {
    width:100%;
    color:#FFFFFF
}
.bankruptcy1 .br-contact .contact-tit {
    display: block;
    font-size:22px;
    font-weight: 400;
}
.bankruptcy1 .br-contact strong {
    font-size:18px;
    font-weight: 500;
}
.bankruptcy1 .br-contact .contact-call,
.bankruptcy1 .br-contact .contact-call2 {
    font-size:25px;
    font-weight: 600;
    color:#FFAB6A
}
.bankruptcy1 .br-contact .contact-call a:hover,
.bankruptcy1 .br-contact .contact-call2 a:hover {
    color:#CC9062
}
.bankruptcy1 .br-contact .contact-call2 {
    font-size:18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.bankruptcy1 .br-contact .icon {
    display: block;
    margin:0 auto;
    height:49px;
}
.bankruptcy1 .br-contact .icon img {
    height:100%
}
.bankruptcy1 .br-contact1 {
    background: center / cover url("/public/images/bankruptcy1-bg.jpg") no-repeat;
    padding:63px 0;
}

.bankruptcy1 .br-contact1 .contact-tit {
    margin:20px 0 7px
}
.bankruptcy1 .br-contact1 .btn-circle {
    width:52px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EBF0F2;
    border: 1px solid #EBF0F2;
    color:#00506B;
    font-size:16px;
    border-radius: 99999999999px;
}
.bankruptcy1 .br-contact1 .btn-circle:hover {
    background-color: transparent;
    color:#EBF0F2
}
.bankruptcy1 .br-contact1 .btn-circle,
.bankruptcy1 .br-contact1 .btn-kakao, 
.bankruptcy1 .br-contact1 .btn-brown {
    margin-top: 16px
}
.bankruptcy1 .br-contact1 ul {
    display: flex;
    justify-content: space-around;
}
.bankruptcy1 .br-contact1 ul li {
    width:33.33%;
    display: flex;
    align-items: center;
    flex-direction: column
}
.bankruptcy1 .br-contact1 ul li:nth-child(2) {
    border:1px solid rgba(255,255,255,0.2);
    border-width:0 1px;
}
.bankruptcy1 .br-contact1 .btn-kakao {
    width: 152px;
    height: 50px;
    color: #000720;
    background-color: #FEE500;
    border:1px solid #FEE500;
}
.bankruptcy1 .br-contact1 .btn-kakao:hover {
    border:1px solid #ffffff;
    background-color: transparent;
    color:#ffffff
}
.bankruptcy1 .br-contact1 .btn-kakao .svg {
    width: auto;
    margin-right: 10px;
}
.bankruptcy1 .br-contact1 .btn-kakao:hover .svg path {
    fill: #ffffff;
}
.bankruptcy1 .br-contact1 .btn-brown {
    width:130px;
    height: 50px;
    border:1px solid #CC9062;
}
.bankruptcy1 .br-contact1 .btn-brown:hover {
    border:1px solid #CC9062;
    background-color: transparent;
    color:#FFAB6A
}
.bankruptcy1 .br-contact2 {
    background: left center / cover url("/public/images/bankruptcy1-bg-2.jpg") no-repeat;
    padding:34px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bankruptcy1 .br-contact2::before {
    content: "";
    width:1px;
    height:55%;
    background:rgba(255,255,255,0.2);
    position: absolute;
    left:50%;
    display: block;
}
.bankruptcy1 .br-contact2 .br-contact-list {
    width:40%;
    display: flex;
    align-items: center;
}
.bankruptcy1 .br-contact2 .contact-tit {
    padding-left:15px;
    position: relative;
    padding-right:20%
}
.bankruptcy1 .br-contact2 .contact-tit::before {
    content:"";
    width:5px;
    height: 5px;
    display: block;
    background: #CC9062;
    position: absolute;
    left:0;
    top:13px
}
.bankruptcy1 .br-contact2 .cs-open {
    position: relative;
    display: flex;
    flex-direction: column;
}


.bankruptcy1 .bankruptcy-contact {
    width:100%;
    background: center / cover url("/public/images/bankruptcy1-bg.jpg") no-repeat;
    padding:63px 0;
    color:#FFFFFF
}
.bankruptcy1 .bankruptcy-contact ul {
    display: flex;
    justify-content: space-around;
}
.bankruptcy1 .bankruptcy-contact ul li {
    width:33.33%
}
.bankruptcy1 .bankruptcy-contact ul li:nth-child(2) {
    border:1px solid rgba(255,255,255,0.2);
    border-width:0 1px;
}
.bankruptcy1 .bankruptcy-contact span,
.bankruptcy1 .bankruptcy-contact strong {
    display: block;
    text-align: center;
}
.bankruptcy1 .bankruptcy-contact .icon {
    display: block;
    margin:0 auto;
    height:49px;
}
.bankruptcy1 .bankruptcy-contact .icon img {
    height:100%
}
.bankruptcy1 .bankruptcy-contact .contact-tit {
    display: block;
    font-size:22px;
    font-weight: 400;
    margin:20px 0 15px
}
.bankruptcy1 .bankruptcy-contact strong {
    font-size:18px;
    font-weight: 500;
}
.bankruptcy1 .bankruptcy-contact .contact-call {
    font-size:25px;
    font-family: bilo, sans-serif;
    font-weight: 600;
    color:#CC9062
}
.bankruptcy1 .bankruptcy-contact .contact-call a:hover {
    color:#FFAB6A
}

.bankruptcy .apply-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bankruptcy .apply-area .icon-tit {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}
.bankruptcy3 .apply-area .apply-list {
    width:49%;
    margin-bottom:2%
}
.bankruptcy4 .content-wrap,
.bankruptcy9 .content-wrap {
    position: relative;
}
.bankruptcy4 .w-box,
.bankruptcy9 .w-box {
    position: relative;
    z-index: 1;
}
.bankruptcy4 .icon-tit {
    margin-bottom:20px
}
.bankruptcy4 .icon-list pre {
    padding-left:65px
}
.bankruptcy5 .content-list {
    display: flex;
    justify-content: space-between;
}
.bankruptcy5 .content-box {
    width:49%;
    max-width:640px
}
.bankruptcy5 .content-box:nth-child(2)  .txt strong {
    background-color: #CC9062;
}
.bankruptcy5 .content-box .txt {
    width:100%;
    display: flex;
    position: relative;
    padding-left:105px
}
.bankruptcy5 .content-box .txt strong {
    position: absolute;
    left:0;
    top:0
}
.bankruptcy5 .content-box .txt pre {
    color: #313131;
}
.bankruptcy7 .apply-area .apply-list {
    width:32%
}
.bankruptcy7 .ul-list.sp li {
    font-size: 20px;
    font-weight: 500;
    color:#313131
}
.bankruptcy7 .ul-list.sp li:last-child {
    margin-bottom:0
}
.bankruptcy8 {
    background: center / cover url("/public/images/bankruptcy7-bg.jpg") no-repeat;
    color:#FFFFFF
}
.bankruptcy8 * {
    color: #FFFFFF !important
}
.criminal1 .work-list-6 {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin:20px -7.5px 0
}
.criminal1 .work-list-6 li {
    width:16.66666%;
    padding:0 7.5px;
}
.criminal1 .work-list-6 li:nth-child(-n+6) {
    margin-bottom:60px
}
.criminal2 .w-box p {
    font-weight: 500;
    font-size:20px;
    color:#313131;
    margin-bottom:12px
}
.criminal3 .gray-box {
    font-size:20px;
    font-weight: 500;
}
.criminal4 .bg-box,
.greeting .bg-box {
    padding:74px 50px;
    position: relative;
    color:#FFFFFF
}
.criminal4 .bg-box {
    background: center / cover url("/public/images/criminal4-2.jpg") no-repeat;
}
.greeting .bg-box {
    background: center / cover url("/public/images/greetings1.jpg") no-repeat;
}
.criminal4 .bg-box .ci-area,
.greeting .bg-box .ci-area {
    width:150px;
    height: 150px;
    opacity: 0.14;
    position: absolute;
    left:50px;
    top:40px
}
.criminal4 .bg-box .tit,
.greeting .bg-box .tit {
    font-size:25px;
    font-weight: 500;
    padding-left:80px
}

/* 회사소개 */
.greeting .sign {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top:50px
}
.greeting .sign img {
    width:auto;
    margin-left:13px
}
.member1 .ceo-area {
    background-color: #EBF0F2;
    border:0;
    position: relative;
    overflow:hidden
}
.member1 .ceo-area .flex-box {
    display: flex;
    justify-content: space-between;
}
.member1 .ceo-area .flex-left {
    width:30%;
}
.member1 .ceo-area .flex-right {
    width:70%;
    padding-left:5%;
    border-left: 1px solid #D5D5D5;
}
.member1 .ceo-area .ci-area {
    width:332px;
    height:332px;
    position: absolute;
    left: -3%;
    bottom: -33%;
    opacity: 0.2
}
.member1 .ceo-area .ceo-list-wrap {
    display: flex;
    justify-content: space-between;
}
.member1 .ceo-area .ul-list:first-of-type {
    width:58%
}
.member1 .ceo-area .ul-list:last-of-type {
    width:38%
}
.member1 .lawyer-area,
.member2 .member-area,
.member3 .member-area,
.member4 .member-area,
.member5 .member-area {
    display: grid;
    gap: 30px;
}
.member1 .lawyer-area {
    grid-template-columns: repeat(2, 1fr);
}
.member2 .member-area,
.member3 .member-area,
.member4 .member-area,
.member5 .member-area {
    grid-template-columns: repeat(4, 1fr);
}
.member1 .lawyer-area {
    justify-content: space-between;
    flex-wrap: wrap;
}
.member1 .lawyer-area .ul-list > li:last-child {
    margin-bottom:0
}
.member2 .b-m-tit,
.member3 .b-m-tit,
.member4 .b-m-tit,
.member5 .b-m-tit {
    margin-bottom:30px;
}
.member1 .lawyer-tit,
.member2 .member-tit,
.member3 .member-tit,
.member4 .member-tit,
.member5 .member-tit {
    position: relative;
    display: flex;
    border-bottom:1px solid #E8E8E8;
}
.member1 .lawyer-tit {
    flex-direction: column;
    padding-bottom:20px;
}
.member2 .member-tit,
.member3 .member-tit,
.member4 .member-tit,
.member5 .member-tit {
    justify-content: space-between;
    align-items: center;
    padding-bottom:15px
}
.member1 .lawyer-tit strong {
    font-size:2.7rem;
    font-weight: bold;
    color:#313131;
}
.member1 .lawyer-tit span {
    font-size:22px;
    font-weight: 300;
    margin-top:3px
}
.member1 .list-txt-s {
    display: block;
}
.member1 .lawyer-tit img {
    width:auto;
    position: absolute;
    right:0
}
.member2 .member-list,
.member3 .member-list,
.member4 .member-list,
.member5 .member-list {
    padding:25px 35px;
    background-color: #FFFFFF;
}
.member3 .member-list,
.member5 .member-list {
    border: 1px solid #E8E8E8;
    background-color: #fafafa;
}
.member2 .member-tit img,
.member3 .member-tit img,
.member4 .member-tit img,
.member5 .member-tit img {
    width:48px;
    height: 48px;
}
.member2 .member-tit strong,
.member3 .member-tit strong,
.member4 .member-tit strong,
.member5 .member-tit strong {
    font-size:2.2rem;
    font-weight: bold;
    color: #313131;
}
.member2 .member-tit span,
.member3 .member-tit span,
.member4 .member-tit span,
.member5 .member-tit span {
    font-weight: 300;
}
.member2 .member-team,
.member3 .member-team,
.member4 .member-team,
.member5 .member-team {
    margin-top:20px;
    display: block;
    font-weight: 300;
    color:#313131
}
.direction .map {
    height:440px !important;
    overflow:hidden;
}
.root_daum_roughmap {
    width:100% !important;
    height: 100% !important;
}
.root_daum_roughmap .wrap_map {
    height: 100% !important;
}
.root_daum_roughmap .border1,
.root_daum_roughmap .border2,
.root_daum_roughmap .border3,
.root_daum_roughmap .border4{
    display: none !important;
}
.direction-area {
    display: flex;
    justify-content: space-between;
}
.direction-area .subway {
    width:48%;
}
.subway img {
    width:auto
}
.subway .icon-tit {
    display: flex;
    padding-bottom:20px;
    border-bottom: 1px solid #E8E8E8;
}
.subway .icon-tit img {
    margin-right:10px
}
.subway .step {
    display: flex;
    align-items: flex-start;
    padding:20px 18px;
    position:relative;
    background-color: #FFFFFF;
}
.subway .step.gray-bg {
    background-color: #F3F3F3;
}
.subway .step p strong {
    font-weight: bold;
    color:#313131
}
.subway .step img {
    width:30px;
    margin-right:10px
}
.subway .step-next {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:10px 0
}
.subway .step-next img {
    width:13px;
    transform: rotate(90deg);
}
.parking {
    padding:30px;
    color:#313131
}
    /* 컨텐츠페이지 미디어쿼리 */
    @media all and (max-width:1200px) {
        .gray-box-s {
            padding: 40px 40px
        }
        .member1 .lawyer-tit img {
            width:50px;
            height: 50px;
        }
        .bankruptcy-visual .content-list {
            width:70%;
        }
        .bankruptcy-visual .content-ceo {
            bottom: 60px;
        }
        .bankruptcy-visual .content-list li:not(:last-child) {
            margin-right:10px
        }

        .bankruptcy1 .br-contact2 {
            align-items: flex-start
        }
        .bankruptcy1 .br-contact2 .br-contact-list {
            flex-direction: column;
        }
        .bankruptcy1 .br-contact2 .contact-tit {
            padding-right: 0;
            margin-bottom:10px
        }
        .bankruptcy1 .br-contact2 .cs-open {
            align-items: center;
        }
        .member1 .lawyer-area,
        .member2 .member-area,
        .member3 .member-area,
        .member4 .member-area,
        .member5 .member-area {
            gap: 20px;
        }
        .member2 .member-list,
        .member3 .member-list,
        .member4 .member-list,
        .member5 .member-list {
            padding:20px
        }
    }
    @media all and (max-width:1000px) {
        .business .business-wrap,
        .about .sub-wrap {
            padding:80px 0;
        }
        .business .mt90,
        .about .mt90,
        .business .mt80 {
            margin-top:50px
        }
        .business .mt60,
        .about .mt60 {
            margin-top:40px
        }
        .business .b-tit,
        .about .b-tit {
            font-size:3.5rem
        }
        .business .b-m-tit,
        .business .b-m2-tit,
        .business .b-m-txt,
        .about .b-m2-tit {
            font-size:2.8rem
        }
        .business .icon-tit img {
            width:40px
        }
        .business .flex-box,
        .about .flex-box {
            flex-direction: column;
            justify-content: flex-start;
        }
        .business .flex-txt,
        .business .flex-img,
        .about .flex-txt,
        .about .flex-img,
        .business .flex-txt-half,
        .business .flex-img-half {
            width:100%;
            max-width:100%
        }
        .w-box,
        .gray-box-m,
        .gray-box-la,
        .gray-box,
        .gray-box-s {
            padding:30px
        }
        .w-box-6 {
            padding:30px 0 0 0
        }
        .gray-box.mark {
            padding-left:50px
        }
        .gray-box.mark::before {
            left:30px
        }
        .box-list:not(:last-of-type) {
            padding-bottom:40px;
            margin-bottom:40px;
        }
        .business .ci-area,
        .greeting .ci-area {
            display: none;
        }
        .damages1 .flex-img,
        .damages4 .flex-img-half,
        .divorce3 .flex-img,
        .divorce6 .flex-img,
        .bankruptcy2 .flex-img,
        .bankruptcy7 .flex-img,
        .criminal3 .flex-img,
        .direction1 .flex-txt {
            margin-top:30px
        }
        .bankruptcy7 .flex-img.sp,
        .criminal4 .flex-img.sp {
            margin-bottom:30px
        }
        .damages4 .box-list:first-of-type .flex-box,
        .damages4 .box-list:last-of-type .flex-box {
            flex-direction:column-reverse;
        }

        .bankruptcy .bankruptcy-visual.aside-visual {
            padding: 90px 0 44px
        }
        .bankruptcy-visual .title-area .txt1 {
            font-size: 40px;
        }
        .bankruptcy-visual .title-area .txt2 {
            font-size: 25px
        }
        .bankruptcy-visual .content-list {
            width:70%;
            flex-wrap: wrap;
        }
        .bankruptcy-visual .content-list li {
            width:33.333%;
            padding:5px 5px;
        }
        .bankruptcy-visual .content-list li:not(:last-child) {
            margin-right:0
        }
        .bankruptcy-visual .content-bottom {
            margin-top: 60px
        }
        .bankruptcy-visual .content-bottom p {
            font-size:18px
        }
        .bankruptcy-visual .content-ceo {
            width: 45%;
            right:-10px;
            bottom: 50px;
        }

        .bankruptcy1 .br-contact .contact-tit {
            font-size:20px;
        }
        .bankruptcy1 .br-contact .contact-call {
            font-size:22px
        }
        .bankruptcy1 .br-contact .contact-call2 {
            font-size:15px
        }
        .bankruptcy1 .br-contact .icon {
            height:38px
        }
        .bankruptcy1 .br-contact1 {
            padding: 50px 0;
        }
        .bankruptcy1 .bankruptcy-contact .contact-tit {
            font-size:20px;
        }
        .bankruptcy1 .bankruptcy-contact .contact-call {
            font-size:22px
        }
        .bankruptcy1 .bankruptcy-contact .icon {
            height:38px
        }

        .bankruptcy7 .apply-area .apply-list {
            width:100%;
            margin-bottom:20px
        }
        .criminal4 .bg-box,
        .greeting .bg-box {
            padding:40px 30px
        }
        .criminal4 .bg-box .tit,
        .greeting .bg-box .tit {
            padding-left:0;
            margin-bottom:25px
        }
        .member1 .ceo-area .flex-left {
            width:100%;
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
            padding-bottom:20px;
        }
        .member1 .ceo-area .flex-left h4 {
            margin-right:10px
        }
        .member1 .ceo-area .flex-right {
            width:100%;
            padding-left:0;
            border-left:0;
            border-top:1px solid #D5D5D5;
            padding-top:30px
        }
        .member1 .ceo-area .ci-area {
            width:250px;
            height: 250px;
            right:-5%;
            bottom:-20%;
            left:auto
        }
        .member1 .ceo-area .ceo-list-wrap {
            flex-wrap: wrap;
        }
        .member1 .ceo-area .ul-list:first-of-type,
        .member1 .ceo-area .ul-list:last-of-type {
            width:100%
        }
        .member1 .lawyer-area {
            grid-template-columns: repeat(2, 1fr);
        }
        .member2 .member-area,
        .member3 .member-area,
        .member4 .member-area,
        .member5 .member-area {
            grid-template-columns: repeat(3, 1fr);
        }
        .member2 .member-list,
        .member3 .member-list,
        .member4 .member-list,
        .member5 .member-list {
            padding:20px
        }
        .member2 .member-tit strong,
        .member3 .member-tit strong,
        .member4 .member-tit strong,
        .member5 .member-tit strong {
            font-size:2rem
        }
        .member2 .member-tit img,
        .member3 .member-tit img,
        .member4 .member-tit img,
        .member5 .member-tit img {
            width:35px;
            height: 35px;
        }
        .member2 .member-team,
        .member3 .member-team,
        .member4 .member-team,
        .member5 .member-team {
            margin-top:15px
        }
        .greeting .b-tit br {
            display: block;
        }
        .direction .map {
            height:300px !important;
        }
        .direction-area {
            flex-wrap: wrap;
        }
        .direction-area .subway:last-of-type {
            margin-top:40px
        }
        .direction-area .subway {
            width:100%;
        }
    }
    @media all and (max-width:640px) {
        .business .business-wrap,
        .about .sub-wrap {
            padding:40px 0;
        }
        .business .b-tit,
        .about .b-tit {
            font-size:2.5rem;
            margin-bottom: 30px
        }
        .business .b-s-tit,
        .about .b-s-tit {
            font-size:1.8rem
        }
        .business .b-m-tit,
        .business .b-m2-tit,
        .business .b-m-txt,
        .about .b-m-tit,
        .about .b-m2-tit {
            font-size: 2.3rem;
        }
        .business .gray-box-la .icon-tit {
            align-items: flex-start;
            margin-bottom:20px
        }
        .business .gray-box-la .b-m-tit {
            font-size:2rem
        }
        .business .list-txt-s,
        .about .list-txt-s {
            font-size:1.7rem;
            margin-bottom:10px
        }
        .business .b-xs-tit {
            font-size:1.6rem
        }
        .business .icon-tit img {
            width:32px;
            margin-right:10px
        }
        .business .business-wrap,
        .about .sub-wrap {
            font-size:1.5rem
        }
        .business .mt90,
        .about .mt90,
        .business .mt80 {
            margin-top:30px
        }
        .business .mt60,
        .about .mt60 {
            margin-top: 30px;
        }
        .business .mt45,
        .business .mt40,
        .business .mt35,
        .about .mt45,
        .about .mt40,
        .about .mt35 {
            margin-top: 25px;
        }
        .business .mt30,
        .about .mt30 {
            margin-top: 20px;
        }
        .w-box,
        .gray-box-m,
        .gray-box-la,
        .gray-box,
        .gray-box-s {
            padding: 20px 15px;
        }
        .w-box-6 {
            padding:20px 0
        }
        .work-list,
        .ol-list-flex,
        .ul-list-flex {
            flex-wrap: wrap;
        }
        .work-list li {
            width:49%;
        }
        .work-list li:not(:last-child) {
            margin-bottom:5%
        }
        .work-list li:nth-child(5) {
            margin-bottom:0
        }
        .work-list > li span {
            margin-top:5px
        }
        .ol-list > li::before {
            width:20px;
            height:20px;
            font-size:14px
        }
        .ol-list > li:not(:last-child),
        .icon-list > li:not(:last-child) {
            padding-bottom:30px;
            margin-bottom:30px;
        }
        .ol-list > li {
            padding-left:32px
        }
        .ol-list > li .b-s-tit {
            margin-bottom:10px
        }
        .ol-list.mp-none > li:not(:last-child) {
            margin-bottom:10px
        }
        .ol-list-flex li,
        .ul-list-flex li {
            width:100%
        }
        .ol-list-flex li::before {
            top:3px !important
        }
        .ul-list > li {
            margin-bottom:10px;
            padding-left:12px
        }
        .ul-list > li::before {
            width:3px;
            height: 3px;
            top:9px;
        }
        .circle-list > li::before {
            width:18px;
            height: 18px;
            top:4px
        }
        .circle-list > li {
            padding-left:26px
        }
        .gray-box.mark {
            font-size:15px;
            padding-left:35px
        }
        .gray-box.mark::before {
            left:15px
        }
        .gray-box {
            margin-top:30px
        }
        .w-box-sp .b-s-tit,
        .bankruptcy .apply-area .icon-tit {
            margin-bottom:10px;
            padding-bottom:10px
        }

        .divorce2 .ol-list.mp-none > li:not(:last-child) {
            margin-bottom:20px;
            padding-bottom:20px;
            border-bottom:1px solid #E8E8E8
        }
        .divorce5 .content-list strong,
        .bankruptcy5 .txt strong {
            font-size:16px;
            width:70px;
            height: 70px;
        }
        .divorce5 .content-box {
            flex-wrap: wrap;
        }
        .divorce5 .content-list {
            width:100%
        }
        .divorce5 .content-list:first-of-type {
            margin-bottom:10px
        }

        .bankruptcy .bankruptcy-visual.aside-visual {
            padding: 60px 0 40px
        }
        .bankruptcy-visual .title-area .txt1 {
            font-size: 25px;
            margin-bottom: 15px
        }
        .bankruptcy-visual .title-area .txt2 {
            font-size: 18px
        }

        .bankruptcy-visual .content-list {
            width:100%;
            flex-wrap: wrap;
            margin-top: 30px
        }
        .bankruptcy-visual .content-list li {
            width:33.333%;
            padding:5px 5px;
        }
        .bankruptcy-visual .content-list li:not(:last-child) {
            margin-right:0
        }
        .bankruptcy-visual .content-bottom p {
            font-size:18px
        }
        .bankruptcy-visual .content-ceo {
            width: 50%;
            right:-10px;
            bottom: 80px;
        }

        .bankruptcy1 .br-contact {
            padding:30px 15px
        }
        .bankruptcy1 .br-contact .contact-tit {
            margin:15px 0 10px
        }
        .bankruptcy1 .br-contact .icon {
            height:30px
        }
        .bankruptcy1 .br-contact strong {
            font-size:16px;
            font-weight: bold;
        }
        .bankruptcy1 .br-contact1 ul {
            flex-direction: column;
        }
        .bankruptcy1 .br-contact1 ul li {
            width:100%;
        }
        .bankruptcy1 .br-contact1 ul li:nth-child(2) {
            border-width:1px 0;
            margin:30px 0;
            padding:30px 0
        }
        .bankruptcy1 .br-contact2 {
            flex-direction: column;
            justify-content: center;
        }
        .bankruptcy1 .br-contact2 .contact-tit {
            margin-top:0
        }
        .bankruptcy1 .br-contact2 .br-contact-list {
            width:100%;
            flex-direction: column;
        }
        .bankruptcy1 .br-contact2 .br-contact-list:first-of-type {
            margin-bottom:30px;
            padding-bottom:30px;
            border-bottom:1px solid rgba(255,255,255,0.2)
        }
        .bankruptcy1 .br-contact2::before {
            display: none;
        }
        .bankruptcy1 .br-contact2 .contact-tit {
            padding-right: 0;
        }

        .bankruptcy1 .bankruptcy-contact {
            padding:30px 15px
        }
        .bankruptcy1 .bankruptcy-contact ul {
            flex-direction: column;
        }
        .bankruptcy1 .bankruptcy-contact ul li {
            width:100%;
        }
        .bankruptcy1 .bankruptcy-contact ul li:nth-child(2) {
            border-width:1px 0;
            margin:30px 0;
            padding:30px 0
        }
        .bankruptcy1 .bankruptcy-contact .contact-tit {
            margin:15px 0 10px
        }
        .bankruptcy1 .bankruptcy-contact .icon {
            height:30px
        }
        .bankruptcy1 .bankruptcy-contact strong {
            font-size:16px;
            font-weight: bold;
        }
        .bankruptcy3 .apply-area .apply-list {
            width:100%
        }
        .bankruptcy4 .icon-list pre {
            padding-left:0
        }
        .bankruptcy5 .content-list {
            flex-wrap: wrap;
        }
        .bankruptcy5 .content-box {
            width:100%
        }
        .bankruptcy5 .content-box:first-of-type {
            margin-bottom:30px
        }
        .bankruptcy5 .content-box .txt {
            padding-left:80px
        }
        .bankruptcy7 .ul-list.sp li {
            font-size:16px
        }
        .criminal1 .flex-img {
            margin-bottom:30px
        }
        .criminal1 .work-list-6 li {
            width:49%;
        }
        .criminal1 .work-list-6 li:nth-child(-n+6) {
            margin-bottom:5%
        }
        .criminal2 .w-box p {
            font-size:16px
        }
        .criminal3 .gray-box {
            font-size:18px
        }
        .criminal4 .bg-box {
            padding:25px 20px
        }
        .criminal4 .bg-box .tit,
        .greeting .bg-box .tit {
            font-size:2.2rem
        }
        .greeting .sign span {
            font-size:13px;
        }
        .greeting .sign img {
            width:65px;
            margin-left:10px
        }
        .member1 .lawyer-list:last-of-type {
            margin-bottom:0
        }
        .member1 .lawyer-tit {
            padding-bottom:15px
        }
        .member1 .list-txt-s {
            margin-bottom:0
        }
        .member1 .lawyer-tit strong {
            font-size:2rem
        }
        .member1 .lawyer-tit span {
            font-size:1.6rem
        }
        .member1 .lawyer-tit img {
            width:40px;
            height:40px;
        }

        .member1 .lawyer-area,
        .member2 .member-area,
        .member3 .member-area,
        .member4 .member-area,
        .member5 .member-area {
            gap: 10px;
        }
        .member1 .lawyer-area {
            grid-template-columns: repeat(1, 1fr);
        }
        .member2 .member-area,
        .member3 .member-area,
        .member4 .member-area,
        .member5 .member-area {
            grid-template-columns: repeat(2, 1fr);
        }
        .member2 .member-list,
        .member3 .member-list,
        .member4 .member-list,
        .member5 .member-list {
            margin:0;
            padding:15px
        }
        .member2 .member-tit strong,
        .member3 .member-tit strong,
        .member4 .member-tit strong,
        .member5 .member-tit strong {
            font-size:1.8rem
        }
        .member2 .member-tit img,
        .member3 .member-tit img,
        .member4 .member-tit img,
        .member5 .member-tit img {
            display: none;
        }
        .member2 .member-tit,
        .member3 .member-tit,
        .member4 .member-tit,
        .member5 .member-tit {
            padding-bottom:10px
        }
        .member2 .member-team,
        .member3 .member-team,
        .member4 .member-team,
        .member5 .member-team {
            margin-top:10px
        }
        .direction .map {
            height:200px !important;
        }
        .direction-area .subway:last-of-type {
            margin-top:30px
        }
        .subway .step,
        .parking {
            padding:20px 15px
        }
        .subway .step img {
            width:42px;
            margin-right: 10px;
        }
    }



/* 자가진단 테스트 */
.self-test {
    z-index: 99997;
    position: absolute;
    top: 50%;
    left: 420px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 600px;
    height: 420px;
}
.self-test .dosan-img-area {
    position: absolute;
    top: -110px;
    left: 0;
}
.self-test .left-content,
.self-test .right-content {
    position: relative;
    width: 50%;
    height: 100%;
}
.self-test .left-content {
    background-color: #FFFFFF;
}
.self-test .swiper {
    height: 100%;
}
.self-test .test {
    height: 100%;
    padding: 45px 20px;
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1;
}
.self-test .test .txt-area h2 {
    margin-bottom: 10px;
    line-height: 1.2;
    color: #313131;
    font-size: 22px;
    font-weight: bold;
}
.self-test .test .txt-area h2 br {
    display: block;
}
.self-test .test .txt-area h2 span {
    color: #CC9062;
}
.self-test .test1 {
    text-align: center;
}
.self-test .test1 .img-area {
    max-width: 160px;
    margin: 0 auto 20px auto;
}
.self-test .test1 .txt-area strong {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 124px;
    height: 33px;
    margin: 0 auto 10px auto;
    background: #00506B;
    border-radius: 30px;
}
.self-test .test1 .txt-area strong span {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}
.self-test .test1 .txt-area p {
    margin-bottom: 30px;
    color: #313131;
    font-size: 13px;
}
.self-test .test1 .btn-area {
    display: flex;
    margin: 0 auto;
}
.self-test .test1 .btn-area button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    margin: 0 5px;
    padding: 0 15px;
    background-color: #E7EAEB;
}
.self-test .test1 .btn-area button:hover {
    background-color: #00506B;
}
.self-test .test1 .btn-area button:hover .svg path {
    stroke: #FFFFFF;
}
.self-test .test1 .btn-area button span {
    transition: all ease-in-out 0.3s;
    margin-left: 10px;
    color: #313131;
    font-size: 13px;
    font-weight: bold;
}
.self-test .test1 .btn-area button:hover span {
    color: #ffffff;
}
.self-test .test2 {
    padding: 35px 20px;
}
.self-test .test2 .txt-area {
    text-align: center;
}
.self-test .test2 .txt-area h2 {
    margin-bottom: 20px;
}
.self-test .test2 .questions-area {
    padding: 15px;
    background-color: #F8F8F8;
}
.self-test .test2 .questions-area .list {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.self-test .test2 .questions-area .list:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.self-test .test2 .questions-area .question {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.self-test .test2 .questions-area .question span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-color: #313131;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}
.self-test .test2 .questions-area .question p {
    color: #313131;
    font-size: 13px;
    font-weight: bold;
}
.self-test .test2 .questions-area .chek-list {
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.self-test .test2 .questions-area .chek-list li {
    width: 50%;
}
.self-test .test2 .questions-area .chek-list li label {
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
    flex-shrink: 0;
    white-space: nowrap;
}
.self-test .test2 .questions-area .chek-list li input {
    display: none
}
.self-test .test2 .questions-area .chek-list li .svg {
    width: 13px;
}
.self-test .test2 .questions-area .chek-list li:first-of-type input:checked + .svg path {
    fill: #CC9062;
}
.self-test .test2 .questions-area .chek-list li:last-of-type input:checked + .svg path {
    stroke: #CC9062;
}
.self-test .test2 .questions-area .chek-list li label span {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-left: 10px;
    color: #313131;
    font-size: 13px;
}
.self-test .test2 .questions-area .chek-list li label input:checked ~ span {
    color: #CC9062;
    font-weight: bold
}
.self-test .test2 .btn-area {
    margin-top: 30px;
}
.self-test .test2 .btn-area button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding: 0 20px;
    background-color: #313131;
}
.self-test .test2 .btn-area button:hover {
    color: #00506B;
}
.self-test .test2 .btn-area button span {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}
.self-test .test3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.self-test .test3 .icon-area {
    max-width: 106px;
    margin: 0 auto 20px auto;
}
.self-test .test3 .txt-area {
    text-align: center;
}
.self-test .test3 .txt-area h2 {
    margin-bottom: 10px;
}
.self-test .test3 .txt-area p {
    color: #313131;
    font-size: 13px;
}
.self-test .test3 .txt-area p span {
    font-weight: bold;
}
.self-test .test3 .btn-area {
    margin-top: 30px;
}
.self-test .test3 .btn-area button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding: 0 20px;
    background-color: #313131;
}
.self-test .test3 .btn-area button:hover {
    color: #00506B;
}
.self-test .test3 .btn-area button span {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}
.self-test .test4 {
    position: relative;
    height: 100%;
    padding: 30px 20px;
    background-color: #E7EAEB;
}
.self-test .test4 .txt-area {
    margin-bottom: 20px;
    text-align: center;
}
.self-test .test4 .txt-area span {
    color: #CC9062;
    font-size: 22px;
    font-weight: bold;
}
.self-test .test4 .txt-area h2 {
    display: block;
    color: #313131;
    font-size: 22px;
    font-weight: bold;
}
.self-test .test4 .txt-area p {
    margin-top: 10px;
    color: #313131;
    font-size: 13px;
}
.self-test .test4 .form-area {}
.self-test .test4 .input-box {
    width: 100%;
    margin-bottom: 10px;
}
.self-test .test4 .input-box:last-of-type {
    margin-bottom: 0;
}
.self-test .test4 .input-style {
    width: 100%;
    height: 36px;
    padding: 0 15px;
    background-color: #ffffff;
    color: #313131;
    font-size: 12px;
}
.self-test .test4 .input-style::placeholder {
    color: inherit;
    font-size: inherit;
}
.self-test .test4 .form-area button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    margin-top: 10px;
    background-color: #00506B;
}
.self-test .test4 .form-area button:hover {
    background-color: #003b4e
}
.self-test .test4 .form-area button span {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}
.self-test .test4 .logo-area {
    max-width: 94px;
    margin: 20px auto 0 auto;
}
.self-test .btn-close {
    z-index: 2;
    position: absolute;
    top: 10px;
    right: 10px;
}
.self-test .btn-close:hover .svg path {
    stroke: #00506B;
}
@media all and (max-width: 1000px) {
    .self-test {
        left: 50%;
        transform: translate(-50%, -50%);
        height: 465px;
    }
    .self-test .left-content {
        width: 100%;
    }
    .self-test .btn-close {
        z-index: 2;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .self-test .test {
        padding: 49px 30px;
    }
    .self-test .test .txt-area h2 {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .self-test .test1 .img-area {
        max-width: 200px;
    }
    .self-test .test1 .txt-area strong {
        width: 150px;
        height: 40px;
    }
    .self-test .test1 .txt-area strong span {
        font-size: 14px;
    }
    .self-test .test1 .txt-area p {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .self-test .test1 .btn-area button {
        height: 40px;
        margin: 0 5px;
        padding: 0 20px;
    }
    .self-test .test1 .btn-area button span {
        font-size: 14px;
    }
    .self-test .test2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 45px 20px;
    }
    .self-test .test2 .questions-area {
        padding: 20px;
    }
    .self-test .test2 .questions-area .list {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .self-test .test2 .questions-area .question {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .self-test .test2 .questions-area .question span {
        width: 20px;
        height: 20px;
        color: #ffffff;
        font-size: 12px;
    }
    .self-test .test2 .questions-area .question p {
        font-size: 16px;
    }
    .self-test .test2 .questions-area .chek-list li label {
        cursor: pointer;
        display: flex;
        align-items: center;
        -webkit-user-select: none;
        user-select: none;
        flex-shrink: 0;
        white-space: nowrap;
    }
    .self-test .test2 .questions-area .chek-list li label span {
        font-size: 14px;
    }
    .self-test .test2 .btn-area {
        margin-top: 30px;
    }
    .self-test .test2 .btn-area button {
        height: 40px;
        padding: 0 20px;
    }
    .self-test .test2 .btn-area button span {
        font-size: 14px;
    }
    .self-test .test3 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .self-test .test3 .icon-area {
        max-width: 120px;
    }
    .self-test .test3 .txt-area p {
        font-size: 14px;
    }
    .self-test .test4 {
        padding: 49px 30px;
    }
    .self-test .test4 .txt-area span {
        font-size: 14px;
    }
    .self-test .test4 .txt-area h2 {
        font-size: 20px;
    }
    .self-test .test4 .txt-area p {
        font-size: 14px;
    }
    .self-test .test4 .input-style {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }
    .self-test .test4 .form-area button {
        height: 40px;
    }
    .self-test .test4 .form-area button span {
        font-size: 14px;
    }
    .self-test .test4 .logo-area {
        max-width: 90px;
        margin: 20px auto 0 auto;
    }
}


/* 도산 이미지 팝업 */
.dosan-img-pop {
    z-index: 99998;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 300px;
    display: none;
}
.dosan-img-pop .img1 {
    margin-bottom: 10px;
}
.dosan-img-pop .btn-close {
    position: absolute;
    top: 120px;
    right: 10px;
}
    @media all and (max-width: 1000px) {
        .dosan-img-pop {
            display: block;
        }
    }

/* 하단 상담 신청 배너 */
.footer-banner {
    z-index: 2;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    height: 150px;
    padding: 0 20px 0 20px;
    background: url("/public/images/ft-bg.jpg") no-repeat center / cover;
}
.footer-banner .txt-area {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.footer-banner .txt-area strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.footer-banner .txt-area h3 {
    white-space: nowrap;
    color: #FFAB6A;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: -2px;
}
.footer-banner .txt-area p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.footer-banner .form-area {
    margin-right: 20px;
}
.footer-banner .form-area form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 2%;
}
.footer-banner .form-area .input-box {
    width: 18.4%;
}
.footer-banner .form-area .input-box:last-of-type {
    width: 100%;
}

.footer-banner .form-area .input-style {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    color: #313131;
    font-size: 18px;
    min-width: 0;
}
.footer-banner .form-area .input-style::placeholder {
    color: inherit;
    font-size: inherit;
}
.footer-banner .form-area .btn-radio {
    cursor: pointer;
    display:flex;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}
.footer-banner .form-area .btn-radio svg {
    width: 15px; 
    height: 15px;
    fill: none;
    vertical-align: middle;
}
.footer-banner .form-area .btn-radio svg circle {
    stroke-width: 1;
    stroke: #ffffff;
}
.footer-banner .form-area .btn-radio svg path {
    stroke: #ffffff;
}
.footer-banner .form-area .btn-radio svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
}
.footer-banner .form-area .btn-radio svg path.outer {
    stroke-width: 1;
    stroke-dasharray: 57;
    stroke-dashoffset: 57;
}
.footer-banner .form-area .btn-radio input {
    display: none;
}
.footer-banner .form-area .btn-radio input:checked + svg path {
    transition: all 0.4s ease;
}
.footer-banner .form-area .btn-radio input:checked + svg path.inner {
    stroke-dashoffset: 38;
    transition-delay: 0.3s;
}
.footer-banner .form-area .btn-radio input:checked + svg path.outer {
    stroke-dashoffset: 0;
}
.footer-banner .form-area .btn-radio span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #ffffff;
    font-size: 14px;
}
.footer-banner .btn-inquiry {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 175px;
    height: 110px;
    background-color: #00506B;
}
.footer-banner .btn-inquiry span {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.footer-banner .btn-close {
    position: absolute;
    top: -40px;
    right: 0;
}
.footer-banner .btn-close .svg path {
    stroke: #000000;
}
.footer-banner .btn-close:hover .svg path {
    stroke: #FFAB6A;
}

@media all and (max-width: 1000px) {
    .footer-banner {
        width: 90%;
        height: auto;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-banner .txt-area {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footer-banner .txt-area strong {
        font-size: 16px;
    }
    .footer-banner .txt-area h3 {
        font-size: 35px;
    }
    .footer-banner .form-area {
        margin-right: 0;
    }
    .footer-banner .form-area form {
        gap: 5px 0;
    }
    .footer-banner .form-area .input-box {
        width: 100%;
    }
    
    .footer-banner .form-area .input-style {
        height: 40px;
        padding: 0 10px;
        font-size: 16px;
    }
    .footer-banner .form-area .btn-radio {
        margin-top: 0;
    }
    .footer-banner .form-area .btn-radio span {
        font-size: 12px;
    }
    .footer-banner .btn-inquiry {
        width: 100%;
        flex: 1 1 70px;
        height: auto;
        margin-top: 4%;
    }
    .footer-banner .btn-inquiry span {
        font-size: 18px;
    }
    .footer-banner .btn-close {
        position: absolute;
        top: -40px;
        right: 0;
    }
}


/* 즉시 상담 클릭 */
.footer-banner2 {
    z-index: 3;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 260px;
    height: 150px;
    padding: 30px 20px;
    background-color: #00506B;
}
.footer-banner2 span {
    display: block;
    color: #ffffff;
    font-size: 14px;
}
.footer-banner2 strong {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.footer-banner2 a {
    display: block;
    color: #FFAB6A;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
}
.footer-banner2 a:hover {
    color: #FFAB6A;
}
.footer-banner2 p {
    margin-top: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}
.footer-banner2 .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
.footer-banner2 .btn-close .svg path {
    stroke: #ffffff;
}
.footer-banner2 .btn-close:hover .svg path {
    stroke: #FFAB6A;
}
    @media all and (max-width: 1000px) {
        .footer-banner2 {
            right: 50%;
            transform: translateX(50%);
            width: 240px;
            height: 140px
        }
        .footer-banner2 span {
            font-size: 12px;
        }
        .footer-banner2 strong {
            font-size: 18px;
        }
        .footer-banner2 a {
            font-size: 28px
        }
        .footer-banner2 p {
            font-size: 14px;
        }
    }


/* 부정클릭 광고 */
.ad-banner {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 90%;
    max-width: 420px;
    height: 570px;
    padding: 15px;
    background-color: #00506B;
}
.ad-banner .ad-wrap {
    height: 100%;
    padding: 30px;
    background-color: #ffffff;
}
.ad-banner .ad-wrap .txt-area {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1
}
.ad-banner .ad-wrap .txt-area h3 {
    position: relative;
    color: #313131;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
}
.ad-banner .ad-wrap .txt-area h3 span {
    position: relative;
    color: #CC9062;
}
.ad-banner .ad-wrap .txt-area h3 span::after {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #CC9062;
    border-radius: 50%;
}
.ad-banner .ad-wrap .txt-area p {
    margin-top: 15px;
    color: #313131;
    font-size: 14px;
}
.ad-banner .ad-wrap .table-area .display-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ad-banner .ad-wrap .table-area .display-flex p {
    font-size: 14px;
}
.ad-banner .ad-wrap .table-area .display-flex p span {
    color: #CC9062;
    font-weight: bold;
}
.ad-banner .ad-wrap .table-area .display-flex button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 28px;
    background-color: #00506B;
}
.ad-banner .ad-wrap .table-area .display-flex button:hover {
    background-color: #003b4e;
}
.ad-banner .ad-wrap .table-area .display-flex button span {
    margin-right: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.ad-banner .ad-wrap .table-area .display-flex button img {
    width: auto;
}
.ad-banner .ad-wrap .table-area .table {
    width: 100%;
    margin-top: 15px;
}
.ad-banner .ad-wrap .table-area .table thead th {
    height: 35px;
    background-color: #313131;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}
.ad-banner .ad-wrap .table-area .table tbody td {
    padding: 10px 0;
    text-align: center;
    color: #313131;
    font-size: 12px;
    border: 1px solid #e1e1e1;
    border-width: 0 1px 1px 0
}
.ad-banner .ad-wrap .table-area .table tbody td:last-of-type {
    border-right: 0;
}
.ad-banner .ad-wrap .table-area .omission {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.ad-banner .ad-wrap .table-area .omission img {
    width: auto;
}
.ad-banner .ad-wrap .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media all and (max-width: 1000px) {
    .ad-banner {
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        padding: 10px;
    }
    .ad-banner .ad-wrap {
        padding: 20px;
    }
    .ad-banner .ad-wrap .txt-area h3 {
        font-size: 20px;
    }
    .ad-banner .ad-wrap .txt-area h3 br {
        display: block;
    }
    .ad-banner .ad-wrap .txt-area h3 span::after {
        top: -2px;
        width: 5px;
        height: 5px;
    }
    .ad-banner .ad-wrap .txt-area p {
        margin-top: 10px;
        font-size: 12px;
    }
    .ad-banner .ad-wrap .table-area .display-flex p {
        font-size: 12px;
    }
    .ad-banner .ad-wrap .table-area .display-flex button {
        width: 80px;
        height: 25px;
    }
    .ad-banner .ad-wrap .table-area .display-flex button span {
        font-size: 12px;
    }
    .ad-banner .ad-wrap .table-area .table thead th {
        height: 30px;
        font-size: 10px;
    }
    .ad-banner .ad-wrap .table-area .table tbody td {
        font-size: 10px;
    }
    .ad-banner .ad-wrap .btn-close {
        top: 10px;
        right: 10px;
    }
}


/* landing */
.landing2,
.landing3,
.landing5 {
    position: relative;
}
.landing2 .btn {
    position: absolute;
    right: 13%;
    bottom: 16%;
    display: block;
    width: 9%;
    height: 14%;
}
.landing3 .btns {
    position: absolute;
    left: 50%;
    bottom: 16%;
    transform: translateX(-49%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 5%;
    width: 64%;
    height: 50%;
}
.landing3 .btns a {
    flex: 1 1 100%;
    height: 100%;
}
.landing5 .btn {
    position: absolute;
    right: 20%;
    display: block;
    width: 32%;
    height: 18%;
}
.landing5 .btn1 {
    top: 6%;
}
.landing5 .btn2 {
    top: 33%;
}
    @media all and (max-width: 1000px) {
        .landing2 .btn {
            right: 17%;
            bottom: 12%;
            width: 9%;
            height: 15%;
        }
    }