@charset "utf-8";

/* 서비배너 */
.sub-visual {
  display: table;
  width: 100%;
  height: 320px;
  background: #666;
}
.sub-visual .sub-inner {
  display: table-cell;
  vertical-align: middle;
  background-position: center top;
}
.sub-visual .sub-inner .content-area {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.sub-visual .sub-inner .content-area .sub-title {
  font-weight: 600;
  font-size: 56px;
  color: #fff;
  text-align: center;
}
.sub-visual .sub-inner .content-area .sub-title-desc {
  font-weight: 200;
  font-size: 20px;
  color: #fff;
}

.visual-abouts .sub-inner {
  background-image: url("../images/bg/visual_abouts.jpg");
}
.visual-civil .sub-inner {
  background-image: url("../images/bg/visual_civil.jpg");
}
.visual-detective .sub-inner {
  background-image: url("../images/bg/visual_detective.jpg");
}
.visual-protect .sub-inner {
  background-image: url("../images/bg/visual_protect.jpg");
}
.visual-divorce .sub-inner {
  background-image: url("../images/bg/visual_divorce.jpg");
}
.visual-revive .sub-inner {
  background-image: url("../images/bg/visual_revive.jpg");
}
.visual-customer .sub-inner {
  background-image: url("../images/bg/visual_customer.jpg");
}

/* contents */
.bg-h3-area {
  margin-bottom: 60px;
  padding: 28px 52px;
  background: #eaeaea;
}
.bg-h3-area .desc {
  position: relative;
  padding-left: 34px;
  font-weight: 500;
  font-size: 18px;
  color: #192b53;
}
.bg-h3-area .desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #ababab;
}
.bg-h3-area .desc::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: #68a2cd;
}

.contents-area {
  position: relative;
  width: 100%;
}
.contents-area .item {
  position: relative;
}
.contents-area .item .title-line {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
.contents-area .item .title-line::after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 100%;
  height: 3px;
  background: #333;
}
.contents-area .item .title-term {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.contents-area .item .text {
  font-weight: 400;
  font-size: 18px;
  color: #767676;
  line-height: 1.6;
}

.contents-area .list-box {
  border: 1px solid #00c4ad;
}
.contents-area .list-box > .title {
  padding: 16px 32px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background: #00c4ad;
}
.contents-area .list-box > .content {
  padding: 28px 32px;
  font-size: 18px;
  color: #393939;
  background: #fff;
}
.contents-area .list-box > .content .sub-desc {
  margin-top: 24px;
  padding-top: 20px;
  color: #797979;
  border-top: 1px solid #eaeaea;
}

.contents-area .faq-list {
  padding: 28px 32px;
  background: #f6f6f8;
}
.contents-area .faq-list dt {
  position: relative;
  padding-left: 26px;
  font-weight: 600;
  font-size: 18px;
  color: #00c4ad;
}
.contents-area .faq-list dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #00c4ad;
}
.contents-area .faq-list dt.none {
  padding-left: 0;
}
.contents-area .faq-list dt.none::before {
  display: none;
}
.contents-area .faq-list dd {
  padding-top: 12px;
  font-size: 16px;
  color: #797979;
  line-height: 1.6;
}

.contents-area .item + .item,
.contents-area .process-box + .process-box {
  margin-top: 80px;
}
.contents-area .title-line + .text,
.contents-area .title-line + dl,
.contents-area .title-line + div {
  margin-top: 24px;
}
.contents-area .text + .text,
.contents-area .text + .list-box,
.contents-area .text + .faq-list,
.contents-area .list-box + .list-box,
.contents-area .list-box + .faq-list,
.contents-area .faq-list + .list-box,
.contents-area .faq-list + .faq-list,
.contents-area .table-default + .table-default {
  margin-top: 30px;
}
.contents-area .list-box + .text,
.contents-area .table-default + .text,
.contents-area .text + .table-default {
  margin-top: 10px;
}

.order-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.order-list .in-item {
  position: relative;
  width: 49.25%;
  margin-top: 40px;
  margin-left: 1.5%;
  padding: 28px 32px;
  background: #f6f6f8;
}
.order-list .in-item:nth-child(odd) {
  margin-left: 0;
}
.order-list .in-item:nth-of-type(1),
.order-list .in-item:nth-of-type(2) {
  margin-top: 20px;
}
.order-list .in-item .number {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 24px;
  padding: 4px 15px 2px;
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  background: #000;
  border-radius: 12px 0 12px 0;
}
.order-list .in-item .title,
.order-list .in-item dl dt {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
}
.order-list .in-item dl dd {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #797979;
}

.benefit-list {
  border: 8px solid #eaeaea;
}
.benefit-list .title {
  padding: 10px 40px 18px;
  font-weight: 600;
  font-size: 20px;
  background: #eaeaea;
}
.benefit-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 40px;
}
.benefit-list ul li {
  position: relative;
  width: 50%;
  padding: 20px 20px 20px 56px;
  color: #393939;
  font-size: 18px;
  border-bottom: 1px solid #eaeaea;
}
.benefit-list ul li:last-child {
  border-bottom: 0;
}
.benefit-list ul li > span {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: -18px;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  background: #393939;
}

.process-box .title {
  padding: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background: #000;
}
.process-box .step-list {
  width: 100%;
  margin-top: 40px;
}
.process-box .step-list li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  color: #797979;
  text-align: center;
  border: 1px solid #eaeaea;
}
.process-box .step-list li + li {
  margin-top: 16px;
}
.process-box .step-list li:after {
  content: "";
  position: absolute;
  top: 109%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-top: 6px solid #999999;
}
.process-box .step-list li:last-child::after {
  display: none;
}
.process-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.process-wrap .process-box {
  width: 48%;
}
.process-wrap .process-box:first-child {
  float: left;
}
.process-wrap .process-box:first-child .title {
  background: #607d8b;
  box-shadow: 10px 10px 0px 0 rgb(0 0 0 / 10%);
}
.process-wrap .process-box:last-child {
  float: right;
}
.process-wrap .process-box:last-child .title {
  background: #8d6e63;
  box-shadow: 10px 10px 0px 0 rgb(0 0 0 / 10%);
}
.process-wrap .process-box + .process-box {
  margin-top: 0 !important;
}

.row-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  position: relative;
}
.row-box.title .left {
  background: #607d8b;
  color: #fff;
  box-shadow: 10px 10px 0px 0 rgb(0 0 0 / 10%);
}
.row-box.title .right {
  background: #8d6e63;
  color: #fff;
  box-shadow: 10px 10px 0px 0 rgb(0 0 0 / 10%);
}
.row-box.row-center-box {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.row-box .left,
.row-box .right,
.row-box .center {
  position: relative;
  margin-top: 46px;
  padding: 20px;
  font-size: 18px;
  color: #797979;
  text-align: center;
  border: 1px solid #aaa;
}
.row-box .left::before,
.row-box .right::before,
.row-box .center::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 46px;
  background-color: #eaeaea;
}
.row-box:first-child .left,
.row-box:first-child .right {
  margin-top: 0;
}
.row-box:first-child .left::before,
.row-box:first-child .right::before {
  display: none;
}

.row-box .left {
  width: 48%;
  margin-right: 2%;
}
.row-box .right {
  width: 48%;
  margin-left: 2%;
}
.row-box .center {
  width: 50%;
  padding: 0;
}
.row-box .center .case {
  display: block;
  width: 100%;
  padding: 8px;
  background: #f0f0f4;
  color: #393939;
  font-weight: 500;
}
.row-box .center .text {
  display: block;
  padding: 20px;
}

.after-line .left::after,
.after-line .right::after,
.after-line .center::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 46px;
  background-color: #eaeaea;
}
.line-horizontal {
  margin-top: 46px !important;
}
.line-horizontal::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 52%;
  height: 1px;
  margin-left: -26%;
  background-color: #eaeaea;
}

/* 인사말 */
.greeting-wrap {
  font-size: 0;
}
.greeting-wrap .bg-img {
  display: inline-block;
  width: 42%;
  vertical-align: top;
}
.greeting-wrap .contents-area {
  display: inline-block;
  width: 54%;
  margin-left: 4%;
}

.greeting-msg {
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
  background: #f6f6f8;
}
.greeting-msg > * {
  font-weight: 800;
  font-size: 28px;
  font-family: "Nanum Myeongjo", serif;
  color: #3058b7;
}
.writer {
  font-weight: 600;
  font-size: 24px;
  text-align: right;
}
.greeting-contents-area .item .text + .text {
  margin-top: 30px;
}

/* 변호사 소개 */
.lawyer-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.lawyer-area .profile-img {
  margin-right: 60px;
  position: sticky;
  top: 120px;
  height: 100%;
}
.lawyer-area .profile-img .thumbnail {
  display: inline-block;
  width:520px;
  border-radius: 12px;
  overflow: hidden;
}
.lawyer-area .profile-info {
  flex: 1;
  position: relative;
  background-color: rgba(255,255,255,.8);
}
.lawyer-area .profile-info .info-top {
  margin-top: 0;
}
.lawyer-area .profile-info .info-top .name {
  font-weight: 600;
  font-size: 26px;
}
.lawyer-area .profile-info .info-top .name > span {
  font-weight: 300;
}
.lawyer-area .profile-info .desc {
  background-color: #f6f6f6;
  border-radius: 12px;
  margin-top: 20px;
  padding: 20px 25px;
}
.lawyer-area .profile-info .desc p {
  font-weight: 400;
  font-size: 18px;
}
.lawyer-area .profile-info .info-bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}
.lawyer-area .profile-info .info-bottom dl {
  display: flex;
  align-items: center;
}
.lawyer-area .profile-info .info-bottom dl + dl {
  padding-top: 10px;
}
.lawyer-area .profile-info .info-bottom dl dt {
  width: 90px;
  font-weight: 500;
  font-size: 16px;
  color: #444;
}
.lawyer-area .profile-info .info-bottom dl dd {
  font-weight: 600;
  font-size: 16px;
}
.info-list {
  padding-top: 40px;
}
.info-list .title {
  position: relative;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  padding-left: 10px;
}
.info-list .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 20px;
  background-color: #909090;
  transform: translateY(-50%);
}
.info-list .list li {
  position: relative;
  line-height: 1.6;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #444;
}
.info-list .list li + li {
  margin-top: 6px;
}
.info-list .list li::after {
  content: ""; 
  display: block; 
  position: absolute; 
  top: 14px; 
  left: 0;
  width: 3px; 
  height: 3px; 
  margin-top: -3px; 
  background:#000; 
  border-radius: 50%;
}
.info-list .certification {
  display: block;
  background: #f6f6f8;
  border-radius: 12px;
  padding: 40px;
}

.info-list .certification img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}


.introduce-area {
  padding: 60px 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
.introduce-area .text {
  font-size: 18px;
  font-weight: 400;
  color: #767676;
}
.introduce-area .prize-cont {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}
.introduce-area .prize-cont .appoint {
  display: inline-block;
  width: 32%;
  max-width: 320px;
  margin: 0;
  background: #fff;
}

.history-area .history-list {
  position: relative;
}
.history-area .history-list + .history-list {
  padding-top: 24px;
}
.history-area .history-list::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 22px;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
}
.history-area .history-list ul {
  position: relative;
}
.history-area .history-list ul::after {
  content: "";
  display: block;
  clear: both;
}
.history-area .history-list ul li {
  position: relative;
}
.history-area .history-list ul li > .year {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-family: roboto;
  vertical-align: top;
  font-weight: 500;
  font-size: 20px;
  color: #3058b7;
}
.history-area .history-list ul li > .year::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -6px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: #3058b7;
  border-radius: 50%;
}
.history-area .history-list ul li > .year::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  border-radius: 50%;
}
.history-area .history-list ul li > .detail {
  display: inline-block;
  padding-left: 10px;
}
.history-area .history-list ul li > .detail p {
  font-weight: 400;
  font-size: 18px;
  color: #767676;
}
.history-area .history-list ul .h-left {
  float: left;
  width: 100%;
  text-align: left;
}

/* 오시는길 */
.map-area {
  overflow: hidden;
  width: 100%;
  height: 520px;
  background: #fff;
}
.map-info-window {
  max-width: 320px;
  padding: 20px;
  overflow: hidden;
}
.map-info-window .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.map-info-window .info .img {
  flex: 1 0 auto;
  width: 70px;
  height: 70px;
  padding: 4px;
  border: 1px solid #dcdcdc;
  color: #888;
  overflow: hidden;
}
.map-info-window .info .addr {
  padding-left: 10px;
  font-weight: 400;
  font-size: 15px;
}

.office-area {
  padding-top: 40px;
}
.office-area .btn-group {
  margin-top: 10px;
  text-align: left;
}
.office-area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: baseline;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.office-area dl:last-child {
  border-bottom: 1px solid #eaeaea;
}
.office-area dl dt {
  width: 120px;
  font-weight: 600;
  font-size: 20px;
  color: #3058b7;
}
.office-area dl dd {
  width: 100%;
  font-size: 18px;
  color: #393939;
}

/* msg박스 */
.msg-box {
  padding: 80px 40px;
  text-align: center;
  border: 1px solid #3058b7;
  border-radius: 12px;
}
.msg-box .msg-title {
  font-weight: 600;
  font-size: 34px;
}
.msg-box .msg-desc {
  font-weight: 400;
  font-size: 24px;
  margin-top: 10px;
  color: #666666;
}
.msg-box .btn-group {
  margin-top: 60px;
}

.counsel-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-top: 40px;
}
.counsel-list li {
  display: inline-block;
  width: 25%;
  margin: 10px;
  padding: 32px 16px;
  font-size: 0;
  background: #f0f0f4;
  border-radius: 8px;
}
.counsel-list li .title {
  font-size: 18px;
  color: #498cfb;
}
.counsel-list li .content {
  font-size: 20px;
  font-weight: 600;
  margin-top: 4px;
}

@media only screen and (max-width: 1023px) {
  /* 서비배너 */
  .sub-visual {
    height: 240px;
    background-size: cover;
  }
  .sub-visual .sub-inner .content-area {
    width: 100%;
    padding: 0 16px;
  }
  .sub-visual .sub-inner .content-area .sub-title {
    font-size: 36px;
  }
  .sub-visual .sub-inner .content-area .sub-title-desc {
    font-size: 16px;
  }

  /* content */
  .benefit-list {
    border-width: 5px;
  }
  .benefit-list .title {
    padding: 5px 20px 12px;
    font-size: 18px;
  }
  .benefit-list ul {
    padding: 10px 20px;
  }
  .benefit-list ul li {
    width: 100%;
    padding-left: 48px;
    font-size: 15px;
  }
  .benefit-list ul li > span {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    line-height: 34px;
    font-size: 15px;
  }

  /* 인사말 */
  .greeting-msg {
    padding: 20px 0;
  }
  .greeting-msg > * {
    font-size: 24px;
  }

  /* 변호사 소개 */
  .lawyer-area {
    display: block;
  }
  .lawyer-area .profile-img {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .lawyer-area .profile-info .info-top {
    padding-top: 20px;
    text-align: center;
  }
  .lawyer-area .profile-info .info-top p {
    display: inline-block;
  }
  .lawyer-area .profile-info .desc {
    padding: 20px;
  }
  .lawyer-area .profile-info .desc p {
    font-size: 16px;
  }
  .lawyer-area .profile-info .info-bottom {
    margin-top: 20px;
  }
  .lawyer-area .profile-info .info-bottom dl + dl {
    margin-top: 4px;
  }
  .lawyer-area .profile-info .info-bottom dl dd {
    font-size: 15px;
  }
  .info-list {
    padding-top: 30px;
  }
  .info-list .list li {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  /* 서비배너 */
  .sub-visual .sub-inner {
    background-size: cover;
  }
  .visual-abouts .sub-inner {
    background-image: url("../images/bg/visual_abouts_mo.jpg");
  }
  .visual-civil .sub-inner {
    background-image: url("../images/bg/visual_civil_mo.jpg");
  }
  .visual-detective .sub-inner {
    background-image: url("../images/bg/visual_detective_mo.jpg");
  }
  .visual-protect .sub-inner {
    background-image: url("../images/bg/visual_protect_mo.jpg");
  }
  .visual-divorce .sub-inner {
    background-image: url("../images/bg/visual_divorce_mo.jpg");
  }
  .visual-revive .sub-inner {
    background-image: url("../images/bg/visual_revive_mo.jpg");
  }
  .visual-customer .sub-inner {
    background-image: url("../images/bg/visual_customer_mo.jpg");
  }

  /* contents */
  .bg-h3-area {
    margin-bottom: 40px;
    padding: 20px;
  }
  .bg-h3-area .desc {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
  }

  .contents-area .item .title-line {
    font-size: 18px;
  }
  .contents-area .item .title-line::after {
    margin-top: 8px;
  }
  .contents-area .item .title-term {
    font-size: 18px;
  }
  .contents-area .item .text {
    font-size: 15px;
  }

  .contents-area .list-box > .title {
    padding: 10px 20px;
    font-size: 15px;
  }
  .contents-area .list-box > .content {
    padding: 16px 20px;
    font-size: 15px;
  }
  .contents-area .list-box > .content .sub-desc {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 15px;
  }

  .contents-area .faq-list {
    padding: 20px 24px;
  }
  .contents-area .faq-list dt {
    padding-left: 24px;
    font-size: 15px;
  }
  .contents-area .faq-list dt::before {
    top: 8px;
    width: 14px;
  }
  .contents-area .faq-list dd {
    font-size: 13px;
  }

  .contents-area .item + .item {
    margin-top: 40px;
  }
  .contents-area .title-line + .text,
  .contents-area .title-line + dl,
  .contents-area .title-line + div {
    margin-top: 16px;
  }
  .contents-area .text + .text,
  .contents-area .text + .list-box,
  .contents-area .text + .faq-list,
  .contents-area .list-box + .list-box,
  .contents-area .list-box + .faq-list,
  .contents-area .faq-list + .list-box,
  .contents-area .faq-list + .faq-list,
  .contents-area .table-default + .table-default {
    margin-top: 20px;
  }

  .order-list .in-item {
    padding: 20px 24px;
  }
  .order-list .in-item .number {
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 24px;
    padding: 2px 12px 0px;
    font-size: 18px;
    border-radius: 8px 0 8px 0;
  }
  .order-list .in-item dl dt {
    margin-top: 10px;
    font-size: 15px;
  }
  .order-list .in-item dl dd {
    margin-top: 10px;
    font-size: 13px;
  }

  .process-box .title {
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    background: #000;
  }
  .process-box .step-list {
    margin-top: 20px;
  }
  .process-box .step-list li {
    height: 70px;
    padding: 0 10px;
    font-size: 15px;
    word-break: keep-all;
  }

  .row-box .left,
  .row-box .right,
  .row-box .center {
    margin-top: 24px;
    padding: 10px;
    font-size: 15px;
  }
  .row-box .left::before,
  .row-box .right::before,
  .row-box .center::before {
    height: 24px;
  }

  .row-box .left {
    width: 48%;
    margin-right: 2%;
  }
  .row-box .right {
    width: 48%;
    margin-left: 2%;
  }
  .row-box .center {
    width: 100%;
    padding: 0;
  }
  .row-box .center .case {
    padding: 4px;
  }
  .row-box .center .text {
    padding: 10px;
  }

  .after-line .left::after,
  .after-line .right::after,
  .after-line .center::after {
    height: 24px;
  }
  .line-horizontal {
    margin-top: 24px !important;
  }

  /* 인사말 */
  .greeting-wrap .bg-img {
    display: block;
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .greeting-wrap .contents-area {
    display: block;
    width: 100%;
    margin-left: 0%;
  }

  .greeting-msg {
    padding: 10px;
  }
  .greeting-msg > * {
    font-size: 18px;
  }
  .writer {
    margin-top: 40px;
    font-size: 18px;
  }

  /* 변호사 소개 */
  .lawyer-area .profile-img .thumbnail {
    width: 100%;
  }
  .lawyer-area .profile-info .info-bottom dl {
  }
  .lawyer-area .profile-info .info-bottom dl dt {
  }
  .lawyer-area .profile-info .info-bottom dl dd {
  }

  .introduce-area {
    padding: 40px 0 40px;
  }
  .introduce-area .text {
    font-size: 15px;
  }
  .introduce-area {
    padding: 60px 0 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
  }
  .introduce-area .prize-cont {
    display: flex;
    flex-wrap: wrap;
  }
  .introduce-area .prize-cont .appoint {
    width: 50%;
  }

  .history-area .history-list + .history-list {
    padding-top: 24px;
  }
  .history-area .history-list ul li > .year {
    padding-left: 20px;
    font-size: 18px;
  }
  .history-area .history-list ul li > .detail {
    display: block;
    padding-left: 20px;
    line-height: 1;
  }
  .history-area .history-list ul li > .detail p {
    font-size: 15px;
  }
  .history-area .history-list ul li > .detail p + p {
    margin-top: 8px;
  }

  /* 오시는길 */
  .map-area {
    height: 360px;
  }
  .map-info-window {
    max-width: 280px;
    padding: 10px;
  }
  .map-info-window .info .addr {
    font-size: 13px;
  }

  .office-area dl {
    display: block;
    padding: 16px 0;
  }
  .office-area dl dt {
    width: 100%;
    font-size: 18px;
  }
  .office-area dl dd {
    width: 100%;
    font-size: 16px;
    margin-top: 4px;
  }

  /* msg박스 */
  .msg-box {
    padding: 40px 20px;
  }
  .msg-box .msg-title {
    font-size: 20px;
    font-weight: 700;
  }
  .msg-box .msg-desc {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
  }
  .counsel-list {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .counsel-list li {
    width: 48%;
    margin: 1%;
    padding: 24px 16px;
  }
  .counsel-list li .title {
    font-size: 15px;
  }
  .counsel-list li .content {
    font-size: 15px;
    margin-top: 0;
  }
}
