/* 기본 (상단 팝업 없을 때-초기값) */
main {
	margin-top:-40px;
}
main .cont_left .category {
	top:calc(128px - 40px);
	transition: top .3s;
}
main .cont_right .right_inner {
	top : clamp(120px, 9.38vw, 140px);
	transition: top .3s;
}


/* 상단 팝업 있을 때-초기값 */
main.has_top_pop {
	margin-top:0;
}
body main.has_top_pop .cont_left .category {
	top: 128px;
}
body main.has_top_pop .cont_right .right_inner {
	top : clamp(160px, 9.38vw, 180px);
}

/* 상담 팝업 없을 때-스크롤시 */
body.scroll main.no_top_pop .cont_left .category {
	top:calc(128px - 40px - 40px);
}
body.scroll main.no_top_pop .cont_right .right_inner {
	top : clamp(80px, 9.38vw, 100px);
}

/* 상담 팝업 있을 때-스크롤시 */
body.scroll main.has_top_pop .cont_left {
	/*padding-top:calc(128px - 40px);*/
}
body.scroll main.has_top_pop .cont_left .category {
	top:calc(128px - 40px - 40px);
}
body.scroll main.has_top_pop .cont_right .right_inner {
	top : clamp(80px, 9.38vw, 100px);
}



.all_sec {
  width: 100%;
  max-width: 1920px;
}

#sec1 .tit_area h2 {
  font-size: clamp(43px, 3.13vw, 60px);
  font-weight: 700;
  color: var(--color-point);
}
#sec1 .tit_area h2 span {
  font-size: clamp(65px, 5.21vw, 100px);
  color: var(--color-point);
  margin-right: 15px;
}
#sec1 .tit_area p {
  font-size: clamp(16px, 1.04vw, 20px);
  color: #444;
  line-height: 1.5;
}
#sec1 #search_form {
  width: clamp(260px, 20.31vw, 390px);
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 13px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding-right: 10px;
  background:#fff;
  padding: 3px 18px;
}
#sec1 #search_form input {
  width: 100%;
  border: none;
  font-size: clamp(16px, 1.04vw, 20px);
  padding: 15px 10px;
}
#sec1 #search_form input::placeholder {
  color: #999;
}
#sec1 #search_form button::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/search_icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.cont_left {
  width: calc(100% - clamp(265px, 16.15vw, 310px));
  padding-top: 128px;
}
.cont_left .category {
  width: clamp(220px, 13.54vw, 260px);
  position: sticky;
  top: 128px;
  align-self: flex-start;
  padding-bottom: clamp(20px, 2.08vw, 40px);
}
.cont_left .category .category_tit {
  background-color: var(--color-point);
}
.cont_left .category .category_tit a {
  padding: clamp(15px, 1.56vw, 30px) clamp(20px, 2.08vw, 40px);
}
.cont_left .category .category_tit h3 {
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.cont_left .category .category_tit p {
  font-size: clamp(15px, 0.94vw, 18px);
  color: #fff;
  font-weight: 300;
  word-break: break-all;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cont_left .category ul {
  padding-left: clamp(20px, 2.08vw, 40px);
  padding-left: clamp(20px, 2.08vw, 40px);
}
.cont_left .category ul li:not(:last-child) {
  margin-bottom: clamp(30px, 2.08vw, 40px);
}
.cont_left .category ul li a {
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 700;
  color: #888;
  line-height: 1.5;
  position: relative;
  transition: color 0.3s;
}
.cont_left .category ul li a span{
	display:block; 
	width:100%; 
	padding-right: clamp(20px, 2.08vw, 40px);
}
.cont_left .category ul .on a {
  color: var(--color-point);
}
.cont_left .category ul .on a::after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--color-point);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.full_left {
  padding-top: 128px;
  width: 100%;
}

.success_cont {
  width: 96%;
  max-width: 1170px;
}

.keyword_link ul li {
  position: relative;
  vertical-align: middle;
}
.keyword_link ul li:not(:first-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.keyword_link ul li a {
  font-size: clamp(16px, 0.94vw, 18px);
  padding: 10px clamp(40px, 2.08vw, 40px);
  transition: 0.3s
}
/*.keyword_link ul li a:hover{
	background-color: var(--color-point);
	color: #fff;
}*/
.keyword_link ul li .on{
	background-color: var(--color-point);
	color: #fff;
}

.sec_cont {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.sec_cont .sec_head {
  padding: clamp(30px, 3.65vw, 70px);
  background-color: #f8f8f8;
}
.sec_cont .sec_head .sec_tit > span {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 500;
  color: var(--color-point);
}
.sec_cont .sec_head .sec_tit h2 {
  font-size: clamp(30px, 1.98vw, 38px);
  font-weight: 700;
  word-break: break-all;
  line-height: 1.5;
}
.sec_cont .sec_head .sec_tit p {
  font-size: clamp(16px, 0.94vw, 18px);
  color: #999;
}
.sec_cont .cont_inner {
  padding-left: clamp(30px, 3.65vw, 70px);
  padding-right: clamp(30px, 3.65vw, 70px);
}
.sec_cont .cont_inner img {
  width:auto; 
  max-width:100%; 
}
.sec_cont .cont_item {
  border-bottom: 1px solid #ddd;
  scroll-margin-top: clamp(60px, 5.21vw, 100px);
}
.sec_cont .cont_item h3 {
  font-size: clamp(20px, 1.56vw, 30px);
  font-weight: 700;
}
.sec_cont .cont_item .arrow {
  font-size: clamp(24px, 1.56vw, 30px);
  font-weight: 700;
  padding-left: clamp(20px, 2.08vw, 40px);
  position: relative;
}
.sec_cont .cont_item .arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-top: clamp(9px, 0.68vw, 13px) solid transparent;
  border-right: clamp(9px, 0.68vw, 13px) solid transparent;
  border-bottom: clamp(9px, 0.68vw, 13px) solid transparent;
  border-left: clamp(12px, 0.83vw, 16px) solid var(--color-point);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec_cont .cont_item p {
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: 1.6;
}
.sec_cont .cont_item .dot {
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: 1.6;
  position: relative;
  padding-left: 15px;
  margin-top: clamp(25px, 2.08vw, 40px);
  word-break: break-all;
}
.sec_cont .cont_item .dot::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--color-point);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: clamp(10px, 0.68vw, 13px);
  left: 0;
}
.sec_cont .cont_item .dot span.bgColor {
  background-color: #fff7d8;
  font-weight: 700;
}
.sec_cont .cont_item .bgColor {
  background-color: #fff7d8;
  font-weight: 700;
}
.sec_cont .cont_item .check {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: clamp(25px, 3.13vw, 60px);
}
.sec_cont .cont_item .check::before {
  content: "";
  width: clamp(22px, 1.3vw, 25px);
  height: clamp(22px, 1.3vw, 25px);
  background-image: url(../img/successView_check_icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: clamp(10px, 0.73vw, 14px);
}
.sec_cont .cont_item .list {
  background-color: #f7f7f7;
  padding: clamp(30px, 2.6vw, 50px);
}
.sec_cont .cont_item .list p {
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: 2.3;
  font-weight: 300;
}
.sec_cont .cont_item .link_wrapper > p {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  color: #fff;
  background-color: var(--color-point);
  width: clamp(120px, 7.81vw, 150px);
  padding: 11px 0;
  position: relative;
  margin-right: clamp(30px, 2.6vw, 50px);
  clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%);
}
.sec_cont .cont_item .link_wrapper .link {
  max-width: calc(100% - clamp(180px, 11.98vw, 230px));
}
.sec_cont .cont_item .link_wrapper a {
  color: var(--color-point);
  padding-right: 16px;
  position: relative;
  font-size: clamp(18px, 1.04vw, 20px);
  word-break: break-all;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sec_cont .cont_item .work_link {
  border: 1px solid #ddd;
  padding: 35px 0;
}
.sec_cont .cont_item .work_link .link {
  flex-direction: column;
}
.sec_cont .cont_item .work_link .link p {
  font-size: clamp(18px, 1.04vw, 20px);
  color: #444;
  font-weight: 300;
  line-height: 1;
}
.sec_cont .cont_item .work_link .link p span {
  position: relative;
  padding-right: 15px;
}
.sec_cont .cont_item .work_link .link p span::after {
  content: "";
  width: 6px;
  height: 14px;
  background-image: url(../img/right_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sec_cont .cont_item .work_link .link p a {
  padding-left: 14px;
  padding-right: 16px;
}
.sec_cont .cont_item .work_link .link p a::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/up_arrow_c.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}
.sec_cont .cont_item .work_link .link p a:hover {
  text-decoration: underline;
}
.sec_cont .cont_item .news_link {
  border: 1px solid #ddd;
  padding: 19px 0;
  padding-right: 30px;
}
.sec_cont .cont_item .news_link a::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/up_arrow_c.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}
.sec_cont .cont_item .news_link a:hover {
  text-decoration: underline;
}
.sec_cont .cont_item .media_link {
  border: 1px solid #ddd;
  padding: 30px 0;
  padding-right: 30px;
  margin-top: 40px;
}
.sec_cont .cont_item .media_link .link {
  flex-direction: column;
}
.sec_cont .cont_item .media_link a {
  width: fit-content;
}
.sec_cont .cont_item .media_link a::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/up_arrow_c.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}
.sec_cont .cont_item .media_link a:hover {
  text-decoration: underline;
}
.sec_cont .cont_item .success_img .img_wrapper {
  width: clamp(200px, 15.63vw, 300px);
}
.sec_cont .cont_item .success_img .img_wrapper:first-child {
  margin-right: 40px;
}
.sec_cont #cont_item1 .item_wrapper {
  background-color: #f5f9fb;
  padding: 50px;
}
.sec_cont #cont_item4 {
  border-bottom: none;
}
.sec_cont .review_img {
  width: clamp(430px, 29.95vw, 575px);
  margin: 0 auto;
}
.sec_cont .txt {
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: 1.6;
}
.sec_cont .answer {
  background-color: #f7f7f7;
  padding: 60px;
}
.sec_cont .answer h3 {
  font-size: clamp(28px, 1.46vw, 28px);
  font-weight: 700;
  color: #212223;
}
.sec_cont .answer h3::before {
  content: "";
  width: 33px;
  height: 33px;
  background-image: url(../img/successView_check_icon.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
}
.sec_cont .answer p {
  font-size: clamp(20px, 1.04vw, 20px);
  line-height: 1.7;
}
.sec_cont .answer p span {
  font-weight: 700;
}
.sec_cont .news_link {
  font-size: clamp(18px, 1.04vw, 20px);
}
.sec_cont .news_link p {
  font-weight: 700;
}
.sec_cont .news_link a {
	word-break: break-all;
	font-size : 0.85em; 
}
.sec_cont .news_link a:hover {
  text-decoration: underline;
}
.sec_cont .list_info h3 {
  font-size: clamp(30px, 1.56vw, 30px);
  font-weight: 700;
  color: #fff;
  background-color: var(--color-point);
  border-radius: 40px;
  padding: 8px 20px 8px 30px;
  margin-bottom: 40px;
}
.sec_cont .list_info h3 button {
  width: 20px;
  height: 20px;
}
.sec_cont .list_info h3 button span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s;
}
.sec_cont .list_info h3 button span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all 0.3s;
}
.sec_cont .list_info h3 .on span {
  transform: rotate(90deg);
}
.sec_cont .list_info h3 .on span::after {
  transform: rotate(90deg);
  opacity: 1;
}
.sec_cont .list_info .hide_box {
  padding: 40px;
  border: 1px solid #eee;
  opacity: 1;
  transition: opacity 0.3s;
}
.sec_cont .list_info .hide_box p {
  font-size: clamp(28px, 1.46vw, 28px);
  font-weight: 600;
  color: #212223;
}
.sec_cont .list_info .hide_box p::before {
  content: "";
  width: 32px;
  height: 30px;
  background-image: url(../img/successView_check_icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
}
.sec_cont .list_info .hide_box span {
  font-size: clamp(20px, 1.04vw, 20px);
  line-height: 1.7;
}
.sec_cont .list_info .hide_box span img {
  width: 20px;
  height: 20px;
  margin-left: 7px;
}
.sec_cont .list_info .hide_box span a {
  color: var(--color-point);
  border-bottom: 1px solid var(--color-point);
  line-height: 1.1;
  position: relative;
}
.sec_cont .list_info .click {
  opacity: 0;
}
.sec_cont .cont_lawyer > p {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 700;
  padding-left: 15px;
  position: relative;
}
.sec_cont .cont_lawyer > p::before {
  content: "";
  width: 2px;
  height: 24px;
  background-color: var(--color-point);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec_cont .cont_lawyer li:not(:last-child) {
  margin-right: 20px;
}
.sec_cont .cont_lawyer li p {
  font-size: clamp(18px, 0.94vw, 18px);
  color: #444;
  margin-top: 10px;
}
.sec_cont .cont_lawyer .img_wrapper {
  width: 80px;
  height: 80px;
  background-color: #e4e7ef;
  border-radius: 50%;
  overflow: hidden;
}
.sec_cont .cont_lawyer .img_wrapper img {
  transform: translateY(10px);
}

.navigation ul {
  border-top: 1px solid #ddd;
}
.navigation ul li {
  font-size: clamp(20px, 1.04vw, 20px);
  padding: 25px 50px;
  border-bottom: 1px solid #ddd;
}
.navigation ul li span {
  font-weight: 600;
  margin-right: clamp(25px, 2.6vw, 50px);
}
.navigation ul li a {
  word-break: break-all;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.navigation ul li a:hover {
  text-decoration: underline;
}

.go_list_btn {
  width: 200px;
  background-color: var(--color-point);
  color: #fff;
  font-size: clamp(20px, 1.04vw, 20px);
  font-weight: 700;
  padding: 18px 0;
}
.go_list_btn:hover {
  background-color: var(--color-point);
  color: #fff;
}

.cont_right {
  width: clamp(240px, 13.54vw, 260px);
  margin-left: clamp(25px, 2.6vw, 50px);
  padding-bottom: clamp(20px, 2.08vw, 40px);
}
.cont_right .right_inner {
  position: sticky;
  top: clamp(160px, 9.38vw, 180px);
}
.cont_right .top h3 {
  font-size: clamp(18px, 1.09vw, 21px);
  font-weight: 700;
  color: var(--color-point);
}
.cont_right .top .view_more_btn {
  font-size: clamp(12px, 0.63vw, 12px);
  background-color: var(--color-point);
  color: #fff;
  padding: clamp(5px, 0.42vw, 8px) clamp(10px, 0.94vw, 18px);
  border-radius: 200px;
}
.cont_right .top .view_more_btn:after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/up_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 6px;
}
.cont_right .more_success_area ul li {
  padding: 20px 0;
}
.cont_right .more_success_area ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.cont_right .more_success_area ul li a {
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: clamp(15px, 0.83vw, 16px);
  color: #444;
  line-height: 1.5;
}
.cont_right .more_work_area ul li {
  padding: 20px 0;
}
.cont_right .more_work_area ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.cont_right .more_work_area ul li a {
  font-size: clamp(15px, 0.83vw, 16px);
  color: #444;
}
.cont_right .more_work_area ul li a span {
  padding-right: 15px;
  position: relative;
}
.cont_right .more_work_area ul li a span:first-child::after {
  content: "";
  width: 6px;
  height: 12px;
  background-image: url(../img/right_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cont_right .more_work_area ul li a span:last-child {
  padding-left: 10px;
  line-height: 1;
}
.cont_right .more_work_area ul li a span:last-child::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/up_arrow_c.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.cont_right .more_lawyer_area ul li a .img_wrapper {
  background-color: #e4e7ef;
  width: clamp(60px, 4.17vw, 80px);
  height: clamp(60px, 4.17vw, 80px);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: clamp(10px, 1.04vw, 20px);
}
.cont_right .more_lawyer_area ul li a .img_wrapper img {
  transform: scale(1.15) translateY(10px);
}
.cont_right .more_lawyer_area ul li a .txt {
  width: calc(100% - clamp(70px, 5.21vw, 100px));
}
.cont_right .more_lawyer_area ul li a .txt p {
  font-size: clamp(11px, 0.68vw, 13px);
  color: #888;
  line-height: 1.6;
  word-break: break-all;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cont_right .more_lawyer_area ul li a .txt .name {
  font-weight: 500;
  font-size: clamp(13px, 0.68vw, 13px);
  color: #222;
}
.cont_right .more_lawyer_area ul li a .txt .name span {
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 700;
  margin-right: 8px;
  line-height: 1;
}
.cont_right .counsel_link {
  width: 100%;
  background-color: var(--color-point);
  color: #fff;
  font-size: clamp(17px, 0.99vw, 19px);
  font-weight: 300;
  padding: clamp(15px, 1.04vw, 20px) 0;
}
.cont_right .counsel_link span {
  font-weight: 700;
  margin-left: 8px;
}
.cont_right .counsel_link::before {
  content: "";
  width: clamp(18px, 1.2vw, 23px);
  height: clamp(18px, 1.2vw, 23px);
  background-image: url(../img/pencil_icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 15px;
}
.cont_right .hashtag ul li {
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cont_right .hashtag ul li a {
  font-size: clamp(11px, 0.68vw, 13px);
  color: #666;
  background-color: #f7f7f7;
  padding: clamp(5px, 0.47vw, 9px) clamp(10px, 0.89vw, 17px);
}

.right2 {
  width: clamp(360px, 18.75vw, 360px);
}
.right2 .top h3 {
  font-size: clamp(22px, 1.15vw, 22px);
  font-weight: 700;
}
.right2 .top h3 span {
  color: var(--color-point);
  margin-right: 6px;
}
.right2 .top .all_view {
  font-size: clamp(16px, 0.83vw, 16px);
  color: #666;
}
.right2 .top p {
  font-size: clamp(16px, 0.83vw, 16px);
  color: #666;
}
.right2 .pagination .prev,
.right2 .pagination .next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.right2 .pagination .prev::before,
.right2 .pagination .next::before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url(../img/left_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.right2 .pagination .next::before {
  transform: rotate(180deg);
}
.right2 .pagination .num {
  font-size: clamp(18px, 0.94vw, 18px);
  color: #444;
}
.right2 .pagination .on {
  color: var(--color-point);
  font-weight: 700;
}
.right2 .search_view_area {
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 30px;
}
.right2 .search_view_area ul li {
  border-bottom: 1px solid #ddd;
}
.right2 .search_view_area ul li a .tit {
  font-size: clamp(18px, 0.94vw, 18px);
  font-weight: 700;
  word-break: break-all;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.right2 .search_view_area ul li a .txt {
  font-size: clamp(16px, 0.83vw, 16px);
  color: #444;
  line-height: 1.5;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.right2 .search_view_area ul li a span {
  font-size: clamp(16px, 0.83vw, 16px);
  color: #444;
}
.right2 .search_view_area ul li:last-child {
  border: none;
}
.right2 .lawyer_recommend {
  padding: 30px 0;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 30px;
}
.right2 .lawyer_recommend .top {
  padding: 0 30px;
}
.right2 .lawyer_recommend .top > p {
  font-size: clamp(16px, 0.83vw, 16px);
  color: #444;
}
.right2 .lawyer_recommend .top > p span {
  font-weight: 700;
}
.right2 .lawyer_recommend .lawyer_area {
  position: relative;
  overflow: auto;
}
.right2 .lawyer_recommend .lawyer_area::-webkit-scrollbar {
  display: none;
}
.right2 .lawyer_recommend .lawyer_wrapper {
  width: clamp(676px, 35.21vw, 676px);
  padding: 0 30px;
  margin-left: 0;
}
.right2 .lawyer_recommend .lawyer {
  width: clamp(300px, 15.63vw, 300px);
  background-color: #f5f7f9;
  padding: 20px;
}
.right2 .lawyer_recommend .lawyer .txt {
  width: clamp(150px, 7.81vw, 150px);
}
.right2 .lawyer_recommend .lawyer .txt h4 {
  font-size: clamp(18px, 0.94vw, 18px);
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9edfc;
}
.right2 .lawyer_recommend .lawyer .txt p {
  line-height: 1.6;
  word-break: break-all;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.right2 .lawyer_recommend .lawyer .txt p:nth-child(2) {
  font-size: clamp(16px, 0.83vw, 16px);
  color: #444;
  font-weight: 700;
}
.right2 .lawyer_recommend .lawyer .txt p:last-child {
  font-size: clamp(14px, 0.73vw, 14px);
  color: #666;
}
.right2 .lawyer_recommend .lawyer .lawyer_img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #e4e7ef;
  overflow: hidden;
}
.right2 .lawyer_recommend .lawyer .lawyer_img img {
  transform: scale(1.1) translateY(13px);
}
.right2 .lawyer_recommend .lawyer:first-child {
  margin-right: 16px;
}
.right2 .lawyer_recommend .prev_btn,
.right2 .lawyer_recommend .next_btn {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.right2 .lawyer_recommend .prev_btn::before,
.right2 .lawyer_recommend .next_btn::before {
  content: "";
  width: 6px;
  height: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.right2 .lawyer_recommend .prev_btn {
  left: -20px;
}
.right2 .lawyer_recommend .prev_btn::before {
  background-image: url(../img/left_arrow_b.svg);
}
.right2 .lawyer_recommend .next_btn {
  right: -20px;
}
.right2 .lawyer_recommend .next_btn::before {
  background-image: url(../img/right_arrow_b.svg);
}
.right2 .lawyer_recommend .prev_btn.on,
.right2 .lawyer_recommend .next_btn.on {
  display: flex;
}
.right2 .lawyer_recommend .counsel_link {
  width: 100%;
  padding: 0 30px;
}
.right2 .lawyer_recommend .counsel_link a {
  background-color: #eef6fe;
  padding: 20px;
  color: var(--color-point);
}
.right2 .lawyer_recommend .counsel_link a p {
  font-size: clamp(18px, 0.94vw, 18px);
  font-weight: 700;
}
.right2 .lawyer_recommend .counsel_link a span {
  font-size: clamp(14px, 0.73vw, 14px);
}
.right2 .question_rank {
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 30px;
}
.right2 .question_rank ul li {
  border-bottom: 1px solid #ddd;
}
.right2 .question_rank ul li a .tit {
  font-size: clamp(18px, 0.94vw, 18px);
  font-weight: 700;
  word-break: break-all;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.right2 .question_rank ul li a .tit span {
  color: var(--color-point);
}
.right2 .question_rank ul li a .txt {
  font-size: clamp(16px, 0.83vw, 16px);
  color: #444;
  line-height: 1.5;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.right2 .question_rank ul li a span {
  font-size: clamp(16px, 0.83vw, 16px);
  color: #444;
}
.right2 .question_rank ul li:last-child {
  border: none;
}

@media (max-width: 1100px) {
  .all_sec {
    width: 96%;
  }
  .all_sec .sec1_container {
    width: 100%;
  }
  .cont_left .category {
    display: none;
  }
  .sec_cont {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .view_sec {
    width: 100%;
  }
  #sec1 .sec1_container {
    flex-direction: column !important;
  }
  #sec1 .cont_left {
    width: 100%;
    max-width: 100%;
  }
  #sec1 .cont_right {
    width: 90%;
    margin: 150px auto 0;
  }
  #sec1 .cont_right .top h3 {
    font-size: 30px;
  }
  #sec1 .cont_right .top .view_more_btn {
    font-size: 20px;
    padding: 10px 20px;
  }
  #sec1 .cont_right .top .view_more_btn::after {
    width: 13px;
    height: 13px;
    margin-left: 10px;
  }
  #sec1 .cont_right .more_success_area ul li a {
    font-size: 20px;
  }
  #sec1 .cont_right .more_work_area ul li a {
    font-size: 20px;
  }
  #sec1 .cont_right .more_lawyer_area ul {
    margin-top: 20px;
  }
  #sec1 .cont_right .more_lawyer_area ul li a .img_wrapper {
    width: 150px;
    height: 150px;
    margin-right: 30px;
  }
  #sec1 .cont_right .more_lawyer_area ul li a .img_wrapper img {
    transform: scale(1.15) translateY(25px);
  }
  #sec1 .cont_right .more_lawyer_area ul li a .img_wrapper::after {
    width: 30px;
    height: 30px;
  }
  #sec1 .cont_right .more_lawyer_area ul li a .txt {
    width: calc(100% - 180px);
  }
  #sec1 .cont_right .more_lawyer_area ul li a .txt .name {
    font-size: 20px;
  }
  #sec1 .cont_right .more_lawyer_area ul li a .txt .name span {
    font-size: 30px;
  }
  #sec1 .cont_right .more_lawyer_area ul li a .txt p {
    font-size: 20px;
  }
  #sec1 .cont_right .counsel_link {
    font-size: 24px;
  }
  #sec1 .cont_right .hashtag ul li a {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
	main {
		margin-top:0;
	}
  .view_sec {
    width: 100%;
  }
  #sec1 .top_area {
    flex-direction: column;
    align-items: flex-start;
  }
  #sec1 .tit_area h2 {
    font-size: clamp(33px, 7.07vw, 53px);
  }
  #sec1 .tit_area h2 span {
    font-size: clamp(55px, 13.33vw, 100px);
  }
  #sec1 .tit_area p {
    font-size: clamp(16px, 3.73vw, 28px);
  }
  #sec1 #search_form {
    width: 100%;
    padding-right: clamp(18px, 4.67vw, 35px);
  }
  #sec1 #search_form input {
    font-size: clamp(16px, 4vw, 30px);
    padding: clamp(18px, 4.67vw, 35px);
  }
  #sec1 #search_form button::after {
    width: clamp(18px, 4.8vw, 36px);
    height: clamp(18px, 4.8vw, 36px);
  }
  #sec1 .cont_left {
    padding-top: clamp(58px, 17.07vw, 128px);
  }
  #sec1 .sec_cont .cont_item h3 {
    font-size: clamp(22px, 5.07vw, 38px);
  }
  #sec1 .sec_cont .cont_item .arrow {
    font-size: clamp(20px, 5.07vw, 38px);
    padding-left: clamp(20px, 5.33vw, 40px);
  }
  #sec1 .sec_cont .cont_item .arrow::after {
    border-top-width: clamp(10px, 2.4vw, 18px);
    border-right-width: clamp(10px, 2.4vw, 18px);
    border-bottom-width: clamp(10px, 2.4vw, 18px);
    border-left-width: clamp(12px, 2.67vw, 20px);
  }
  #sec1 .sec_cont .cont_item .dot {
    font-size: clamp(16px, 4vw, 30px);
    margin-top: clamp(20px, 4vw, 30px);
    padding-left: clamp(15px, 3.33vw, 25px);
  }
  #sec1 .sec_cont .cont_item .dot::before {
    width: clamp(6px, 1.07vw, 8px);
    height: clamp(6px, 1.07vw, 8px);
    top: clamp(10px, 2.67vw, 20px);
  }
  #sec1 .sec_cont .cont_item .check {
    font-size: clamp(18px, 4.53vw, 34px);
    padding-top: clamp(35px, 8vw, 60px);
    line-height: 1.5;
    align-items: flex-start;
  }
  #sec1 .sec_cont .cont_item .check::before {
    width: clamp(25px, 5.33vw, 40px);
    height: clamp(24px, 5.33vw, 40px);
    margin-right: clamp(10px, 2.67vw, 20px);
    margin-top: 4px;
    padding: 10px;
  }
  #sec1 .sec_cont .cont_item .p_check {
    padding-top: clamp(55px, 10.67vw, 80px);
  }
  #sec1 .sec_cont .cont_item p {
    font-size: clamp(16px, 4vw, 30px);
  }
  #sec1 .sec_cont .cont_item .list {
    padding: clamp(40px, 10.67vw, 80px) clamp(25px, 6.67vw, 50px);
  }
  #sec1 .sec_cont .cont_item .list p {
    line-height: 1.6;
    font-weight: 400;
  }
  #sec1 .sec_cont .cont_item .link_wrapper {
    padding: clamp(25px, 6.67vw, 50px) clamp(20px, 5.33vw, 40px) clamp(25px, 6.67vw, 50px) 0;
  }
  #sec1 .sec_cont .cont_item .link_wrapper > p {
    font-size: clamp(16px, 4vw, 30px);
    padding: clamp(18px, 4.67vw, 35px) 0;
    width: clamp(80px, 22.67vw, 170px);
    margin-right: clamp(15px, 6.67vw, 50px);
  }
  #sec1 .sec_cont .cont_item .link_wrapper .link {
    max-width: calc(100% - clamp(100px, 34.67vw, 260px));
  }
  #sec1 .sec_cont .cont_item .link_wrapper .link p {
    font-size: clamp(16px, 4vw, 30px);
    line-height: 1.2;
  }
  #sec1 .sec_cont .cont_item .link_wrapper a {
    font-size: clamp(16px, 4vw, 30px);
    word-break: break-all;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #sec1 .sec_cont .cont_item .link_wrapper a::after {
    width: clamp(8px, 1.6vw, 12px);
    height: clamp(8px, 1.6vw, 12px);
  }
  #sec1 .sec_cont .cont_item .work_link .link p span {
    padding-right: clamp(14px, 3.73vw, 28px);
  }
  #sec1 .sec_cont .cont_item .work_link .link p span::after {
    width: clamp(6px, 1.33vw, 10px);
    height: clamp(12px, 2.4vw, 18px);
    background-image: url(../img/right_arrow_b.svg);
  }
  #sec1 .sec_cont .cont_item .work_link .link p a {
    padding-left: clamp(10px, 2.67vw, 20px);
    padding-right: clamp(14px, 2.67vw, 20px);
  }
  #sec1 .sec_cont .cont_item .work_link .link p a::after {
    width: clamp(8px, 1.6vw, 12px);
    height: clamp(8px, 1.6vw, 12px);
  }
  #sec1 .sec_cont #cont_item1 .item_wrapper {
    padding: clamp(40px, 10.67vw, 80px) clamp(25px, 6.67vw, 50px);
  }
  #sec1 .sec_cont .success_img .img_wrapper {
    width: calc((100% - clamp(15px, 4vw, 30px)) / 2);
  }
  #sec1 .sec_cont .success_img .img_wrapper:first-child {
    margin-right: clamp(15px, 4vw, 30px);
  }
  #sec1 .sec_cont .answer {
    padding: clamp(40px, 10.67vw, 80px) clamp(25px, 6.67vw, 50px);
  }
  #sec1 .sec_cont .answer h3 {
    font-size: clamp(20px, 4.53vw, 34px);
    line-height: 1.5;
    align-items: flex-start;
  }
  #sec1 .sec_cont .answer h3::before {
    width: clamp(25px, 5.33vw, 40px);
    height: clamp(24px, 5.33vw, 40px);
    margin-right: clamp(10px, 2.67vw, 20px);
    margin-top: 4px;
    padding: 10px;
  }
  #sec1 .sec_cont .answer p {
    font-size: clamp(16px, 4vw, 30px);
    word-break: break-all;
  }
  #sec1 .cont_right {
    margin: 0 auto;
  }
  #sec1 .cont_right .top h3 {
    font-size: clamp(23px, 5.07vw, 38px);
  }
  #sec1 .cont_right .top .view_more_btn {
    font-size: clamp(12px, 3.2vw, 24px);
    padding: clamp(7px, 2vw, 15px) clamp(13px, 4vw, 30px);
  }
  #sec1 .cont_right .top .view_more_btn::after {
    width: clamp(7px, 1.73vw, 13px);
    height: clamp(7px, 1.73vw, 13px);
    margin-left: clamp(5px, 1.33vw, 10px);
  }
  #sec1 .cont_right .more_success_area ul li {
    padding: clamp(15px, 4vw, 30px) 0;
  }
  #sec1 .cont_right .more_success_area ul li a {
    font-size: clamp(16px, 4vw, 30px);
  }
  #sec1 .cont_right .more_work_area ul li {
    padding: clamp(15px, 4vw, 30px) 0;
  }
  #sec1 .cont_right .more_work_area ul li a {
    font-size: clamp(16px, 4vw, 30px);
  }
  #sec1 .cont_right .more_work_area ul li a span {
    padding-right: clamp(20px, 4vw, 30px);
  }
  #sec1 .cont_right .more_work_area ul li a span:first-child::after {
    width: clamp(8px, 1.33vw, 10px);
    height: clamp(14px, 2.4vw, 18px);
  }
  #sec1 .cont_right .more_work_area ul li a span:last-child {
    padding-right: clamp(15px, 2.67vw, 20px);
    padding-left: clamp(15px, 3.33vw, 25px);
  }
  #sec1 .cont_right .more_work_area ul li a span:last-child::after {
    width: clamp(8px, 1.6vw, 12px);
    height: clamp(8px, 1.6vw, 12px);
  }
  #sec1 .cont_right .more_lawyer_area ul {
    margin-top: 0;
  }
  #sec1 .cont_right .more_lawyer_area ul li a .img_wrapper {
    margin-right: clamp(20px, 5.33vw, 40px);
    width: clamp(100px, 34.67vw, 260px);
    height: clamp(100px, 34.67vw, 260px);
  }
  #sec1 .cont_right .more_lawyer_area ul li a .img_wrapper img {
    transform: scale(1.15) translateY(clamp(25px, 5.33vw, 40px));
  }
  #sec1 .cont_right .more_lawyer_area ul li a .txt {
    width: calc(100% - clamp(150px, 40vw, 300px));
  }
  #sec1 .cont_right .more_lawyer_area ul li a .txt .name {
    font-size: clamp(16px, 4vw, 30px);
    white-space: wrap;
    display: block;
  }
  #sec1 .cont_right .more_lawyer_area ul li a .txt .name span {
    font-size: clamp(23px, 5.07vw, 38px);
  }
  #sec1 .cont_right .more_lawyer_area ul li a .txt p {
    font-size: clamp(13px, 3.47vw, 26px);
  }
  #sec1 .cont_right .counsel_link {
    font-size: clamp(18px, 4vw, 30px);
    padding: clamp(20px, 5.87vw, 44px) 0;
  }
  #sec1 .cont_right .counsel_link::before {
    width: clamp(18px, 4.27vw, 32px);
    height: clamp(18px, 4.27vw, 32px);
    margin-right: clamp(13px, 3.33vw, 25px);
  }
  #sec1 .cont_right .hashtag ul li {
    margin-right: clamp(7px, 1.87vw, 14px);
    margin-bottom: clamp(10px, 2.67vw, 20px);
  }
  #sec1 .cont_right .hashtag ul li a {
    font-size: clamp(14px, 3.73vw, 28px);
    padding: clamp(10px, 2.4vw, 18px) clamp(13px, 3.47vw, 26px);
  }
  .sec_cont .sec_head {
    padding: clamp(62px, 18.67vw, 140px) clamp(15px, 4vw, 30px);
  }
  .sec_cont .sec_head .sec_tit span {
    font-size: clamp(18px, 3.73vw, 28px);
  }
  .sec_cont .sec_head .sec_tit h2 {
    font-size: clamp(23px, 5.6vw, 42px);
  }
  .sec_cont .sec_head .sec_tit p {
    font-size: clamp(18px, 3.73vw, 28px);
  }
  .sec_cont .cont_inner {
    padding-left: clamp(15px, 4vw, 30px);
    padding-right: clamp(15px, 4vw, 30px);
  }
  .sec_cont .cont_inner .cont_img {
    height: clamp(160px, 36vw, 270px);
  }
  .sec_cont .cont_inner .cont_img img {
    height: 100%;
    object-fit: cover;
  }
  .sec_cont .cont_inner .review_img {
    width: 100%;
    height: auto;
  }
  .sec_cont .cont_inner .review_img img {
    object-fit: cover;
  }
  .sec_cont .txt {
    font-size: clamp(15px, 4vw, 30px);
  }
  .sec_cont .news_link {
    font-size: clamp(18px, 4vw, 30px);
  }
  .sec_cont .cont_lawyer > p {
    font-size: clamp(18px, 4vw, 30px);
  }
  .sec_cont .cont_lawyer > p::before {
    height: clamp(20px, 4.27vw, 32px);
    width: 4px;
  }
  .sec_cont .cont_lawyer li:nth-child(n+4) {
    display: none;
  }
  .sec_cont .cont_lawyer li:not(:last-child) {
    margin-right: clamp(15px, 4vw, 30px);
  }
  .sec_cont .cont_lawyer li p {
    font-size: clamp(16px, 3.73vw, 28px);
    margin-top: clamp(20px, 2.67vw, 20px);
  }
  .sec_cont .cont_lawyer .img_wrapper {
    width: clamp(80px, 16vw, 120px);
    height: clamp(80px, 16vw, 120px);
  }
  .navigation ul li {
    padding: clamp(18px, 7.6vw, 57px) clamp(18px, 5.33vw, 40px);
    font-size: clamp(16px, 4vw, 30px);
  }
  .navigation ul li span {
    font-size: clamp(15px, 3.73vw, 28px);
    margin-right: clamp(15px, 5.33vw, 40px);
  }
  .go_list_btn {
    width: clamp(200px, 45.33vw, 340px);
    font-size: clamp(16px, 4vw, 30px);
    padding: clamp(20px, 5.6vw, 42px) 0;
  }
  .keyword_link ul li a {
	  font-size: clamp(10px, 2.93vw, 22px);
  }
}


.sch_word { color:var(--color-point); }

/* 페이징 */
.sound_only { display:none; opacity:0; }
.page_wrap { display:flex; }
.page_wrap .pg_page , 
.page_wrap .page  {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(16px, 0.83vw, 16px);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #999;
	font-weight: 500;
	margin-right: 10px;
	transition: all 0.3s;
}
.page_wrap .page.pg_current ,
.page_wrap .page:hover { 
	background-color: var(--color-point);
	color: #fff;
}
.page_wrap .page:last-child { 
	margin-right: 0; 
}
.page_wrap .pg_page.page-link { border:0; }
.page_wrap .pg_page.pg_prev,
.page_wrap .pg_page.pg_next,
.page_wrap .pg_page.pg_start,
.page_wrap .pg_page.pg_end {
	width:20px
}
.page_wrap .pg_page.pg_prev:hover,
.page_wrap .pg_page.pg_next:hover,
.page_wrap .pg_page.pg_start:hover,
.page_wrap .pg_page.pg_end:hover {
		background-color: transparent !important;
}
.page_wrap .pg_page.pg_prev span , 
.page_wrap .pg_page.pg_next span
{
	width: 8px;
	height:12px;
	background-image: url(../img/pagination_prev_icon.svg);
	background-position: center;
	background-repeat: no-repeat;
}
.page_wrap .pg_page.pg_start span,
.page_wrap .pg_page.pg_end span {
	width: 11px;
	height: 12px;
	background-image: url(../img/pagination_first_icon.svg);
	background-position: center;
	background-repeat: no-repeat;
}
.page_wrap .pg_page.pg_next span,
.page_wrap .pg_page.pg_end span  {
	transform: rotate(180deg);
}

@media (max-width: 750px) {
	.page_wrap .pg_page, .page_wrap .page {
		width: clamp(25px, 8.00vw, 60px); 
    height: clamp(25px, 8.00vw, 60px);
    font-size: clamp(13px, 3.47vw, 26px);
		margin-right: clamp(7px, 1.87vw, 14px);
	}
	.page_wrap .pg_page.pg_prev span,
	.page_wrap .pg_page.pg_next span {
		width: clamp(8px, 1.87vw, 14px);
    height: clamp(8px, 3.2vw, 24px);
	}
	.page_wrap .pg_page.pg_start span,
	.page_wrap .pg_page.pg_end span {
		width: clamp(12px, 1.87vw, 14px);
    height: clamp(8px, 3.2vw, 24px);
	}
}