<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 인재모집 */
.intro-recruit .recruit__intro&gt;li:nth-child(2) {
  padding-left: 45px;
}

.intro-recruit .recruit__intro .intro__link&gt;a img {
  width: 140px;
}

.intro-recruit .recruit__intro .intro__link&gt;a p {
  margin-top: 25px;
  font-size: 16px;
}

/* 구성원 상세 */
.member-view .view__cont {
  display: block;
}

.member-view .view__cont .cont__info {
  padding: 75px 3.90625%;
}

.member-view .view__cont .cont__reference {
  width: 100%;
  padding: 75px 3.90625%;
}

/* 회사소개 */
.intro-company .media__list {
  width: 90%;
}

.intro-company .media__list .slick-prev {
  left: -30px;
}

.intro-company .media__list .slick-next {
  right: -30px;
}

#fp-nav ul,
.fp-slidesNav ul {
  display: none;
}

.contact__apply-wrap {
  flex-wrap: wrap;
}

.contact__apply-wrap&gt;a {
  margin-top: 25px;
  margin-right: auto;
}

.solution-page .solution__list&gt;a .list__info {
  padding-left: 45px;
}

.solution-page .solution__list&gt;a::before{
  right: 45px;
}

.solution-page .solution__list&gt;a:hover::before{
  right: 25px;
}



@media all and (max-width: 1100px) {

  /* 업무사례 */
  .board--style03&gt;a {
    padding: 40px 25px;
  }

  .board__search {
    width: 100%;
  }
}

/* 타블렛 세로 */
@media all and (max-width: 1024px) {
  .lnb&gt;a{
    font-size: 15px;
  }

  /* 솔루션 인덱스 */
  .solution-page .solution__list&gt;a&gt;img {
    width: 300px;
  }

  .solution-page .solution__list .para01 {
    font-size: 24px;
  }

  .solution-page .solution__list .para02 {
    font-size: 14px;
    margin-top: 12px;
  }

  .solution-page .solution__list .para03 {
    font-size: 14px;
    margin-top: 15px;
  }

  .solution-page .solution__list&gt;a::before {
    right: 4%;
  }

  .solution-page .solution__list&gt;a:hover::before {
    right: 4%;
  }

  /* 솔루션 상세 */
  .solution-view__inner .view__wrap {
    margin: 0;
  }

  .solution-view__inner {
    padding-top: 0;
  }

  .solution-view__inner .view__nav {
    position: inherit;
    top: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
  }

  .solution-view__inner .view__nav.isFixed {
    top: 95px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }

  .solution-view__inner .view__nav::before {
    display: none;
  }

  .solution-view__inner .view__nav&gt;p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 0;
    font-size: 22px;
    -webkit-transition: none;
    transition: none;
  }

  .solution-view__inner .view__nav&gt;p.active {
    border-bottom: 2px solid #0039a6;
  }

  .solution-view__inner .view__nav&gt;p::before {
    display: none;
  }

  .solution-view__inner .view__cont {
    margin-left: 3.90625%;
    margin-right: 3.90625%;
    padding-top: 75px;
  }

  .list--style03 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list--style03&gt;li {
    width: 32%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .list--style03&gt;li:nth-child(3n) {
    margin-right: 0;
  }

  /* 구성원 상세 */
  .member-view .view__top&gt;.inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  .member-view .view__top {
    background-image: none;
    padding-top: 0;
  }

  .member-view .view__top .top__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-image: url(/image/sub/member_view_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 3.90625% 0 3.90625%;
  }

  .member-view .view__top .top__img img {
    margin: auto;
  }

  .member-view .view__top .top__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin: 0;
    padding: 45px 3.90625%;
  }

  .member-view .view__top .top__info .info__name span {
    display: inline-block;
  }

  .member-view .view__top .top__info .info__link {
    max-width: 100%;
  }

  .member-view .view__top .top__info .info__contact {
    margin-top: 45px;
  }

  /* 업무사례 */
  .board--style03 .list__thumb .thumb__hover p,
  .board--style03 .list__thumb::before {
    display: none;
  }

  /* 언론보도 */
  .board--style02&gt;a {
    padding: 20px 20px 75px 20px;
    background-position: calc(100% - 20px) calc(100% - 20px);
  }

  /* 공지사항 */
  .board--style04&gt;div {
    display: none;
  }

  .board--style04&gt;a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }

  .board--style04 .board__num {
    display: none;
  }

  .board--style04 .board__tit {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .board--style04 .board__regdate,
  .board--style04 .board__hit,
  .board--style04 .board__writer {
    width: auto;
    line-height: 1em;
  }

  .board--style04 .board__regdate,
  .board--style04 .board__writer {
    width: auto;
    line-height: 1em;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 9px;
  }

  .board--style04 .board__state {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    margin-bottom: 10px;
  }

  .contact-page .board--style04 .board__tit {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .contact-page .board--style04 .board__writer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .contact-page .board--style04 .board__regdate {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-right: 0;
    padding-right: 0;
    border: none;
  }

  .board--style04 .state__accept,
  .board--style04 .state__ongoing,
  .board--style04 .state__complete {
    border-radius: 2px;
  }

  /* 상담신청 */
  .contact__input {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact__input&gt;div {
    margin-right: 0;
    width: 49%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .contact__input&gt;select {
    width: 49%;
  }

  .contact__input&gt;div:last-child {
    width: 100%;
    margin-top: 2%;
  }

  /*회사소개 */
  .intro-company .section01,
  .intro-company .section02,
  .intro-company .section03,
  .intro-company .section04,
  .intro-company .section05 {
    padding-left: 3.90625%;
    padding-right: 3.90625%;
  }

  .intro-company .section__para01 {
    font-size: 42px;
    padding-top: 25px;
  }

  .intro-company .section__para01 img {
    width: 300px;
  }

  .intro-company .section__para02 {
    margin-top: 40px;
    font-size: 16px;
  }

  .intro-company .container--style02,
  .intro-company .container--style01 {
    display: block;
  }

  .intro-company .container--style01&gt;a {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .intro-company .container--style02&gt;li {
    width: 100%;
    margin: 0;
  }

  .intro-company .container--style02&gt;li:first-child {
    margin-bottom: 75px;
  }

  .intro-company .container--style02 {
    margin-top: 75px;
  }

  .intro-company .location__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-company .location__list&gt;li {
    padding-right: 0;
    margin-right: 0;
    width: 92%;
    text-align: left;
    height: auto;
    line-height: 1.4em;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .intro-company .location__list&gt;li::before {
    display: none;
  }

  .intro-company iframe {
    height: 300px;
  }

  .etc-page .free__list&gt;li {
    display: block;
  }

  .etc-page .free__list .list__thumb {
    width: 100%;
    margin: 0 auto 45px auto;
  }


  .board-view__lawyer .inner {
    display: block;
  }


  .board-view__lawyer .lawyer__field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }


  .board-view-ct .board-view__lawyer {
    width: 300px;
    padding: 25px 0;
    margin-right: 25px;
  }

  .board-view__lawyer .lawyer__field .field__list&gt;a {
    line-height: 45px;
    height: 45px;
  }
}

@media all and (max-width: 900px) {

  /* 인재모집 */
  .intro-recruit .recruit__intro&gt;li {
    width: 100%;
  }

  .intro-recruit .recruit__intro&gt;li:nth-child(1) img,
  .intro-recruit .recruit__intro&gt;li:nth-child(4) img {
    width: 100%;
  }

  .intro-recruit .recruit__intro&gt;li:nth-child(2) {
    padding: 45px 3.90625%;
  }

  .intro-recruit .recruit__intro .intro__link&gt;a {
    padding: 50px 0;
  }

  /* 언론보도 */
  .board--style06,
  .board--style02 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .board--style06&gt;li,
  .board--style02&gt;a {
    width: 49%;
    margin-right: 0 !important;
  }

  .solution-page .solution__list&gt;a .list__thumb{
    width: 350px;
  }
}

/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width: 768px) {

  /* 서브비주얼 */
  .sv__wrap {
    height: auto;
    padding: 100px 0 40px 3.90625%;
  }

  .sv__wrap .sv__txt {
    position: inherit;
    bottom: auto;
    left: auto;
  }

  .sv__wrap .sv__txt .sv__path {
    margin-top: 25px;
  }

  .sv__wrap .sv__txt .sv__path .path__param {
    color: #fff;
  }

  /* LNB */
  .lnb__wrap {
    position: relative;
  }

  .lnb__wrap .lnb__tit {
    background-color: #0f1016;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    background-image: url(/image/sub/lnb_arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 20px;
    cursor: pointer;
  }

  .lnb {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 80px;
    left: 0;
    display: none;
  }

  .lnb&gt;a {
    display: flex;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    /* line-height: 80px; */
    font-size: 18px;
  }

  .lnb&gt;a.active {
    font-weight: 400;
    color: #666;
  }

  /* 솔루션 상세 */
  .solution-view__inner .view__nav&gt;p {
    font-size: 18px;
    padding: 20px 0;
  }

  .member__list .list__name {
    font-size: 18px;
    background-size: 8px;
  }

  .member__list .list__name span {
    font-size: 14px;
  }

  /* 업무사례 */
  .board--style03 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .board--style03&gt;a {
    width: 49%;
    margin-right: 0 !important;
    margin-bottom: 2%;
  }

  /* 세미나 안내 */
  .board--style06 .list__btn .btn__finish,
  .board--style06 .list__btn .btn__finish2,
  .board--style06 .list__btn .btn__apply,
  .board--style06 .list__btn .btn__cont {
    line-height: 45px;
    height: 45px;
    font-size: 16px;
  }

  /* 회사소개 */
  .intro-company .section__para01 {
    font-size: 35px;
  }

  .intro-company .section__para02 {
    font-size: 14px;
  }

  .intro-company .section__btn {
    width: 200px;
    font-size: 16px;
    line-height: 48px;
    height: 50px;
  }


  /* 검색페이지 */
  .solution__list02 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .solution__list02&gt;a {
    width: 49%;
    margin-right: 0 !important;
  }

  .contact__apply-wrap {
    padding: 20px;
  }

  .contact__apply-wrap&gt;p {
    font-size: 15px;
  }

  .contact__apply-wrap&gt;div input {
    margin-top: 2px;
  }

  .contact__apply-wrap&gt;div label {
    font-size: 13px;
  }


  .board-view-ct {
    flex-wrap: wrap;
  }

  .board-view-ct .u-editor {
    flex: auto !important;
    order: 1;
  }

  .board-view__lawyer .lawyer__field .field__list&gt;a {
    width: 32%;
  }

  .board-view-ct .board-view__lawyer {
    order: 2;
    width: 100%;
    margin-right: 0;
    padding: 45px 0;
    margin-top: 25px;
  }

  .board-view__lawyer .lawyer__list .member__list {
    justify-content: space-between;
  }

  .board-view__lawyer .lawyer__list .member__list&gt;a {
    width: 49%;
  }

  .solution-page .solution__list&gt;a .list__thumb{
    width: 250px;
  }

  .location-tab{
    margin-top: 25px;
  }
  
  .location-tab &gt; a:not(:last-child){
    margin-right: 25px;
  }
  
  .location-tab &gt; a{
    font-size: 16px;
  }
}

/* 모바일 상세 */
@media all and (max-width: 640px) {

  /* 서브비주얼 */
  .sv__wrap {
    height: auto;
    padding: 45px 3.90625%;
  }

  .sv__wrap .sv__txt .sv__tit {
    font-size: 24px;
    text-align: center;
  }

  .sv__wrap .sv__txt .sv__path {
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* LNB */
  .lnb__wrap .lnb__tit {
    line-height: 50px;
    height: 50px;
    font-size: 15px;
    background-size: 15px;
  }

  .lnb {
    top: 50px;
  }

  .lnb&gt;a {
    font-size: 15px;
  }

  /* 인재모집 */
  /* .intro-recruit .recruit__top {
    padding-top: 45px;
    padding-bottom: 45px;
  } */

  .recruit__para01 {
    font-size: 24px;
  }

  .recruit__top .inner {
    padding: 45px 0;
  }

  .recruit__para02 {
    font-size: 14px;
  }

  .recruit__para01::before {
    width: 50px;
  }

  .intro-recruit .recruit__intro .para01 {
    font-size: 22px;
    padding-bottom: 15px;
  }

  .intro-recruit .recruit__intro .para01::before {
    width: 50px;
  }

  .intro-recruit .recruit__intro .para02 {
    font-size: 14px;
    margin-top: 15px;
  }

  .intro-recruit .recruit__intro .intro__link&gt;a img {
    width: 100px;
  }

  .intro-recruit .recruit__intro .intro__link&gt;a {
    padding: 40px 0;
  }

  .intro-recruit .recruit__intro .intro__link&gt;a p {
    font-size: 12.5px;
    margin-top: 15px;
  }

  /* 솔루션 인덱스 */
  .solution__top .inner {
    padding: 45px 0;
  }

  .solution__top .solution__tit01 {
    font-size: 24px;
  }

  .solution__top .solution__tit02 {
    font-size: 14px;
    word-break: keep-all;
  }

  .solution-page .solution__list {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .solution-page .solution__list&gt;a {
    display: block;
    margin-bottom: 25px;
  }

  .solution-page .solution__list&gt;a::before {
    display: none;
  }

  .solution-page .solution__list&gt;a&gt;img {
    width: 100%;
  }

  .solution-page .solution__list&gt;a .list__thumb&gt;img,
  .solution-page .solution__list&gt;a .list__thumb{
    width: 100%;
  }

  .solution-page .solution__list&gt;a .list__info{
    padding: 25px;
  }

  /* 솔루션 상세 */
  .solution-view__inner {
    padding-bottom: 45px;
  }

  .solution-view__inner .view__nav.isFixed {
    top: 60.27px;
  }

  .solution-view__inner .view__nav&gt;p {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
  }

  .solution-view__inner .view__cont {
    padding-top: 45px;
  }

  .solution-view__inner .view__cont .cont__wrap .cont__top {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }

  .solution-view__inner .view__cont .cont__wrap .cont__top .cont__tit {
    font-size: 24px;
  }

  .solution-view__inner .view__cont .cont__wrap .cont__top .cont__stit {
    font-size: 14px;
    margin-top: 15px;
  }

  .cont__para01 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .solution-view__inner .board--style07,
  .solution-view__inner .view__cont&gt;li,
  .list--style01,
  .list--style02,
  .list--style03,
  .list--style04,
  .list--style05 {
    margin-bottom: 45px;
  }

  .list--style01&gt;p {
    background-position: 0 8px;
    padding-left: 15px;
    font-size: 14px;
  }

  .list--style02&gt;p {
    padding-left: 15px;
    font-size: 14px;
  }

  .list--style04&gt;li&gt;p {
    font-size: 14px;
  }

  .list--style02&gt;p::before {
    top: 9px;
  }

  .list--style03 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list--style03&gt;li {
    width: 49%;
    margin-right: 0 !important;
    padding: 30px 0;
    border-width: 2px;
  }

  .list--style03&gt;li&gt;p:first-child {
    font-size: 14px;
  }

  .list--style03&gt;li&gt;p:last-child {
    font-weight: 500;
    margin-top: 12px;
    font-size: 14px;
  }

  .solution-view__inner table td,
  .solution-view__inner table td.bold,
  .solution-view__inner table th {
    padding: 15px 7px;
    font-size: 14px;
  }

  .table__msg {
    margin-top: 15px;
    margin-bottom: 45px;
  }

  .table__msg&gt;p {
    font-size: 13px;
    line-height: 1.4em;
  }

  .list--style04&gt;li {
    padding-left: 15px;
  }

  .faq__list .list__q,
  .faq__list .list__a {
    padding: 15px 25px 15px 40px;
    background-size: 25px;
    background-position: 5px 20px;
    font-size: 14px;
  }

  .faq__list .list__q::before {
    top: 28px;
    right: 5px;
  }

  .board__more {
    margin-top: 25px;
  }

  .board__more img {
    width: 30px;
  }

  .list--style02__wrap {
    padding: 15px;
  }

  .list--style02__wrap .list--style02__tit {
    font-size: 18px;
  }

  .member__list&gt;a {
    width: 100%;
    margin-bottom: 15px;
  }

  .member__list .list__name {
    background-image: none;
    padding: 15px 10px;
  }

  .board--style07&gt;a {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }

  .board--style07&gt;a&gt;div {
    width: 100% !important;
    text-align: left !important;
    padding-left: 0 !important;
  }

  .board--style07&gt;a .board__cate {
    border: none;
    padding-top: 0;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .board--style07&gt;a .board__tit {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .board--style07&gt;a .board__date {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 13px;
  }

  /* 구성원 */
  /*   .member-page .member__top {
    padding: 45px 0;
  } */

  .member-page .member__top .inner {
    padding: 45px 0;
  }


  .member-page .member__para01 {
    font-size: 16px;
    word-break: keep-all;
  }

  .member-page .member__section {
    padding: 45px 0;
  }

  .member-page .member__section .member__tit {
    font-size: 22px;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  .member-page .member__section .member__tit::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 1px;
    top: 9px;
  }

  /* 구성원 상세 */
  .member-view .view__top .top__img {
    padding-top: 45px;
  }

  .member-view .view__top .top__info .info__name {
    font-size: 35px;
  }

  .member-view .view__top .top__info .info__name span {
    font-size: 20px;
  }

  .member-view .view__top .top__info .info__contact {
    margin-top: 25px;
  }

  .member-view .view__cont .cont__reference,
  .member-view .view__cont .cont__info {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .member-view .view__cont .cont__info .list--style01,
  .member-view .view__cont .cont__info .list--style02,
  .member-view .view__cont .cont__info .list--style03,
  .member-view .view__cont .cont__info .list--style04,
  .member-view .view__cont .cont__info .list--style05,
  .member-view .view__cont .cont__info .list--style06,
  .member-view .view__cont .cont__info .para01 {
    margin-bottom: 45px;
  }

  .list--style05&gt;li {
    width: 32%;
    margin-right: 2% !important;
    border-width: 2px;
  }

  .list--style05&gt;li:nth-child(3n) {
    margin-right: 0 !important;
  }

  .list--style05&gt;li&gt;p {
    font-size: 14px;
  }

  .list--style06&gt;p {
    padding-left: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list--style06&gt;p::before {
    top: 10px;
  }

  .list--style06&gt;p span:first-child {
    width: 80px;
  }

  .member-view .view__cont .cont__reference .reference__tit {
    font-size: 24px;
    background-size: 24px;
    padding-right: 35px;
  }

  .member-view .view__cont .cont__reference .reference__list {
    margin-top: 20px;
    margin-bottom: 45px;
  }

  .member-view .view__cont .cont__reference .reference__list&gt;a {
    padding: 20px;
  }

  .member-view .view__cont .cont__reference .reference__list .list__date {
    font-size: 13px;
  }

  /* 업무사례 */
  .board__search {
    margin-bottom: 25px;
  }

  .board__search select {
    line-height: 40px;
    height: 40px;
    width: 100px;
    padding-left: 10px;
  }

  .board__search input {
    margin-left: 10px;
    padding-left: 7px;
  }

  .board__search button {
    height: 40px;
    width: 40px;
  }

  .board--style03&gt;a {
    padding: 15px 10px;
  }

  .board--style03 .list__cate {
    font-size: 14px;
  }

  .board--style03 .list__tit {
    font-size: 15px;
    margin-top: 10px;
  }

  .board--style03 .list__date {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .board__pager {
    margin-top: 25px;
  }

  .board__pager&gt;a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    margin: 0 2px;
  }

  /* 언론보도 */
  .board--style02&gt;a {
    background-image: none;
    padding: 15px;
  }

  .board--style06&gt;li {
    padding: 15px;
  }

  .board--style02&gt;a:hover {
    background-image: none;
  }

  .board--style06 .list__state,
  .board--style02 .list__state {
    font-size: 14px;
  }

  .board--style06 .list__tit,
  .board--style02 .list__tit {
    font-size: 15px;
    margin-top: 10px;
  }

  .board--style06 .list__date,
  .board--style02 .list__date {
    margin-top: 20px;
    font-size: 11px;
  }

  /* 공지사항 */
  .board--style04&gt;a {
    padding: 10px;
  }

  .board--style04 .board__tit {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
  }

  .board--style04 .board__tit.notice {
    background-size: 8px;
    padding-left: 14px;
  }

  .board--style04 .board__regdate,
  .board--style04 .board__hit,
  .board--style04 .board__writer {
    font-size: 13px;
  }

  .board--style04 .board__regdate,
  .board--style04 .board__writer {
    margin-right: 6px;
    padding-right: 7px;
  }

  .board--style04 .state__accept,
  .board--style04 .state__ongoing,
  .board--style04 .state__complete {
    font-size: 12px;
    line-height: 27px;
    height: 27px;
    width: 75px;
  }

  /* 세미나 안내 */
  .board--style06 .list__btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .board--style06 .list__btn .btn__finish,
  .board--style06 .list__btn .btn__finish2,
  .board--style06 .list__btn .btn__apply,
  .board--style06 .list__btn .btn__cont {
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    width: 100%;
  }

  .board--style06 .list__btn .btn__cont {
    margin-bottom: 5px;
  }

  /* 세미나 접수 확인 */
  .seminar-page .apply__tit {
    font-size: 24px;
  }

  .seminar-page .apply__form {
    width: 100%;
  }

  .seminar-page .apply__form input {
    line-height: 40px;
    height: 40px;
    margin-bottom: 7px;
  }

  .seminar-page .apply__form button {
    line-height: 50px;
    height: 50px;
    font-size: 15px;
  }

  .seminar-page .apply__msg {
    font-size: 13px;
    padding-bottom: 45px;
    word-break: keep-all;
  }

  .apply__popup {
    width: 90%;
  }

  .apply__popup .popup__header {
    display: block;
    padding: 15px;
  }

  .apply__popup .popup__header img {
    display: none;
  }

  .apply__popup .para01 {
    text-align: center;
    font-size: 13px;
    margin-top: 0;
  }

  .apply__popup .para01 span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
  }

  .apply__popup .popup__body {
    padding: 10px;
    height: 350px;
    overflow-y: scroll;
  }

  .apply__popup .para02 {
    font-size: 15px;
  }

  .apply__popup .para03 {
    font-size: 13px;
    margin-top: 10px;
    word-break: keep-all;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .apply__popup .list01 {
    margin-top: 15px;
  }

  .apply__popup .list01 li {
    margin-bottom: 10px;
  }

  .apply__popup .list01 li p {
    font-size: 13px !important;
  }

  .apply__popup .para04 {
    margin-top: 25px;
    font-size: 13px;
  }

  .apply__popup .popup__footer {
    padding: 15px;
  }

  .apply__popup .para05 {
    line-height: 1.4em;
  }

  .apply__popup .list02 {
    display: block;
  }

  .apply__popup .list02&gt;li {
    line-height: 1.4em;
    text-align: center;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 3px;
    font-size: 12px;
  }

  .apply__popup .list02&gt;li::before {
    display: none;
  }

  .apply__popup .para06 {
    font-size: 11px;
    font-weight: 400;
  }

  /* 상담신청 */
  .contact-page {
    padding: 45px 0;
  }

  .cont__para01 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .cont__para02 {
    font-size: 14px;
  }

  .contact-page .contact__img01 {
    margin: 30px 0;
  }

  .terms__wrap {
    height: 150px;
    padding: 15px;
    font-size: 13px;
  }

  .terms__chk label {
    font-size: 12px;
    margin-left: 5px;
  }

  .terms__chk input {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  .contact__input&gt;div {
    width: 100%;
    margin-bottom: 2%;
    padding: 7px 10px;
  }

  .contact__input&gt;div&gt;p {
    font-size: 13px;
    width: 50px;
  }

  .contact__input&gt;div:last-child {
    margin-top: 0;
  }

  .contact__cont {
    height: 200px;
    padding: 15px;
    font-size: 13px;
  }

  .btn--style01 {
    width: 200px;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin-top: 25px;
  }

  .board__write-btn {
    font-size: 14px;
    width: 100px;
    line-height: 31px;
    height: 35px;
    margin-top: 15px;
  }

  /* FAQ */
  .contact-page .contact__tit {
    font-size: 24px;
  }

  .contact-page .contact__stit {
    font-size: 14px;
    word-break: keep-all;
  }

  .contact-page .faq__list {
    margin-top: 45px;
  }

  /* 게시판 뷰페이지 */
  .board-view-page {
    padding: 45px 0;
  }

  .board-view-top .top__date,
  .board-view-top .top__cate {
    font-size: 16px;
  }

  .board-view-tit {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .board-view-page .board-view__btn .btn02,
  .board-view-page .board-view__btn .btn01 {
    font-size: 14px;
    width: 100px;
    line-height: 35px;
    height: 35px;
  }

  /* 게시판 글쓰기 페이지 */
  .board-write-page {
    padding: 45px 0;
  }

  .board-write-page .write__list {
    margin-top: 25px;
  }

  .board-write-page .write__list&gt;li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .board-write-page .write__list&gt;li&gt;div:first-child {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .board-write-page .write__list&gt;li&gt;div select,
  .board-write-page .write__list&gt;li&gt;div input {
    width: 100%;
    font-size: 14px;
  }

  .board-write-page .write__list&gt;li&gt;div textarea {
    height: 150px;
  }

  /* 회사소개 */
  .intro-company .section01 {
    background-image: url(/image/sub/company_bg01_mo.jpg);
  }

  .intro-company .section02 {
    background-image: url(/image/sub/company_bg02_mo.jpg);
  }

  .intro-company .section03 {
    background-image: url(/image/sub/company_bg03_mo.jpg);
  }

  .intro-company .section04 {
    background-image: url(/image/sub/company_bg04_mo.jpg);
  }

  .intro-company .section05 {
    background-image: url(/image/sub/company_bg05_mo.jpg);
  }

  .intro-company .section__para01 {
    font-size: 42px;
    line-height: 1.1em;
    word-break: keep-all;
  }

  .intro-company .section__para01 img {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
  }

  .intro-company .section__para01::before {
    width: 40px;
  }

  .intro-company .section__para02 {
    word-break: keep-all;
  }

  .intro-company .section__para02 br {
    display: none;
  }

  .intro-company .container--style01 {
    margin-top: 45px;
  }

  .intro-company .container--style01&gt;a {
    padding: 20px 70px 20px 20px;
    background-position: calc(100% - 20px) calc(100% - 20px);
    background-size: 40px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .intro-company .container--style01 .para01 {
    font-size: 18px;
  }

  .intro-company .container--style01 .para02 {
    font-size: 13px;
    margin-top: 10px;
  }

  .intro-company .section__btn {
    font-size: 15px;
    line-height: 45px;
    height: 47px;
    width: 180px;
  }

  .intro-company .container--style02 {
    margin-top: 45px;
  }

  .intro-company .container--style02 img {
    width: 50px;
  }

  .intro-company .container--style02 .para01 {
    font-size: 18px;
  }

  .intro-company .container--style02 .para02 {
    font-size: 13px;
    word-break: keep-all;
    margin-top: 15px;
  }

  .intro-company .container--style02&gt;li:first-child {
    margin-bottom: 25px;
  }

  .intro-company .location__list {
    margin-top: 25px;
  }

  .intro-company iframe {
    height: 45%;
    margin-top: 25px;
  }

  .intro-company .media__list {
    margin-top: 45px;
  }

  .intro-company .media__list .slick-dots {
    margin-top: 25px;
  }

  .intro-company .media__list .slick-prev {
    left: -20px;
    width: 10px;
    height: 22px;
    background-size: 12px 22px;
    top: 40%;
  }

  .intro-company .media__list .slick-next {
    right: -20px;
    width: 10px;
    height: 22px;
    background-size: 12px 22px;
    top: 40%;
  }

  .intro-company .media__list .items .img__wrap {
    height: 120px;
    max-width: 60%;
  }

  .intro-company .media__list .items .para01 {
    padding: 10px;
    font-size: 14px;
  }

  .intro-company .section01 .scroll-btn {
    width: 45px;
  }

  /* 검색페이지 */
  .search-page {
    padding: 45px 0;
  }

  .search-page .search__result {
    font-size: 15px;
  }

  .search-page .search__result span {
    font-size: 18px;
  }

  .search-page .search__header&gt;p {
    font-size: 18px;
  }

  .search-page .search__header&gt;p b {
    font-weight: 500;
  }

  .search-page .search__header {
    border-width: 1px;
  }

  .search-page .search__section {
    margin-top: 20px;
    margin-bottom: 45px;
  }

  .solution-view__inner .view__cont .cont__wrap .cont__list li {
    padding: 15px;
  }

  .solution-view__inner .view__cont .cont__wrap .cont__list li img {
    width: 75px;
  }

  .solution-view__inner .view__cont .cont__wrap .cont__list li p {
    font-size: 14px;
    margin-left: 12px;
    line-height: 1.4em;
    word-break: keep-all;
  }

  .solution-view__inner .cont__contact {
    padding-top: 20px;
  }

  .solution-view__inner .cont__contact&gt;p {
    font-size: 13px;
    word-break: keep-all;
    margin-bottom: 20px;
  }

  .solution__list02&gt;a {
    padding: 15px 10px;
  }

  .solution__list02&gt;a&gt;p:first-child {
    font-size: 18px;
  }

  .solution__list02&gt;a&gt;p:last-child {
    font-size: 12px;
    margin-top: 10px;
  }

  .etc-page .etc__tit {
    font-size: 24px;
  }

  .etc-page .etc__stit {
    font-size: 14px;
    word-break: keep-all;
  }

  .etc-page .etc__stit br {
    display: none;
  }

  .etc-page .private__terms {
    margin-top: 40px;
    border-width: 1px;
    padding: 20px;
    font-size: 14px;
  }

  .etc-page .free__list {
    border-width: 1px;
  }

  .etc-page .free__list&gt;li {
    padding: 20px;
  }

  .etc-page .free__list .list__thumb {
    width: 100%;
    margin-bottom: 25px;
  }

  .etc-page .free__list .list__thumb img {
    width: 100%;
  }

  .etc-page .free__list .list__info p:nth-child(1) {
    font-size: 18px;
  }

  .etc-page .free__list .list__info p:nth-child(2) {
    margin-top: 12px;
    font-size: 14px;
  }

  .etc-page .free__list .list__info .info__btns {
    margin-top: 15px;
  }

  .etc-page .free__list .list__info .info__btns {
    flex-wrap: wrap;
  }

  .etc-page .free__list .list__info .info__btns&gt;a {
    width: 100%;
    margin: 0 0 12px 0;
  }

  .etc-page .free__list .list__info .info__btns&gt;a:last-child {
    margin-bottom: 0;
  }

  .board-view__lawyer .lawyer__field .field__list&gt;a {
    width: 49%;
    font-size: 15px;
  }

  .board-view__lawyer .lawyer__field {
    margin-bottom: 25px;
  }

  .board-view__lawyer .lawyer__field .field__list&gt;a {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
  }

  .contact__apply-wrap {
    margin-top: 20px;
  }

  .contact__apply-wrap&gt;p {
    width: 100%;
    font-size: 14px;
  }

  .contact__apply-wrap&gt;div {
    width: 100%;
    margin-left: 0;
  }

  .contact__apply-wrap&gt;a {
    margin-top: 15px;
  }

  .contact__input&gt;p {
    font-size: 15px;
  }

  .contact__input&gt;select {
    width: 100%;
    line-height: 36px;
    height: 38px;
    padding-left: 10px;
  }

  .contact__input {
    margin-top: 20px;
  }

  .board-view-ct .board-view__lawyer {
    padding: 30px 0;
  }

  .board-view__lawyer .lawyer__field .field__list&gt;a {
    line-height: 40px;
    height: 40px;
  }

  .board-view__lawyer .txt01 {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .board-view__lawyer .lawyer__list {
    margin-top: 20px;
  }

  .board-view__lawyer .lawyer__list .member__list&gt;a {
    width: 100%;
  }


  .location-tab{
    flex-direction: column;
  }
  
  .location-tab &gt; a{
    font-size: 14px;
  }

  .location-tab &gt; a:not(:last-child){
    margin-right: 0;
    margin-bottom: 7px;
  }
  .member-view .view__top .top__info .info__link {
    flex-wrap: wrap;
  }
  .member-view .view__top .top__info .info__link&gt;a {
    white-space: nowrap;
    width: 50%;
    flex: none;
  }
  .member-view .view__top .top__info .info__link&gt;a:nth-child(3),
  .member-view .view__top .top__info .info__link&gt;a:nth-child(4) {
    border-top: none;
  }
}

/* 모바일 가로 */</pre></body></html>