@charset "UTF-8";
body {
  overflow-x: hidden;
}

/* ------------------- 공통 -------------------- */
.sec_tit h2 {
  font-size: clamp(34px, 2.6vw, 50px);
  font-weight: 700;
}
.sec_tit p {
  font-size: clamp(20px, 1.25vw, 24px);
  color: #222;
}

.more_btn {
  width: clamp(180px, 12.34vw, 237px);
  border: 1px solid #222;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  border-radius: 200px;
  padding: clamp(15px, 1.04vw, 20px) 0;
  transition: 0.5s;
}
.more_btn::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../img/lawyer_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 20px;
  transition: 0.5s;
}
.more_btn:hover {
  background: transparent;
  box-shadow: inset 237px 0 0 0 var(--color-point);
  border: 1px solid transparent;
  color: #fff;
}
.more_btn:hover::after {
  filter: invert(1);
}

.m_more_btn {
  display: none;
}

.view_more_btn,
.m_view_more_btn {
  height: fit-content;
}
.view_more_btn a,
.m_view_more_btn a {
  position: relative;
  margin-top: clamp(10px, 0.83vw, 16px);
  z-index: 10;
  padding: clamp(32px, 2.29vw, 44px) 0 clamp(32px, 2.29vw, 44px) clamp(24px, 2.29vw, 44px);
  text-align: right;
  width: fit-content;
  font-size: clamp(14px, 0.94vw, 18px);
  color: var(--color-point);
  font-weight: 200;
  transition: color 0.2s;
}
.view_more_btn a:hover,
.m_view_more_btn a:hover {
  color: #fff;
}
.view_more_btn a:hover::after,
.m_view_more_btn a:hover::after {
  background-color: var(--color-point);
  left: 67%;
}
.view_more_btn a:hover span,
.m_view_more_btn a:hover span {
  color: var(--color-point);
  transition: color 0.2s;
}
.view_more_btn a::after,
.m_view_more_btn a::after {
  content: "";
  width: clamp(55px, 4.38vw, 84px);
  height: clamp(55px, 4.38vw, 84px);
  border-radius: 50%;
  background-color: var(--color-point);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 0.3s;
}
.view_more_btn a span,
.m_view_more_btn a span {
  color: #fff;
}

.m_view_more_btn {
  display: none;
}

/* ------------------- 섹션1 -------------------- */
#sec1 {
  height: 100vh;
  position: relative;
  /*
  background-image: url(../img/sec1_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  */
}
#sec1::after {
  content: "";
  width: 100%;
  height: 35%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

#sec1 .main_visual_swiper {
  height: 100%;
  position: relative;
}
.main_visual_swiper .swiper-container {
  height: 100%;
  overflow: hidden;
}
.main_visual_swiper .swiper-wrapper {
  height: 100%;
}
.main_visual_swiper .swiper-slide {
  position: relative;
}
.main_visual_swiper .swiper-slide .slide_img {
  height: 100%;
}
.main_visual_swiper .swiper-slide .slide_img img {
  height: 100%;
  object-fit: cover;
  width: 110%;
  /*
  transform: translateX(0);
  transition: transform 15s ease;
  */
}
.main_visual_swiper .swiper-slide .slide_img:after {
	content:"";
	display:block; 
	position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main_visual_swiper .swiper-slide img {
  transition: transform 6s ease;
  transform: scale(1.08);
	
}

.main_visual_swiper .swiper-slide-active img {
  transform: scale(1); /* 살짝 확대 */
}

#sec1 .slide_txt { z-index : 1; }

#sec1 .txt {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
#sec1 .txt h2 {
  font-size: clamp(48px, 3.65vw, 58px);
  color: #fff;
  font-weight: 700;
}
#sec1 .txt h2 .mar {
  margin-right: clamp(15px, 1.04vw, 20px);
}
#sec1 .txt p {
  font-size: clamp(22px, 1.25vw, 24px);
  color: #fff;
  font-weight: 200;
  line-height: 1.5;
}
#sec1 .swiper_area {
  position: absolute;
  bottom: clamp(50px, 2.6vw, 50px);
  left: 50%;
  max-width: 1640px;
  width: 96%;
  transform: translateX(-50%);
  z-index: 10;
}
#sec1 .swiper_area .swiper-container {
  max-width: 1600px;
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
}
#sec1 .swiper_area .swiper-slide a {
  /* background-color: #fff; */
  background-color: rgba(255,255,255,0.76);
  position: relative;
  padding: clamp(15px, 1.04vw, 20px) clamp(20px, 1.56vw, 30px);
  border-radius: 10px;
  min-height:146px; 
  overflow: hidden;
}
#sec1 .swiper_area .swiper-slide a::after {
  content: "";
  width: 55%;
  height: 100%;
  background-color: var(--color-point);
	opacity:0.4;
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 0;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
}
#sec1 .swiper_area .swiper-slide a .txt_wrapper {
  position: relative;
  z-index: 10;
}
#sec1 .swiper_area .swiper-slide a .txt_wrapper dl dt {
  font-size: clamp(13px, 0.78vw, 15px);
}
#sec1 .swiper_area .swiper-slide a .txt_wrapper dl dt span {
  font-size: clamp(20px, 1.15vw, 22px);
}
#sec1 .swiper_area .swiper-slide a .txt_wrapper dl dd {
  font-size: clamp(12px, 0.73vw, 14px);
  color: #444;
  line-height: 1.5;
}
#sec1 .swiper_area .swiper-slide a .txt_wrapper dl dd li {
  max-width: 80%; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sec1 .swiper_area .swiper-slide a .img_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#sec1 .swiper_area .swiper-slide a .img_wrapper img {
  height: 100%;
}
#sec1 .swiper_area .swiper-button-prev {
  width: clamp(40px, 2.08vw, 40px);
  height: clamp(40px, 2.08vw, 40px);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#sec1 .swiper_area .swiper-button-prev::after {
  content: "";
  width: 6px;
  height: 12px;
  background-image: url(../img/right_arrow_w.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(180deg);
}
#sec1 .swiper_area .swiper-button-next {
  width: clamp(40px, 2.08vw, 40px);
  height: clamp(40px, 2.08vw, 40px);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#sec1 .swiper_area .swiper-button-next::after {
  content: "";
  width: 6px;
  height: 12px;
  background-image: url(../img/right_arrow_w.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#sec1 .swiper_area .active {
  opacity: 1;
  visibility: visible;
}

/* ------------------- 섹션2 -------------------- */
#sec2 .sec_tit h2 .s_br {
  display: none;
}
#sec2 .sec2_cont .success_swiper .swiper-slide {
  border: 1px solid #ddd;
  border-radius: 25px;
  transition: box-shadow 0.3s ease;
}
#sec2 .sec2_cont .success_swiper .swiper-slide a {
  position: relative;
  padding: clamp(30px, 2.6vw, 50px) clamp(20px, 2.08vw, 40px);
}
#sec2 .sec2_cont .success_swiper .swiper-slide a .tab_container {
  position: absolute;
  top: 0;
  right: 0;
}
#sec2 .sec2_cont .success_swiper .swiper-slide a .tab_container .tab {
  position: relative;
  width: clamp(154px, 10.68vw, 205px);
  height: clamp(54px, 3.7vw, 71px);
}
#sec2 .sec2_cont .success_swiper .swiper-slide a .tab_container .tab p {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 60%;
  transform: translate(-40%, -60%);
	width: 60%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#sec2 .sec2_cont .success_swiper .swiper-slide a dl span {
  font-size: clamp(18px, 1.04vw, 20px);
  color: var(--color-point);
  font-weight: 700;
}
#sec2 .sec2_cont .success_swiper .swiper-slide a dl dt {
  font-size: clamp(23px, 1.35vw, 26px);
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#sec2 .sec2_cont .success_swiper .swiper-slide a dl dd {
  font-size: clamp(18px, 1.04vw, 20px);
  color: #444;
  line-height: 1.5;
  word-break: break-all;
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#sec2 .sec2_cont .success_swiper .swiper-slide a .lawyer_img > div {
  width: fit-content;
}
#sec2 .sec2_cont .success_swiper .swiper-slide a .lawyer_img > div:not(:last-child) {
  margin-right: clamp(10px, 1.04vw, 20px);
}
#sec2 .sec2_cont .success_swiper .swiper-slide a .lawyer_img .img_area {
  width: clamp(60px, 3.65vw, 70px);
  height: clamp(60px, 3.65vw, 70px);
  background-color: #efede4;
  border-radius: 50%;
  overflow: hidden;
}
#sec2 .sec2_cont .success_swiper .swiper-slide a .lawyer_img .img_area img {
  transform: scale(1.1) translateY(10px);
}
#sec2 .sec2_cont .success_swiper .swiper-slide:hover {
  border-color: transparent;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
}

/* ------------------- 섹션3 -------------------- */
#sec3 {
  background-image: url(../img/sec3_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#sec3 .sec3_cont .category button {
  width: clamp(180px, 10.42vw, 200px);
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 700;
  color: #888;
  position: relative;
  padding-bottom: clamp(10px, 0.78vw, 15px);
  border-bottom: 3px solid #888;
}
#sec3 .sec3_cont .category button:not(:last-child) {
  margin-right: clamp(25px, 2.08vw, 40px);
}
#sec3 .sec3_cont .category button::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--color-point);
  border-left: 8px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  display: none;
}
#sec3 .sec3_cont .category .on {
  color: var(--color-point);
  border-color: var(--color-point);
}
#sec3 .sec3_cont .category .on::before {
  display: block;
}
#sec3 .lawyer_swiper {
  overflow: hidden;
  padding-bottom: clamp(50px, 3.65vw, 70px);
  padding-right: 5px;
}
#sec3 .lawyer_swiper .swiper-slide {
  position: relative;
}
#sec3 .lawyer_swiper .swiper-slide a .img_wrapper {
  background: radial-gradient(circle, #444444, #222222);
  height: clamp(280px, 18.75vw, 360px);
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
#sec3 .lawyer_swiper .swiper-slide a .img_wrapper::after {
	/*
  content: "";
  width: clamp(63px, 4.32vw, 83px);
  height: clamp(58px, 4.06vw, 78px);
  background-image: url(../img/lawyer_icon2_w.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: clamp(15px, 1.04vw, 20px);
  right: clamp(15px, 1.04vw, 20px);
  */
}
#sec3 .lawyer_swiper .swiper-slide a .img_wrapper img {
  transform: scale(0.9) translateY(10px);
}
#sec3 .lawyer_swiper .swiper-slide a .img_wrapper .s_mark {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: clamp(15px, 1.04vw, 20px);
	width:18%; 
}
#sec3 .lawyer_swiper .swiper-slide a .img_wrapper .s_mark img {
    filter: invert(75%) sepia(9%) saturate(354%) hue-rotate(21deg) brightness(96%) contrast(85%);
}
#sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl h3 {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 700;
}
#sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl h3 span {
  font-size: clamp(26px, 1.56vw, 30px);
  margin-right: 10px;
}
#sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl dt {
  font-size: clamp(14px, 0.83vw, 16px);
  color: #666;
  word-break: break-all;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 300;
}
#sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl dd {
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 500;
  line-height: 1.7;
  margin-top: clamp(15px, 1.04vw, 20px);
  border-top: 1px solid #ddd;
}
#sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl dd ul {
	width: calc(100% - clamp(35px, 2.6vw, 50px) - 10px);
}
#sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl dd ul li {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	
}
#sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl dd span {
  width: clamp(35px, 2.6vw, 50px);
  height: clamp(35px, 2.6vw, 50px);
  background-color: var(--color-point);
  border-radius: 50%;
}
#sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl dd span::after {
  content: "";
  width: clamp(12px, 0.83vw, 16px);
  height: clamp(12px, 0.83vw, 16px);
  display: block;
  background-image: url(../img/new_left_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
#sec3 .lawyer_swiper .swiper-pagination {
  bottom: 0;
}
#sec3 .lawyer_swiper .swiper-pagination .swiper-pagination-bullet {
  width: clamp(10px, 0.73vw, 14px);
  height: clamp(10px, 0.73vw, 14px);
  background-color: #ccc;
  opacity: 1;
  transition: width 0.3s;
}
#sec3 .lawyer_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-point);
  width: clamp(24px, 1.88vw, 36px);
  border-radius: 50px;
}

/* ------------------- 섹션4 -------------------- */
#sec4 .sec4_cont ul {
  padding-bottom: clamp(60px, 3.13vw, 60px);
  border-bottom: 1px dashed #666;
  border-image: repeating-linear-gradient(90deg, #666 0, #666 6px, transparent 4px, transparent 10px) 6 stretch;
  border-radius: 12px;
}
#sec4 .sec4_cont ul li {
  flex-direction: column;
  background-color: #f7f7f7;
  height: clamp(250px, 15.63vw, 300px);
  width: calc((100% - clamp(40px, 4.17vw, 80px)) / 5);
  border-radius: 10px;
  padding: 0 clamp(20px, 2.08vw, 40px);
  position: relative;
  transition: padding 0.5s;
  transition-duration: 0.3s;
  cursor: pointer;
}
#sec4 .sec4_cont ul li:not(:last-child) {
  margin-right: clamp(10px, 1.04vw, 20px);
}
#sec4 .sec4_cont ul li .num {
  font-size: clamp(24px, 1.88vw, 36px);
  font-weight: 700;
  color: #fff;
  display: none;
}
#sec4 .sec4_cont ul li p {
  font-size: clamp(20px, 1.46vw, 28px);
  font-weight: 700;
  transition: all 0.3s;
  line-height: 1.5;
}
#sec4 .sec4_cont ul li span {
  font-size: clamp(16px, 0.94vw, 18px);
  color: #666;
  transition: all 0.3s;
  line-height: 1.5;
}
#sec4 .sec4_cont ul li .bottom_txt {
  position: absolute;
  bottom: calc(clamp(106px, 6.3vw, 121px) * -1);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
}
#sec4 .sec4_cont ul li .bottom_txt span {
  width: 10px;
  height: 10px;
  background-color: #888;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(171, 161, 130, 0.2);
}
#sec4 .sec4_cont ul li .bottom_txt p {
  font-size: clamp(20px, 1.25vw, 24px);
  color: #999;
  font-weight: 400;
}
#sec4 .sec4_cont ul .on {
  height: clamp(320px, 20.83vw, 400px);
  justify-content: space-between;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: clamp(50px, 2.6vw, 50px);
  padding-bottom: clamp(50px, 2.6vw, 50px);
}
#sec4 .sec4_cont ul .on .num {
  display: block;
}
#sec4 .sec4_cont ul .on p {
  color: #fff;
}
#sec4 .sec4_cont ul .on span {
  color: #fff;
}
#sec4 .sec4_cont ul .on .bottom_txt span {
  background-color: var(--color-point);
  animation: pulse_c 2s infinite;
}
#sec4 .sec4_cont ul .on .bottom_txt p {
  color: var(--color-point);
  font-weight: 700;
}
#sec4 .sec4_cont ul .item1.on {
  background-image: url(../img/sec4_img1.jpg);
}
#sec4 .sec4_cont ul .item2.on {
  background-image: url(../img/sec4_img2.jpg);
}
#sec4 .sec4_cont ul .item3.on {
  background-image: url(../img/sec4_img3.jpg);
}
#sec4 .sec4_cont ul .item4.on {
  background-image: url(../img/sec4_img4.jpg);
}
#sec4 .sec4_cont ul .item5.on {
  background-image: url(../img/sec4_img5.jpg);
}
@keyframes pulse_c {
  0% {
    box-shadow: 0 0 0 0 rgba(171, 161, 130, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(171, 161, 130, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(171, 161, 130, 0);
  }
}

/* ------------------- 섹션5 -------------------- */
#sec5 .sec5_cont {
	max-width:1920px;
	margin:0 auto;
}
#sec5 .sec5_cont .left {
  padding: clamp(100px, 7.81vw, 150px) 0;
  background-image: url(../img/sec5_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: clamp(380px, 38.54vw, 740px);
  height: clamp(650px, 51.56vw, 990px);
  flex-direction: column;
}
#sec5 .sec5_cont .left .sec_tit p {
  line-height: 1.7;
}
#sec5 .sec5_cont .left ul {
  width: clamp(320px, 23.96vw, 460px);
}
#sec5 .sec5_cont .left ul li {
  border-bottom: 1px solid #bebebe;
  overflow: hidden;
}
#sec5 .sec5_cont .left ul li a {
  padding: clamp(17px, 1.3vw, 25px) clamp(15px, 1.04vw, 20px);
}
#sec5 .sec5_cont .left ul li a::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/new_left_arrow_b.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(180deg) translateX(30px);
  opacity: 0;
  transition: all 0.3s;
}
#sec5 .sec5_cont .left ul li a p {
  font-size: clamp(22px, 1.35vw, 26px);
  font-weight: 500;
  color: #666;
  transition: font-size 0.2s;
}
#sec5 .sec5_cont .left ul .on {
  border-color: #222;
}
#sec5 .sec5_cont .left ul .on a::after {
  transform: rotate(180deg) translateX(0);
  opacity: 1;
}
#sec5 .sec5_cont .left ul .on a p {
  color: #222;
  font-weight: 700;
  font-size: clamp(24px, 1.56vw, 30px);
}
#sec5 .sec5_cont .left ul .on a p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #222;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
}
#sec5 .sec5_cont .right {
  width: calc(100% - clamp(430px, 44.79vw, 860px));
}
#sec5 .sec5_cont .right .right_top {
  max-width: 900px;
  width: 93%;
}
#sec5 .sec5_cont .right .right_top .sub_tit h3 {
  font-size: clamp(32px, 2.08vw, 40px);
  font-weight: 700;
  color: var(--color-point);
}
#sec5 .sec5_cont .right .right_top .sub_tit p {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  padding-left: clamp(15px, 1.56vw, 30px);
}
#sec5 .sec5_cont .right .right_top .sub_tit p::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--color-point);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#sec5 .sec5_cont .right .right_top .sub_tit p span {
  font-weight: 500;
}
#sec5 .sec5_cont .right .work_swiper {
  overflow: hidden;
}
#sec5 .sec5_cont .right .work_swiper .swiper-slide a .img_wrapper {
  background: radial-gradient(circle, #444444, #222222);
  height: clamp(180px, 18.75vw, 360px);
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
#sec5 .sec5_cont .right .work_swiper .swiper-slide a .img_wrapper::after {
	/*
  content: "";
  width: clamp(46px, 3.44vw, 66px);
  height: clamp(42px, 3.23vw, 62px);
  background-image: url(../img/lawyer_icon2_w.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: clamp(10px, 1.04vw, 20px);
  bottom: clamp(10px, 1.04vw, 20px);
  */
}

#sec5 .sec5_cont .right .work_swiper .swiper-slide a .img_wrapper img {
	transform: translateY(clamp(20px, 1.56vw, 30px));
}
#sec5 .sec5_cont .right .work_swiper .swiper-slide a .img_wrapper .s_mark {
	display: inline-block;
    position: absolute;
    bottom: 20px;
    right: clamp(15px, 1.04vw, 20px);
	width:18%; 
}
#sec5 .sec5_cont .right .work_swiper .swiper-slide a .img_wrapper .s_mark img {
	filter: invert(75%) sepia(9%) saturate(354%) hue-rotate(21deg) brightness(96%) contrast(85%);
	transform: translateY(0);
}
#sec5 .sec5_cont .right .work_swiper .swiper-slide a .txt_wrapper h4 {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 700;
}
#sec5 .sec5_cont .right .work_swiper .swiper-slide a .txt_wrapper h4 span {
  font-size: clamp(26px, 1.56vw, 30px);
  margin-right: 3px;
}
#sec5 .sec5_cont .right .work_swiper .swiper-slide a .txt_wrapper ul,
#sec5 .sec5_cont .right .work_swiper .swiper-slide a .txt_wrapper p {
  font-size: clamp(13px, 0.94vw, 15px);
  font-weight: 500;
  color: var(--color-point);
  line-height: 1.5;
}#sec5 .sec5_cont .right .work_swiper .swiper-slide a .txt_wrapper li {
	white-space :nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

/* ------------------- 섹션6 -------------------- */
#sec6 .sec_top {
  position: relative;
}
#sec6 .sec_top .sec_tit {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#sec6 .sec6_cont {
	max-width:1920px;
	margin:0 auto;
}
#sec6 .sec6_cont .news_swiper {
  margin: 0 clamp(30px, 4.17vw, 80px);
  padding: 0 clamp(30px, 2.6vw, 50px);
}
#sec6 .sec6_cont .news_swiper .swiper-slide {
  border-right: 1px solid #f2f2f2;
}
#sec6 .sec6_cont .news_swiper .swiper-slide:last-child {
  border: none;
}
#sec6 .sec6_cont .news_swiper .swiper-slide a {
  padding: 0 clamp(20px, 1.56vw, 30px);
}
#sec6 .sec6_cont .news_swiper .swiper-slide a .img_wrapper {
  border-radius: 20px;
  overflow: hidden;
  height: clamp(170px, 11.15vw, 214px);
}
#sec6 .sec6_cont .news_swiper .swiper-slide a .img_wrapper img {
  height: 100%;
  object-fit: cover;
}
#sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper {
  position: relative;
  padding-bottom: clamp(40px, 3.39vw, 65px);
}
#sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper::after {
  content: "";
  width: clamp(25px, 2.08vw, 40px);
  height: clamp(25px, 2.08vw, 40px);
  border-radius: 50%;
  background-color: #f1f1f1;
  background-image: url(../img/new_left_arrow_b.svg);
  background-size: clamp(10px, 0.78vw, 15px) clamp(8px, 0.68vw, 13px);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
#sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper dl > p {
  font-size: clamp(14px, 0.73vw, 14px);
  font-weight: 500;
}
#sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper dl > p span {
  width: clamp(8px, 0.63vw, 12px);
  height: clamp(8px, 0.63vw, 12px);
  background-color: var(--color-point);
  border-radius: 50%;
  margin-right: 8px;
}
#sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper dl dt {
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 700;
  word-break: break-all;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper dl dd {
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: 1.5;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* ------------------- 섹션7 -------------------- */
#sec7 {
  background-image: url(../img/sec7_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#sec7 .sec_tit h2 {
  color: #fff;
}
#sec7 .sec_tit p {
  color: #fff;
}
#sec7 .sec7_cont .youtube_swiper_area {
  position: relative;
  width: 100%;
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_swiper {
  max-width: clamp(634px, 33.02vw, 634px);
  width: 90%;
  overflow: hidden;
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_swiper .swiper-slide .img_wrapper {
  border-radius: 25px;
  overflow: hidden;
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_prev_swiper {
  width: clamp(510px, 26.56vw, 510px);
  left: 0;
  top: 42%;
  transform: translateY(-45%);
  position: absolute;
  cursor: pointer;
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_prev_swiper .swiper-slide {
  height: clamp(290px, 15.1vw, 290px) !important;
  overflow: hidden;
  border-radius: 25px;
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_prev_swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_main_swiper {
  z-index: 10;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_main_swiper .swiper-slide .youtube_wrapper {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  height: clamp(358px, 18.65vw, 358px);
  border-radius: 25px;
  overflow: hidden;
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_main_swiper .swiper-slide .youtube_wrapper span {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_main_swiper .swiper-slide .txt_wrapper p {
  font-size: clamp(20px, 1.15vw, 22px);
  font-weight: 500;
  color: #fff;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_next_swiper {
  width: clamp(510px, 26.56vw, 510px);
  right: 0;
  top: 42%;
  transform: translateY(-45%);
  position: absolute;
  cursor: pointer;
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_next_swiper .swiper-slide {
  height: clamp(290px, 15.1vw, 290px) !important;
  overflow: hidden;
  border-radius: 25px;
}
#sec7 .sec7_cont .youtube_swiper_area .youtube_next_swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

/* ------------------- 섹션8 -------------------- */
#sec8 .sec8_cont .left {
  width: calc(100% - clamp(380px, 28.13vw, 540px));
}
#sec8 .sec8_cont .left ul {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
#sec8 .sec8_cont .left ul li {
  padding: clamp(15px, 1.41vw, 27px) clamp(30px, 2.6vw, 50px);
  cursor: pointer;
}
#sec8 .sec8_cont .left ul li:not(:last-child) {
  border-bottom: 1px solid #888;
}
#sec8 .sec8_cont .left ul li:hover .question .txt {
  color: var(--color-point);
}
#sec8 .sec8_cont .left ul li .question {
  font-weight: 500;
  position: relative;
}
#sec8 .sec8_cont .left ul li .question::after {
  content: "";
  width: clamp(15px, 1.04vw, 20px);
  height: clamp(10px, 0.52vw, 10px);
  background-image: url(../img/down_arrow_9.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(-180deg);
  transition: 0.3s;
  margin-top: clamp(14px, 0.73vw, 14px);
}
#sec8 .sec8_cont .left ul li .question .txt {
  width: calc(100% - clamp(20px, 1.3vw, 25px));
  transition: color 0.3s;
  color: #444;
}
#sec8 .sec8_cont .left ul li .question p {
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 1.7;
}
#sec8 .sec8_cont .left ul li .question span {
  font-size: clamp(28px, 1.67vw, 32px);
  font-weight: 400;
  margin-right: clamp(30px, 2.6vw, 50px);
}
#sec8 .sec8_cont .left ul li .click {
  color: var(--color-point);
}
#sec8 .sec8_cont .left ul li .click::after {
  transform: rotate(0deg);
}
#sec8 .sec8_cont .left ul li .answer {
  opacity: 0;
  max-height: 0;
  transition: 0.3s;
  visibility: hidden;
  cursor: default;
}
#sec8 .sec8_cont .left ul li .answer p {
  border-top: 1px solid #d9d9d9;
  font-size: clamp(18px, 1.15vw, 22px);
  color: #444;
  line-height: 1.7;
  opacity: 0;
}
#sec8 .sec8_cont .left ul li .answer p span {
  font-weight: 700;
  position: relative;
  background-image: linear-gradient(to right, #fff7d8 100%, transparent 0%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 1.5s ease;
}
#sec8 .sec8_cont .left ul li .open {
  padding-top: clamp(20px, 2.08vw, 40px);
  opacity: 1;
  max-height: max-content;
  visibility: visible;
}
#sec8 .sec8_cont .left ul li .open p {
  padding-top: clamp(20px, 2.08vw, 40px);
  opacity: 1;
}
#sec8 .sec8_cont .left ul li .open p span {
  background-size: 100% 100%;
}
#sec8 .sec8_cont .right {
  width: clamp(330px, 22.92vw, 440px);
  height: clamp(300px, 20.31vw, 390px);
}
#sec8 .sec8_cont .right a {
  width: 100%;
  height: 100%;
  background-image: url(../img/sec8_img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: clamp(40px, 2.6vw, 50px);
  color: #fff;
  flex-direction: column;
}
#sec8 .sec8_cont .right a::after {
  content: "";
  width: clamp(12px, 0.89vw, 17px);
  height: clamp(12px, 0.89vw, 17px);
  background-image: url(../img/up_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#sec8 .sec8_cont .right a p {
  font-size: clamp(28px, 1.77vw, 34px);
  font-weight: 700;
  line-height: 1.3;
}
#sec8 .sec8_cont .right a span {
  font-size: clamp(20px, 1.15vw, 22px);
  line-height: 1.5;
}

/* ------------------- 섹션9 -------------------- */
#sec9 {
  background-color: #f3f1ec;
}
#sec9 .container {
  width: 100%;
  max-width: 100%;
}
#sec9 .sec_top {
  position: relative;
}
#sec9 .sec_top .sec_tit {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#sec9 .sec9_cont .review_swiper {
  height: clamp(350px, 22.4vw, 430px);
}
#sec9 .sec9_cont .review_swiper .swiper-container {
  height: 100%;
}
#sec9 .sec9_cont .review_swiper .swiper-slide {
  border-radius: 500px;
  overflow: hidden;
}
#sec9 .sec9_cont .review_swiper .swiper-slide span {
  font-size: clamp(13px, 0.78vw, 15px);
  font-weight: 700;
  color: var(--color-point);
}
#sec9 .sec9_cont .review_swiper .swiper-slide p {
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#sec9 .sec9_cont .review_swiper .swiper-slide .date {
  font-size: clamp(13px, 0.78vw, 15px);
  color: #bbb;
}
#sec9 .sec9_cont .review_swiper .txt {
  background-color: #fff;
}
#sec9 .sec9_cont .review_swiper .txt a {
  padding: 0 clamp(30px, 2.6vw, 50px);
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
#sec9 .sec9_cont .review_swiper .img {
  border: 1px solid #000;
}
#sec9 .sec9_cont .review_swiper .img .img_wrapper {
  height: 100%;
}
#sec9 .sec9_cont .review_swiper .img .img_wrapper img {
  height: 100%;
}

/* ------------------- 섹션 리퀘스트 -------------------- */
#sec_request {
  background-image: url(../img/sec10_bg.jpg);
  background-size: cover;
  padding: 130px 100px;
  transition: all 0.8s ease;
  /* margin-top: clamp(70px, 7.29vw, 140px); */
}
#sec_request .left .sec_tit h2 {
  color: #fff;
  font-size: clamp(34px, 3.13vw, 60px);
}
#sec_request .left .sec_tit p {
  font-size: clamp(15px, 1.04vw, 20px);
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}
#sec_request .left .step > div {
  flex-direction: column;
  position: relative;
}
#sec_request .left .step > div:not(:last-child) {
  margin-right: clamp(90px, 8.33vw, 160px);
}
#sec_request .left .step > div > span {
  width: clamp(80px, 5.21vw, 100px);
  height: clamp(80px, 5.21vw, 100px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 0 rgba(54, 106, 181, 0.2);
}
#sec_request .left .step > div > span::before {
  content: "";
  width: clamp(60px, 4.17vw, 80px);
  height: 1px;
  background-color: rgba(171, 161, 130, 0.2);
  position: absolute;
  top: 50%;
  right: calc(clamp(163px, 11.46vw, 220px) / 2 * -1);
  transform: translateY(-50%);
  display: block;
}
#sec_request .left .step > div p {
  font-size: clamp(16px, 0.94vw, 18px);
  color: rgba(255, 255, 255, 0.5);
}
#sec_request .left .step .step_txt {
  font-weight: 600;
  color: #fff;
  font-size: clamp(14px, 0.73vw, 14px);
  background-color: var(--color-point);
  padding: clamp(8px, 0.68vw, 13px) clamp(17px, 1.3vw, 25px);
  border-radius: 10px;
  line-height: 1.5;
  width: clamp(280px, 14.58vw, 280px);
  position: absolute;
  top: -70%;
  left: 20%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
#sec_request .left .step .step_txt span {
  position: relative;
  display: block;
}
#sec_request .left .step .step_txt span::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid var(--color-point);
  position: absolute;
  bottom: -28px;
  left: 0;
}
#sec_request .left .step .step1 > span::after {
  content: "";
  width: 27px;
  height: 26px;
  background-image: url(../img/step_icon1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#sec_request .left .step .step2 > span::after {
  content: "";
  width: 23px;
  height: 30px;
  background-image: url(../img/step_icon2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#sec_request .left .step .step3 > span::after {
  content: "";
  width: 30px;
  height: 25px;
  background-image: url(../img/step_icon3.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#sec_request .left .step .step3 > span::before {
  display: none;
}
#sec_request .left .step .active > span {
  background-color: rgba(171, 161, 130, 0.5);
  animation: pulse 2s infinite;
}
#sec_request .left .step .active p {
  color: #fff;
}
#sec_request .left .step .active .step_txt {
  opacity: 1;
  visibility: visible;
}
#sec_request .left .step .step1.active > span::after {
  background-image: url(../img/step_icon1_w.svg);
}
#sec_request .left .step .step2.active > span::after {
  background-image: url(../img/step_icon2_w.svg);
}
#sec_request .left .step .step3.active > span::after {
  background-image: url(../img/step_icon3_w.svg);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(171, 161, 130, 0.5);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(171, 161, 130, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(171, 161, 130, 0);
  }
}
#sec_request .right {
  width: 37.3%;
}
#sec_request .right #index_form {
  width: 100%;
}
#sec_request .right #index_form .input_wrapper {
  position: relative;
  margin-bottom: 20px;
}
#sec_request .right #index_form .input_wrapper:nth-of-type(1)::before {
  width: clamp(12px, 0.83vw, 16px);
  height: clamp(12px, 0.83vw, 16px);
  background-image: url(../img/form_icon1.svg);
}
#sec_request .right #index_form .input_wrapper:nth-of-type(2)::before {
  width: clamp(14px, 0.94vw, 18px);
  height: clamp(14px, 0.94vw, 18px);
  background-image: url(../img/form_icon2.svg);
}

#sec_request .right #index_form .input_wrapper::before {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: clamp(15px, 1.56vw, 30px);
  top: 50%;
  transform: translateY(-50%);
}
#sec_request .right #index_form .input_wrapper input {
  width: 100%;
  font-size: clamp(16px, 1.04vw, 20px);
  padding: clamp(16px, 1.25vw, 24px) 0 clamp(16px, 1.25vw, 24px) clamp(40px, 3.13vw, 60px);
  border: none;
}
#sec_request .right #index_form .input_wrapper input::placeholder {
  color: #999;
}
#sec_request .right #index_form .select_wrapper {
  width: 100%;
}
#sec_request .right #index_form .select_wrapper select {
  width: 100%;
  font-size: clamp(16px, 1.04vw, 20px);
  background: #fff url(../img/form_arrow.svg) right 20px center no-repeat;
  padding: clamp(16px, 1.25vw, 24px) clamp(20px, 1.56vw, 30px);
  border: none;
  color: #000;
  appearance: none;
  position: relative;
}
#sec_request .right #index_form .agree_wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
}
#sec_request .right #index_form .agree_wrapper input[type=checkbox] + span {
  width: 24px;
  height: 24px;
  background: none;
  margin-right: 10px;
  background-color: #fff;
}
#sec_request .right #index_form .agree_wrapper input[type=checkbox]:checked + span {
  background-image: url(../img/check_icon_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 15px;
}
#sec_request .right #index_form .agree_wrapper label {
  color: #fff;
  font-weight: 300;
  margin-right: 10px;
  font-size: clamp(18px, 0.94vw, 18px);
}
#sec_request .right #index_form .agree_wrapper button {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(16px, 0.83vw, 16px);
  background-color: transparent;
  border: none;
}
#sec_request .right #index_form .quickCounsel_btn {
  width: 100%;
  background-color: var(--color-point);
  color: #fff;
  font-size: clamp(20px, 1.04vw, 20px);
  font-weight: 700;
  padding: 23px 0;
}

/* ------------------- 섹션 로케이션 -------------------- */
#sec_location .sec_tit h2 {
  font-size: clamp(44px, 3.13vw, 60px);
}
#sec_location .sec_tit h2 span {
  font-size: clamp(65px, 5.21vw, 100px);
  color: var(--color-point);
  margin-right: 5px;
}
#sec_location .sec_tit p {
  font-size: clamp(16px, 1.04vw, 20px);
}
#sec_location .left {
  width: 40.6%;
  height: 1100px;
}
#sec_location .left .m_location_map {
  display: none;
}
#sec_location .left .location_list li {
  width: calc((100% - 110px) / 6);
  font-size: clamp(12px, 0.94vw, 18px);
  color: #666;
  padding-bottom: 11px;
  border-bottom: 1px solid #cccccc;
  margin-right: 22px;
  margin-top: 15px;
  cursor: pointer;
}
#sec_location .left .location_list li:nth-child(6n), #sec_location .left .location_list li:last-child {
  margin-right: 0;
}
#sec_location .left .location_list .on {
  color: var(--color-point);
  border-color: var(--color-point);
  font-weight: 700;
}
#sec_location .left .location_detail {
  border-top: 1px solid #222;
}
#sec_location .left .location_detail li {
  border-bottom: 1px solid #ccc;
  display: none;
}
#sec_location .left .location_detail li a {
  padding: 30px 20px;
}
#sec_location .left .location_detail li a > span {
  font-size: clamp(12px, 0.73vw, 14px);
  color: #fff;
  font-weight: 600;
  background-color: #222;
  height: fit-content;
  padding: 5px 20px;
  border-radius: 200px;
}
#sec_location .left .location_detail li a .location_info {
  margin-left: 20px;
}
#sec_location .left .location_detail li a .tit {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 700;
  margin-bottom: 7px;
}
#sec_location .left .location_detail li a .txt {
  font-size: clamp(14px, 0.83vw, 16px);
  color: #444;
  margin-bottom: 15px;
}
#sec_location .left .location_detail li a .num {
  font-size: clamp(15px, 0.89vw, 17px);
}
#sec_location .left .location_detail li a .num span {
  padding-right: 10px;
}
#sec_location .left .location_detail li a .num span:first-child {
  position: relative;
}
#sec_location .left .location_detail li a .num span:first-child::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
}
#sec_location .left .location_detail li a .num span:last-child {
  padding-right: 0;
  padding-left: 10px;
}
#sec_location .left .location_detail li.on {
  display: block;
}
#sec_location .right {
  position: relative;
  width: clamp(650px, 41.98vw, 806px);
  height: clamp(1000px, 72.08vw, 1384px);
}
#sec_location .right #map .mover {
  cursor: pointer;
  transition: fill 0.3s;
}
#sec_location .right #map .mover.on {
  fill: var(--color-point);
}
#sec_location .right #map .mover.hover {
  fill: var(--color-point);
}
#sec_location .right .svg_txt {
  position: absolute;
  font-size: clamp(16px, 0.94vw, 18px);
  color: #999;
  cursor: pointer;
}
#sec_location .right .svg_txt span {
  position: relative;
  top: -15px;
  left: -50%;
  cursor: pointer;
  color: #999;
  transition: all 0.2s;
}
#sec_location .right .gg_north {
  left: 29%;
  top: 16%;
}
#sec_location .right .icbc {
  left: 16.7%;
  top: 22%;
}
#sec_location .right .seoul {
  left: 26%;
  top: 23%;
}
#sec_location .right .gg_south {
  left: 33%;
  top: 29%;
}
#sec_location .right .gw {
  left: 62%;
  top: 18%;
  cursor: default;
  pointer-events: none;
}
#sec_location .right .cb {
  left: 48%;
  top: 37%;
}
#sec_location .right .djcn {
  left: 23%;
  top: 45%;
}
#sec_location .right .dggb {
  left: 74%;
  top: 48%;
}
#sec_location .right .jb {
  left: 31%;
  top: 60%;
}
#sec_location .right .bu {
  left: 68%;
  top: 68%;
}
#sec_location .right .gjjn {
  left: 24%;
  top: 75%;
}
#sec_location .right .jj {
  left: 12%;
  top: 96.5%;
}
#sec_location .right .svg_txt.on span {
  color: #fff;
  font-weight: 600;
}
#sec_location .right .svg_txt.hover span {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1500px) {
	#sec1 .swiper_area .swiper-slide a {
	  min-height:126px; 
	}
  #sec_request .left .step .step_txt {
    display: none;
  }
  #sec_location .right .jj {
    left: 15%;
  }
}
@media (max-width: 1400px) {
  #sec_location .right .seoul {
    left: 28%;
  }
  #sec_location .right .icbc {
    left: 20%;
  }
}
@media (max-width: 1150px) {
  #sec_location .right .seoul {
    left: 27%;
    top: 23.5%;
  }
  #sec_location .right .icbc {
    left: 19%;
  }
}
@media (max-width: 1100px) {
  #sec4 .sec4_cont ul {
    flex-direction: column;
    align-items: center;
    border-bottom: none;
    border-left: 1px solid transparent;
    border-image: repeating-linear-gradient(to bottom, #666 0, #666 4px, transparent 4px, transparent 8px) 1 stretch;
    padding: 50px 0;
  }
  #sec4 .sec4_cont ul li {
    width: 80%;
    height: 300px;
    background-size: cover;
    margin-right: 0 !important;
  }
  #sec4 .sec4_cont ul li:not(:last-child) {
    margin-bottom: 80px;
  }
  #sec4 .sec4_cont ul li p {
    font-size: 25px;
  }
  #sec4 .sec4_cont ul li p .ta_br {
    display: none;
  }
  #sec4 .sec4_cont ul li span {
    font-size: 18px;
  }
  #sec4 .sec4_cont ul li .bottom_txt {
    bottom: 113%;
    left: calc(clamp(72.5px, 9.45vw, 104px) * -1);
    transform: translateY(50%);
    flex-direction: row;
    align-items: center;
  }
  #sec4 .sec4_cont ul li .bottom_txt span {
    margin-right: 20px;
  }
  #sec4 .sec4_cont ul li .bottom_txt p {
    padding: 0;
    font-size: 24px;
  }
  #sec_request {
    flex-direction: column;
    align-items: center;
  }
  #sec_request .left .sec_tit {
    padding-bottom: 0;
    text-align: center;
  }
  #sec_request .left .step {
    margin-top: clamp(70px, 9.09vw, 100px);
  }
  #sec_request .left .step > div > span {
    width: clamp(100px, 10.91vw, 120px);
    height: clamp(100px, 10.91vw, 120px);
  }
  #sec_request .left .step > div > span::before {
    right: -75px;
  }
  #sec_request .right {
    width: 90%;
    margin-top: clamp(60px, 7.27vw, 80px);
  }
  #sec_location .left {
    width: 100%;
    height: auto;
  }
  #sec_location .left .sec_tit {
    margin-bottom: clamp(60px, 5.45vw, 60px);
  }
  #sec_location .left .m_location_map {
    display: flex;
    width: clamp(560px, 63.64vw, 700px);
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  #sec_location .left .m_location_map #m_map .m_mover {
    cursor: pointer;
    transition: fill 0.3s;
  }
  #sec_location .left .m_location_map #m_map .m_mover.on {
    fill: var(--color-point);
  }
  #sec_location .left .m_location_map #m_map .m_mover.hover {
    fill: var(--color-point);
  }
  #sec_location .left .m_location_map .m_svg_txt {
    position: absolute;
    font-size: clamp(16px, 1.82vw, 20px);
    color: #999;
    cursor: pointer;
  }
  #sec_location .left .m_location_map .m_svg_txt span {
    position: relative;
    top: -15px;
    left: -50%;
    color: #999;
    transform: all 0.2s;
  }
  #sec_location .left .m_location_map .gg_north {
    left: 29%;
    top: 16%;
  }
  #sec_location .left .m_location_map .icbc {
    left: 17%;
    top: 22%;
  }
  #sec_location .left .m_location_map .seoul {
    left: 25.5%;
    top: 23%;
  }
  #sec_location .left .m_location_map .gg_south {
    left: 33%;
    top: 29%;
  }
  #sec_location .left .m_location_map .gw {
    left: 62%;
    top: 18%;
    cursor: default;
    pointer-events: none;
  }
  #sec_location .left .m_location_map .cb {
    left: 48%;
    top: 37%;
  }
  #sec_location .left .m_location_map .djcn {
    left: 23%;
    top: 45%;
  }
  #sec_location .left .m_location_map .dggb {
    left: 74%;
    top: 48%;
  }
  #sec_location .left .m_location_map .jb {
    left: 31%;
    top: 60%;
  }
  #sec_location .left .m_location_map .bu {
    left: 68%;
    top: 68%;
  }
  #sec_location .left .m_location_map .gjjn {
    left: 24%;
    top: 75%;
  }
  #sec_location .left .m_location_map .jj {
    left: 12%;
    top: 96.5%;
  }
  #sec_location .left .m_location_map .m_svg_txt.on span {
    color: #fff;
    font-weight: 600;
  }
  #sec_location .left .m_location_map .m_svg_txt.hover span {
    color: #fff;
    font-weight: 600;
  }
  #sec_location .left .location_list li {
    margin-right: clamp(15px, 2.27vw, 25px);
    width: calc((100% - clamp(60px, 9.09vw, 100px)) / 5);
    font-size: clamp(20px, 2vw, 22px);
  }
  #sec_location .left .location_list li:nth-child(6n) {
    margin-right: clamp(15px, 2.27vw, 25px);
  }
  #sec_location .left .location_list li:nth-child(5n) {
    margin-right: 0;
  }
  #sec_location .left .location_detail li a {
    padding: clamp(25px, 3.64vw, 40px) clamp(20px, 2.73vw, 30px);
  }
  #sec_location .left .location_detail li a > span {
    font-size: clamp(18px, 1.82vw, 20px);
    padding: clamp(7px, 0.91vw, 10px) clamp(15px, 2.27vw, 25px);
  }
  #sec_location .left .location_detail li a .tit {
    font-size: clamp(24px, 2.36vw, 26px);
    margin-bottom: 15px;
  }
  #sec_location .left .location_detail li a .txt {
    font-size: clamp(18px, 1.82vw, 20px);
    margin-bottom: 15px;
  }
  #sec_location .left .location_detail li a .num {
    font-size: clamp(16px, 1.64vw, 18px);
  }
  #sec_location .left .more_btn {
    margin: 0 auto;
  }
  #sec_location .right {
    display: none;
  }
}
@media (max-width: 1000px) {
  #sec8 .sec8_cont {
    flex-direction: column;
  }
  #sec8 .sec8_cont .left {
    width: 100%;
  }
  #sec8 .sec8_cont .left ul li .question p {
    font-size: clamp(20px, 2.2vw, 22px);
  }
  #sec8 .sec8_cont .left ul li .answer p {
    font-size: clamp(20px, 2.2vw, 22px);
  }
  #sec8 .sec8_cont .right {
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 900px) {
  #sec5 .sec5_cont {
    flex-direction: column;
  }
  #sec5 .sec5_cont .left {
    width: 100%;
  }
  #sec5 .sec5_cont .left .sec_tit {
    width: 100%;
    text-align: center;
  }
  #sec5 .sec5_cont .left .sec_tit h2 {
    line-height: 1.5;
  }
  #sec5 .sec5_cont .left ul {
    width: 60%;
  }
  #sec5 .sec5_cont .right {
    width: 96%;
    margin-top: 80px;
  }
  #sec5 .sec5_cont .right .right_top .sub_tit p {
    font-size: 22px;
  }
  #sec5 .sec5_cont .right .work_swiper .swiper-slide a .img_wrapper {
    height: clamp(250px, 33.33vw, 300px);
  }
}
@media (max-width: 750px) {
  .sec_tit h2 {
    font-size: clamp(30px, 7.07vw, 53px);
    line-height: 1.3;
  }
  .sec_tit p {
    font-size: clamp(16px, 3.73vw, 28px);
    line-height: 1.5;
  }
  .view_more_btn {
    display: none;
  }
  .m_view_more_btn {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .m_view_more_btn a {
    margin-top: 0;
    padding: clamp(23px, 6vw, 45px) 0 clamp(23px, 6vw, 45px) clamp(23px, 6vw, 45px);
    font-size: clamp(14px, 4vw, 30px);
  }
  .m_view_more_btn a::after {
    width: clamp(52px, 14.67vw, 110px);
    height: clamp(52px, 14.67vw, 110px);
  }
  .m_view_more_btn a:hover::after {
    left: 61%;
  }
  #sec1 .txt {
    width: 100%;
  }
  #sec1 .txt h2 {
    font-size: clamp(28px, 7.07vw, 53px);
    line-height: 1.3;
  }
  #sec1 .txt p {
    font-size: clamp(18px, 4vw, 30px);
  }
  #sec1 .swiper_area {
    left: 5%;
    bottom: clamp(60px, 10.67vw, 100px);
    max-width: 100%;
    width: 100%;
    transform: none;
  }
  #sec1 .swiper_area .swiper-container {
    width: 100%;
  }
  #sec1 .swiper_area .swiper-slide a {
    padding: clamp(10px, 2.67vw, 20px) clamp(20px, 5.33vw, 40px);
		/*min-height:110px;*/
		min-height:clamp(110px, 27.33vw, 205px);
  }
  #sec1 .swiper_area .swiper-slide a .txt_wrapper dl dt {
    font-size: clamp(14px, 3.47vw, 26px);
  }
  #sec1 .swiper_area .swiper-slide a .txt_wrapper dl dt span {
    font-size: clamp(20px, 4.8vw, 28px);
  }
  #sec1 .swiper_area .swiper-slide a .txt_wrapper dl dd {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  #sec1 .swiper_area .swiper-slide a .img_wrapper {
    height: clamp(115px, 28vw, 210px);
    top: auto;
    bottom: -18px;
    /* right: calc(clamp(20px, 5.33vw, 40px) * -1); */
  }
  #sec1 .swiper_area .swiper-slide a .img_wrapper img {
    height: 100%;
		width: auto;
		object-fit: contain;
  }
  #sec1 .swiper_area .swiper-button-next,
  #sec1 .swiper_area .swiper-button-prev {
    display: none;
  }
  #sec2 .sec2_cont {
    width: 100%;
  }
  #sec2 .sec2_cont .success_swiper {
    overflow: hidden;
    margin-left: 5%;
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide {
    border-radius: clamp(25px, 6.67vw, 50px);
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide a {
    padding: clamp(40px, 10.67vw, 80px) clamp(25px, 6.67vw, 50px);
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide a .tab_container .tab {
    width: clamp(150px, 40vw, 300px);
    height: clamp(52px, 13.87vw, 104px);
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide a .tab_container .tab p {
    font-size: clamp(19px, 4.27vw, 32px);
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide a dl span {
    font-size: clamp(20px, 4.27vw, 32px);
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide a dl dt {
    font-size: clamp(22px, 5.07vw, 38px);
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide a dl dd {
    font-size: clamp(16px, 4vw, 30px);
    -webkit-line-clamp: 3;
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide a .lawyer_img > div:not(:last-child) {
    margin-right: clamp(15px, 4vw, 30px);
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide a .lawyer_img > div .img_area {
    width: clamp(70px, 6.25vw, 120px);
    height: clamp(70px, 6.25vw, 120px);
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide a .lawyer_img > div .img_area img {
    transform: scale(1.1) translateY(clamp(10px, 2.67vw, 20px));
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide a .lawyer_img > div p {
    font-size: clamp(15px, 3.73vw, 28px);
  }
  #sec2 .sec2_cont .success_swiper .swiper-slide:hover {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  #sec3 .sec3_cont .category {
    justify-content: space-between;
  }
  #sec3 .sec3_cont .category button {
    width: calc((100% - clamp(30px, 4vw, 30px)) / 2);
    margin-right: 0 !important;
    font-size: clamp(14px, 4.27vw, 32px);
  }
  #sec3 .lawyer_swiper .swiper-slide {
    margin-bottom: clamp(15px, 4vw, 30px);
  }
  #sec3 .lawyer_swiper .swiper-slide a .img_wrapper {
    height: clamp(180px, 48vw, 360px);
  }
  #sec3 .lawyer_swiper .swiper-slide a .img_wrapper::after {
    width: clamp(42px, 11.07vw, 83px);
    height: clamp(39px, 10.4vw, 78px);
    right: clamp(10px, 2.67vw, 20px);
    bottom: clamp(10px, 2.67vw, 20px);
  }
  #sec3 .lawyer_swiper .swiper-slide a .img_wrapper img {
    transform: scale(1.2) translateY(clamp(20px, 6.67vw, 50px));
  }
  #sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl h3 {
    font-size: clamp(14px, 3.47vw, 26px);
  }
  #sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl h3 span {
    font-size: clamp(24px, 4.8vw, 36px);
  }
  #sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl dt {
    font-size: clamp(12px, 2.67vw, 20px);
  }
  #sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl dd {
    margin-top: clamp(10px, 2.67vw, 20px);
    font-size: clamp(16px, 3.2vw, 24px);
    line-height: 1.4;
  }
	#sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl dd ul {
		width:100%;
	}
  #sec3 .lawyer_swiper .swiper-slide a .txt_wrapper dl dd span {
    display: none;
  }
  #sec4 .sec4_cont ul {
    padding: clamp(50px, 13.33vw, 100px) 0 clamp(15px, 4vw, 30px) clamp(20px, 5.33vw, 40px);
  }
  #sec4 .sec4_cont ul li {
    width: 100%;
    height: clamp(190px, 40vw, 300px);
    padding: 0 clamp(25px, 6.67vw, 50px);
  }
  #sec4 .sec4_cont ul li:not(:last-child) {
    margin-bottom: clamp(65px, 17.33vw, 130px);
  }
  #sec4 .sec4_cont ul li .num {
    font-size: clamp(22px, 5.07vw, 38px);
  }
  #sec4 .sec4_cont ul li p {
    font-size: clamp(20px, 5.07vw, 38px);
  }
  #sec4 .sec4_cont ul li span {
    font-size: clamp(16px, 4vw, 30px);
  }
  #sec4 .sec4_cont ul li .bottom_txt {
    left: calc(clamp(25px, 6.67vw, 50px) * -1);
    bottom: 115%;
  }
  #sec4 .sec4_cont ul li .bottom_txt span {
    width: clamp(10px, 2.67vw, 20px);
    height: clamp(10px, 2.67vw, 20px);
  }
  #sec4 .sec4_cont ul li .bottom_txt p {
    font-size: clamp(20px, 4.27vw, 32px);
  }
  #sec4 .sec4_cont ul .on {
    height: clamp(230px, 49.33vw, 370px);
    padding-top: clamp(20px, 5.33vw, 40px);
    padding-bottom: clamp(20px, 5.33vw, 40px);
  }
  #sec5 .sec5_cont .left {
    height: auto;
    padding: clamp(55px, 14.67vw, 110px) 0 clamp(30px, 8vw, 60px);
  }
  #sec5 .sec5_cont .left .sec_tit h2 {
    line-height: 1.3;
  }
  #sec5 .sec5_cont .left ul {
    width: 90%;
  }
  #sec5 .sec5_cont .left ul li a {
    padding: clamp(16px, 4.27vw, 32px) clamp(20px, 5.33vw, 40px);
  }
  #sec5 .sec5_cont .left ul li a::after {
    width: clamp(15px, 2.8vw, 21px);
    height: clamp(15px, 2.8vw, 21px);
    transform: rotate(-90deg) translateY(-30px);
  }
  #sec5 .sec5_cont .left ul li a p {
    font-size: clamp(18px, 4vw, 30px);
  }
  #sec5 .sec5_cont .left ul .on a::after {
    transform: rotate(-90deg) translateY(0);
  }
  #sec5 .sec5_cont .left ul .on a p {
    font-size: clamp(22px, 4.53vw, 34px);
  }
  #sec5 .sec5_cont .right {
    margin-top: 0;
    width: 90%;
    padding-bottom: clamp(75px, 20vw, 150px);
    position: relative;
  }
  #sec5 .sec5_cont .right .right_top {
    width: 100%;
    position: static !important;
  }
  #sec5 .sec5_cont .right .right_top .sub_tit h3 {
    font-size: clamp(30px, 6.13vw, 46px);
  }
  #sec5 .sec5_cont .right .right_top .sub_tit p {
    font-size: clamp(14px, 3.73vw, 28px);
    padding-left: clamp(12px, 4vw, 30px);
  }
  #sec5 .sec5_cont .right .work_swiper .swiper-slide {
    margin-bottom: clamp(15px, 4vw, 30px);
  }
  #sec5 .sec5_cont .right .work_swiper .swiper-slide a .img_wrapper {
    height: clamp(190px, 54.67vw, 410px);
  }
  #sec5 .sec5_cont .right .work_swiper .swiper-slide a .img_wrapper img {
    transform: scale(1.2) translateY(clamp(25px, 6.67vw, 50px));
  }
  #sec5 .sec5_cont .right .work_swiper .swiper-slide a .txt_wrapper h4 {
    font-size: clamp(14px, 3.47vw, 26px);
  }
  #sec5 .sec5_cont .right .work_swiper .swiper-slide a .txt_wrapper h4 span {
    font-size: clamp(22px, 4.8vw, 36px);
  }
  #sec5 .sec5_cont .right .work_swiper .swiper-slide a .txt_wrapper p {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  #sec6 {
    position: relative;
    margin-bottom: clamp(50px, 13.33vw, 100px);
    padding-bottom: clamp(90px, 24vw, 180px);
  }
  #sec6 .sec_top {
    justify-content: center;
    position: static;
  }
  #sec6 .sec_top .sec_tit {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
  #sec6 .sec6_cont {
    width: 100%;
    margin: 0 auto;
  }
  #sec6 .sec6_cont .news_swiper {
    margin: 0;
    padding: 0;
  }
  #sec6 .sec6_cont .news_swiper .swiper-slide a {
    padding: 0 clamp(25px, 6.67vw, 50px);
  }
  #sec6 .sec6_cont .news_swiper .swiper-slide a .img_wrapper {
    border-radius: 10px;
    height: clamp(160px, 42.67vw, 320px);
  }
  #sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper {
    padding-bottom: clamp(50px, 13.33vw, 100px);
  }
  #sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper::after {
    width: clamp(30px, 8vw, 60px);
    height: clamp(30px, 8vw, 60px);
    background-size: clamp(9px, 2.53vw, 19px) clamp(8px, 2.13vw, 16px);
  }
  #sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper dl > p {
    font-size: clamp(14px, 3.47vw, 26px);
  }
  #sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper dl > p span {
    width: clamp(8px, 2.13vw, 16px);
    height: clamp(8px, 2.13vw, 16px);
  }
  #sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper dl dt {
    font-size: clamp(22px, 5.07vw, 38px);
  }
  #sec6 .sec6_cont .news_swiper .swiper-slide a .txt_wrapper dl dd {
    font-size: clamp(18px, 4vw, 30px);
  }
  #sec7 .container {
    width: 100%;
  }
  #sec7 .sec7_cont .youtube_swiper_area {
    overflow: hidden;
  }
  #sec7 .sec7_cont .youtube_swiper_area .youtube_prev_swiper {
    top: clamp(88px, 23.33vw, 175px);
    left: -50%;
  }
  #sec7 .sec7_cont .youtube_swiper_area .youtube_prev_swiper .swiper-slide {
    height: clamp(145px, 38vw, 285px) !important;
  }
  #sec7 .sec7_cont .youtube_swiper_area .youtube_main_swiper .swiper-slide .youtube_wrapper {
    height: clamp(190px, 50.67vw, 380px);
  }
  #sec7 .sec7_cont .youtube_swiper_area .youtube_main_swiper .swiper-slide .txt_wrapper p {
    font-size: clamp(16px, 4vw, 30px);
    line-height: 1.5;
  }
  #sec7 .sec7_cont .youtube_swiper_area .youtube_next_swiper {
    top: clamp(88px, 23.33vw, 175px);
    right: -50%;
  }
  #sec7 .sec7_cont .youtube_swiper_area .youtube_next_swiper .swiper-slide {
    height: clamp(145px, 38vw, 285px) !important;
  }
  #sec8 .sec8_cont .left ul li {
    padding: clamp(21px, 5.6vw, 42px) clamp(20px, 5.33vw, 40px);
  }
  #sec8 .sec8_cont .left ul li .question::after {
    display: none;
  }
  #sec8 .sec8_cont .left ul li .question span {
    font-size: clamp(18px, 4vw, 30px);
    margin-right: clamp(20px, 5.33vw, 40px);
    margin-top: 5px;
  }
  #sec8 .sec8_cont .left ul li .question p {
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1.5;
  }
  #sec8 .sec8_cont .left ul li .answer p {
    font-size: clamp(14px, 3.47vw, 26px);
  }
  #sec8 .sec8_cont .left ul li .open {
    padding-top: clamp(20px, 5.33vw, 40px);
  }
  #sec8 .sec8_cont .left ul li .open p {
    padding-top: clamp(20px, 5.33vw, 40px);
  }
  #sec8 .sec8_cont .right {
    margin-top: 0;
    height: clamp(220px, 50.67vw, 380px);
  }
  #sec8 .sec8_cont .right a {
    padding: clamp(30px, 8vw, 60px);
  }
  #sec8 .sec8_cont .right a::after {
    width: clamp(12px, 3.2vw, 24px);
    height: clamp(12px, 3.2vw, 24px);
  }
  #sec8 .sec8_cont .right a p {
    font-size: clamp(26px, 5.33vw, 40px);
  }
  #sec8 .sec8_cont .right a span {
    font-size: clamp(16px, 3.73vw, 28px);
  }
  #sec9 {
    position: relative;
  }
  #sec9 .sec_top {
    position: static;
    justify-content: center;
  }
  #sec9 .sec_top .sec_tit {
    position: relative;
    left: 0;
    transform: none;
  }
  #sec9 .sec_top .view_more_btn {
    bottom: clamp(50px, 13.33vw, 100px);
  }
  #sec9 .sec9_cont {
    padding-bottom: clamp(85px, 22.67vw, 170px);
  }
  #sec9 .sec9_cont .review_swiper {
    height: clamp(240px, 64vw, 480px);
  }
  #sec9 .sec9_cont .review_swiper .swiper-slide span {
    font-size: clamp(11px, 3.2vw, 24px);
  }
  #sec9 .sec9_cont .review_swiper .swiper-slide p {
    font-size: clamp(16px, 4vw, 30px);
  }
  #sec9 .sec9_cont .review_swiper .swiper-slide .date {
    font-size: clamp(11px, 3.2vw, 24px);
  }
  #sec9 .sec9_cont .review_swiper .txt a {
    padding: 0 clamp(25px, 8vw, 60px);
  }
  #sec_request {
    width: 100%;
    background-position: center;
    padding: clamp(45px, 12vw, 90px) clamp(30px, 8vw, 60px);
    align-items: flex-start;
    /* margin-top: clamp(50px, 13.33vw, 100px); */
  }
  #sec_request .left {
    width: 100%;
  }
  #sec_request .left .sec_tit {
    text-align: left;
  }
  #sec_request .left .sec_tit h2 {
    font-size: clamp(34px, 6.67vw, 50px);
  }
  #sec_request .left .sec_tit p {
    font-size: clamp(16px, 3.73vw, 28px);
  }
  #sec_request .left .step {
    width: 100%;
    margin-top: 0;
    justify-content: space-between;
  }
  #sec_request .left .step > div:not(:last-child) {
    margin-right: 0;
  }
  #sec_request .left .step > div > span {
    width: clamp(60px, 17.33vw, 130px);
    height: clamp(60px, 17.33vw, 130px);
  }
  #sec_request .left .step > div > span::before {
    width: clamp(20px, 4vw, 30px);
    right: -39%;
  }
  #sec_request .left .step > div p {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  #sec_request .left .step .step1 > span::after {
    width: clamp(18px, 4.8vw, 36px);
    height: clamp(18px, 4.8vw, 36px);
  }
  #sec_request .left .step .step2 > span::after {
    width: clamp(16px, 4.27vw, 32px);
    height: clamp(21px, 5.47vw, 41px);
  }
  #sec_request .left .step .step3 > span::after {
    width: clamp(20px, 5.33vw, 40px);
    height: clamp(17px, 4.53vw, 34px);
    margin-left: clamp(6px, 1.33vw, 10px);
  }
  #sec_request .right {
    width: 100%;
    margin-top: 0;
  }
  #sec_request .right #index_form .input_wrapper {
    margin-bottom: clamp(15px, 4vw, 30px);
  }
  #sec_request .right #index_form .input_wrapper:first-child::before {
    width: clamp(18px, 3.6vw, 27px);
    height: clamp(18px, 3.6vw, 27px);
    left: clamp(20px, 8vw, 60px);
  }
  #sec_request .right #index_form .input_wrapper:nth-child(2)::before {
    width: clamp(18px, 3.6vw, 27px);
    height: clamp(18px, 3.6vw, 27px);
    left: clamp(20px, 8vw, 60px);
  }
  #sec_request .right #index_form .input_wrapper input {
    font-size: clamp(18px, 4vw, 30px);
    padding: clamp(20px, 5.6vw, 42px) 0 clamp(20px, 5.6vw, 42px) clamp(60px, 14.67vw, 110px);
  }
  #sec_request .right #index_form .select_wrapper select {
    font-size: clamp(18px, 4vw, 30px);
    padding: clamp(20px, 5.6vw, 42px) 0 clamp(20px, 5.6vw, 42px) clamp(20px, 8vw, 60px);
    background: #fff url(../img/form_arrow.svg) right clamp(20px, 8vw, 60px) center no-repeat;
    background-size: clamp(18px, 3.2vw, 24px) clamp(10px, 1.87vw, 14px);
  }
  #sec_request .right #index_form .agree_wrapper {
    margin: 0;
  }
  #sec_request .right #index_form .agree_wrapper input[type=checkbox] + span {
    width: clamp(20px, 4vw, 30px);
    height: clamp(20px, 4vw, 30px);
    margin-right: clamp(10px, 2.67vw, 20px);
  }
  #sec_request .right #index_form .agree_wrapper input[type=checkbox]:checked + span {
    background-size: clamp(18px, 3.2vw, 24px) clamp(15px, 2.8vw, 21px);
  }
  #sec_request .right #index_form .agree_wrapper label {
    font-size: clamp(14px, 3.73vw, 28px);
    margin-right: clamp(10px, 2.67vw, 20px);
  }
  #sec_request .right #index_form .agree_wrapper button {
    font-size: clamp(14px, 3.33vw, 25px);
  }
  #sec_request .right #index_form .quickCounsel_btn {
    font-size: clamp(20px, 4.53vw, 34px);
    padding: clamp(20px, 5.33vw, 40px) 0;
  }
  #sec_location .left .sec_tit {
    margin-bottom: 0;
  }
  #sec_location .left .sec_tit h2 {
    font-size: clamp(34px, 7.07vw, 53px);
  }
  #sec_location .left .sec_tit h2 span {
    font-size: clamp(65px, 13.33vw, 100px);
  }
  #sec_location .left .sec_tit p {
    font-size: clamp(16px, 3.73vw, 28px);
  }
  #sec_location .left .m_location_map {
    width: 100%;
  }
  #sec_location .left .m_location_map .m_svg_txt {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  #sec_location .left .m_location_map .icbc {
    left: 16.5%;
    top: 21%;
  }
  #sec_location .left .m_location_map .jj {
	top: 97.5%;
  }
  #sec_location .left .location_list li {
    width: calc((100% - clamp(60px, 20vw, 150px)) / 4);
    margin-right: clamp(20px, 6.53vw, 49px) !important;
    margin-top: clamp(20px, 5.33vw, 40px);
    font-size: clamp(15px, 4vw, 30px);
  }
  #sec_location .left .location_list li:nth-child(4n) {
    margin-right: 0 !important;
  }
  #sec_location .left .location_list li:nth-child(-n+4) {
    margin-top: 0;
  }
  #sec_location .left .location_detail li a {
    flex-direction: column;
    padding: clamp(25px, 6.67vw, 50px) 0;
  }
  #sec_location .left .location_detail li a > span {
    font-size: clamp(16px, 3.2vw, 24px);
    padding: clamp(7px, 1.87vw, 14px) clamp(15px, 4vw, 30px);
  }
  #sec_location .left .location_detail li a .location_info {
    margin-left: 0;
  }
  #sec_location .left .location_detail li a .tit {
    font-size: clamp(20px, 4.27vw, 32px);
    margin-bottom: clamp(10px, 2.67vw, 20px);
  }
  #sec_location .left .location_detail li a .txt {
    font-size: clamp(16px, 4vw, 30px);
    margin-bottom: clamp(10px, 2.67vw, 20px);
  }
  #sec_location .left .location_detail li a .num {
    font-size: clamp(16px, 4vw, 30px);
  }
  #sec_location .left .location_detail li a .num span {
    padding-right: clamp(10px, 2.67vw, 20px);
  }
  #sec_location .left .location_detail li a .num span:first-child::after {
    height: clamp(16px, 3.2vw, 24px);
  }
  #sec_location .left .location_detail li a .num span:last-child {
    padding-right: 0;
    padding-left: clamp(10px, 2.67vw, 20px);
  }
  #sec_location .left .more_btn {
    display: flex;
    width: clamp(210px, 42.67vw, 320px);
    border: 2px solid #222;
    font-size: clamp(18px, 4vw, 30px);
    font-weight: 500;
    border-radius: 200px;
    transition: 0.5s;
    padding: clamp(17px, 3.33vw, 25px) 0;
  }
  #sec_location .left .more_btn::after {
    content: "";
    width: clamp(12px, 2.4vw, 18px);
    height: clamp(12px, 2.4vw, 18px);
    background-image: url(../img/lawyer_arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: clamp(10px, 2.67vw, 20px);
    transition: 0.5s;
  }
  #sec_location .left .more_btn:hover {
    background: transparent;
    box-shadow: inset 320px 0 0 0 var(--color-point);
    border: 2px solid transparent;
    color: #fff;
  }
  #sec_location .left .more_btn:hover::after {
    filter: invert(1);
  }
}
@media (max-width: 500px) {
  #sec3 .lawyer_swiper .swiper-slide a .img_wrapper img {
    transform: scale(0.9) translateY(0);
  }
  #sec_request .left .step > div > span::before {
    width: clamp(17px, 5vw, 25px);
    right: calc(clamp(21px, 7.4vw, 37px) * -1);
  }
  #sec_location .left .m_location_map .seoul {
    top: 24%;
  }
}
@media (max-width: 450px) {
  #sec2 .sec_tit h2 .s_br {
    display: block;
  }
}
@media (max-width: 350px) {
  #sec5 .sec_tit p .s_br {
    display: block;
  }
  #sec_request .left .step > div > span::before {
    right: calc(clamp(30px, 10vw, 35px) * -1);
  }
  #sec_request .left .step > div:nth-child(2) > span::before {
    right: calc(clamp(30px, 11.43vw, 40px) * -1);
  }
  #sec_location .left .m_location_map .seoul {
    top: 24.5%;
  }
  #sec_location .left .m_location_map .gg_north {
    top: 17%;
  }
  #sec_location .left .m_location_map .gg_south {
    top: 30%;
  }
  #sec_location .left .m_location_map .cb {
    top: 38%;
  }
  #sec_location .left .m_location_map .bu {
    top: 69%;
  }
  #sec_location .left .m_location_map .gjjn {
    top: 76%;
  }
  #sec_location .left .m_location_map .jj {
    top: 97.5%;
  }
}