main {
  overflow: hidden;
}

.intro_tit {
  font-size: clamp(34px, 2.08vw, 40px);
  line-height: 1.4; /* 56px */
  font-weight: 700;
}

.intro_tit2 {
  font-size: clamp(28px, 2.19vw, 42px);
  font-weight: 700;
}

.intro_tit3 {
  font-size: clamp(24px, 1.98vw, 38px);
  font-weight: 700;
}

.intro_sub {
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.67; /* 40px */
  font-weight: 500;
  color: #666;
}

.intro_txt {
  font-size: clamp(17px, 1.04vw, 20px);
  line-height: 1.8; /* 36px */
}

#sec1 .greeting .greeting_lawyer {
	float: right;
	width: clamp(350px, 26.04vw, 500px);
	margin-left: clamp(30px, 4.17vw, 80px);
	margin-bottom: clamp(20px, 2.08vw, 40px);
}
#sec1 .greeting .intro_tit {
	font-weight: 600;
}
#sec1 .greeting .intro_tit span {
	font-weight: 700;
	margin-left: clamp(10px, 0.52vw, 10px);
	font-size: clamp(17px, 1.04vw, 20px);
}
#sec1 .container1 p {
  font-size: clamp(26px, 1.56vw, 30px);
  line-height: 1.73; /* 52px */
  font-weight: 600;
}
#sec1 .container2 {
  gap: 2.86vw; /* 55px */
}
#sec1 .container3 ul {
  gap: clamp(10px, 1.56vw, 30px);
}
#sec1 .container3 li {
  position: relative;
  width: calc((100% - clamp(10px, 1.56vw, 30px) * 2) / 3);
}
#sec1 .container3 p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: clamp(20px, 1.56vw, 30px);
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.5; /* 36px */
  font-weight: 500;
}

#sec2 {
  background: #f8f8fb;
}

#fSearch input {
  background: #fff;
  border: 1px solid #ddd;
}

#lawyerList {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  grid-template-columns: repeat(2, 1fr);
  row-gap: clamp(40px, 3.13vw, 60px);
}
#lawyerList li {
  gap: clamp(20px, 1.56vw, 30px);
}
#lawyerList .img_box {
  width: clamp(180px, 12.5vw, 240px);
  background: #e9edf4;
  overflow: hidden;
}
#lawyerList .img_box img {
  /*width: 82%;*/
  transform: translateY(20px);
}
#lawyerList .txt_box {
  flex-direction: column;
}
#lawyerList dl {
  width: 100%;
}
#lawyerList dd {
  font-size: clamp(15px, 0.89vw, 17px);
  font-weight: 600;
  margin: 20px 0 12px;
}
#lawyerList dt {
  font-size: clamp(28px, 1.98vw, 38px);
  font-weight: 600;
}
#lawyerList a {
  margin-top: auto;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: clamp(14px, 0.89vw, 17px);
  font-weight: 600;
  padding: 0.68vw 2.08vw; /* 13px 40px */
  color: #666;
  transition: 0.3s;
}
#lawyerList a i {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/more2_g_ico.svg);
  margin-left: 10px;
  transition: 0.3s;
}
#lawyerList a:hover {
  filter: invert(100%);
}
#lawyerList a:hover i {
  transform: translateX(3px) translateY(-3px);
}

#sec3 .map_info {
  gap: 7px;
}
#sec3 .map_info p {
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 600;
  white-space: nowrap;
}
#sec3 .map_info button {
  color: #666;
  background: #f8f8f8;
  font-size: clamp(13px, 0.73vw, 14px);
  line-height: 2.21; /* 31px */
  padding: 0 8px;
  margin-left: 20px;
  border-radius: 4px;
}
#sec3 .map_info .map_links {
  gap: 7px;
}
#sec3 .map_info a {
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 0 18px;
  font-size: clamp(13px, 0.73vw, 14px);
  line-height: 2.29; /* 32px */
  font-weight: 500;
  background: #fff;
  transition: 0.3s;
}
#sec3 .map_info a i {
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
}
#sec3 .map_info a i.naver {
  width: 11px;
  background-image: url(../img/naver_map_ico.svg);
}
#sec3 .map_info a i.kakao {
  width: 16px;
  background-image: url(../img/kakao_map_ico.svg);
}
#sec3 .map_info a i.google {
  width: 12px;
  background-image: url(../img/google_map_ico.svg);
}
#sec3 .map_info a:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
#sec3 .container2 .grid_table {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  grid-template-columns: 200px 1fr;
  margin-bottom: 25px;
}
#sec3 .container2 .grid_table .cell {
  border-bottom: 1px solid #ddd;
  padding: clamp(17px, 1.25vw, 24px) 0;
}
#sec3 .container2 .grid_table .grid_head {
  font-size: clamp(17px, 1.04vw, 20px);
  font-weight: 600;
}
#sec3 .container2 .grid_table .grid_head:first-of-type {
  border-right: 1px solid #ddd;
}
#sec3 .container2 .grid_table .grid_cate {
  border-right: 1px solid #ddd;
  font-size: clamp(16px, 0.89vw, 17px);
  font-weight: 600;
}
#sec3 .container2 .grid_table .grid_cont {
  border-right: none;
  padding-left: clamp(20px, 2.08vw, 40px);
  padding-right: clamp(20px, 2.08vw, 40px);
}
#sec3 .container2 .grid_table .grid_cont span {
  font-size: clamp(12px, 0.78vw, 15px);
  line-height: 1.2; /* 18px */
  font-weight: 500;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  margin-right: 0.63vw; /* 12px */
}
#sec3 .container2 .grid_table .grid_cont .subway2 {
  background: #3cb44a;
}
#sec3 .container2 .grid_table .grid_cont .subway3 {
  background: #f06e00;
}
#sec3 .container2 .grid_table .grid_cont .bus1 {
  background: #2c6feb;
}
#sec3 .container2 .grid_table .grid_cont .bus2 {
  background: #3cc344;
}
#sec3 .container2 .grid_table .grid_cont .bus3 {
  background: #87c700;
}
#sec3 .container2 .grid_table .grid_cont:last-of-type span:not(:last-child) {
  margin-bottom: 12px;
}
#sec3 .container3 .grid_table {
  margin-bottom: 25px;
  grid-template-columns: 325px 1fr;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
#sec3 .container3 .grid_table .cell {
  padding: clamp(17px, 1.04vw, 20px);
}
#sec3 .container3 .grid_table .grid_cate {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 600;
}
#sec3 .container3 .grid_table .grid_cate:first-of-type {
  grid-row: 1/3;
  border-bottom: 1px solid #222;
}
#sec3 .container3 .grid_table .grid_cont {
  border-bottom: 1px solid #ddd;
  font-size: clamp(16px, 0.89vw, 17px);
}
#sec3 .container3 .grid_table .grid_cont:nth-of-type(3) {
  border-bottom: 1px solid #222;
}
#sec3 .container3 .grid_table .grid_cont:last-of-type {
  border-bottom: none;
}
#sec3 .btns {
  gap: 24px;
}
#sec3 .btns a {
  width: calc((100% - 24px) / 2);
  border-radius: 4px;
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: 3; /* 60px */
  font-weight: 500;
}
#sec3 .btns a i {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#sec3 .btns a.call {
  border: 1px solid #ccc;
}
#sec3 .btns a.call i {
  margin-right: 8px;
  background-image: url(../img/phone_g_ico.svg);
}
#sec3 .btns a.reservation {
  color: #fff;
  background: var(--color-point);
}
#sec3 .btns a.reservation i {
  margin-left: 8px;
  background-image: url(../img/more2_w_ico.svg);
}

#sec4 {
  background: #f8f8fb;
}
#sec4 .box p {
  position: relative;
  margin-bottom: 30px;
}
#sec4 .box p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #222;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#sec4 .box p i {
  width: clamp(30px, 2.4vw, 46px);
  line-height: clamp(30px, 2.4vw, 46px);
  background: var(--color-point);
  color: #fff;
  font-style: normal;
  border-radius: 100%;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 700;
  position: relative;
  z-index: 1;
}
#sec4 .box p span {
  padding: 0 20px;
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: 700;
  background: #f8f8fb;
  position: relative;
  z-index: 1;
}
#sec4 .box .imgs {
  gap: 20px;
}
#sec4 .box .imgs img {
  border-radius: 10px;
  width: calc((100% - 20px) / 2);
}

#sec5 .img_box {
  position: relative;
}
#sec5 .img_box p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 clamp(70px, 3.65vw, 70px);
  color: #fff;
  font-size: clamp(22px, 1.98vw, 38px);
  line-height: 1.58; /* 60px */
  font-weight: 700;
}

/* ----------------------------- */
/* --------------RWD------------ */
/* ----------------------------- */
@media (max-width: 1100px) {
  #sec1 .container2 .box1,
  #sec1 .container5 .box1 {
    width: calc(100% - clamp(300px, 45.45vw, 500px));
  }
  #sec1 .container2 .box2,
  #sec1 .container5 .box2 {
    width: clamp(300px, 45.45vw, 500px);
  }
}
@media (max-width: 900px) {
  #sec1 .container2 {
    flex-wrap: wrap;
  }
  #sec1 .container2 .box {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .intro_tit {
    font-size: clamp(26px, 5.33vw, 40px);
    line-height: 1.4; /* 56px */
  }
  .intro_tit2 {
    font-size: clamp(26px, 5.33vw, 40px);
  }
  .intro_tit3 {
    font-size: clamp(26px, 5.33vw, 40px);
  }
  .intro_sub {
    font-size: clamp(20px, 4.27vw, 32px);
    line-height: 1.5; /* 48px */
  }
  .intro_txt {
    font-size: clamp(16px, 4vw, 30px);
    line-height: 1.4; /* 42px */
    word-break: break-all;
  }
  #sec1 .greeting .greeting_lawyer {
	  float: none;
	  width: 100%;
	  margin: 0;
  }
  #sec1 .greeting .intro_tit {
	  display: flex;
	  align-items: center;
	  justify-content: center;
  } 
  #sec1 .greeting .intro_tit span {
	  font-size: clamp(20px, 4.27vw, 32px);
	  margin-left: clamp(5px, 1.33vw, 10px);
  }
  #sec1 .container1 p {
    font-size: clamp(20px, 4.27vw, 32px);
    line-height: 1.63; /* 52px */
  }
  #sec1 .container2 .box {
    width: 100%;
  }
  #sec1 .container2 .box2 {
    display: none;
  }
  #sec1 .container3 ul {
    flex-wrap: wrap;
    gap: clamp(20px, 6.67vw, 50px);
  }
  #sec1 .container3 li {
    width: 100%;
  }
  #sec1 .container3 p {
    font-size: clamp(15px, 4.27vw, 32px);
    line-height: 1.44; /* 46px */
    padding: clamp(10px, 4vw, 30px);
  }
  #sec1 .container5 .box {
    width: 100%;
  }
  #sec1 .container5 .box2 {
    display: none;
  }
  #fSearch input {
    font-size: clamp(12px, 3.73vw, 28px);
  }
  #lawyerList {
    gap: clamp(30px, 8vw, 60px) clamp(10px, 4vw, 30px);
  }
  #lawyerList li {
    flex-wrap: wrap;
    gap: clamp(10px, 2.67vw, 20px);
    position: relative;
  }
  #lawyerList .img_box {
    width: 100%;
  }
  #lawyerList dl {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 1.6vw; /* 12px */
  }
  #lawyerList dd {
    margin: 0;
    font-size: clamp(11px, 3.2vw, 24px);
  }
  #lawyerList dt {
    font-size: clamp(18px, 4.8vw, 36px);
  }
  #lawyerList a {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border-radius: 0;
    background: transparent;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    border-color: transparent;
  }
  #lawyerList a i {
    display: none;
  }
  #sec3 #map {
    height: clamp(260px, 69.33vw, 520px);
  }
  #sec3 .map_info {
    gap: clamp(10px, 2.67vw, 20px);
  }
  #sec3 .map_info p {
    width: 100%;
    font-size: clamp(12px, 4.27vw, 32px);
  }
  #sec3 .map_info button {
    margin-left: 0;
    font-size: clamp(12px, 3.2vw, 24px);
    line-height: 2.08; /* 50px */
    padding: 0 clamp(8px, 2.4vw, 18px);
  }
  #sec3 .map_info a {
    padding: 0;
    width: clamp(45px, 10.67vw, 80px);
    height: clamp(45px, 10.67vw, 80px);
    border-radius: 100%;
  }
  #sec3 .map_info a i {
    height: clamp(24px, 5.33vw, 40px);
    margin-right: 0;
  }
  #sec3 .map_info a i.naver {
    width: clamp(27px, 3.6vw, 27px);
  }
  #sec3 .map_info a i.kakao {
    width: clamp(40px, 5.33vw, 40px);
  }
  #sec3 .map_info a i.google {
    width: clamp(29px, 3.87vw, 29px);
  }
  #sec3 .map_info a span {
    display: none;
  }
  #sec3 .container2 .grid_table {
    margin-bottom: clamp(20px, 4vw, 30px);
    grid-template-columns: clamp(70px, 26.67vw, 200px) 1fr;
  }
  #sec3 .container2 .grid_table .cell {
    padding: clamp(12px, 3.2vw, 24px) 0;
  }
  #sec3 .container2 .grid_table .grid_head {
    font-size: clamp(12px, 3.73vw, 28px);
  }
  #sec3 .container2 .grid_table .grid_cate {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  #sec3 .container2 .grid_table .grid_cont {
    padding-left: clamp(10px, 2.67vw, 20px);
    padding-right: clamp(10px, 2.67vw, 20px);
    font-size: clamp(11px, 3.2vw, 24px);
  }
  #sec3 .container2 .grid_table .grid_cont span {
    font-size: inherit;
    padding: clamp(3px, 0.8vw, 6px) clamp(8px, 2.4vw, 18px);
    border-radius: 30px;
    margin-right: clamp(5px, 2vw, 15px);
  }
  #sec3 .container2 .grid_table .grid_cont:last-of-type span:not(:last-child) {
    margin-bottom: clamp(8px, 2vw, 15px);
  }
  #sec3 .container3 .grid_table {
    margin-bottom: clamp(20px, 4vw, 30px);
    grid-template-columns: clamp(70px, 26.67vw, 200px) 1fr;
  }
  #sec3 .container3 .grid_table .cell {
    padding: clamp(12px, 2.93vw, 22px) 0;
  }
  #sec3 .container3 .grid_table .grid_cate {
    font-size: clamp(12px, 3.73vw, 28px);
  }
  #sec3 .container3 .grid_table .grid_cont {
    padding-left: clamp(10px, 2.67vw, 20px);
    padding-right: clamp(10px, 2.67vw, 20px);
    font-size: clamp(12px, 3.2vw, 24px);
  }
  #sec3 .btns {
    display: none;
  }
  #sec4 .sub_tit {
    text-align: center;
  }
  #sec4 .box p {
    margin-bottom: clamp(20px, 5.33vw, 40px);
  }
  #sec4 .box p i {
    font-size: clamp(16px, 3.73vw, 28px);
    width: clamp(32px, 8vw, 60px);
    line-height: clamp(32px, 8vw, 60px);
  }
  #sec4 .box p span {
    font-size: clamp(18px, 4.8vw, 36px);
    padding: 0 clamp(15px, 4vw, 30px);
  }
  #sec4 .box .imgs {
    flex-wrap: wrap;
    gap: clamp(15px, 4vw, 30px);
  }
  #sec4 .box .imgs img {
    width: 100%;
  }
  #sec5 .img_box p {
    font-size: clamp(16px, 5.6vw, 42px);
    line-height: 1.52; /* 64px */
    padding: 0 clamp(20px, 6.67vw, 50px);
  }
}