/*폰트*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
/*
.noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", system-ui;
  font-optical-sizing: auto;
}
*/

/*common*/
:root {
  --main_color: #87174a;
  --sub_color01: #a12f6a;
  --desc_color: #747474;
  --drunk_section: 100px;
  --work_tit: 35px;
  --work_sub_tit: 23px;
}

body,
h1,
h2,
h3,
h4,
section,
p,
a,
ul,
li,
span,
input,
label,
button,
div,
i,
em,
textarea {
  font-family: "Noto Sans KR";
  color: inherit;
  font-weight: inherit;
}

video[poster] {
  height: 100%;
  width: 100%;
}

img {
  max-width: 100%;
}

.main_txt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;

}

.di_none {
  display: none;
}

.only_500 {
  display: none;
}

.only_640 {
  display: none !important;
}

.wrap_1400 {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

.wrap_1200 {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

section:not(.visual_wrap, .drunk_preview) {
  padding-block: 70px;
  position: relative;
}

.tit_wrap {
  margin-bottom: 50px;
}

.tit_wrap.center {
  text-align: center;
}

.tit_wrap .desc+h3 {
  margin-top: 6px;
  word-break: keep-all;
}

.tit_wrap h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #191919;
}

h3 span {
  display: block;
  color: var(--main_color);
  font-weight: 700;
}

.tit_wrap_flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.tit_wrap h3.big_font {
  font-size: 48px;
}

.tit_wrap .line_desc span {
  font-size: 23px;
  padding-right: 10px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  color: var(--desc_color);
}

.tit_wrap .line_desc {
  margin-top: 6px;
  position: relative;
}

.tit_wrap .line_desc::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #d4d4d4;
  display: block;
  height: 1px;
}

.tit_wrap .desc {
  font-size: 22px;
  color: var(--desc_color);
}

.tit_wrap .desc.right {
  text-align: right;
}

.main_c {
  color: var(--main_color);
}

.main_s {
  color: var(--sub_color01);
}

.icon_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_wrap img.img_con {
  object-fit: contain;
}

.txt_over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.txt_over_02 {
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.txt_over_03 {
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.txt_over_07 {
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.txt_over_04 {
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.txt_over_05 {
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.flex {
  display: flex;
}

.custom_scroll::-webkit-scrollbar {
  height: 5px;
  /* 가로축 스크롤바 폭 너비 */
  border-radius: 15px;
}

.custom_scroll::-webkit-scrollbar-thumb {
  background: #999;
  /* 스크롤바 막대 색상 */
  border-radius: 15px;
}

.custom_scroll::-webkit-scrollbar-track {
  background: #d7d7d7;
  /* 스크롤바 뒷 배경 색상 */
  border-radius: 15px;
}

.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

.M_only {
  display: none;
}

.only_500 {
  display: none;
}

/*이혼 색상변경 추가*/
.success_swiper li .result .icon_wrap img {
  object-position: center;
  filter: hue-rotate(112deg) brightness(1.3);
}

.success_list_wrap table .list_result .icon_wrap img {
  filter: hue-rotate(112deg) brightness(1.3);

}

.success_detail_wrap .tit_cate span img {
  filter: hue-rotate(112deg) brightness(1.3);

}

.success_detail_wrap .con_wrap .cate span img {
  filter: hue-rotate(112deg) brightness(1.3);

}

.answer_wrap .icon span img {
  filter: hue-rotate(95deg) brightness(0.75);
}

.bottom_quick_list a .arrow {
  position: absolute;
  right: 18px;
  top: 18px;
  filter: hue-rotate(112deg) brightness(1.6);
}

.introduction_imgs {
  display: flex;
  gap: 60px;
  margin-top: 75px;
  justify-content: center;
  position: relative;
}

.introduction_imgs .intro_con img {
  border-radius: 40px 0 40px 0;
}

.introduction_imgs>div.right {
  padding-top: 150px;
}

.introduction_imgs>div div:first-of-type {
  margin-bottom: 80px;
}

.introduction_imgs>div .txt p:first-child {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 5px;
}

.introduction_imgs>div {
  position: relative;
}

.introduction_imgs .intro_bg_txt {
  position: absolute;
  left: -50px;
  top: 27px;
}

.introduction_imgs>div .txt {
  padding: 0 15px;
  margin-top: 40px;
}

.introduction_imgs>div .txt p:last-child {
  color: var(--desc_color);
  font-size: 18px;
  word-break: keep-all;
}


/*이혼 색상변경 추가*/
/*common*/

/*헤더*/
.header {
  height: 140px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
  transition: all 0.3s;
}

.header .c {
  display: none;
}

.header.active {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 0;
  transition: all .3s;
}

.header.active .w {
  /* display: none; */
}

.header.active .c {
  /* display: block; */
}

.header.active nav ul a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.header.active nav ul a:hover {
  /* color: var(--main_color); */
}

.header .wrap_1400 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.header nav ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.header nav ul a {
  color: #fff;
  font-size: 18px;
}

.header nav ul a:hover {
  /* color: #000; */
  font-weight: 700;
}

.hd_bro>a {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d4d4d4;
}

.hd_bro>a .txt p:first-child {
  font-size: 15px;
}

.hd_bro>a .txt p:last-child {
  color: #797979;
  font-size: 10px;
}

.hd_bro>a:hover .txt p {
  font-weight: normal;

}

.active .hd_bro>a {
  /* border-color: var(--main_color); */
}

.active .hd_bro>a .txt p:first-child {
  /* color: var(--main_color); */
}

.active .hd_bro>a p {
  font-weight: normal;
}

/* .active .hd_bro>a img{
  filter: invert(97%) sepia(330%) saturate(734%) hue-rotate(168deg) brightness(94%) contrast(94%);
} */

/*헤더*/

/*푸터*/
footer .company_wrap {
  background-color: #343434;
  display: flex;
  justify-content: center;
  padding: 30px 0 40px;
}

footer .company_wrap ul {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .company_wrap li {
  display: flex;
  gap: 15px;
  align-items: center;
}

footer .company_wrap li+li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #fff;
  margin-right: 40px;
}

footer .company_wrap span {
  color: #fff;
  display: block;
}

footer .company_wrap span.tit {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.5px;
  word-break: keep-all;
}

footer .company_wrap span.sub_tit {
  font-weight: 400;
  font-size: 13px;
}

footer .footer_wrap {
  display: flex;
}

footer .footer_blue {
  width: calc(50% - 80px);
  position: relative;
  background-color: var(--main_color);
}

footer .footer_blue>.flex {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 80px;
  height: 100%;
  justify-content: space-between;
}

footer .footer_blue .logo_wrap {
  width: 65%;
  max-width: 300px;
  filter: brightness(0.85);
}

footer .footer_blue .logo_wrap:hover {
  filter: brightness(1);
}

footer .footer_blue .social_icon_wrap {
  display: flex;
  gap: 17px;
  justify-content: center;
  align-items: center;
}

footer .footer_blue .social_icon_wrap a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  filter: brightness(0.85);
  line-height: 1.1;
}

footer .footer_blue .social_icon_wrap a.brochure_btn {
  background-color: #fff;
  filter: none;
  border-radius: 20px;
  color: var(--main_color);
  font-size: 15px;
  width: 170px;
  height: 36px;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer_blue .social_icon_wrap a:hover {
  filter: brightness(1);
}

footer .footer_blue .social_icon_wrap a img {
  object-fit: scale-down;
}

footer .footer_white {
  width: calc(50% + 80px);
  padding: 80px 80px;
}

footer .footer_white p {
  color: var(--desc_color);
  word-break: keep-all;
}

footer .footer_white p+p {
  margin-top: 3px;
}

footer .footer_white p.main_c {
  font-weight: 700;
  color: var(--main_color);
}

footer .footer_white p.fax {
  margin-bottom: 25px;
}

.quick_menu_wrap {
  position: fixed;
  top: 170px;
  right: 30px;
  display: inline-flex;
  flex-direction: column;
  transition: right 0.3s;
  z-index: 99999;
}

.quick_menu_wrap.active {
  right: 30px;
  transition: right 0.3s;
}

.quick_menu_wrap a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 10px 5px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  text-align: center;
}

.quick_menu_wrap :where(a, button):hover {
  filter: brightness(1.15);
}

.quick_menu_wrap :where(a + a) {
  margin-top: 3px;
}

.quick_menu_wrap a img {
  display: inline-block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.quick_menu_wrap a p {
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: -0.8px;
  text-align: center;
  color: var(--main_color);
}

.quick_menu_wrap .top_btn {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--main_color);
  margin-top: 3px;
  color: #fff;
}

.bottom_quick_list a span img {
  filter: hue-rotate(112deg) brightness(1.6);

}

/*푸터*/

/*메인*/


.visual_wrap {
  height: calc(100vh - 70px);
  position: relative;
}

.visual_wrap .video_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

.visual_wrap .video_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.visual_wrap .video_wrap video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  filter: opacity(0.7);
}

.visual_wrap .desc_wrap {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
}

.visual_wrap .desc_wrap .main_desc {
  font-size: 65px;
  margin-bottom: 20px;
  font-weight: 300;
  word-break: keep-all;
}

.visual_wrap .desc_wrap .main_desc {
  font-weight: 500;
  line-height: 1.2;
}

.visual_wrap .desc_wrap p {
  color: #fff;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.5px;
}


.visual_wrap .desc_wrap .sub_desc {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 80px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.visual_wrap .desc_wrap .icon_wrap {
  display: flex;
  gap: 20px;
}

.scroll_wrap {
  position: absolute;
  bottom: 40px;
  color: #fff;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
}

section.main_lawyer {
  padding-bottom: 0px;
  padding-top: 65px;
  overflow: hidden;
}

.main_lawyer {
  background-color: #f5f5f5;
  position: relative;
}

.main_lawyer::before {
  content: "";
  width: calc(51.2% - 320px);
  background-color: var(--main_color);
  /* background-color: #751741ed; */
  height: calc(100% - 176px);
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}

/* 
.main_lawyer::after {
  content: "";
  width: 110px;
  background-color: transparent;
  height: 70px;
  position: absolute;
  right: 50%;
  top: 25%;
  transform: translateX(73%);
  bottom: 0;
  display: inline-block;
  border-top: 200px solid #f5f5f5;
  border-left: 140px solid #f5f5f5;
  border-right: 120px solid transparent;
  border-bottom: 215px solid transparent;
} */

.main_lawyer .tit_wrap {
  position: relative;
  margin-bottom: 30px;
}

.main_lawyer .tit_wrap p {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
}

.main_lawyer .tit_wrap p.main_c {
  font-size: 40px;
  font-weight: 700;
}

.main_lawyer .tit_wrap::before {
  content: "";
  width: 135px;
  height: 135px;
  display: inline-block;
  background-image: url(../img/main_lawyer_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 210px;
  top: -35px;
  z-index: -1;
}

.main_lawyer .wrap_1400 {
  display: flex;
  padding-bottom: 0;
  max-width: 1480px;
  padding-left: 40px;
}

.main_lawyer .wrap_1400>div {
  flex: 1;
  position: relative;
  z-index: 1;
}

.main_lawyer .wrap_1400 .desc_con {
  min-width: 511px;
}

.main_lawyer .wrap_1400 .icon_wrap {
  flex: 1.74;
}

.main_lawyer .desc_con {
  padding: 40px 0 70px;
}

.main_lawyer .wrap_1400 .img_wrap img {
  object-fit: contain;
  margin-left: 30px;

}

.main_lawyer .wrap_1400 .img_wrap span {
  font-family: serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -2px;
  position: absolute;
  bottom: calc(50% - 50px);
  transform: translateY(50%) rotate(-90deg);
  left: 30%;
  color: var(--sub_color01);
}

.main_lawyer .desc_wrap p {
  font-size: 23px;
  color: #797979;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: -1px;
}

.main_lawyer .bold {
  font-size: 23px;
  font-weight: 600;
  position: relative;
  width: auto;
  display: inline-block;
  padding-bottom: 2px;
  margin-top: 15px;
  letter-spacing: -1px;
}

.main_lawyer .bold::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.big_intro_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px;
}

.big_intro_wrap.sub {
  margin-top: 20px;
}

.big_intro_wrap ul li {
  width: calc(25% - 15px);
  position: relative;
  height: 465px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  overflow: hidden;
}

.big_intro_wrap.sub ul li {
  height: 315px;
  padding-top: 25px;
}

.big_intro_wrap ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.big_intro_wrap ul li .info_sort {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 12px;
}

.big_intro_wrap ul li .info_sort span {
  font-size: 18px;
  font-weight: 500;
  color: var(--sub_color01);
}

.big_intro_wrap ul li .info_wrap {
  display: block;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}

.big_intro_wrap ul li .info_wrap .position {
  font-size: 28px;
  letter-spacing: -0.8px;
  color: var(--main_color);
  font-weight: 700;
  word-break: keep-all;
}

.big_intro_wrap ul li .info_wrap .name {
  font-size: 20px;
  font-weight: 500;
  color: var(--desc_color);
}

.big_intro_wrap ul li .info_wrap .sub_title {
  font-weight: bold;
  font-size: 25px;
  color: #e8c391;
  text-shadow: -1px 0px #2d2f44, 0px 1px #2d2f44, 1px 0px #2d2f44,
    0px -1px #2d2f44;
  word-break: keep-all;
}

.big_intro_wrap ul li .info_wrap .back_info_p {
  display: none;
  color: #fff;
  font-size: 15px;
  position: relative;
  padding-left: 15px;
  word-break: keep-all;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.big_intro_wrap ul li .info_wrap .back_info_p:last-child {
  margin-bottom: 0;
}

.big_intro_wrap ul li .info_wrap .back_info_p>span {
  position: absolute;
  left: 0;
  top: 0;
}

.big_intro_wrap ul li:hover .info_wrap .position {
  color: #fff;
}

.big_intro_wrap ul li:hover .info_wrap .back_info_p {
  display: -webkit-box;
}

.big_intro_wrap ul li:hover .info_wrap .name {
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  color: #d4d4d4;
  margin-bottom: 18px;
}

.big_intro_wrap ul li:hover .back_info {
  display: block;
}

.big_intro_wrap ul li .back_info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  display: none;
}

.big_intro_wrap ul li .back_info .back_more_btn {
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: #fff;
  font-size: 16px;
}

.big_intro_wrap ul li div.icon_wrap {
  max-height: 85%;
  width: auto;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -50px;
}

.big_intro_wrap ul li div.icon_wrap img {
  width: auto;
}

.big_intro_wrap.sub ul li div.icon_wrap {
  bottom: -80px;
}

.big_intro_wrap ul li .bg_img {
  position: absolute;
  left: 50px;
  bottom: 40px
}

.big_intro_wrap ul li .info_wrap .sub_title .lawyer_mark {
  position: relative;
  top: -3px;
  margin-right: 3px;
}

.small_intro_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 38px;
}

.small_intro_wrap ul {
  height: 276px;
}

.small_intro_wrap ul div.icon_wrap {
  width: 100%;
  left: 0;
  position: absolute;
  height: 50%;
  padding-top: 15px;
  top: 0;
}

.small_intro_wrap ul div.icon_wrap img {
  height: auto;
  width: auto;
}

.small_intro_wrap ul li {
  position: relative;
  background-color: #f7f7f7;

}

.small_intro_wrap ul li .info_sort {
  position: absolute;
  top: 10px;
  left: 15px;
  display: flex;
  gap: 12px;
}

.small_intro_wrap ul li .info_sort span {
  font-size: 18px;
  font-weight: 500;
  color: var(--sub_color01);
}

.small_intro_wrap ul li .info_wrap {
  position: absolute;
  bottom: 18px;
  right: 0px;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.small_intro_wrap ul li .info_wrap .name {
  text-shadow: -1px 0px #000, 0px 1px #000, 1px 0px #000, 0px -1px #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #fff;
}

.small_intro_wrap ul li .info_wrap .position {
  font-size: 16px;
  font-weight: 500;
  color: var(--sub_color01);
}

.small_intro_wrap ul li a {
  display: block;
  height: 100%;
  background-size: cover;
}

.small_intro_wrap button {
  display: inline-block;
  width: 25px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../img/next_btn_01.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.small_intro_wrap .prev_btn {
  left: 0;
}

.small_intro_wrap .next_btn {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}


.sch_wrap {
  max-width: 700px;
  width: calc(100% - 40px);
  position: relative;
}

.sch_wrap .sch_box {
  display: flex;
  width: 100%;
  height: 70px;
  margin-bottom: 15px;
  gap: 5px;
}

.sch_wrap .sch_box input {
  border: 1px solid var(--main_color);
  display: inline-block;
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 10px 15px;
  font-size: 16px;
}

.sch_wrap .search_icon {
  width: 70px;
  height: 70px;
  background-color: var(--main_color);
  background-image: url(../img/search_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  right: 0;
}

.sch_wrap .search_icon:hover {
  filter: brightness(1.2);
}

.sch_cate_wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: end;
}

.sch_cate_wrap button {
  border: 1px solid #aaa;
  color: #666;
  padding: 5px 10px;
  width: auto;
  text-align: center;
  flex: auto;
  padding-block: 5px;
  font-size: 14px;
}

.sch_cate_wrap button:hover {
  background-color: #fff;
  border: 1px solid var(--main_color);
  color: var(--main_color);
}

.sch_cate_wrap button.active {
  background-color: #fff;
  color: var(--main_color);
  font-weight: bold;
  border: 1px solid var(--main_color);
}

.sch_con_wrap {
  overflow: hidden;
  margin-top: 40px;
}

.sch_con_wrap li>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px;
  background-color: #fff;
}

.sch_con_wrap li>a .b_box {
  background-color: var(--main_color);
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: auto;
  min-width: 85px;
  text-align: center;
  display: inline-block;
}

.sch_con_wrap li>a .con_tit {
  color: var(--main_color);
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: 600;
}

.sch_con_wrap li>a .sub_tit {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 17px;
}

/* index에 추가 */
.sch_con_wrap li .desc_wrap .desc {
  font-size: 15px;
  color: var(--desc_color);
  min-height: 42px;
}

.sch_con_wrap li .desc_wrap p:last-child span {
  font-size: 15px !important;
  color: var(--desc_color) !important;
  font-family: "Noto Sans KR" !important;
  line-height: 1.5;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sch_con_wrap li .example_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 10px;
}

.sch_con_wrap li .example_wrap .icon {
  width: 27px;
  display: inline-block;
  padding-top: 15px;
}

.sch_con_wrap li .img_wrap {
  width: 100%;
  max-width: 250px;
  margin-right: 30px;
  flex: 1;
}

.sch_con_wrap li .icon_wrap {
  /* position: absolute;
  left: 30px;
  top: 30px; */
}

.icon_wrap span:last-of-type {
  display: block;
  color: var(--main_color);
  filter: brightness(1.05);
  font-weight: 500;
}

.sch_con_wrap .pagination {
  display: block;
  text-align: center;
  margin-top: 50px;
}

.sch_con_wrap .pagination span {
  width: 15px;
  height: 15px;
  background-color: #000;
}

.main_01 .more_btn_wrap {
  text-align: center;
  margin-top: 50px;
}

.main_01 .more_btn_wrap a {
  color: #000;
  display: inline-flex;
  border: 1px solid #000;
  font-size: 20px;
  justify-content: center;
  gap: 8px;
  align-items: center;
  width: 330px;
  line-height: 45px;
}

.main_01 .more_btn_wrap a img {
  filter: brightness(0);
}

/*main_02*/
.main_02 {
  background-image: url(../img/main_link_bg.jpg);
  background-size: cover;
  background-position: right;
}

.main_02 .tit_wrap h3 {
  font-weight: normal;
  color: #fff;
}

.main_02 .tit_wrap h3 b {
  font-weight: 500;
}

.main_02 .tit_wrap .desc {
  color: #fff;
}

.work_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: rgba(255, 255, 255, 80%);
}

.work_list a {
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  display: flex;
  align-items: center;
  padding: 50px 30px;
  flex: 1 1 25%;
}

.work_list a p.content {
  color: var(--desc_color);
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.8px;
}

.work_list a p.tit {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}

.work_list a:hover p.tit {
  color: var(--main_color);
}

/* / main_02*/
/*  main_03*/
.main_03 .swiper-wrapper {
  align-items: stretch;
}

.main_03 .swiper-wrapper li.swiper-slide {
  height: auto;
  border: 1px solid #ccc;
}

.main_03 .wrap_1400 {
  position: relative;
}

.main_03 .wrap_1400>.flex {
  display: flex;
  justify-content: space-between;
}

.main_03 .wrap_1400>.flex {
  flex-wrap: wrap;
}

.main_03 .sch_cate_wrap {
  width: 100%;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.main_03 .sch_cate_wrap>div {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.main_03 .tit_wrap {
  margin-bottom: 0;
}

.main_03 .tit_wrap .desc {
  color: var(--main_color);
}

.main_03 .sch_cate_wrap button {
  font-size: 18px;
  white-space: pre;
}

.main_03 .more_btn_wrap {
  position: absolute;
  bottom: -0px;
  right: 0;
}

.more_btn_wrap a {
  color: #000;
  font-size: 18px;
}

.main_03 .more_btn_wrap a:hover {
  filter: brightness(0.85);
}

.main_03 .more_btn_wrap a img {
  margin-left: 10px;
  vertical-align: baseline;
  filter: brightness(0);
}

.main_03 .sch_wrap .search_icon {
  background-color: #000;
}

.main_03 .sch_wrap .sch_box input {
  border: 1px solid #000;
}

/* / main_03*/
/* main_04*/
.main_04 {
  background-image: url(../img/main_bg_02.jpg);
}

.main_04 .more_btn_wrap a {
  color: #fff;
}

.main_04 .more_btn_wrap {
  position: absolute;
  top: 80px;
  right: 0;
}

.main_04 .review_swiper_wrap {
  position: relative;
  margin-top: 80px;
  display: flex;
}

.main_04 .review_swiper {
  overflow: hidden;
}

.main_04 .tit_wrap {
  text-align: center;
  position: relative;
}

.main_04 .tit_wrap :where(p, h3) {
  color: #fff;
}

.main_04 .tit_wrap .desc+h3 {
  margin-top: 5px;
  word-break: keep-all;
}

.main_04 .review_swiper li {
  background-color: #fff;
  padding: 40px;
  max-height: 300px;
  height: 100%;
}

.main_04 .review_swiper li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main_04 .review_swiper li .review_cate {
  color: #c4a175;
  font-weight: 600;
  margin-bottom: 25px;
}

.main_04 .review_swiper li .review_tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main_04 .review_swiper li .review_desc {
  color: var(--desc_color);
  font-size: 15px;
  line-height: 1.4;
  /* word-break: keep-all; */
}

.review_swiper_wrap button {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}

.review_swiper_wrap button.prev_btn {
  right: unset;
  left: -70px;
  transform: translateY(-50%) rotate(180deg);
}

/* / main_04*/
/*선문선답*/
.sub_page .main_06 {
  background-color: transparent;
}

.sub_page .main_06 ul {
  width: 100%;
}

.main_06 {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_06 .tit_wrap {
  text-align: center;
}

.main_06 .tit_wrap .desc+h3 {
  margin-top: 5px;
}

.main_06 .more_btn_wrap {
  width: calc(100% - 40px);
  max-width: 365px;
  height: 60px;
  text-align: center;
}

.main_06 .more_btn_wrap button {
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.main_06 .more_btn_wrap button:hover {
  background-color: var(--main_color);
}

.main_06 .wrap_1400 {
  max-width: 1200px;
  margin-bottom: 60px;
}

.main_06 :where(li + li) {
  margin-top: 20px;
}

.main_06 li {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  padding: 30px 100px 30px 40px;
  position: relative;
  cursor: pointer;
}

.main_06 li.active {
  box-shadow: 0 0 0 2px var(--main_color);
  border: 1px solid transparent;
}

.main_06 li.active::after {
  display: none;
}

.main_06 li::after {
  content: "+";
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 500;
  color: #d4d4d4;
}

.main_06 li .con_cate {
  font-weight: 500;
  margin-bottom: 7px;
}

.main_06 li .con_tit {
  font-size: 20px;
  font-weight: 700;
  word-break: keep-all;
}

.main_06 li .con_desc_wrap .desc {
  color: var(--desc_color);
  word-break: keep-all;
}

.main_06 li.active .con_desc_wrap .show_answer {
  display: inline-block;
  margin-top: 20px;
}

.main_06 li.active .con_desc_wrap .show_answer:hover {
  font-weight: 700;
}

.main_06 li .con_desc_wrap {
  margin-top: 20px;
  display: none;
}

.main_06 li:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 0 2px var(--main_color);
}

.main_06 li:hover::after {
  color: var(--main_color);
}

/*선문선답*/

.more_btn_wrap a {
  color: #000;
  font-size: 18px;
}



.review_swiper_wrap button {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}

.review_swiper_wrap button.prev_btn {
  right: unset;
  left: -70px;
  transform: translateY(-50%) rotate(180deg);
}

.main_08 {
  background-color: #c6b6a1;
}

.main_08 .tit_wrap {
  text-align: center;
}

.main_08 .tit_wrap h3 {
  color: #fff;
}

.main_08 .tit_wrap .desc {
  color: #fff;
  word-break: keep-all;
}

section.main_08 {
  padding-block: 40px 90px;
  padding-top: 100px;
}

.main_08 .wrap_1400 {
  max-width: 1100px;
}

.main_08 form div.flex>label>span {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

.main_08 form>div {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-end;
}

.main_08 form>div>label {
  display: inline-block;
  width: calc(50% - 20px);
}

.main_08 form>div>label>span+input {
  border: 1px solid #ccc;
  padding: 5px 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  width: 100%;
}

.main_08 form>div>label>span+textarea {
  border: 1px solid #ccc;
  padding: 15px 20px;
  min-height: 150px;
  line-height: 1.3;
  font-size: 16px;
  width: 100%;
  color: #191919;
}

.main_08 form .btn_wrap {
  width: calc(50% - 20px);
  margin-bottom: 8px;
}

.main_08 form .btn_wrap label {
  cursor: pointer;
}

.main_08 form .btn_wrap input {
  filter: brightness(1.3);
  margin-right: 7px;
}

.main_08 form .btn_wrap input:checked {
  filter: brightness(1.1);
  accent-color: var(--main_color);
}

.main_08 form .btn_wrap button {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 50px;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.main_08 form .btn_wrap button:hover {
  background-color: var(--main_color);
}

section.main_09 {
  display: flex;
  padding-block: 0;
  border-top: 1px solid #d4d4d4;
}

.main_09 .map_wrap {
  width: calc(2 * (100% / 3));
  max-width: 1200px;
  background-color: #f5f5f5;
  max-height: 750px;
  height: 100vh;
  border-right: 1px solid #d4d4d4;
}

.main_09 .map_wrap .map {
  width: 100%;
  height: 100%;
}

.main_09 .tit_wrap {
  margin-bottom: 30px;
}

.main_09 .desc_wrap {
  padding: 60px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% / 3);
  max-width: 450px;
}

.main_09 .desc_wrap .map_info {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  font-weight: 500;
  align-items: flex-start;
}

.main_09 .desc_wrap .map_info .location_wrap {
  display: none;
}

.main_09 .desc_wrap span:not(.icon_wrap) {
  display: block;
  font-weight: 500;
}

.main_09 .desc_wrap .tell_01 {
  font-weight: 700 !important;
  font-size: 18px;
  margin-bottom: 2px;
}

.main_09 .desc_wrap .tell_02 {
  font-weight: 700 !important;
  font-size: 22px;
  margin-bottom: 5px;
}

.main_09 .desc_wrap .desc {
  color: var(--desc_color);
  font-size: 15px;
}

.main_09 .map_btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.main_09 .map_btn_wrap button {
  width: 100%;
  border: 1px solid #ccc;
  height: 50px;
  text-align: center;
}

.main_09 .map_btn_wrap button:hover {
  width: calc(100% + 2px);
  border: 2px solid var(--main_color);
  color: var(--main_color);
  font-weight: 700;
}

.main_09 .map_btn_wrap button.active {
  width: calc(100% + 2px);
  border: 2px solid var(--main_color);
  color: var(--main_color);
  font-weight: 700;
}

/*메인*/

/*서브*/
.sub_page {
  margin-top: 200px;
  position: relative;
}

.sub_tit_wrap {
  text-align: center;
}

.sub_tit_wrap h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 5px;
}

.sub_tit_wrap .desc {
  font-size: 18px;
  word-break: keep-all;
}

.breadcrumb {
  text-align: right;
  margin-top: 30px;
  padding-inline: 20px;
}

.sub_page.wrap_1200 {
  position: relative;
}

.breadcrumb a {
  display: inline-block;
  width: auto;
  color: var(--desc_color);
  position: relative;
}

.breadcrumb a img {
  vertical-align: revert;
}

.breadcrumb a:hover {
  color: #494848;
}

.breadcrumb a:hover img {
  filter: brightness(0.8);
}

.breadcrumb :where(a + a) {
  margin-left: 30px;
}

.breadcrumb :where(a + a)::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: 7px;
}

.sub_contact {
  background-image: url(../img/sub_contact_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.sub_contact form {
  display: flex;
}

.sub_contact form .form_tit {
  flex: 1;
  min-width: 334px;
}

.sub_contact form .form_con {
  flex: 2;
  padding-inline: 100px;
  display: flex;
  flex-direction: column;
}

.sub_contact form .form_con label {
  margin-bottom: 25px;
}

.sub_contact .form_tit .desc {
  font-weight: 700;
  font-size: 20px;
  filter: brightness(1.3);
}

.sub_contact h4 {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  margin-top: 10px;
}

.sub_contact form .form_con span {
  color: #fff;
}

.sub_contact form .form_con input {
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 16px;
  margin-right: 5px;
}

.sub_contact form .form_con input[type="text"] {
  width: 100%;
  margin-top: 10px;
  height: 60px;
  display: block;
}

.sub_contact form .form_con textarea {
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 150px;
  line-height: 1.3;
  font-size: 16px;
  width: 100%;
  color: #191919;
  margin-top: 10px;
}

.sub_contact form .form_con input::placeholder {
  color: #666;
}

.sub_contact form .form_con textarea::placeholder {
  color: #666;
}

.sub_contact form .submit_btn {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 60px;
}

.sub_contact form .submit_btn:hover {
  background-color: var(--main_color);
}

/*페이지네이션*/
.list_page_wrap {
  text-align: center;
  margin-block: 40px;
}

.list_page_wrap span.pg_button {
  opacity: 0.5;
}

.list_page_wrap .pg_button {
  display: inline-block;
  width: 14px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: center;
}

.list_page_wrap .pg_button.pg_start {
  background-image: url("../img/page_first.png");
}

.list_page_wrap .pg_button.pg_end {
  background-image: url("../img/page_last.png");
}

.list_page_wrap .pg_button.pg_prev {
  background-image: url("../img/page_prev.png");
}

.list_page_wrap .pg_button.pg_next {
  background-image: url("../img/page_next.png");
}

.list_page_wrap .pg_page {
  font-size: 14px;
  font-weight: 700;
}

.list_page_wrap :where(.pg_page + .pg_page) {
  margin-left: 15px;
  margin-right: 5px;
}

.list_page_wrap .pg_current {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #171717;
  line-height: 29px;
  border-radius: 50px;
  z-index: -1;
  margin-right: 5px;
  color: #fff;
}



/*페이지네이션*/
/*변호사소개*/
.laywer_list {
  padding-block: 50px;
}

.laywer_list ul {
  display: flex;
  flex-wrap: wrap;
}

.laywer_list li {
  display: inline-block;
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
  margin-right: 20px;
}

.laywer_list li:nth-child(3n) {
  margin-right: 0;
}

.laywer_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.laywer_list li a div.icon_wrap {
  padding-top: 30px;
  background-color: #efefef;
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.laywer_list li a div.icon_wrap img {
  transition: transform 0.3s;
}

.laywer_list li a:hover div.icon_wrap img {
  transform: scale(1.02);
  transition: transform 0.3s;
}

.laywer_list li a .desc_wrap {
  padding-left: 5px;
}

.laywer_list li a .name {
  font-weight: 500;
  font-size: 23px;
  margin-top: 5px;
}

.laywer_list li a .name em {
  font-style: normal;
  font-weight: 700;
}

.laywer_list li a .main_c {
  font-weight: 700;
  margin-top: 15px;
  font-size: 20px;
}

.laywer_list li a span.icon_wrap {
  display: inline-block;
  vertical-align: sub;
  margin-right: 7px;
}

section.lawyer_img_wrap {
  padding-block: 0;
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 0;
  overflow: hidden;
  margin-top: 50px;
}

.lawyer_img_wrap .flex {
  display: flex;
  width: 100%;
}

.lawyer_img_wrap .name_wrap {
  text-align: right;
  flex: 1;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.lawyer_img_wrap .name_wrap .desc {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  font-weight: 700;
  color: var(--main_color);
  font-size: 23px;
  line-height: 1.1;
}

.lawyer_img_wrap .name_wrap .name {
  width: auto;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
}

.lawyer_img_wrap .name_wrap .name::after {
  content: "";
  display: inline-block;
  width: 340px;
  height: 1px;
  position: absolute;
  bottom: -13px;
  right: 0;
  background-color: #d4d4d4;
}

.lawyer_img_wrap .name_wrap .eng_name {
  color: #a1a1a1;
  font-size: 20px;
}

.lawyer_img_wrap .icon_wrap {
  padding-left: 50px;
  flex: 1;
}

.lawyer_img_wrap .icon_wrap img {
  max-width: 270px;
  max-height: 430px;
  object-fit: cover;
  object-position: top;
}

section.lawyer_info_wrap {
  position: relative;
  padding-block: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: 100px;
}

.lawyer_info_wrap .left_menu {
  width: 140px;
  position: sticky;
  top: 150px;
  z-index: 1;
  height: max-content;
}

.lawyer_info_wrap .left_menu .menu_name {
  display: inline-flex;
  flex-direction: column;
  min-width: 80px;
}

.lawyer_info_wrap .left_menu button {
  font-weight: 600;
  text-align: right;
  display: inline-block;
  font-size: 20px;
}

.lawyer_info_wrap .left_menu button.active {
  color: var(--main_color);
}

.lawyer_info_wrap .left_menu .menu_name :where(button + button) {
  margin-top: 20px;
}

.lawyer_info_wrap .progress_bar {
  display: inline-block;
  width: 4px;
  height: 100%;
  border-radius: 10px;
  background-color: #d4d4d4;
  position: absolute;
  top: 0;
  right: 0;
}

.lawyer_info_wrap .progress_bar .bar {
  display: inline-block;
  width: 100%;
  height: calc(100% / 3);
  background-color: var(--main_color);
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transition: top 0.3s;
}

.lawyer_info_wrap .basic_list_wrap {
  position: relative;
  width: calc(100% - 250px);
}

.basic_list_wrap .tit_wrap {
  margin-bottom: 20px;
  padding-top: 50px;
}

.basic_list_wrap li:nth-child(1) .tit_wrap {
  padding-top: 0;
}

.basic_list_wrap .tit_wrap .desc {
  font-size: 16px;
  font-weight: 500;
}

.basic_list_wrap .tit_wrap .tit {
  font-size: 26px;
  font-weight: 700;
}

.basic_list_wrap .desc_wrap {
  padding-bottom: 50px;
  border-bottom: 1px solid #d4d4d4;
}

.basic_list_wrap .desc_wrap .basic_list {
  padding-left: 5px;
  font-size: 20px;
  display: flex;
  margin-bottom: 5px;
  word-break: keep-all;
}

.basic_list_wrap .desc_wrap .basic_list:last-child {
  margin-bottom: 0;
}

.basic_list_wrap .desc_wrap .basic_list::before {
  /* content: "·"; */
  display: inline-block;
  margin-right: 7px;
  font-weight: 700;
}

.basic_list_wrap li:last-child .desc_wrap {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.intro_detail_slide {
  padding-top: 0px;
}

.intro_detail_slide .tit_wrap {
  margin-bottom: 30px;
}

.intro_detail_slide .tit_wrap .tit {
  border-top: 1px solid #d4d4d4;
  font-size: 26px;
  font-weight: 700;
  padding-left: 40px;
  padding-top: 40px;
}

.intro_detail_slide .success_slide_wrap {
  max-width: 1320px;
  position: relative;
  overflow: hidden;
}

.intro_detail_slide>.wrap_1400 {
  position: relative;
}

.intro_detail_slide button {
  position: absolute;
  top: calc((100%) / 2);
  transform: translateY(-50%);
  filter: brightness(0);
  left: 0;
}

.intro_detail_slide button.next_btn {
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  left: unset;
  right: 0;
  filter: brightness(0);
}

.intro_detail_slide .success_slide_wrap li {
  border: 1px solid #ddd;
  padding: 20px 30px;
}

.intro_detail_slide .success_slide_wrap .cate {
  font-weight: 700;
  margin-bottom: 10px;
}

.intro_detail_slide .success_slide_wrap .tit {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.5;
}

.intro_detail_slide .success_slide_wrap .desc {
  color: var(--desc_color);
  line-height: 1.5;
  min-height: 42px;
  font-size: 14px;
}

.intro_detail_slide .success_slide_wrap .detail_btn {
  display: inline-block;
  font-weight: 500;
  border: 1px solid #ddd;
  padding: 3px 25px;
  font-size: 14px;
  margin-top: 15px;
}

.intro_detail_slide .success_slide_wrap .detail_btn:hover {
  color: var(--main_color);
}

.go_back_btn_wrap {
  margin-block: 60px;
  text-align: center;
}

.go_back_btn_wrap a {
  width: 100%;
  display: inline-block;
  max-width: 250px;
  height: 60px;
  background-color: var(--main_color);
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.success_detail_wrap+.go_back_btn_wrap a {
  background-color: var(--main_color);
}

/*변호사소개*/
/*성공사례*/
/* .success_swiper_container::before {
  width: 100%;
  margin-top: 70px;
  position: relative;
  background-image: url(../img/sub_02_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
} */

.success_swiper_container {
  width: 100%;
  margin-top: 70px;
  position: relative;
}

.success_swiper_container::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/sub_02_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  filter: hue-rotate(101deg) brightness(0.76);
  top: 0;
  left: 0;
}

.success_swiper_wrap {
  position: relative;
}

.success_swiper {
  overflow: hidden;
}

.success_swiper ul {
  height: 400px;
}

.success_swiper li {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.success_swiper li a {
  display: block;
  width: 100%;
  height: 100%;
}

.success_swiper li a:hover .img_wrap img {
  transform: scale(1.05);
  transition: transform 0.3s;
}

.success_swiper li .desc_wrap {
  padding: 30px 25px;
  min-height: 168px;
  height: 50%;
}

.success_swiper li .img_wrap {
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.success_swiper li .img_wrap img {
  opacity: 0.4;
  filter: grayscale(100%);
}

.success_swiper li .img_wrap img {
  transition: transform 0.3s;
}

.success_swiper li .result {
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--main_color);
}

.success_swiper li .con_tit {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
}

.success_swiper li .con_desc {
  color: var(--desc_color);
}

.success_swiper li .desc_wrap p span {
  font-size: 15px !important;
  color: var(--desc_color) !important;
  font-family: "Noto Sans KR" !important;
  line-height: 1.5;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.success_swiper .icon_wrap {
  width: 20px;
  height: 23px;
  vertical-align: text-top;
  display: inline-block;
}

.success_swiper_wrap button.icon_wrap {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 40px;
  top: 50%;
  left: -50px;
  transform: translateY(-50%) rotate(180deg);
}

.success_swiper_wrap button.icon_wrap.next_btn {
  right: -50px;
  left: unset;
  transform: translateY(-50%) rotate(0);
}

.success_list_wrap .text_wrap .sub_tit {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
}

.success_list_wrap .text_wrap .sub_tit span {
  font-weight: 700;
  font-size: 18px;
  word-break: keep-all;
  color: var(--main_color);
}

.success_list_wrap .text_wrap .desc {
  color: var(--desc_color);
  font-weight: 500;
  margin-top: 3px;
  margin-bottom: 30px;
  text-align: center;
  word-break: keep-all;
}

.success_list_wrap .success_list .list_search_wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.success_list_wrap .success_list input {
  font-weight: 500;
  font-size: 16px;
  width: calc(100% - 80px);
  max-width: 600px;
  height: 50px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-right: 0px;
}

.success_list_wrap .success_list input::placeholder {
  color: #171717;
  font-weight: 500;
  font-size: 14px;
}

.success_list_wrap .success_list button {
  background-color: #171717;
  color: #fff;
  width: 70px;
  height: 50px;
  text-align: center;
}

.success_table_wrap {
  overflow-x: auto;
  padding-bottom: 2px;
}

.success_list_wrap table {
  border-top: 1px solid #171717;
  width: 100%;
  border-bottom: 2px solid #d4d4d4;
}

.success_list_wrap table tr {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ccc;
}

.success_list_wrap table .list_tit {
  max-width: 320px;
}

.success_list_wrap table .list_result {
  max-width: 220px;
}

.success_list_wrap table td {
  font-weight: 500;
  padding-right: 5px;
}

.success_list_wrap table td:last-child {
  padding-right: 0;
}

.success_list_wrap table td a {
  font-weight: 500;
}

.success_list_wrap table a:hover {
  font-weight: 700;
}

.success_list_wrap table td:not(.list_con) {
  text-align: center;
}



.success_list_wrap table .list_con {
  max-width: 420px;
}

.success_list_wrap table thead tr:first-child {
  border-top: none;
}

.success_list_wrap table .list_result .icon_wrap {
  display: inline-block;
  width: 20px;
  margin-right: 3px;
}

.success_list_wrap table .list_result {
  font-weight: 600;
  color: var(--main_color);
}

section.success_detail_wrap {
  padding-block: 0;
  padding: 30px 20px;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 50px;
}

.success_detail_wrap .tit_cate {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--main_color);
}

.success_detail_wrap .tit_cate span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: sub;
}

.success_detail_wrap .con_tit {
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  word-break: keep-all;
}

.success_detail_wrap .con_date {
  color: var(--desc_color);
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}

.success_detail_wrap .con_wrap .flex {
  display: flex;
}

.success_detail_wrap .con_wrap *:not(.cate) {
  font-weight: 500;
  line-height: 1.5;
  font-size: 15px !important;
  word-break: keep-all !important;
  font-family: "Noto Sans KR" !important;
}

.success_detail_wrap .con_wrap .left_part {
  width: 70%;
}

.success_detail_wrap .con_wrap .left_part>div {
  padding-bottom: 30px;
}

.success_detail_wrap .con_wrap .left_part> :where(div + div) {
  padding-top: 30px;
  border-top: 1px solid #d4d4d4;
}

.success_detail_wrap .con_wrap .cate {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 22px;
  display: flex;
  align-items: center;
  color: var(--main_color);
  gap: 10px;
}

.success_detail_wrap .con_wrap .cate span {
  display: inline-block;
  margin-right: 3px;
  width: 30px;
  height: 25px;
  vertical-align: sub;
}

.success_detail_wrap .con_wrap .cate span img {
  object-position: center;
}

.success_detail_wrap .con_wrap .right_part {
  width: 30%;
  max-width: 320px;
  margin-left: 40px;
}

.success_detail_wrap .con_wrap .right_part .result_img {
  width: 100%;
  border: 1px solid #d4d4d4;
  padding: 15px;
}

/*성공사례*/
/*고객후기*/
.review_list_wrap {
  padding-block: 40px;
}

.review_list_wrap li {
  width: calc((100% - 35px) / 2);
  border: 1px solid #d4d4d4;
  display: inline-block;
  margin-bottom: 30px;
}

.review_list_wrap li:nth-child(2n-1) {
  margin-right: 30px;
}

.review_list_wrap li a {
  display: inline-block;
  padding: 30px;
  width: 100%;
  height: 100%;
}

.review_list_wrap li:hover {
  border: 1px solid #adacac;
}

.list_content .con_cate {
  font-weight: 600;
  margin-bottom: 10px;
}

.list_content .con_tit {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.list_content .con_desc {
  color: var(--desc_color);
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}

.review_list.list_content .con_desc {
  min-height: 63px;
}

.list_content p.more {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--desc_color);
  font-weight: 500;
}

.list_content .con_info {
  text-align: right;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
}

.list_content .con_info span {
  font-weight: 500;
}

.list_content .con_info :where(span + span) {
  display: inline-block;
  margin-left: 3px;
}

.list_content .con_info span.con_how::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #171717;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -3px;
}

section.list_content_detail {
  padding-block: 0;
  padding: 0 0 20px;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 50px;
}

.list_content_detail .con_tit_wrap {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  padding: 30px 10px;
}

.list_content_detail .tit_cate {
  margin-bottom: 5px;
  font-weight: 600;
}

.list_content_detail .tit_cate span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: sub;
}

.list_content_detail .con_sub_title {
  color: var(--main_color);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.list_content_detail .con_tit {
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
  word-break: keep-all;
}

.list_content_detail .con_info span.con_date {
  color: var(--desc_color);
  font-size: 14px;
  margin-left: 10px;
}

.list_content_detail .con_info {
  /* position: absolute;
  bottom: 20px;
  right: 0; */
  font-size: 15px;
  margin-top: 10px;
  text-align: right;
}

.list_content_detail .con_info :where(span + span) {
  display: inline-block;
  margin-left: 3px;
}

.list_content_detail .con_info span.con_how::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #171717;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -3px;
}

.list_content_detail .con_info span:not(.con_date) {
  font-weight: 500;
}

.list_content_detail .con_desc_wrap {
  padding: 30px 20px;
}

.list_content_detail .con_desc_wrap * {
  font-family: "Noto Sans KR" !important;
}

/*고객후기*/
/*업무분야*/
.sub_page .wrap_1200 {
  max-width: 1240px;
}

.work_cate_wrap {
  padding: 50px 0 100px;
}

.work_cate_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.work_cate_wrap li {
  display: inline-block;
  width: calc((100% - 30px) / 4);
  box-shadow: inset 0 0 0px 1px #d4d4d4;
}

.work_cate_wrap li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 25px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work_cate_wrap li p {
  font-size: 20px;
}

.work_cate_wrap li:hover {
  box-shadow: inset 0 0 0px 2px var(--main_color);
}


.work_cate_wrap li:hover P {
  color: var(--main_color);
}

.work_top_txt {
  font-size: 25px;
  word-break: keep-all;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.5px;
}

.work .int_tab {
  margin-bottom: 50px;
}

#work_view .mid_banner_txt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

#work_view .mid_banner_txt span {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
}

#work_view .mid_banner_txt {
  background-image: url('../img/work1_bg.png');
}

.work_sv_list .tit {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 25px;
}

.work_sv_list .desc {
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: -1.2px;
}

.work_sv_list.pl_10 .pl_10 li {
  color: #747474;
}

.work_sv_list ul li {
  color: #191919;
  font-size: 20px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  word-break: keep-all;
  letter-spacing: -1.2px;
}

.work_sv_list ul li span {
  font-weight: bold;
}

.work_sv_list ul li span.main_c {
  font-weight: 500;
}

.work_sv_list ul li:last-child {
  margin-bottom: 0;
}

.work_sv_list ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.work_sv_list.icon_01 ul li {
  padding-left: 25px;
  color: #747474;
}

.work_sv_list.icon_01 ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.work_sv_list.icon_02 ul li::before {
  display: none;
}

.work_sv_list.icon_02 ul li {
  padding-left: 25px;
}

.work_sv_list.icon_02 ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.work_step_box {
  margin-bottom: 40px;
}

.work_step_box:last-of-type {
  margin-bottom: unset;
}

.work_step_box .tit {
  font-weight: bold;
  position: relative;
  font-size: 25px;
  padding-left: 20px;
  margin-bottom: 22px;
}

.work_step_box .tit+ul li {
  font-weight: 500;
}

.work_step_box .tit span {
  font-weight: normal;
}

.work_step_box .tit::before {
  content: "";
  display: block;
  width: 8px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: var(--main_color);
}

.work_step_box .list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
}

.work_step_box .list._col {
  align-items: center;
}

.work_step_box .list>span {
  display: flex;
  align-items: center;
  width: 25px;
}

.work_step_box .list>div {
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 20px;
  padding: 20px 10px;
  width: calc((100% - 90px) / 3);
  text-align: center;
}

.work_step_box .pl_10 {
  padding-left: 10px;
  /* margin-bottom: 30px; */
  margin-bottom: 50px;
}

.work_step_box .pl_10 .desc+.bg_tit {
  margin-top: 15px;
}

.work_step_box .pl_10 .desc._gray {
  color: #747474;
}

.work_step_box li._gray {
  color: #747474;
}

.work_step_box .pl_10 .desc+.work_sv_list {
  margin-top: 10px;
}

.work_step_box .pl_15 {
  padding-left: 15px;
  margin-bottom: 30px;
}

.work_step_box .bg_tit {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 20px;
  background-color: var(--main_color);
  margin-bottom: 15px;
}

.work_step_box .desc {
  font-size: 20px;
  color: #191919;
  letter-spacing: -1.2px;
  line-height: 1.6;
  font-weight: 500;
}

.work_step_box._custom_01.box_list {
  position: relative;
}

.work_step_box._custom_01.box_list .list {
  gap: unset;
}

.work_step_box._custom_01.box_list .list>div {
  aspect-ratio: 1/1;
  max-width: 180px;
  padding: 0;
  position: relative;
  font-size: 18px;
}

.work_step_box._custom_01.box_list .list> :where(div+div) {
  margin-left: 30px;
}

.work_step_box._custom_01.box_list .list div.half_box {
  display: flex;
  gap: 15px;
  border: none;
  flex-direction: column;
  /* position: unset; */
}

.work_step_box._custom_01.box_list .list div.half_box div {
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 18px;
  text-align: center;
  width: 100%;
  padding: unset;
  height: calc(50% - 8px);
}

.work_step_box._custom_01.box_list .list>div:not(:last-child)::before {
  content: "";
  width: 10px;
  height: 12px;
  display: inline-block;
  background-image: url(../img/work_arrow_gray.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.work_step_box._custom_01.box_list .list div.arrow_01::before {
  background-image: url(../img/work_arrow_gray_01.png);
  width: 30px;
  height: 100px;
  right: -30px;

}

.work_step_box._custom_01.box_list .list div.main_c {
  background-color: var(--main_color);
  color: #fff;
}

.work_step_box._custom_01 .list._first {
  max-width: 810px;
  width: 65.3%;
}

.work_step_box._custom_01.box_list::before {
  content: "";
  display: inline-block;
  bottom: calc(15px + 32%);
  left: calc(9% - 10px);
  position: absolute;
  width: 53%;
  aspect-ratio: 10 / 1;
  background-image: url(../img/work_arrow_gray_03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.work_step_box._custom_01.box_list::after {
  content: "";
  display: inline-block;
  top: calc(100px + 7%);
  right: 7%;
  position: absolute;
  display: inline-block;
  width: 27.7%;
  aspect-ratio: 5 / 3;
  background-image: url(../img/work_arrow_gray_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.work_step_box.box_list .list {
  flex-wrap: nowrap;
  gap: 20px;
}

.work_step_box.box_list .list+.bg_tit {
  margin-top: 20px;
}

.work_step_box.box_list .list div {
  display: inline-flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 10px;
  /* width: calc((100% - 150px) / 4); */
}

.work_step_box.box_list .list div span+span {
  margin-top: 15px;
  word-break: keep-all;
}

.work_step_wrap .work_step_box:not(:last-child) {
  margin-bottom: 40px;
}

.work_step_wrap {
  margin-top: 60px;
}

.work_step_wrap .work_step_box.wide_list {
  display: flex;
  margin-bottom: 70px;
}

.work_step_box.wide_list .tit {
  min-width: 170px;
}

.work_step_box.wide_list .list {
  flex-direction: column;
}

.work_step_box.wide_list .list>div {
  width: 100%;
  padding: 30px 60px;
  gap: 60px;
  text-align: left;
  justify-content: flex-start;
}

.work_step_box.wide_list .list div .icon_wrap {
  min-width: 80px;
}

.work_step_box.wide_list .list div p.list_tit {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #171717;
}

.work_step_box.wide_list .list div p {
  font-size: 18px;
  color: #747474;
}

.work_step_box.wide_list .list>span {
  display: inline-block;
  margin-block: 20px;
  text-align: center;
}

.work_step_box.wide_list .list>span img {
  transform: rotate(90deg);
}

/*업무분야*/
/*인사이트*/

.answer_wrap {
  margin-top: 30px;
}

.answer_wrap .icon {
  width: 100px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  vertical-align: top;
}

.answer_wrap .icon_wrap {
  width: 50px;
  margin-bottom: 5px;
}

.answer_wrap .icon span {
  font-weight: 600;
  color: var(--sub_color01);
}



.answer_wrap .answer {
  display: inline-block;
  width: calc(100% - 125px);
  background-color: #eee;
  margin-left: 20px;
  padding: 25px;
  position: relative;
  word-break: keep-all;
}

.answer_wrap .answer::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 15px solid #eee;
  border-right: 15px solid #eee;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 0;
  left: -25px;
}

/*인사이트*/
/*언론보도*/
.news_wrap {
  padding-block: 60px;
}

.news_wrap ul {
  font-size: 0;
}

.news_wrap ul li {
  display: inline-block;
  width: calc((100% - 70px) / 3);
  margin-bottom: 70px;
  vertical-align: top;
  padding: 15px;
  background-color: #f5f5f5;
}

.news_wrap ul li>a .img_wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.news_wrap ul li>a:hover img {
  transform: scale(1.05);
  transition: transform 0.3s;
}

.news_wrap ul li>a img {
  transition: transform 0.3s;
}

.news_wrap ul li>a:hover .con_tit {
  font-weight: 700;
}

.news_wrap ul :where(li + li) {
  margin-left: 30px;
}

.news_wrap ul li:nth-child(3n + 1) {
  margin-left: 0;
}

.news_wrap .list_content .desc_wrap {
  border-bottom: none;
  margin-top: 15px;
}

.news_wrap .list_content .con_cate {
  font-size: 15px;
  margin-bottom: 5px;
}

.news_wrap .list_content .con_tit {
  font-size: 16px;
  height: 50px;
  font-weight: 600;
}

.news_wrap .list_content .con_date {
  font-size: 14px;
  color: var(--desc_color);
}

section.news_detail_wrap {
  padding: 0 0 50px;
}

.news_detail_wrap .con_info {
  text-align: left;
}

.news_detail_wrap .con_info span.con_date {
  color: var(--desc_color);
  font-size: 14px;
  margin-left: 0;
}

.news_detail_wrap .con_info span.con_view {
  color: var(--desc_color);
  font-size: 14px;
  margin-left: 10px;
}

.news_detail_wrap .con_tit {
  font-size: 20px;
}

.news_detail_wrap .con_desc_wrap {
  font-weight: 600;
}

.news_detail_wrap .con_href {
  font-weight: 600;
  padding: 0 20px;
}

.news_detail_wrap .con_href span {
  font-weight: 600;
}

.news_detail_wrap .con_href:hover {
  font-weight: 600;
  text-decoration: underline;
}

/*언론보도*/
/*온라인 상담*/
.online_counselling {
  text-align: center;
  padding-block: 80px;
}

.online_counselling .flex {
  width: calc(100% - 20px);
  max-width: 980px;
  display: inline-flex;
  gap: 20px;
  justify-content: space-between;
}

.online_counselling li {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  flex: 1;
}

.online_counselling li .icon_wrap {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.online_counselling :where(li + li)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/online_next.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.online_counselling .list_content .con_tit {
  font-size: 20px;
}

/*온라인 상담*/

/* 대환소개 */
.int_tab {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 12px;
}

.int_tab a {
  line-height: 48px;
  font-size: 20px;
  border: 1px solid #d4d4d4;
  width: 290px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  letter-spacing: -1.2px;
}

.int_tab a.active {
  border-color: var(--main_color);
  color: var(--main_color);
}

.greetings_wrap {
  display: flex;
  gap: 60px;
  margin-top: 95px;
}

.greetings_wrap .txt_box {
  flex: 1;
}

.greetings_wrap .txt_box>p {
  font-weight: bold;
  font-size: 30px;
  word-break: keep-all;
}

.greetings_wrap .txt_box p span {
  color: var(--main_color);
}

.greetings_wrap .txt_box .txt {
  margin: 45px 0;
  color: #747474;
  font-size: 19px;
}

.greetings_wrap .txt_box .txt p {
  word-break: keep-all;
  margin-bottom: 30px;
}

.greetings_wrap .txt_box .txt p:last-child {
  margin-bottom: 0;
}

.greetings_wrap .sign_box p {
  color: var(--main_color);
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 12px;
}

.bottom_quick {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.bottom_quick_list {
  display: flex;
  gap: 15px;
}

.bottom_quick_list a {
  display: block;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  position: relative;
  padding: 30px 20px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}

.bottom_quick_list a p:first-child {
  font-weight: bold;
  font-size: 22px;
}

.bottom_quick_list a p:last-child {
  font-size: 15px;
  color: #797979;
  letter-spacing: -0.5px;
}

.bottom_quick_list a .arrow {
  position: absolute;
  right: 18px;
  top: 18px;
}



.bottom_contact {
  background-image: url("../img/bottom_banner.png");
  background-size: cover;
  padding: 15px 20px;
  border-top: 6px solid var(--main_color);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.bottom_contact.off {
  position: relative;
}

.bottom_contact form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1800px;
  margin: 0 auto;
  justify-content: center;
}

.bottom_contact .form_tit {
  text-align: right;
}

.bottom_contact .form_tit p {
  font-size: 18px;
  margin-bottom: 5px;
}

.bottom_contact .form_tit h4 {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}

.bottom_contact .form_con {
  display: flex;
  align-items: end;
  gap: 15px;
}

.bottom_contact .form_con>label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bottom_contact .form_con>label #user_ph {
  width: 300px;
}

.bottom_contact .form_con>label span {
  color: #fff;
  font-size: 20px;
}

.bottom_contact .form_con>label input {
  height: 45px;
  padding: 0 10px;
  border: 1px solid #d6d6d6;
  width: 230px;
  font-size: 16px;
}

.bottom_contact .form_btn_box button {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  height: 45px;
  width: 190px;
  line-height: 43px;
  text-align: center;
}

.bottom_contact .form_btn_box {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: row-reverse;
}

.bottom_contact .form_btn_box label {
  color: #fff;
  font-size: 15px;
  display: block;
}

.bottom_contact .form_info_box {
  padding-right: 20px;
}

.bottom_contact .form_info_box .txt {}

.bottom_contact .form_info_box .txt p:first-child {
  color: #7d97e0;
  font-size: 15px;
  margin-bottom: 5px;
}

.bottom_contact .form_info_box .txt p {
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  line-height: 1.1;
}

.info_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.info_list .info_tit {
  margin-top: 10px;
  font-size: 20px;
}

.info_list .info_thumb {
  position: relative;
  height: 270px;
}

.info_list .info_thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.info_list .info_thumb>p {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  word-break: keep-all;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-weight: bold;
  font-size: 25px;
}

.info_list .info_thumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.info_list .info_thumb img {
  width: 100%;
}

.M_only_800 {
  display: none !important;
}

/*서브*/

/* 팝업 */
#hd_pop {
  position: absolute;
  top: 150px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
  padding: 0 15px;
  z-index: 99999;
  flex-wrap: wrap;
}

.hd_pops img {
  max-width: 100%;
}

.hd_pops {
  max-height: calc(90vh - 80px);
}


#hd_pop p {
  font-size: 0;
  height: 100%;
}

.hd_pops img {
  width: 100%;
  height: 100%;
}

.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}

.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}

.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}

.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

.m_banner {
  display: none;
}

.hashtag_wrap {
  display: flex;
  gap: 10px;
}

.hashtag_wrap a {
  font-weight: bold;
  font-size: 18px;
  /* border-bottom: 1px solid #000; */
  background-color: var(--main_color);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
}

.mid_banner {
  background-image: url('../img/mid_bg2.png');
  background-size: cover;
  background-position: bottom;
}

.mid_banner .wrap_1400 {
  display: flex;
  justify-content: end;
  padding: 80px 65px 80px 0;
}

.mid_banner .txt {
  letter-spacing: -0.8px;
}

.mid_banner .txt p:first-child {
  color: var(--sub_color01);
  font-size: 23px;
}

.mid_banner .txt p:nth-child(2) {
  font-weight: bold;
  font-size: 35px;
  margin: 24px 0;
  color: #313131;
}

.mid_banner .txt p:nth-child(2) span {
  color: var(--main_color);
}

.mid_banner .txt p:nth-child(3) {
  font-size: 22px;
  color: var(--desc_color);
}

.int_tab2 a {
  width: auto;
  flex: auto;
}

.success_list_wrap .int_tab {
  margin: 50px 0 30px;
}

.success_list_wrap .int_tab a {
  font-size: 16px;
  height: 40px;
  line-height: 38px;
}

.success_list_wrap .int_tab a.active {
  background-color: var(--sub_color01);
  color: #fff;
}

.mid_info {
  background-image: url('../img/mid_info_bg.png');

}

.mid_info .mid_tit {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
  font-size: 35px;
  word-break: keep-all;
}

.mid_info_blocks {
  display: flex;
  gap: 15px;
}

.mid_info_blocks>div {
  flex: 1;
}

.mid_info_blocks .mid_info_block_row {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.mid_info_blocks .mid_info_block_row>div {
  flex: 1;
}

.mid_info_blocks .mi_block {
  display: flex;
  font-size: 20px;
  color: #fff;
  align-items: center;
  border: 1px solid #d4d4d4;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  letter-spacing: -0.8px;
}

.mid_info_blocks .mi_block .img {
  width: 200px;
  text-align: center;
}

.mid_info_blocks .mi_block li:not(:last-child) {
  margin-bottom: 5px;
}

.mid_info_blocks .mi_block li {
  position: relative;
  padding-left: 10px;
  word-break: keep-all;
}

.mid_info_blocks .mi_block li>span {
  position: absolute;
  left: 0;
  top: 1px;
}

.tf_section .tf_tit {
  font-size: 35px;
  color: var(--main_color);
  text-align: center;
  margin-bottom: 50px;
}

.tf_info_blocks {
  display: flex;
  margin-bottom: 60px;
}

.tf_info_blocks li {
  flex: 1;
  border-right: 1px dashed #cccccc;
}

.tf_info_blocks li:last-child {
  border-right: 0;
}

.tf_info_blocks li>.tit {
  color: #fff;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.tf_info_blocks li:first-child>.tit {
  background-color: var(--main_color);
}

.tf_info_blocks li:nth-child(2)>.tit {
  background-color: #c4a175;
}

.tf_info_blocks li:nth-child(3)>.tit {
  background-color: #000;
}

.tf_info_blocks li .con {
  padding: 40px 25px;
}

.tf_info_blocks li .tf_icons {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.tf_info_blocks li .tf_icons span {
  width: 160px;
  height: 160px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 1px solid #ccc;
  overflow: hidden;
}

.tf_info_blocks li .tf_icons span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.tf_info_blocks li .tf_arrows_box span {
  display: block;
  text-align: center;
  width: 220px;
  border: 1px solid var(--main_color);
  color: var(--main_color);
  font-size: 22px;
  text-align: center;
  padding: 5px 0;
  margin: 10px auto 0;
}

.tf_info_blocks li .tf_arrows_box {
  margin-top: 14px;
}

.tf_info_blocks li .tf_arrows_box>div {
  display: flex;
  justify-content: center;
  gap: 90px;
}

.tf_info_blocks li .tf_info_text {
  margin-top: 50px;
}

.tf_info_blocks li .tf_info_text p {
  color: var(--desc_color);
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  word-break: keep-all;
  margin-bottom: 5px;
}

.tf_info_blocks li .tf_info_text p:last-child {
  margin-bottom: 0;
}

.tf_info_blocks li .tf_info_text p span {
  position: absolute;
  left: 0;
  top: 1px;
}

.tf_steps>.tit {
  font-weight: bold;
  font-size: 35px;
  color: var(--main_color);
  margin-bottom: 30px;
}

.tf_steps ul {
  display: flex;
  border: 1px solid #ccc;
}

.tf_steps ul li {
  flex: 1;
  position: relative;
  padding: 24px 70px;
}

.tf_steps ul li:not(:last-child)::after,
.tf_steps ul li:not(:last-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(50% + 9px);
  background-color: #ccc;
  position: absolute;
  left: 100%;
}

.tf_steps ul li::after {
  transform: rotate(-25deg);
  top: -5px;
}

.tf_steps ul li::before {
  transform: rotate(25deg);
  bottom: -5px;
}

.tf_steps ul li p:first-child {
  color: #d4d4d4;
  font-size: 20px;
}

.tf_steps ul li p:nth-child(2) {
  font-weight: bold;
  margin: 2px 0 4px;
  font-size: 22px;
}

.tf_steps ul li p:nth-child(3) {
  color: var(--desc_color);
  font-size: 20px;
  line-height: 1.2;
  word-break: keep-all;
}

.sub_cate_wrap {
  background-color: #f5f5f5;
}

.sub_cate_wrap .tit_wrap {
  text-align: center;
}

.sub_cate_wrap .tit_wrap h3 {
  font-weight: normal;
}

.sub_cate_wrap .tit_wrap h3 b {
  font-weight: bold;
}

.sub_cate_wrap .sc_list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.sub_cate_wrap .sc_list a {
  width: calc(50% - 7.5px);
  padding: 40px 60px;
  background-color: #fff;
  display: flex;
  gap: 20px;
  align-items: center;
}

.sub_cate_wrap .sc_list a p:first-child {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 5px;
}

.sub_cate_wrap .sc_list a p:last-child {
  color: var(--desc_color);
  font-size: 18px;
  line-height: 1.4;
}

.intro .ic_desc1 {
  color: var(--desc_color);
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.8px;
  word-break: keep-all;
  margin-top: 55px;
}

.intro .ic_desc2 {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}

.intro .ic_desc2 span {
  color: var(--main_color);
}

.intro .ic_desc3 {
  color: var(--desc_color);
  font-size: 20px;
  text-align: center;
  position: relative;
  margin-top: 40px;
  margin-bottom: 25px;
}

.intro .ic_desc3 span {
  font-weight: bold;
  font-size: 60px;
  color: #d4d4d4;
}

.intro .ic_desc3>p {
  display: inline-block;
  position: relative;
  padding: 0 55px;
  line-height: 1.7;
}

.intro .ic_desc3>p::after {
  content: "";
  display: block;
  width: 26px;
  ;
  height: 21px;
  background-image: url('../img/right_double.png');
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

.intro .ic_desc3>p::before {
  content: "";
  display: block;
  width: 26px;
  ;
  height: 21px;
  background-image: url('../img/left_double.png');
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.intro .ic_table {
  display: flex;
  border-bottom: 1px solid #cccccc;
  margin-top: 55px;
}

.intro .ic_table li {
  flex: 1;
  position: relative;
  padding: 70px 55px 20px;
  border-right: 1px dashed #ccc
}

.intro .ic_table li:last-child {
  border-right: 0;
}

.intro .ic_table li .tit {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  font-size: 23px;
}

.intro .ic_table li.main_bg .tit {
  background-color: var(--main_color);
}

.intro .ic_table li.sub_bg .tit {
  background-color: #c4a175;
}

.intro .ic_table li .con {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--desc_color);
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  height: 100%;
  width: 100%;
}

.intro .min_banner {
  margin: 45px 0;
}

.intro .min_banner {
  background-image: url(../img/intro_bg1.png);
  background-size: cover;
  height: 315px;
  background-position: center;
}

/* 기업법무팀 소개 */
.int_content {
  margin-top: 50px;
}

.int_img_wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}

.int_img_wrap .txt {
  flex: 1;
  color: var(--desc_color);
  font-size: 19px;
  letter-spacing: -0.8px;
  line-height: 1.6;
}

.int_img_wrap .txt p {
  margin-bottom: 45px;
  word-break: keep-all;
}

.int_img_wrap .txt .bold_p {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  margin-bottom: 0;
}

.sub_map_layer {
  border-top: 1px solid #d4d4d4;
  margin-top: 60px;
}

.sub_map_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.sub_map_tit .tit {
  font-weight: bold;
  font-size: 25px;
  position: relative;
  padding-left: 24px;
}

.sub_map_tit .tit::before {
  content: "";
  display: block;
  width: 8px;
  height: 34px;
  background-color: var(--main_color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sub_map_tit .desc {
  font-size: 20px;
  color: var(--desc_color);
}

.sub_map_tit .desc b {
  color: #000;
  font-weight: bold;
}

.sub_map #map {
  height: 600px;
}

/* 기업법무팀 소개 */
/* 사회공헌 */
.introduction3 .main_p {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  margin: 80px 0 60px;
}

.introduction3 .intro3_box {
  margin-bottom: 60px;
}

.introduction3 .intro3_box:last-child {
  margin-bottom: 0;
}

.introduction3 .intro3_box img {
  width: 100%;
}

.introduction3 .intro3_box .txt_box {
  display: flex;
  align-items: start;
  gap: 50px;
  margin-top: 32px;
}

.introduction3 .intro3_box .txt_box span {
  font-weight: bold;
  font-size: 25px;
  position: relative;
  padding-left: 15px;
}

.introduction3 .intro3_box .txt_box p {
  font-size: 20px;
  line-height: 1.4;
  color: #747474;
  margin-bottom: 30px;
  word-break: keep-all;
}

.introduction3 .intro3_box .txt_box p:last-child {
  margin-bottom: 0;
}

.introduction3 .intro3_box .txt_box span::before {
  content: "";
  width: 8px;
  height: calc(100% - 4px);
  background-color: var(--sub_color01);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}

/* 사회공헌 */
/* 소식 */
.notice_list {
  margin-top: 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.notice_list li {
  border-bottom: 1px solid #ddd;
}

.notice_list li .txt {
  overflow: hidden;
  flex: 1;
}

.notice_list li:last-child {
  border-bottom: 0;
}

.notice_list li a {
  display: flex;
  gap: 30px;

  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
}

.notice_list .con_cate {
  font-weight: bold;
  color: #366ab5;
  font-size: 18px;
  margin-bottom: 10px;
}

.notice_list li:hover .con_tit {
  color: #143452;
}

.notice_list .con_tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 22px;
}

.notice_list .con_info {
  color: var(--desc_color);
  font-size: 15px;
}

/* 소식 */
/* 뉴스레터 */
.newsletter_bn {
  padding: 60px 80px;
  background-position: center;
  background-size: cover;
  background-image: url('../img/news_bg.png');
}

.newsletter_bn .txt {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.newsletter_bn .txt button {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin-top: 25px;
}

.newsletter_bn .txt button img {
  margin-left: 40px;
}

.nl_pop_layer {
  display: none;
  z-index: 999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.nl_pop {
  padding: 70px 60px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  background-color: #fff;
}

.nl_pop .nl_close_btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.nl_pop_tit {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 40px;
}

.nl_pop_con .input_box {
  display: flex;
  border: 1px solid #ddd;
  padding: 10px 0;
}

.nl_pop_con .input_box:first-child {
  margin-bottom: 15px;
}

.nl_pop_con .input_box input {
  flex: 1;
  border: 0;
  height: 30px;
  padding: 0 10px;
}

.nl_pop_con .input_box input:focus {
  outline: 0;
  border: 0;
}

.nl_pop_con .input_box span {
  width: 145px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 20px;
}

.nl_pop_con .input_box span::after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-color: #000;
}

.nl_user_txt {
  margin-top: 30px;
}

.nl_user_txt>p {
  padding-left: 10px;
  font-size: 20px;
  margin-bottom: 12px;
}

.nl_user_txt_box {
  padding: 40px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  font-size: 15px;
  color: var(--desc_color);
}

.nl_user_txt_box p:not(:last-child) {
  margin-bottom: 10px;
}

.nl_check {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-top: 18px;
}

.nl_check span {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.nl_check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

.nl_check input:checked~span {
  background-color: var(--main_color);
  position: relative;
}

.nl_check input:checked~span::after {
  content: '';
  width: 11px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(135deg);
  position: absolute;
  top: 3px;
  left: 3px;
}

.nl_check p {
  color: var(--desc_color);
  font-size: 15px;
}

.nl_pop_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}

.nl_pop_btns button {
  font-size: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: var(--desc_color);
  width: 160px;
  height: 40px;
  text-align: center;
}

.nl_pop_btns button.submit_btn {
  background-color: var(--main_color);
  border-color: var(--main_color);
  color: #fff;
}
.privacy_link{
  font-weight: bold;
  margin-top: 25px;
  color: #333;
  display: block;
}

/* 뉴스레터 */
@media screen and (max-width: 1650px) {
  .bottom_contact .form_con {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1600px) {
  .big_intro_wrap ul li .info_wrap .sub_title {
    font-size: 20px;
  }

  .bottom_contact .form_tit h4 {
    font-size: 19px;
  }

  .bottom_quick_list a p:first-child {
    font-size: 18px;
  }

  .bottom_quick_list a p:last-child {
    font-size: 14px;
    word-break: keep-all;
  }

  .bottom_quick_list a span {
    width: 40px;
    display: block;
  }

  .bottom_quick_list a {
    padding: 14px 14px;
  }

  .bottom_quick_list a span img {
    width: 100%;
  }

  .bottom_contact .form_con>label span {
    font-size: 18px;
  }

  .bottom_contact .form_tit h4 {
    font-size: 19px;
  }

  .bottom_contact .form_tit p {
    font-size: 16px;
  }

  .bottom_contact .form_con>label input {
    height: 40px;
    width: 170px;
  }

  .bottom_contact .form_info_box {
    align-items: center;
  }

  .bottom_contact .form_con {
    margin: 0 20px;
  }

  .bottom_contact .form_info_box>img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .bottom_contact .form_con>label #user_ph {
    width: 200px;
  }

  .bottom_contact .form_info_box .txt p:first-child {
    font-size: 13px;
  }

  .bottom_contact .form_info_box .txt p {
    font-size: 21px;
  }

  .bottom_contact .form_btn_box button {
    width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }

  /*common*/
  .wrap_1400 {
    width: calc(100% - 40px);
    max-width: 1400px;
    margin-inline: auto;
  }

  .wrap_1200 {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-inline: auto;
  }

  .tit_wrap h3 {
    font-size: 28px;
  }

  .tit_wrap h3.big_font {
    font-size: 32px;
  }

  .tf_section .tf_tit {
    font-size: 28px;
  }

  .mid_info .mid_tit {
    font-size: 28px;
  }

  .mid_info_blocks .mi_block {
    font-size: 16px;
    padding: 20px;
  }

  .tf_info_blocks li>.tit {
    font-size: 18px;
    height: 40px;
  }

  .tf_info_blocks li .tf_arrows_box span {
    font-size: 18px;
    width: 180px;
  }

  .tf_info_blocks li .tf_info_text p {
    font-size: 16px;
  }

  .tf_steps>.tit {
    font-size: 28px;
  }

  .tf_steps ul li p:nth-child(3) {
    font-size: 16px;
  }

  .tf_steps ul li p:nth-child(2) {
    font-size: 20px;
  }

  .tf_steps ul li p:first-child {
    font-size: 16px;
  }

  .sub_cate_wrap .sc_list a p:first-child {
    font-size: 20px;
  }

  .sub_cate_wrap .sc_list a p:last-child {
    font-size: 16px;
  }

  .sub_cate_wrap .sc_list a {
    padding: 20px 40px;
  }

  .tf_info_blocks li .tf_icons span {
    width: 140px;
    height: 140px;
  }

  .tf_info_blocks li .tf_arrows_box>div {
    gap: 80px;
  }

  .tf_info_blocks li .tf_icons span img {
    max-width: 60%;
  }

  /*common*/
  /*헤더*/
  /*헤더*/
  /*푸터*/


  footer .company_wrap {
    padding: 40px 20px 60px;
  }

  footer .company_wrap li+li::before {
    margin-right: 35px;
  }

  .quick_menu_wrap a {
    width: 50px;
    height: 50px;
    padding: 5px 3px;
  }

  .quick_menu_wrap a p {
    font-size: 10px;
    margin-top: 0;
  }

  /*푸터*/
  /*메인*/
  .big_intro_wrap ul li {
    height: 400px;
  }

  .big_intro_wrap ul li .info_wrap .position {
    font-size: 24px;
  }

  .big_intro_wrap ul li .info_wrap .name {
    font-size: 18px;
  }



  .mid_banner .wrap_1400 {
    padding: 40px 35px 40px 0;
  }

  .mid_banner .txt p:nth-child(2) {
    font-size: 25px;
    margin: 14px 0;
  }

  .mid_banner .txt p:nth-child(3) {
    font-size: 18px;
  }

  .mid_banner .txt p:first-child {
    font-size: 16px;
  }

  .tit_wrap .desc {
    font-size: 20px;
  }

  .main_04 .review_swiper {
    max-width: 1200px;
    width: calc(100% - 160px);
    margin-inline: auto;
  }


  .review_swiper_wrap button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .review_swiper_wrap button.prev_btn {
    right: unset;
    left: 20px;
    transform: translateY(-50%) rotate(180deg);
  }

  /*메인*/
  /*서브*/
  /*변호사소개*/
  .intro_detail_slide .success_slide_wrap {
    max-width: calc(100% - 60px);
  }

  /*변호사소개*/
  /*성공사례*/
  .success_swiper_wrap {
    width: calc(100% - 140px);
  }

  /*서브*/

  /* 업무분야 */
  .work .int_tab a {
    font-size: 18px;
  }

  .work_top_txt {
    font-size: 20px;
  }

  .work_step_box .list>div {
    font-size: 16px;
    width: calc((100% - 90px) / 3);
    padding: 15px 5px;
  }

  .work_sv_list .tit {
    font-size: 20px;
  }

  .work_sv_list ul li {
    font-size: 16px;
  }

  .work_sv_list .desc {
    font-size: 16px;
  }

  .work_step_box .desc {
    font-size: 16px;
  }

  .work_step_box .tit {
    font-size: 20px;
    padding-left: 14px;
  }

  .work_step_box .tit::before {
    width: 5px;
    height: 22px;
  }

  .work_step_box.wide_list .list div p.list_tit {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .work_step_box.wide_list .list div p {
    font-size: 16px;
    line-height: 1.4;
  }

  .work_step_box .bg_tit {
    font-size: 16px;
  }

  .main_03 .tit_wrap a {
    font-size: 14px;
  }

  .main_03 .tit_wrap a img {
    width: 8px;
  }
}

@media screen and (max-width: 1420px) {

  /*메인*/
  section.main_lawyer {
    padding-bottom: 0px;
    padding-top: 30px;
  }

  .main_lawyer .tit_wrap p {
    font-size: 20px;
  }

  .main_lawyer .wrap_1400 {
    max-width: 1480px;
    padding-left: 0;
  }

  .main_lawyer .wrap_1400 .desc_con {
    min-width: 450px;
    max-width: 450px;
  }

  .main_lawyer .tit_wrap p.main_c {
    font-size: 36px;
    font-weight: 800;
  }

  .main_lawyer .desc_wrap p {
    font-size: 20px;
  }

  .main_lawyer .wrap_1400 .img_wrap span {
    transform: translate(10%, 50%) rotate(-90deg);
    left: 30%;
  }

  .main_lawyer .bold {
    font-size: 20px;
  }

  .main_lawyer .tit_wrap::before {
    left: 187px;
  }

  .main_lawyer::before {
    width: 30%;
    aspect-ratio: 1.19 / 1;
    height: unset;
  }

  /*메인*/
  /* 소식 */
  .notice_list li a {
    padding: 20px 25px;
  }

  .notice_list .con_cate {
    font-size: 15px;
  }

  .notice_list .con_tit {
    font-size: 18px;
  }

  .notice_list .con_info {
    font-size: 14px;
  }

  /* 소식 */
  /* 기업법무팀 소개 */
  .int_img_wrap .txt {
    font-size: 16px;
  }

  .int_img_wrap .txt .bold_p {
    font-size: 20px;
  }

  .int_img_wrap .txt p {
    margin-bottom: 25px;
  }

  .sub_map_tit .tit {
    font-size: 20px;
    padding-left: 15px;
  }

  .sub_map_tit .tit::before {
    height: 22px;
    width: 4px;
    top: 52%;
  }

  .sub_map_tit .desc {
    font-size: 16px;
  }

  .sub_map #map {
    height: auto;
    aspect-ratio: 1/0.5;
  }

  /* 기업법무팀 소개 */
  /* 뉴스레터 */
  .newsletter_bn {
    padding: 40px 50px;
  }

  .newsletter_bn .txt {
    font-size: 18px;
  }

  .newsletter_bn .txt button {
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 15px;
  }

  .nl_pop {
    padding: 50px 30px;
  }

  .nl_pop_tit {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .nl_pop_con .input_box span {
    font-size: 16px;
    width: 115px;
    line-height: 30px;
  }

  .nl_pop_con .input_box {
    padding: 5px 0;
  }

  .nl_user_txt>p {
    font-size: 16px;
  }

  .nl_user_txt {
    margin-top: 10px;
  }

  .nl_user_txt_box {
    padding: 20px;
  }

  .nl_user_txt_box {
    font-size: 13px;
  }

  .nl_check p {
    font-size: 13px;
  }

  .nl_check span {
    width: 16px;
    height: 16px;
  }

  .nl_pop_btns button {
    font-size: 16px;
    width: 120px;
    height: 35px;
    line-height: 33px;
  }
}

@media screen and (max-width: 1240px) {
  .header nav ul {
    gap: 15px;
  }

  /* 기업법무팀 소개 */
  .int_img_wrap img {
    width: 30%;
  }

  .int_img_wrap .txt br {
    display: none;
  }

  /* 기업법무팀 소개 */
  .intro .min_banner {
    height: 240px;
  }

  .intro .ic_table li .con {
    font-size: 16px;
  }

  .intro .ic_desc1 {
    font-size: 18px;
  }

  .intro .ic_desc2 {
    font-size: 20px;
  }

  .intro .ic_desc3 {
    font-size: 18px;
  }

  .intro .ic_table li .tit {
    font-size: 20px;
  }

  .big_intro_wrap ul li .info_wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }

  .big_intro_wrap ul li .info_wrap .back_info_p {
    font-size: 14px;
  }


  #work1 .work1_mid .mid_txt {
    font-size: 20px;
  }

  #work1 .work1_mid .img_banner .txt {
    font-size: 18px;
  }

  .work_link {
    font-size: 18px;
    width: 360px;
  }

  .work_link img {
    height: 24px;
  }

  .work_txt_box .tit {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  #work6 .work_txt_list_box>p {
    font-size: 16px;
  }

  #work1 .wk_banner .icons .icon,
  #work8 .wk_banner .icons .icon {
    font-size: 18px;
  }

  #work1 .wk_banner .icons .icon img,
  #work8 .wk_banner .icons .icon img {
    object-fit: contain;
    max-width: 80%;
    max-height: 80%;
  }

  .work_txt_box .tit span {
    width: 5px;
    height: 96%;
  }

  .work_txt_list li {
    font-size: 16px;
  }

  .greetings_wrap .greetings_img {
    width: 400px;
  }

  .greetings_wrap .greetings_img img {
    width: 100%;
  }

  .greetings_wrap .txt_box .txt {
    font-size: 16px;
    margin: 25px 0;
  }

  .greetings_wrap .txt_box>p {
    font-size: 24px;
  }

  .greetings_wrap .sign_box p {
    font-size: 16px;
  }

  .greetings_wrap .sign_box img {
    width: 180px;
  }

  .greetings_wrap {
    gap: 40px;
  }

  .introduction_imgs>div .intro_con img {
    width: 100%;
  }

  .introduction_imgs {
    padding: 0 50px;
  }

  .introduction_imgs>div .txt p:last-child {
    font-size: 16px;
  }

  .introduction_imgs>div .txt p:first-child {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .introduction_imgs {
    gap: 40px;
  }

  .introduction_imgs .intro_bg_txt {
    width: 30px;
  }

  .introduction_imgs>div .txt {
    margin-top: 25px;
  }

  .introduction_imgs>div div:first-of-type {
    margin-bottom: 50px;
  }

  /* main_02 */
  .work_list a {
    padding: 20px;
  }

  .work_list a p.tit {
    font-size: 18px;
  }

  .work_list a p.content {
    font-size: 14px;
    word-break: keep-all;
  }

  /* main_02 */
  /* main_03 */
  .news_swiper .con_tit_wrap .con_tit {
    font-size: 18px;

  }

  .news_swiper .con_tit_wrap .con_desc {
    font-size: 14px;
  }

  .news_swiper .con_tit_wrap {
    margin-top: 20px;
  }

  /* main_03 */
  /* main_04 */
  .success_wrap li .con_tit {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 0;
  }

  .success_wrap li .con_cate {
    margin-bottom: 15px;
  }

  .success_wrap li .con_desc {
    font-size: 14px;
  }

  .success_wrap li {
    padding: 30px 20px;
  }

  .success_wrap .more_box span {
    font-size: 13px;
  }

  .success_wrap {
    height: 360px;
  }

  .succes_list_more a {
    font-size: 16px;
  }

  .succes_list_more a img {
    width: 22px;
  }

  .main_04 .success_btn img {
    width: 15px;
  }

  /* main_04 */
}

@media screen and (max-width: 1200px) {

  /*메인*/
  .main_lawyer .wrap_1400 {
    display: flex;
    padding-bottom: 0;
    flex-direction: column;
  }

  .main_lawyer .wrap_1400 .desc_con {
    padding: 40px 0 30px;
  }

  .main_lawyer .wrap_1400 .icon_wrap {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .main_lawyer .wrap_1400 .img_wrap img {
    max-width: 650px;
    text-align: right;
  }

  .main_lawyer::before {
    width: 330px;
    height: 270px;
  }

  /*메인*/
  /* 사회공헌 */

  .introduction3 .main_p {
    font-size: 24px;
  }

  .introduction3 .intro3_box .txt_box span {
    font-size: 20px;
  }

  .introduction3 .intro3_box .txt_box p {
    font-size: 16px;
  }

  /* 사회공헌 */
  .header nav ul a {
    font-size: 16px;
  }

  .hd_bro>a {
    padding: 5px 10px;
  }

  .hd_bro>a img {
    width: 22px;
  }

  .hd_bro>a .txt p:first-child {
    font-size: 13px;
  }

  .hd_bro>a .txt p:last-child {
    font-size: 8px;
  }

  .big_intro_wrap ul li .back_info .back_more_btn {
    right: 14px;
    bottom: 14px;
    font-size: 14px;
  }

  .mid_info_blocks .mi_block ul {
    flex: 1;
  }

  .mid_info_blocks .mi_block .img {
    width: 130px;
    padding: 0 10px;
  }

  .mid_info_blocks .mi_block {
    padding: 15px;
    font-size: 14px;
  }

  .tit_wrap h3.big_font {
    font-size: 28px;
  }

  .tf_section .tf_tit {
    font-size: 26px;
  }

  .mid_info .mid_tit {
    font-size: 26px;
  }

  .tf_info_blocks li>.tit {
    font-size: 16px;
  }

  .tf_info_blocks li .tf_icons span {
    width: 100px;
    height: 100px;
  }

  .tf_info_blocks li .tf_arrows_box span {
    font-size: 16px;
    width: 150px;
  }

  .tf_info_blocks li .tf_info_text p {
    font-size: 14px;
  }

  .tf_info_blocks li .tf_info_text {
    margin-top: 40px;
  }

  .tf_info_blocks li .tf_arrows_box>div {
    gap: 50px;
  }

  .tf_steps ul li {
    padding: 15px 50px;
  }

  .tf_steps ul li p:nth-child(2) {
    font-size: 18px;
  }

  .tf_steps>.tit {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .sub_cate_wrap .sc_list a p:last-child {
    font-size: 14px;
    word-break: keep-all;
  }

  .sub_cate_wrap .sc_list a {
    padding: 20px;
    gap: 10px;
  }

  .sub_cate_wrap .sc_list a p:first-child {
    font-size: 18px;
  }


  .sub_cate_wrap .sc_list a>img {
    width: 70px;
  }

  #work7 .wk_banner_txt {
    background-position: center;
  }

  #work5 .work_txt_box.only_txt {
    font-size: 20px;
  }

  #work7 .work_only_txt {
    font-size: 18px;
  }

  #work7 .work_only_txt p:first-child {
    font-size: 20px;
  }

  #work5 .wk_banner_txt .mid_txt ul li {
    font-size: 16px;
  }

  .work_round_step li:not(.step) {
    flex: 1;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .work_mid_banner .tit {
    font-size: 20px;
  }

  .work_round_step li:not(.step)>div p {
    font-size: 16px;
  }

  .work_round_step li:not(.step)>div img {
    max-height: 45px;
  }

  .work_mid_banner p {
    font-size: 18px;
  }

  .work_round_step {
    gap: 20px;
  }

  .work_only_txt {
    font-size: 20px;
  }

  .wk_banner_txt .mid_txt .tit {
    font-size: 20px;
  }

  .wk_banner_txt .mid_txt ul li {
    font-size: 16px;
  }

  .wk_banner_txt {
    padding: 40px 0;
  }

  #work2 .work_txt_box p:first-child {
    font-size: 20px;
  }

  #work2 .work_txt_box p:last-child {
    font-size: 18px;
  }

  .info_list {
    gap: 20px;
  }

  .info_list .info_tit {
    font-size: 18px;
    word-break: keep-all;
  }

  .info_list .info_thumb {
    height: auto;
    aspect-ratio: 1 / 0.6;
  }

  .info_list .info_thumb>p {
    font-size: 20px;
  }

  footer .footer_blue .social_icon_wrap {
    gap: 10px;
    align-items: center;
  }

  footer .footer_blue .social_icon_wrap a.brochure_btn {
    font-size: 13px;
    width: 130px;
  }

  footer .footer_blue .social_icon_wrap a.brochure_btn img {
    width: 15px;
  }

  .bottom_contact .form_info_box>img {
    display: none;
  }

  .bottom_contact .form_tit h4 {
    font-size: 17px;
  }

  .bottom_contact .form_tit p {
    font-size: 14px;
  }

  .bottom_contact .form_con>label span {
    font-size: 16px;
  }

  .bottom_contact .form_con>label input {
    width: 150px;
  }

  .bottom_contact .form_con>label #user_ph {
    width: 160px;
  }

  .bottom_contact .form_btn_box button {
    width: 120px;
  }

  .bottom_contact .form_info_box .txt p {
    font-size: 18px;
  }

  .bottom_contact .form_info_box .txt p:first-child {
    font-size: 12px;
  }

  .bottom_contact .form_con {
    margin: 0 14px;
    gap: 10px;
  }

  /*common*/
  .tit_wrap h3 {
    font-size: 26px;
  }

  /*common*/
  /*헤더*/
  .header {
    height: 100px;
  }

  .header .logo_wrap {
    width: 160px;
  }

  /*헤더*/
  /*푸터*/
  footer .company_wrap span {
    color: #fff;
    display: block;
    font-size: 15px;
  }

  footer .company_wrap li+li::before {
    margin-right: 10px;
  }

  footer .footer_white {
    width: calc(50% + 80px);
    padding: 80px 50px;
  }

  .quick_menu_wrap {
    top: 120px;
  }

  .quick_menu_wrap.active {
    right: 20px;
  }

  /*푸터*/
  /*메인*/
  .tit_wrap .desc+h3 {
    margin-top: 5px;
  }

  .big_intro_wrap ul li {
    height: 330px;
  }

  .small_intro_wrap ul li {
    max-width: 220px;
  }


  .big_intro_wrap ul li div.icon_wrap {
    padding-left: 0;
  }

  .big_intro_wrap ul li .bg_img {
    left: 20px;
    width: 75px;
  }

  .big_intro_wrap ul li .info_wrap .name {
    font-size: 15px;
    word-break: keep-all;
  }

  .big_intro_wrap ul li .info_wrap .position {
    font-size: 20px;
    word-break: keep-all;
  }

  .big_intro_wrap ul li .info_sort {
    top: 10px;
    left: 15px;
  }

  .big_intro_wrap ul li .info_sort .icon_wrap {
    width: 25px;
    height: 25px;
  }



  .big_intro_wrap ul li .info_sort span {
    font-size: 14px;
  }

  .small_intro_wrap ul {
    height: 200px;
  }

  .small_intro_wrap ul li .info_wrap .name {
    font-size: 16px;
  }



  .main_01 .more_btn_wrap a {
    font-size: 16px;
    width: 270px;
    line-height: 35px;
  }

  .main_01 .more_btn_wrap a img {
    width: 18px;
  }

  .small_intro_wrap ul li .info_wrap .position {
    font-size: 14px;
  }


  .small_intro_wrap ul li .info_wrap {
    padding: 10px;
  }



  .sch_wrap {
    max-width: 600px;
  }

  .sch_cate_wrap button {
    padding: 5px;
    font-size: 14px;
  }

  .sch_con_wrap li .img_wrap {
    width: 100%;
    max-width: 150px;
    margin-right: 30px;
  }

  .sch_con_wrap li>a {
    padding: 25px;
  }

  .more_btn_wrap a {
    font-size: 16px;
  }

  .main_04 .review_swiper {
    max-width: 1200px;
    width: calc(100% - 80px);
  }

  .review_swiper_wrap button {
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }

  .review_swiper_wrap button.prev_btn {
    left: -5px;
  }

  .main_04 .review_swiper li {
    padding: 30px;
  }

  .main_04 .review_swiper li .review_cate {
    margin-bottom: 15px;
  }

  .main_06 li {
    padding: 20px 100px 20px 30px;
  }

  .main_06 li .con_tit {
    font-size: 18px;
    font-weight: 700;
  }


  .main_08 .form_wrap {
    display: flex;
    justify-content: center;
  }

  .main_08 .form_wrap form {
    max-width: 700px;
    width: 100%;
  }

  .main_08 form .btn_wrap {
    width: calc(50% - 20px);
    max-width: 330px;
  }

  .main_08 form div.flex>label>span {
    display: block;
    font-size: 16px;
  }

  .main_08 form>div>label>span+input {
    font-size: 14px;
    padding: 5px 10px;
  }

  .main_08 form>div>label>span+textarea {
    padding: 15px 10px;
    font-size: 14px;
  }

  .main_09 .desc_wrap {
    padding: 60px 35px;
  }

  /*서브*/
  .sub_page {
    margin-top: 160px;
  }

  .sub_tit_wrap {
    text-align: center;
    margin-bottom: 30px;
  }

  .sub_tit_wrap h3 {
    font-size: 36px;
  }

  .breadcrumb {
    text-align: center;
  }

  .breadcrumb :where(a + a)::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    background-size: contain;
    left: -20px;
    top: 7px;
  }

  /*변호사 소개*/
  .laywer_list li a span.icon_wrap {
    display: inline-block;
    width: 16px;
    height: 20px;
    vertical-align: sub;
    margin-right: 7px;
  }

  /*변호사 소개*/
  /*성공사례*/
  .success_list_wrap table :where(td, th) {
    font-size: 14px;
  }

  /*성공사례*/
  /*고객후기*/
  .review_list_wrap li a {
    padding: 25px;
  }

  /*고객후기*/
  /*업무분야*/
  .work_cate_wrap li .con_tit {
    font-size: 16px;
    letter-spacing: -0.18px;
  }

  .work_step_box.wide_list .list>div {
    width: 100%;
    padding: 30px 40px;
  }

  .work_step_box.box_list .list div {
    padding: 20px;
  }

  .work_step_box.box_list .list div>span:first-of-type {
    width: 65px;
  }

  .work_step_box .pl_10 {
    margin-bottom: 30px;
  }

  .work_step_box.box_list .list div span+span {
    margin-top: 5px;
    font-size: 14px;
  }

  .work_step_box._custom_01.box_list .list div.half_box div {
    font-size: 14px;

  }

  /*업무분야*/
  /*언론보도*/
  .news_wrap {
    padding-block: 40px;
  }

  .news_wrap ul li {
    margin-bottom: 70px;
  }

  .news_wrap ul :where(li + li) {
    margin-left: 20px;
  }

  .news_wrap .list_content .con_tit {
    font-size: 15px;
    height: 43px;
  }

  /*언론보도*/
  /*서브*/
  footer .company_wrap span.tit {
    font-size: 18px;
  }
}

@media screen and (max-width: 1100px) {
  .header.active nav ul a {
    font-size: 17px;
  }

}

@media screen and (max-width: 1024px) {
  .active .hd_bro>a .txt p:first-child {
    color: #fff;
  }

  .header.active nav ul a {
    border-color: #fff;
  }

  .active .hd_bro>a img {
    filter: invert(10%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }

  /* 사회공헌 */

  .introduction3 .main_p {
    font-size: 20px;
    margin: 60px 0 40px;
  }

  .introduction3 .intro3_box .txt_box {
    flex-direction: column;
    gap: 20px;
  }

  .introduction3 .intro3_box .txt_box p br {
    display: none;
  }

  .introduction3 .intro3_box .txt_box p {
    margin-bottom: 15px;
  }

  /* 사회공헌 */
  /* 기업법무팀 소개 */
  .int_content {
    margin-top: 40px;
  }

  .sub_map_tit {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 15px;
  }

  .sub_map_tit .tit {
    font-size: 18px;
  }

  .sub_map_tit .desc {
    font-size: 14px;
    word-break: keep-all;
  }

  .int_img_wrap .txt {
    font-size: 14px;
  }

  .int_img_wrap .txt .bold_p {
    font-size: 18px;
  }

  .int_img_wrap {
    flex-direction: column;
  }

  .int_img_wrap img {
    width: 100%;
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 15px;
  }

  /* 기업법무팀 소개 */
  .tf_info_blocks li .con {
    padding: 20px 15px;
  }

  .tf_info_blocks li .tf_info_text {
    margin-top: 25px;
  }

  .tf_info_blocks li .tf_info_text p {
    padding-left: 15px;
  }

  .mid_info_blocks {
    flex-wrap: wrap;
  }

  .mid_info_blocks>div {
    flex: none;
    width: 100%;
  }

  .tf_steps ul li p:nth-child(3) {
    font-size: 14px;
  }

  .tf_steps ul li p:nth-child(2) {
    font-size: 16px;
  }

  .tf_steps ul li p:first-child {
    font-size: 14px;
  }

  .tit_wrap h3.big_font {
    font-size: 21px;
  }

  .tf_section .tf_tit {
    font-size: 21px;
  }

  .mid_info .mid_tit {
    font-size: 20px;
  }

  .tf_steps>.tit {
    font-size: 21px;
  }

  .big_intro_wrap ul li .bg_img {
    width: 60px;
    left: 10px;
  }

  .big_intro_wrap ul li div.icon_wrap {
    right: -10px;
  }


  .mid_banner {
    background-image: url('../img/m_mid_bg2.png');
    aspect-ratio: 1 / 0.8;
  }

  .mid_banner .wrap_1400 {
    display: block;
    padding: 40px 0;
  }

  .tit_wrap .line_desc {
    padding-right: 0;
  }


  .tit_wrap .line_desc span {
    font-size: 18px;
  }

  .tit_wrap .line_desc::after {
    display: none;
  }

  #work_view .blue_box {
    padding: 20px 20px;
    margin-top: 25px;
  }

  .t_none {
    display: none;
  }

  .big_intro_wrap ul li .info_wrap .sub_title .lawyer_mark img {
    width: 22px;
  }

  .big_intro_wrap ul li .info_wrap .sub_title {
    font-size: 20px;
  }

  .pc_banner {
    display: none;
  }

  .m_banner {
    display: block;
  }

  .hd_pops_footer {
    font-size: 12px;
  }

  #hd_pop {
    top: 80px;
    align-items: start;
    flex-direction: column;
  }

  .hd_pops {
    width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

  #hd_pop p {
    width: 100%;
    height: 100%;
  }

  .hd_pops img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .greetings_wrap .greetings_img {
    background-color: #f5f5f5;
    overflow: hidden;
    height: 450px;
    width: 100%;
    padding: 25px;
    text-align: center;
  }

  .greetings_wrap {
    margin-top: 40px;
  }

  .int_tab a {
    flex: 1;
    width: auto;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
  }

  .greetings_wrap .greetings_img img {
    max-width: 400px;
  }

  .greetings_wrap {
    flex-direction: column;
  }

  .greetings_wrap .txt_box .txt {
    white-space: normal;
    word-break: keep-all;
  }

  .greetings_wrap .greetings_img {
    margin: 0 auto;
  }

  .bottom_quick_list {
    flex-wrap: wrap;
  }

  .bottom_quick_list a {
    flex: none;
    width: calc(50% - 12.5px);
  }

  .footer_logo img {
    max-width: 150px;
    filter: brightness(0.5);
  }

  .success_detail_wrap .con_wrap .cate {
    font-size: 18px;
  }

  .success_detail_wrap .con_wrap .hashtag_wrap a {
    padding: 3px 10px;
    font-size: 14px !important;
  }

  .hashtag_wrap {
    gap: 5px;
    flex-wrap: wrap;
  }

  .bottom_contact form {
    justify-content: start;
  }

  .bottom_contact .form_tit {
    text-align: left;
  }

  .bottom_contact form>div {
    width: 100%;
  }

  .bottom_contact .form_con {
    display: block;
    margin: 20px 0;
  }

  .bottom_contact .form_con>label input {
    width: auto;
    flex: 1;
    min-width: 0;
  }

  .bottom_contact .form_con>label #user_ph {
    width: auto;
  }

  .bottom_contact .form_con>label span {
    font-size: 15px;
  }

  .bottom_contact .form_con>label span {
    width: 80px;
  }

  .bottom_contact .form_con>*:not(:last-child) {
    margin-bottom: 10px;
  }

  .bottom_contact .form_info_box>img {
    display: block;
  }

  /*common*/


  section:not(.visual_wrap, .drunk_preview) {
    padding-block: 100px;
  }

  section.list_content_detail {
    padding-block: 0;
  }

  section.success_detail_wrap {
    padding-block: 0;
    padding: 30px 20px;
  }

  section.lawyer_img_wrap {
    padding-block: 50px 0;
  }

  section.lawyer_info_wrap {
    padding-block: 0;
    margin-top: 50px;
  }

  section.list_content_detail {
    padding-block: 0 50px;
  }

  .tit_wrap .desc {
    font-size: 16px;
  }

  .tit_wrap h3 {
    font-size: 21px;
    line-height: 1.5;
  }

  .tit_wrap {
    margin-bottom: 40px;
  }

  /*common*/
  /*헤더*/
  .header {
    height: 60px;
  }

  .header.active .bar {
    background-color: #fff;
  }

  .header.active nav ul a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }

  .header .logo_wrap {
    position: absolute;
    /* top: 7px; */
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
  }

  .header .menu_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    padding: 15px;
    cursor: pointer;
    z-index: 101;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header .menu_button .bar:nth-of-type(1) {
    margin-top: 0px;
  }

  .header .menu_button .bar:nth-of-type(3) {
    margin-bottom: 0px;
  }

  .header .bar {
    position: relative;
    display: block;

    width: 20px;
    height: 2px;

    margin: 6px auto;
    background-color: #fff;

    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header .cross .bar {
    background-color: #ccc;
  }

  .header .cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .header .cross .bar:nth-of-type(2) {
    opacity: 0;
  }

  .header .cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }

  .header nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    display: inline-block;
    transition: transform 1s;
    transform: translateX(100%);
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -1;
  }

  .header nav.active {
    display: inline-block;
    transition: transform 1s;
    transform: translateX(0);
  }

  .header nav ul {
    display: flex;
    gap: 25px;
    flex-direction: column;
    margin-top: 80px;
    align-items: center;
    padding-right: 0;
  }

  /*헤더*/
  /*푸터*/
  footer .company_wrap ul {
    flex-wrap: wrap;
  }

  footer .company_wrap li {
    display: flex;
    gap: 15px;
    align-items: center;
    flex: 1 1 45%;
    padding: 7px;
  }

  footer .company_wrap {
    padding: 20px;
  }

  footer .footer_white {
    width: 100%;
    padding: 40px 20px;
    font-size: 14px;
  }

  footer .company_wrap span.icon_wrap {
    width: 20px;
    height: 20px;
  }

  footer .company_wrap span {
    color: #fff;
    display: block;
    font-size: 14px;
  }

  footer .company_wrap li+li::before {
    content: "";
    display: none;
  }

  footer .footer_blue::before {
    z-index: -1;
  }

  footer .footer_wrap {
    display: flex;
    flex-direction: column;
  }

  footer .footer_blue {
    width: 100%;
  }

  footer .footer_blue>.flex {
    position: unset;
    flex-direction: row;
    padding: 50px 20px;
  }

  footer .footer_blue .logo_wrap {
    width: 160px;
    filter: brightness(1);
  }

  footer .footer_blue .social_icon_wrap {
    display: flex;
    gap: 10px;
  }

  footer .footer_white {
    width: 100%;
    padding: 60px 20px;
  }

  footer .footer_blue .social_icon_wrap a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    filter: brightness(1);
  }

  .quick_menu_wrap {
    position: fixed;
    top: auto;
    bottom: 120px;
    transition: right 0.3s;
  }

  .quick_menu_wrap.active {
    right: 20px;
    transition: right 0.3s;
  }

  /*푸터*/
  /*메인*/
  .visual_wrap {
    min-height: unset;
  }

  .visual_wrap .desc_wrap .main_desc {
    font-size: 45px;
  }

  .visual_wrap .desc_wrap .sub_desc {
    font-weight: 400;
    font-size: 22px;
  }

  .visual_wrap .desc_wrap .icon_wrap {
    display: flex;
    gap: 20px;
    height: 70px;
  }

  section.main_lawyer {
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .main_01::after {
    top: 22%;
  }

  .main_01::after {
    height: 78%;
  }

  .big_intro_wrap ul li {
    width: calc((100% - 60px) / 4);
    height: 300px;
  }

  .big_intro_wrap ul li .info_wrap .position {
    font-size: 18px;
    letter-spacing: -0.8px;
  }

  .tit_wrap h3.big_font {
    font-size: 36px;
  }

  .big_intro_wrap ul li .info_sort {
    top: 5px;
    left: 6px;
    gap: 5px;
  }

  .big_intro_wrap ul li .info_sort .icon_wrap {
    width: 18px;
    height: 18px;
  }

  .big_intro_wrap ul li .info_sort span {
    font-size: 12px;
  }

  .small_intro_wrap ul li .info_wrap .name {
    font-size: 16px;
  }

  .small_intro_wrap ul li .info_wrap .position {
    font-size: 12px;
  }

  .main_lawyer .wrap_1400 .desc_con {
    flex: 1.5;
  }

  .main_lawyer .desc_wrap p {
    font-size: 16px;
  }

  .main_lawyer .bold {
    font-size: 18px;
  }

  .main_lawyer::before {
    width: calc(48%);
    height: 38.5%;
    max-width: 340px;
  }

  .sch_wrap {
    max-width: unset;
    width: calc(100% - 0px);
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .sch_con_wrap {
    margin-top: 0;
  }

  .sch_con_wrap li>a {
    padding: 20px;
  }

  .sch_con_wrap li>a .b_box {
    min-width: 75px;
    font-size: 14px;
  }

  .sch_con_wrap li>a .con_tit {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sch_con_wrap li>a .sub_tit {
    font-size: 14px;
  }

  .sch_con_wrap li .desc_wrap .desc {
    font-size: 14px;
    color: var(--desc_color);
  }

  .main_04 .review_swiper li .review_cate {
    margin-bottom: 15px;
  }

  .main_03 .sch_cate_wrap {
    margin-top: -45px;
  }

  .main_04 .review_swiper li {
    padding: 25px;
  }

  .main_06 li .con_cate {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .main_06 li .con_tit {
    font-size: 16px;
  }

  .main_06 li .con_desc_wrap {
    margin-top: 10px;
    font-size: 14px;
  }

  .main_06 li.active .con_desc_wrap button {
    margin-top: 15px;
  }

  .main_06 .more_btn_wrap {
    width: calc(100% - 40px);
    max-width: 265px;
    height: 50px;
  }

  .main_06 .more_btn_wrap button {
    font-size: 16px;
  }

  .main_06 li .con_desc_wrap .show_answer {
    font-weight: 700;
  }

  .main_08 form>div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .main_08 form>div>label {
    display: inline-block;
    width: calc(50% - 10px);
  }

  .main_08 form .btn_wrap {
    bottom: 105px;
  }

  .main_08 form .btn_wrap button {
    font-size: 16px;
  }

  .main_09 .map_wrap {
    width: 55%;
    max-width: 1200px;
    background-color: #f5f5f5;
    max-height: 750px;
    height: 100vh;
  }

  .main_09 .desc_wrap {
    padding: 30px 25px;
    max-width: unset;
    width: 45%;
  }

  .main_09 .desc_wrap .map_info {
    display: flex;
    gap: 10px;
  }

  .main_09 .desc_wrap span.icon_wrap {
    width: 25px;
    height: 25px;
  }

  .main_09 .desc_wrap span:not(.icon_wrap) {
    display: block;
    font-weight: 500;
    font-size: 15px;
  }

  .main_09 .map_btn_wrap button {
    font-size: 14px;
  }

  /*메인*/

  /*서브*/
  .sub_page {
    margin-top: 90px;
  }

  .breadcrumb {
    margin-top: 0;
  }

  .sub_tit_wrap {
    margin-bottom: 15px;
  }

  section.success_detail_wrap {
    margin-top: 30px;
  }

  .sub_tit_wrap h3 {
    font-size: 30px;
  }

  .sub_tit_wrap .desc {
    font-size: 16px;
  }

  .breadcrumb {
    top: 95px;
  }

  .breadcrumb a {
    font-size: 14px;
  }

  .sub_contact form {
    display: flex;
    flex-direction: column;
  }

  .sub_contact form .form_con {
    flex-direction: column;
    margin-top: 50px;
    padding-inline: 0px;
  }

  .sub_contact form .submit_btn {
    background-color: var(--main_color);
    color: #fff;
  }

  .sub_contact form .form_con input[type="text"] {
    height: 45px;
  }

  .sub_contact form .submit_btn {
    height: 50px;
  }

  /*변호사 소개*/
  .laywer_list li {
    width: calc((100% - 40px) / 3);
  }

  .laywer_list li a div.icon_wrap {
    height: 350px;
  }

  .lawyer_img_wrap .name_wrap .desc {
    font-size: 16px;
  }

  .lawyer_img_wrap .name_wrap .name {
    font-size: 20px;
  }

  .lawyer_img_wrap .name_wrap .name::after {
    width: 220px;
  }

  .lawyer_img_wrap .name_wrap .lawyer_ico img {
    width: 25px;
  }

  .lawyer_img_wrap {
    height: auto;
  }

  .lawyer_info_wrap {
    margin-top: 60px;
  }

  .lawyer_info_wrap .left_menu {
    width: 130px;
    top: 65px;
  }

  .lawyer_info_wrap .basic_list_wrap {
    position: relative;
    width: calc(100% - 170px);
  }

  .basic_list_wrap .tit_wrap {
    margin-bottom: 13px;
    padding-top: 30px;
  }

  .basic_list_wrap .tit_wrap .desc {
    font-size: 15px;
    font-weight: 500;
  }

  .basic_list_wrap .tit_wrap .tit {
    font-size: 20px;
    font-weight: 700;
  }

  .basic_list_wrap .desc_wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid #d4d4d4;
  }

  /*변호사 소개*/
  /*성공사례*/
  .success_swiper_wrap {
    width: calc(100% - 100px);
  }

  .success_swiper_wrap button.icon_wrap {
    width: 20px;
    height: 30px;
    left: -35px;
  }

  .success_swiper_wrap button.icon_wrap.next_btn {
    left: unset;
    right: -35px;
  }

  .success_list_wrap .text_wrap .sub_tit {
    font-size: 16px;
  }

  .success_list_wrap .text_wrap .sub_tit span {
    font-size: 16px;
  }

  .success_list_wrap .text_wrap .desc {
    font-size: 14px;
    margin-top: 20px;
  }

  /*성공사례*/
  /*고객후기*/
  .review_list_wrap li:nth-child(2n-1) {
    margin-right: 20px;
  }

  .review_list_wrap li {
    width: calc((100% - 25px) / 2);
    border: 1px solid #d4d4d4;
    display: inline-block;
    margin-bottom: 30px;
  }

  .review_list_wrap li a {
    padding: 25px;
  }

  .list_content .con_cate {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .list_content .con_tit {
    font-size: 16px;
  }

  .list_content .con_desc {
    font-size: 14px;
  }

  .list_content .con_info {
    font-size: 14px;
  }

  /*고객후기*/
  /*업무분야*/
  .work_cate_wrap li img {
    width: 70px;
  }

  .work_cate_wrap li p {
    font-size: 16px;
    letter-spacing: -0.5px;
  }

  .work_cate_wrap li a {
    padding: 15px 10px;
  }

  .work_step_box.wide_list .tit {
    min-width: 130px;
  }

  .work_step_box.wide_list .list>div {
    width: 100%;
    padding: 20px 25px;
    gap: 30px;
  }

  .work_step_box.wide_list .list>span {
    margin-block: 10px;
  }

  .work_step_box.box_list .list div {
    padding: 15px 10px;
  }

  .work_step_box.box_list .list div span+span {
    font-size: 14px;
    word-break: keep-all;
  }

  .work_step_box.box_list .list {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .work_step_box .list>span {
    width: 18px;
  }

  .work_step_box._custom_01.box_list .list> :where(div+div) {
    margin-left: 20px;
  }

  .work_step_box._custom_01.box_list .list>div:not(:last-child)::before {
    right: -15px;
  }

  /*업무분야*/
  /*언론보도*/
  .news_wrap ul li {
    width: calc((100% - 25px) / 2);
    margin-bottom: 40px;
  }

  .news_wrap ul :where(li + li) {
    margin-left: 20px;
  }

  .news_wrap ul li:nth-child(3n + 1) {
    margin-left: 20px;
  }

  .news_wrap ul li:nth-child(2n + 1) {
    margin-left: 0;
  }

  .news_wrap ul li>a .img_wrap {
    height: 250px;
  }

  .news_wrap .list_content .con_tit {
    font-size: 15px;
  }

  /*언론보도*/
  /*온라인 상담*/
  .online_counselling .list_content .con_tit {
    font-size: 17px;
  }

  .online_counselling li .icon_wrap {
    width: 70px;
    height: 70px;
  }

  .online_counselling :where(li + li)::before {
    width: 16px;
    height: 16px;
  }

  /*온라인 상담*/
  /*서브*/
  .work_round_step li:not(.step)>div img {
    max-height: 35px;
  }

  .work_round_step li:not(.step)>div p {
    font-size: 14px;
  }

  #work5 .work_only_txt,
  #work6 .work_only_txt {
    font-size: 18px;
  }

  /* 업무분야 */
  .work .int_tab a {
    font-size: 16px;
    flex: auto;
  }

  #work_view .mid_banner_txt span {
    font-size: 20px;
  }

  #work_view .mid_banner_txt {
    height: 245px;
  }

  .work_top_txt {
    font-size: 18px;
  }

  /* main_02 */
  .work_list {
    /* background-color: transparent; */
  }

  .work_list a {
    /* background-color: #fff; */
    padding: 15px;
    box-sizing: content-box;
  }

  .work_list a p.tit {
    font-size: 16px;
    margin-bottom: 10px;
  }

  /* main_02 */
  /* main_03 */
  .main_03 .news_btn {
    display: block;
  }

  .main_03 .news_btn img {
    width: 15px;
  }

  .main_03 .tit_wrap a {
    display: none;
  }

  .news_list_more {
    margin-top: 30px;
    text-align: center;
    display: block;
  }

  .news_list_more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    gap: 5px;
    padding: 10px 50px;
    font-size: 16px;
  }

  /* main_03 */
}

@media screen and (max-width: 800px) {
  #work7 .work_only_txt {
    font-size: 16px;
  }

  #work7 .work_only_txt p br {
    display: none;
  }

  #work7 .work_only_txt p {
    margin-bottom: 8px;
  }

  #work7 .work_only_txt p:first-child {
    font-size: 18px;
  }

  #work5 .work_only_txt,
  #work6 .work_only_txt {
    font-size: 16px;
    margin: 30px 0;
    letter-spacing: 0;
  }

  #work4 .work_only_txt {
    font-size: 18px;
    margin: 40px 0;
  }

  #work4 .work_txt_box {
    margin: 40px 0 30px;
  }

  #work4 .work_only_txt br {
    display: none;
  }

  #work3 .wk_banner_txt {
    margin-bottom: 40px;
  }

  #work3 .work_txt_box {
    margin-bottom: 40px;
  }

  .wk_banner_txt .mid_txt .tit br {
    display: none;
  }

  .wk_banner_txt .mid_txt .tit {
    word-break: keep-all;
  }

  .work_round_step li:not(.step) {
    width: calc(50% - 5px);
    flex: none;
  }

  .work_round_step {
    gap: 10px;
  }

  .work_round_step li.step {
    display: none;
  }

  .work_round_step {
    flex-wrap: wrap;
  }

  .work_mid_banner {
    padding: 40px 20px;
    margin-bottom: 30px;
  }

  .work_mid_banner p {
    font-size: 16px;
    word-break: keep-all;
  }

  .work_mid_banner p br {
    display: none;
  }

  .quick_menu_wrap a img {
    width: 22px;
    height: 22px;
  }

  .quick_menu_wrap {
    right: 10px;
  }

  .main_01 .more_btn_wrap {
    text-align: center;
    margin-top: 15px;
  }





  .big_intro_wrap ul li .info_wrap .sub_title {
    font-size: 20px;
    word-break: keep-all;
  }

  .big_intro_wrap ul li .info_wrap {
    right: 0;
    bottom: 0;
  }

  .introduction_imgs .intro_bg_txt {
    width: 20px;
  }

  .introduction_imgs {
    padding: 0 30px;
  }

  .introduction_imgs .intro_bg_txt {
    left: -30px;
  }

  .introduction_imgs>div .txt {
    padding: 0;
  }

  .introduction_imgs>div .txt p:last-child {
    font-size: 14px;
  }

  .introduction_imgs>div .txt p:first-child {
    font-size: 18px;
  }

  .introduction_imgs>div.right {
    padding-top: 0;
  }

  .introduction_imgs .intro_con img {
    border-radius: 0;
  }

  .introduction_imgs>div .txt p:last-child br {
    display: none;
  }

  .introduction_imgs>div {
    flex: 1;
  }

  .introduction_imgs>div .txt p:last-child {
    min-height: 80px;
  }

  .introduction_imgs {
    gap: 20px;
  }

  .introduction_imgs>div div:first-of-type {
    margin-bottom: 20px;
  }

  .bottom_contact .form_con>label span {
    display: none;
  }

  .M_only_800_none {
    display: none !important;
  }

  .M_only_800 {
    display: block !important;
  }

  .bottom_contact .form_con .m_form {
    display: flex;
    width: 100%;
    gap: 10px;
  }

  .bottom_contact .form_con {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
  }

  .bottom_contact .form_con>label {
    flex: 1;
    margin-bottom: 0;
  }

  .bottom_contact .form_btn_box {
    width: 80px;
    display: block;
  }

  .bottom_contact .form_btn_box button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 0;
    background-color: var(--main_color);
    color: #fff;
  }

  .bottom_contact .form_con>*:not(:last-child) {
    margin-bottom: 0;
  }

  .bottom_contact .form_btn_box label {
    position: absolute;
    left: 0;
    margin-bottom: 0;
    top: 0;
  }

  .bottom_contact .form_con>label input {
    min-width: 0;
    font-size: 14px;
    padding: 0 5px;
    height: 35px;
    width: 100%;
  }

  .bottom_contact .form_con>label #user_ph {
    width: 100%;
  }

  .user_chk_txt {
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
  }

  .bottom_contact {
    box-sizing: border-box;
    padding: 10px 10px 20px;
  }

  .bottom_contact .form_con .m_form .submit_btn {
    background-color: var(--main_color);
    color: #fff;
    font-size: 15px;
    padding: 0 5px;
    text-align: center;
  }

  .success_table_wrap {
    overflow: visible;
  }

  .success_list_wrap thead {
    display: none;
  }

  .success_list_wrap table .list_con {
    width: auto;
    white-space: normal;
    overflow: visible;
    text-overflow: none;
    max-width: none;
    word-break: keep-all;
    color: var(--desc_color);
  }

  .success_list_wrap table .list_con .more {
    color: #000;
    font-weight: bold;
    margin-top: 10px;
  }

  .success_list_wrap table .list_tit {
    width: auto;
    max-width: none;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .success_list_wrap table .list_result {
    width: auto;
    max-width: none;
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .success_list_wrap table,
  .success_list_wrap tr,
  .success_list_wrap td,
  .success_list_wrap tbody {
    display: block;
  }

  .success_list_wrap tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  .success_list_wrap table tr {
    height: auto;
    width: 100%;
    line-height: normal;
    padding: 50px 20px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: relative;
  }

  .success_list_wrap table td:not(.list_con) {
    text-align: left;
  }

  .success_list_wrap table {
    border: 0;
  }

  .sch_con_wrap li .img_wrap {
    max-width: 100%;
  }

  .sch_con_wrap li .example_wrap {}

  .intro_detail_slide .success_slide_wrap {
    max-width: 100%;
  }

  .intro_detail_slide .success_slide_wrap li {
    padding: 20px;
  }


  #container_wr {
    /* padding-bottom: 50px; */
  }

  .quick_menu_wrap.active {
    right: 10px;
  }

  /* main_02 */
  .work_list {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .work_list a {
    box-sizing: content-box;
    justify-content: center;
    /* aspect-ratio: 1 / 0.3; */
    aspect-ratio: auto;
  }

  .work_list a p.content {
    font-size: 13px;
    word-break: keep-all;
  }

  .work_list a p br {
    display: none
  }

  .work_list a p.tit {
    font-size: 16px;
    margin-bottom: 5px;
  }

  /* main_02 */
  /* main_04 */
  .success_wrap li .con_tit {
    font-size: 16px;
  }

  .success_wrap .more_box {
    margin-top: 20px;
  }

  .success_wrap {
    height: 330px;
  }

  .success_wrap li .con_desc {
    font-size: 13px;
  }

  .success_wrap li .con_cate {
    font-size: 16px;
  }

  .succes_list_more {
    margin-top: 30px;
  }

  /* main_04 */
  /* main_03 */
  .news_swiper .con_tit_wrap .con_tit {
    font-size: 16px;
  }

  .news_swiper .con_tit_wrap {
    margin-top: 10px;
  }

  .succes_list_more a {
    padding: 5px 30px;
  }

  .succes_list_more a img {
    width: 15px;
  }

  .news_list_more a {
    font-size: 16px;
    padding: 5px 30px;
  }

  .news_list_more a img {
    width: 15px;
  }

  /* main_03 */

}

@media screen and (max-width: 768px) {
  .M_only {
    display: revert;
  }

  /* 뉴스레터 */
  .nl_user_txt_box {
    padding: 15px;
  }

  .nl_user_txt_box p {
    word-break: keep-all;
  }

  .nl_pop_con .input_box span {
    width: 90px;
  }

  .nl_pop_btns button {
    font-size: 14px;
  }

  .nl_pop_btns {
    margin-top: 20px;
  }

  .nl_pop_tit {
    font-size: 22px;
  }

  .nl_user_txt>p {
    padding-left: 0;
  }

  .nl_pop {
    padding: 30px 20px;
    width: 90%;
  }

  .newsletter_bn {
    padding: 30px 20px;
  }

  .newsletter_bn .txt {
    font-size: 16px;
  }

  .newsletter_bn .txt button img {
    margin-left: 10px;
    width: 14px;
  }

  /* 뉴스레터 */
  /* 소식 */
  .notice_list li a {
    padding: 10px 10px;
  }

  .notice_list li a img {
    width: 10px;
  }

  .notice_list .con_cate {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .notice_list .con_tit {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .notice_list .con_info {
    font-size: 13px;
  }

  /* 소식 */
  /* 사회공헌 */
  .introduction3 .main_p br {
    display: none;
  }

  .introduction3 .main_p {
    font-size: 18px;
    word-break: keep-all;
  }

  /* 사회공헌 */
  /*업무분야*/
  .work_list a {
    background-color: #fff;
    padding: 20px 15px;
    flex: 1 1 45%;
  }

  .work_step_wrap .work_step_box.wide_list {
    flex-direction: column;
  }

  .work_step_box.wide_list .list div p.list_tit {
    font-size: 16px;
  }

  .work_step_box.wide_list .list>div {
    padding: 15px 25px;
  }

  .work_sv_list.icon_01 ul li {
    padding-left: 18px;
  }

  .work_step_box .pl_15 {
    padding-left: 5px;
  }

  .work_sv_list.icon_02 ul li {
    padding-left: 20px;
  }

  /*업무분야*/
  .intro .min_banner {
    height: 200px;
  }

  .intro .ic_desc3>p::after,
  .intro .ic_desc3>p::before {
    background-size: contain;
    width: 18px;
    height: 18px;
  }

  .intro .ic_table {
    margin-top: 35px;
  }

  .intro .ic_desc3>p {
    padding: 0 30px;
  }

  .intro .min_banner {
    margin: 25px 0;
  }

  .intro .ic_table li {
    padding: 50px 25px 10px;
  }

  .intro .ic_desc1 {
    font-size: 16px;
    margin-top: 35px;
  }

  .intro .ic_desc2 {
    font-size: 16px;
    word-break: keep-all;
  }

  .intro .ic_desc3 {
    font-size: 14px;

  }

  .intro .ic_table li .tit {
    font-size: 16px;
  }

  .intro .ic_table li .con {
    font-size: 14px;
  }

  .intro .ic_table li .con p {
    word-break: keep-all;
  }

  .intro .ic_table li .tit {
    height: 40px;
  }

  .big_intro_wrap ul li .info_wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
  }

  .sch_con_wrap .pagination span {
    width: 10px;
    height: 10px;
  }

  .more_btn_wrap a {
    font-size: 14px;
  }

  .big_intro_wrap ul li .info_wrap .back_info_p {
    font-size: 12px;
  }

  section.main_lawyer {
    overflow: hidden;
  }

  .main_lawyer .tit_wrap::before {
    left: 185px;
    opacity: 0.9;
  }

  .main_lawyer::before {
    height: unset;
    width: 100%;
    aspect-ratio: 2.85 / 1;
    max-width: unset;
  }

  .main_lawyer .wrap_1400 .desc_con {
    flex: 2.5;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .main_lawyer .wrap_1400 .img_wrap span {
    transform: translate(32%, 0) rotate(-0);
    right: 20%;
    font-size: 26px;
    text-align: right;
    bottom: 20px;
  }

  .main_lawyer .wrap_1400 .img_wrap img {
    margin-left: 0px;
  }

  .tf_section .tf_tit b {
    display: block;
  }

  .tf_info_blocks li {
    border-right: 0;
  }

  .tf_info_blocks li .con {
    display: flex;
    flex-direction: column;
  }

  .tf_info_blocks li .tf_arrows_box span {
    width: 100%;
  }

  .tf_section .tf_tit {
    margin-bottom: 40px;
  }

  .tf_info_blocks {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .tf_steps ul {
    flex-direction: column;
  }

  .tf_steps ul li:not(:last-child)::after,
  .tf_steps ul li:not(:last-child)::before {
    display: none
  }

  .tf_steps ul li {
    border-bottom: 1px solid #ccc;
    padding: 15px 20px
  }

  .tf_steps ul li:last-child {
    border-bottom: 0;
  }

  .sub_cate_wrap .sc_list {
    flex-direction: column;
  }

  .sub_cate_wrap .sc_list a {
    width: 100%;
  }

  .hd_pops_con {
    height: auto !important;
    width: auto !important;
  }


  .big_intro_wrap ul li {
    height: auto;
    aspect-ratio: 1/1.3;
  }

  .intro .int_tab a {
    flex: none;
  }

  .intro .int_tab {
    flex-direction: column;
  }

  .success_list_wrap .int_tab {
    flex-direction: row;
    margin: 30px 0 20px;
    flex-wrap: wrap;
    gap: 6px;
  }

  .success_list_wrap .int_tab a {
    padding: 0 10px;
    font-size: 14px;
    height: 35px;
    line-height: 33px;
  }

  .tit_wrap .desc {
    font-size: 14px;
  }

  .main_01 .tit_wrap_flex {
    flex-direction: column;
  }

  .main_01 .tit_wrap .desc.right {
    text-align: left;
    margin-top: 15px;
    word-break: keep-all;
    letter-spacing: -1px;
  }

  .mid_banner .txt p:nth-child(2) {
    font-size: 20px;
    margin: 10px 0;
    letter-spacing: -1.8px;
  }

  .mid_banner .wrap_1400 {
    padding: 20px 0;
  }

  .tit_wrap .line_desc span {
    padding-right: 0;
  }


  .mid_banner .txt p:nth-child(3) {
    font-size: 14px;
  }

  .mid_banner .txt p:nth-child(3) br {
    display: none;
  }

  .mid_banner {
    aspect-ratio: 1/0.9;
  }

  .big_intro_wrap:not(.sub) ul li {
    width: calc((100% - 20px) / 2);
  }


  .big_intro_wrap ul li .bg_img {
    left: 3%;
    bottom: 10%;

  }

  .big_intro_wrap:not(.sub) ul li .bg_img {
    left: 0;
    bottom: 20%;
    padding: 25px;
    width: 100%;
    opacity: 0.2;

  }

  .big_intro_wrap.sub ul li .bg_img {
    left: 8%;
    bottom: auto;
    top: 20px;
  }

  .big_intro_wrap ul li .info_wrap .position {
    font-size: 16px;
  }

  .big_intro_wrap.sub ul li {
    height: 245px;
    width: calc((100% - 20px) / 2);
  }




  .bottom_quick_list a {
    width: 100%;
  }

  .bottom_quick_list a span {
    width: 30px;
  }

  .bottom_quick_list a p:first-child {
    font-size: 16px;
  }

  .bottom_quick_list a p:last-child {
    font-size: 13px;
  }

  .M_none {
    display: none !important;
  }

  .sch_con_wrap .pagination {
    margin-top: 15px;
  }

  section:not(.visual_wrap, .main_lawyer) {
    padding-block: 40px;
  }

  .success_swiper_container {
    margin-top: 40px;
  }

  section.main_09 {
    padding-block: 0;
  }

  section.list_content_detail {
    /* padding-block: 0; */
  }

  section.success_detail_wrap {
    padding-block: 0;
    padding: 30px 20px;
  }

  section.lawyer_img_wrap {
    padding-block: 50px 0;
  }

  section.lawyer_info_wrap {
    padding-block: 0;
    margin-top: 50px;
  }

  section.list_content_detail {
    padding-block: 0 30px;
  }

  .list_content_detail .con_tit_wrap {
    padding: 15px 10px;
  }

  .news_detail_wrap .con_href {
    display: block;
    font-size: 14px;
    padding: 0 10px;
  }

  .main_09 .map_wrap {
    border-right: 0;
  }


  .visual_wrap {
    height: calc(var(--vh, 1vh) * 100 - 70px);
  }

  .visual_wrap .desc_wrap .main_desc {
    font-size: 28px;
    padding: 0 30px;
    word-break: keep-all;
  }

  .visual_wrap .desc_wrap .sub_desc {
    font-size: 18px;
  }


  .big_intro_wrap ul li div.icon_wrap {
    padding-top: 0;
    bottom: -30px;
  }

  .main_03 .more_btn_wrap {
    position: unset;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .main_03 .sch_cate_wrap button {
    font-size: 16px;
  }

  .main_04 .more_btn_wrap {
    top: auto;
    right: auto;
    position: relative;
    text-align: center;
    margin-top: 15px;
  }

  .main_04 .review_swiper_wrap {
    margin-top: 40px;
  }

  .main_04 .review_swiper li {
    padding: 20px 25px;
    max-height: 200px;

  }

  .main_04 .review_swiper li .review_cate {
    margin-bottom: 10px;
  }

  .main_06 li {
    padding: 20px 90px 20px 20px;
  }

  .main_08 form>div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .main_08 form>div>label {
    display: inline-block;
    width: 100%;
    max-width: 400px;
  }

  .main_08 form .btn_wrap {
    bottom: 67px;
    position: unset;
    max-width: 400px;
    width: 100%;
  }

  .main_09 {
    flex-direction: column;
  }

  .main_09 .map_wrap {
    width: 100%;
    max-width: unset;
    max-height: 210px;
    height: 100vh;
  }

  .main_09 .desc_wrap {
    width: 100%;
    max-width: unset;
    flex-direction: column-reverse;
  }

  .main_09 .desc_wrap .location span:not(.icon_wrap) {
    /* display: inline; */
    flex: 1;
    word-break: keep-all;
  }

  .main_09 .info_wrap {
    margin-top: 20px;
  }

  .main_09 .map_btn_wrap {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
  }

  .main_06 .wrap_1400 {
    margin-bottom: 40px;
  }

  footer .footer_blue>.flex {
    padding: 15px 10px;
    justify-content: center;
  }

  .footer_logo {
    margin-bottom: 15px;
  }

  .footer_logo img {
    filter: brightness(0.5);
    max-width: 150px;
  }

  footer .footer_white {
    padding: 40px 20px 60px;
  }

  .main_09 .map_btn_wrap button {
    width: calc(50% - 7.5px);
  }

  .main_09 .map_btn_wrap button:hover {
    width: calc(50% - 7.5px);
  }

  .main_09 .map_btn_wrap button.active {
    width: calc(50% - 7.5px);
  }

  /*서브*/

  .sub_tit_wrap h3 {
    font-size: 26px;
  }

  .sub_tit_wrap .desc {
    font-size: 16px;
  }

  .sub_contact h4 {
    font-size: 22px;
  }

  .sub_contact form .form_con span {
    font-size: 15px;
  }

  .go_back_btn_wrap a {
    width: 100%;
    display: inline-block;
    max-width: 150px;
    height: 50px;
    background-color: var(--main_color);
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
  }

  /*변호사 소개*/
  .laywer_list li {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
  }

  .laywer_list li:nth-child(3n) {
    margin-right: revert;
  }

  .laywer_list li:nth-child(2n-1) {
    margin-right: 20px;
  }

  .laywer_list li a div.icon_wrap {
    height: 300px;
  }

  .laywer_list li a .main_c {
    font-weight: 700;
    margin-top: 14px;
    font-size: 14px;
  }

  .laywer_list li a .name {
    font-weight: 500;
    font-size: 14px;
  }

  .laywer_list li a .name em {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
  }

  /*변호사 소개*/
  /*성공사례*/
  .success_swiper ul {
    height: 360px;
  }

  .success_swiper li .result {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .success_swiper li .con_tit {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .success_swiper li .con_desc {
    font-size: 15px;
  }

  .success_swiper .icon_wrap {
    width: 20px;
    height: 20px;
  }

  .success_detail_wrap .con_wrap .flex {
    flex-direction: column;
  }

  .success_detail_wrap .con_wrap .left_part {
    width: 100%;
  }

  .success_detail_wrap .con_wrap .right_part {
    margin-left: 0;
    border-top: 1px solid #d4d4d4;
    width: 100%;
    max-width: unset;
    padding-block: 30px;
  }

  .success_detail_wrap .con_wrap .right_part .result_img {
    max-width: 450px;
  }

  .success_detail_wrap {
    padding: 20px 10px;
    margin-top: 30px;
  }

  .success_detail_wrap .con_tit {
    font-size: 16px;
  }

  /*성공사례*/
  /*고객후기*/
  .review_list_wrap li {
    width: 100%;
  }

  .review_list_wrap li a {
    padding: 20px;
  }

  .review_list_wrap li:nth-child(2n-1) {
    margin-right: 0;
  }

  .list_content_detail {
    padding: 15px;
    margin-top: 35px;
  }

  .list_content_detail .tit_cate {
    font-size: 14px;
  }

  .list_content_detail .con_tit {
    font-size: 16px;
  }

  .list_content_detail .con_info {
    font-size: 14px;
  }

  .list_content_detail .con_desc_wrap {
    padding: 20px 10px;
    font-size: 15px;
  }

  /*고객후기*/
  /*업무분야*/
  .work_cate_wrap li {
    min-width: calc((100% - 20px) / 3);
  }

  .work_cate_wrap li p {
    word-break: keep-all;
  }

  .work_cate_wrap li img {
    width: 50px;
  }

  /*업무분야*/
  /*인사이트*/
  .answer_wrap .icon {
    width: 50px;
  }

  .answer_wrap .icon span {
    font-size: 13px;
    text-align: center;
  }

  .answer_wrap .answer {
    width: calc(100% - 85px);
    margin-left: 30px;
    padding: 20px;
  }

  .answer_wrap .answer::before {
    border-top: 10px solid #eee;
    border-right: 10px solid #eee;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 0;
    left: -20px;
  }

  /*인사이트*/
  /*언론보도*/
  .news_wrap ul li>a .img_wrap {
    height: 200px;
  }

  /*언론보도*/

  .online_counselling {
    padding-block: 50px;
  }

  .online_counselling .flex {
    flex-direction: column;
  }

  .online_counselling li {
    margin-bottom: 40px;
  }

  .online_counselling :where(li + li)::before {
    left: 50%;
    top: -40px;
    transform: translate(-50%, 0) rotate(90deg);
  }

  /*서브*/

  /* 업무분야 */
  .work .int_tab {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
  }

  #work_view .mid_banner_txt {
    margin: 30px 0;
  }

  .work_step_wrap .work_step_box:not(:last-child) {
    margin-bottom: 20px;
  }

  .work .int_tab a {
    font-size: 14px;
    padding: 0 10px;
    /* flex: none; */
  }

  .work_top_txt {
    font-size: 15px;
  }

  .work_top_txt br {}

  #work_view .mid_banner_txt {
    height: 180px;
  }

  #work_view .mid_banner_txt span {
    font-size: 18px;
  }

  .work_sv_list .tit {
    font-size: 18px;
    word-break: keep-all;
  }

  .work_step_box .desc {
    font-size: 14px;
  }

  .work_sv_list ul li {
    font-size: 14px;
    padding-left: 10px;
  }

  .work_step_box .list {
    align-items: center;
    flex-direction: column;
  }

  .work_step_box .list>div {
    font-size: 14px;
    word-break: keep-all;
    width: 100%;
    flex: 1;
  }

  .work_step_box .list>span {
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .work_step_box .list>span img {
    width: 10px;
    transform: rotate(90deg);
  }

  .work_step_box .tit {
    font-size: 16px;
  }

  .work_step_box .tit::before {
    height: 20px;
  }

  .work_step_box .list {
    gap: 4px;
  }

  .work_step_box.wide_list .list div p {
    font-size: 14px;
  }

  .work_step_box.wide_list .list div p.list_tit {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .work_step_box .bg_tit{
    font-size: 14px;
    word-break: keep-all;
  }
  .only_640 {
    display: inline-block !important;
  }

  #work_view .img_wrap {
    margin: 25px auto 30px;
  }

  #work_view .img_wrap {
    width: 100%;
    max-width: 400px;
  }

  .introduction_imgs {
    flex-direction: column;
  }

  .introduction_imgs>div .txt p:last-child {
    min-height: 0;
  }

  .info_list {
    grid-template-columns: repeat(1, 1fr);
  }

  .info_list li {
    border-bottom: 1px solid #ddd;
  }

  .info_list .info_tit {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .info_list .info_thumb {
    aspect-ratio: 1 / 0.5;
  }

  .info_list .info_thumb>p {
    font-size: 18px;
  }

  .M_only.none_640 {
    display: none !important;
  }


  .intro_detail_slide .tit_wrap .tit {
    padding-left: 20px;
    padding-top: 20px;
    font-size: 20px;
  }

  footer .company_wrap li {
    flex: 100%;
    border-bottom: 1px solid #666;
    padding: 10px 20px;
  }

  footer .company_wrap li:last-child {
    border-bottom: 0;
  }

  footer .company_wrap {
    padding: 0;
  }

  footer .company_wrap span.tit {
    font-weight: normal;
    font-size: 17px;
  }

  footer .company_wrap span.icon_wrap {
    width: 30px;
    height: 30px;
  }

  footer .company_wrap span.icon_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .main_lawyer::before {
    width: 100%;
    max-width: unset;
    height: unset;
    aspect-ratio: 2.8 / 1;
  }

  .main_lawyer .tit_wrap p {
    font-size: 16px;
  }

  .main_lawyer .tit_wrap p.main_c {
    font-size: 26px;
  }

  .main_lawyer .tit_wrap::before {}

  .main_lawyer .tit_wrap {
    position: relative;
    margin-bottom: 20px;
  }

  .main_lawyer .wrap_1400 .desc_con {
    padding-bottom: 30px;
    z-index: 2;
  }

  .main_lawyer .tit_wrap::before {
    left: 148px;
    top: -17px;
    width: 80px;
    height: 80px;

  }

  /*서브*/
  .sub_contact h4 {
    font-size: 18px;
  }

  .sub_contact form .form_con {
    flex-direction: column;
    margin-top: 30px;
    padding-inline: 0px;
  }

  .go_back_btn_wrap a {
    width: 100%;
    max-width: 120px;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    font-size: 14px;
  }

  .go_back_btn_wrap {
    margin-block: 40px;
    text-align: center;
  }

  /*변호사 소개*/
  .laywer_list li a div.icon_wrap {
    height: 280px;
  }

  .lawyer_info_wrap .left_menu {
    width: 90px;
  }

  .lawyer_info_wrap .left_menu .menu_name {
    margin-left: 10px;
    min-width: 50px;
  }

  .lawyer_info_wrap .progress_bar {
    top: 2px;
  }

  .lawyer_info_wrap .basic_list_wrap {
    position: relative;
    width: calc(100% - 120px);
  }

  .lawyer_img_wrap .name_wrap {
    margin-bottom: 80px;
  }

  .lawyer_img_wrap .icon_wrap {
    padding-left: 15px;
  }

  .basic_list_wrap .tit_wrap .tit {
    font-size: 18px;
  }

  .lawyer_info_wrap .left_menu button {
    font-size: 14px;
  }

  .basic_list_wrap .desc_wrap .basic_list {
    padding-left: 5px;
    font-size: 14px;
  }

  /*변호사 소개*/
  /*고객후기*/
  .list_content_detail .con_info {
    text-align: left;
  }

  /*고객후기*/
  /*업무분야*/
  .work_step_box.wide_list .list>div {
    gap: 25px;
  }

  .work_step_box.wide_list .list div .icon_wrap {
    min-width: 70px;
  }

  /*업무분야*/
  /*인사이트*/
  .sub_page .main_06 li .con_tit {
    font-size: 15px;
  }

  .sub_page .main_06 li .con_cate {
    font-size: 13px;
  }

  /*인사이트*/
  /*언론보도*/
  .news_wrap ul li>a .img_wrap {
    height: 180px;
  }

  /*언론보도*/
  /*서브*/

  .success_wrap {
    padding: 0 15px;
  }

  .main_04 .success_btn.next {
    right: -4px;
  }

  .main_04 .success_btn.prev {
    left: -4px;
  }

  .main_04 .success_btn img {
    width: 12px;
  }

  .main_03 .news_btn img {
    width: 12px;
  }
}

@media screen and (max-width: 500px) {
  .visual_wrap .desc_wrap .main_desc {
    font-size: 20px;
  }

  .main_lawyer .bold {
    word-break: keep-all;

  }

  .main_lawyer .wrap_1400 .desc_con {
    min-width: unset;
  }

  .main_lawyer .bold::before {
    display: none;
  }

  /* 뉴스레터 */
  .newsletter_bn {
    padding: 25px 20px;
    background-position: 80% center;
  }

  .newsletter_bn .txt {
    font-size: 14px;
    word-break: keep-all;
  }

  .newsletter_bn .txt br {
    display: none;
  }

  .newsletter_bn .txt button {
    font-size: 12px;
  }

  .newsletter_bn .txt button img {
    margin-left: 5px;
    width: 12px;
  }

  .work_list {}

  .work_list a p.tit {
    font-size: 15px;
  }

  .work_list a p.content {
    font-size: 12px;
  }

  .work_list a {
    padding: 15px 10px;
  }

  .intro .ic_desc1 {
    font-size: 15px;
    line-height: 1.5;
  }

  .intro .ic_desc2 {
    font-size: 14px;
  }

  .intro .ic_desc2 {
    font-size: 13px;
  }

  .intro .ic_desc3>p {
    padding: 0 20px;
  }

  .intro .ic_desc3>p::after,
  .intro .ic_desc3>p::before {
    width: 12px;
    height: 12px;
  }

  .intro .ic_table li .tit {
    height: 30px;
    font-size: 15px;
  }

  .intro .ic_table li {
    padding: 40px 25px 10px;
  }

  .intro .ic_table {
    flex-direction: column;
  }

  .intro .ic_table li {
    border-right: 0;
  }

  .mid_info_blocks .mi_block {
    gap: 15px;
  }

  .mid_info_blocks .mi_block .img {
    margin: 0 auto;
    width: 80px;
  }

  .small_intro_wrap ul li .info_wrap {
    bottom: 0;
  }

  .small_intro_wrap ul li .info_wrap .name {
    font-size: 14px;
  }

  .small_intro_wrap ul li .info_wrap .name span {
    display: block;
  }

  .big_intro_wrap ul li .info_wrap .sub_title .lawyer_mark img {
    width: 16px;
  }

  .big_intro_wrap:not(.sub) ul li .bg_img {
    width: 100%;
  }

  .big_intro_wrap ul li .info_wrap .sub_title .lawyer_mark {
    margin-right: 0px;
  }

  .only_500 {
    display: revert;
  }



  .big_intro_wrap ul li .info_wrap .sub_title {
    /* line-height: 1.1; */
    letter-spacing: -1.8px;
    line-height: 0.1;
    font-size: 14px;
  }

  .tit_wrap h3 {
    font-size: 21px;
  }

  .big_intro_wrap ul {
    gap: 10px;
  }

  .big_intro_wrap:not(.sub) ul li {
    /* width: calc(50% - 10px); */
    width: calc((100% - 10px) / 2);
  }



  .big_intro_wrap.sub ul li {
    aspect-ratio: 1/1.4;
    height: auto;
    width: calc((100% - 10px) / 2);
  }

  .big_intro_wrap.sub ul li .bg_img {
    left: 15px;
    bottom: auto;
    top: 15px;
  }

  .big_intro_wrap.sub ul li .bg_img img {
    width: 45px;
  }

  .big_intro_wrap ul li .bg_img {
    left: 2%;
  }

  .big_intro_wrap ul li .info_wrap .position {
    /* letter-spacing: -2px; */
    font-size: 14px;
    line-height: 1.2;
  }

  .big_intro_wrap ul li .info_wrap .name {
    font-size: 13px;
    letter-spacing: -0.8px;

  }

  .big_intro_wrap ul li:hover .info_wrap .name {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .big_intro_wrap ul li .back_info .back_more_btn {
    font-size: 11px;
    right: 10px;
    bottom: 10px;
  }

  .sch_wrap .sch_box {
    height: 50px;
  }

  .sch_wrap .sch_box input {
    padding: 10px 10px;
    font-size: 14px;
  }

  .sch_wrap .search_icon {
    width: 50px;
    height: 50px;
    background-size: 50%;
  }

  .sch_cate_wrap {
    flex-wrap: wrap;
  }


  .sch_cate_wrap button {
    flex: 1 1 45%;
  }

  .main_06 li {
    padding: 20px 20px 60px;
  }

  .main_06 li.active {
    padding: 20px;
  }

  .main_06 li::after {
    content: "+";
    display: inline-block;
    position: absolute;
    right: 50%;
    top: unset;
    transform: translate(50%, 0);
    font-size: 35px;
    font-weight: 500;
    color: #d4d4d4;
    bottom: 10px;
  }

  /*서브*/
  /*변호사소개*/
  .laywer_list li a div.icon_wrap {
    height: 260px;
  }

  .lawyer_img_wrap .name_wrap .desc {
    font-size: 14px;
    padding-left: 10px;
    word-break: break-all;
  }

  .lawyer_img_wrap .name_wrap .desc span {
    word-break: keep-all;
  }

  .lawyer_img_wrap {
    height: 330px;
  }

  .lawyer_img_wrap .name_wrap .name {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .lawyer_img_wrap .name_wrap .name::after {
    width: 170px;
    bottom: -8px;
  }

  .lawyer_img_wrap .name_wrap .eng_name {
    font-size: 14px;
  }

  .lawyer_img_wrap .icon_wrap {
    padding-left: 15px;
    height: 280px;
  }

  .lawyer_info_wrap .left_menu {
    width: 80px;
  }

  .lawyer_info_wrap .left_menu .menu_name {
    margin-left: 0px;
  }

  .lawyer_info_wrap .basic_list_wrap {
    position: relative;
    width: calc(100% - 100px);
  }

  /*변호사소개*/
  /*고객후기*/
  .list_content_detail .con_desc_wrap {
    padding: 20px 10px;
  }

  /*고객후기*/
  /*업무분야*/
  .work_cate_wrap li {
    min-width: 100%;
  }

  .work_cate_wrap :where(li + li) {
    margin-left: 0;
  }

  .work_cate_wrap li:nth-child(5n + 1) {
    margin-left: 0;
  }

  .work_cate_wrap li:nth-child(4n + 1) {
    margin-left: 0;
  }

  .work_cate_wrap li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .work_list a {
    flex: 100%;
  }

  .work_step_box.wide_list .list div .icon_wrap {
    min-width: unset;
    width: 70px;
    margin-top: 10px;
  }

  .work_step_box.wide_list .list>div {
    padding: 15px 25px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  /*업무분야*/
  /*인사이트*/
  .sub_page .main_06 li {
    padding: 20px 20px 50px;
  }

  .sub_page .main_06 li.active {
    padding: 20px;
  }

  .main_06 li::after {
    bottom: 0px;
  }

  .sub_page .main_06 li .icon {
    display: none;
  }

  .answer_wrap .answer {
    width: calc(100% - 15px);
    margin-left: 15px;
    padding: 20px;
  }

  /*인사이트*/
  /*언론보도*/
  .news_wrap ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .news_wrap ul :where(li + li) {
    margin-left: 0;
  }

  .news_wrap ul li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .news_wrap ul li:nth-child(2n + 1) {
    margin-left: 0;
  }

  /*언론보도*/
  /*서브*/


}


@media(max-width:360px) {
  .mid_banner .txt p:nth-child(2) {
    font-size: 18px;
  }

  .big_intro_wrap ul li .info_wrap .position {
    letter-spacing: -2px;
  }

  .intro .ic_desc3 {
    font-size: 13px;
    letter-spacing: -0.8px;
  }
}