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

/* ------------------- 공통 -------------------- */
.sec_tit h2 {
  font-size: clamp(43px, 3.13vw, 60px);
  font-weight: 700;
  color: #0d2162;
}
.sec_tit h2 span {
  font-size: clamp(65px, 5.21vw, 100px);
  color: #1a49db;
  margin-right: 15px;
}
.sec_tit p {
  font-size: clamp(16px, 1.04vw, 20px);
  color: #444;
}

.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 #1a49db;
  border: 1px solid transparent;
  color: #fff;
}
.more_btn:hover::after {
  filter: invert(1);
}

.m_more_btn {
  display: none;
}

/* ------------------- 섹션1 -------------------- */
#sec1 {
  height: 100vh;
  position: relative;
}

.visual_swiper {
  height: 100%;
  position: relative;
}
.visual_swiper .swiper-container {
  height: 100%;
  overflow: hidden;
}
.visual_swiper .swiper-wrapper {
  height: 100%;
}
.visual_swiper .swiper-slide {
  position: relative;
}
.visual_swiper .swiper-slide .slide_img {
  height: 100%;
}
.visual_swiper .swiper-slide .slide_img img {
  height: 100%;
  object-fit: cover;
  width: 130%;
  transform: translateX(0);
  transition: transform 15s ease;
}
.visual_swiper .swiper-slide .slide_txt {
  position: absolute;
  top: 34%;
  left: 13.5%;
  z-index: 5;
  overflow: hidden;
}
.visual_swiper .swiper-slide .slide_txt .tit p span {
  font-size: clamp(52px, 4.17vw, 75px);
  font-weight: 500;
  color: #fff; opacity:0.9;
}
.visual_swiper .swiper-slide .slide_txt .tit p br {
  display: none;
}
.visual_swiper .swiper-slide .slide_txt .tit p .mar {
  margin-right: clamp(15px, 1.04vw, 20px);
}
.visual_swiper .swiper-slide .slide_txt .txt p {
  font-size: clamp(24px, 1.25vw, 24px);
  color: #fff;
  line-height: 1.6;
  transform: translateY(80px);
  transition: all 1s;
  transition-delay: 3s;
}
.visual_swiper .swiper-slide-active .slide_img img{
	transform: translateX(-5%);
}
.visual_swiper .swiper-slide-active .slide_txt .txt p {
  transform: translateY(0px);
}
.visual_swiper .slide_bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.visual_swiper .pagination_wrapper {
  position: absolute;
  left: 13.5%;
  bottom: 10%;
  z-index: 10;
}
.visual_swiper .pagination_wrapper .swiper-pagination {
  position: static;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  opacity: 1;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: clamp(55px, 3.39vw, 65px);
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  stroke-dasharray: 125;
  stroke-dashoffset: 125;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet .circle {
  opacity: 0;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet .btn {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 3;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet .btn span {
  display: block;
  width: 3px;
  height: 13px;
  border-radius: 50px;
  background-color: #fff;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet .btn span + span {
  margin-left: 5px;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet .btn svg {
  fill: #fff;
  height: 12px;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet .btn.off {
  display: none;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet-active {
  background-color: transparent;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet-active .circle {
  animation: draw 11.8s linear forwards;
  opacity: 1;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet-active .circle.off {
  animation: none;
  opacity: 0;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet-active .btn {
  opacity: 1;
}
.visual_swiper .pagination_wrapper .swiper-pagination-bullet.no_delay .circle {
  animation: draw 11s linear forwards;
  opacity: 1;
}
.visual_swiper .pagination_wrapper .page {
  position: static;
  margin-left: 100px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.visual_swiper .pagination_wrapper .page .bar {
  margin: 0 8px;
}
.visual_swiper .pagination_wrapper .page .active {
  position: relative;
  top: -3px;
  opacity: 1;
  font-size: 24px;
  color: #fff;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes floatUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.scroll_area {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  z-index: 1;
  flex-direction: column;
}
.scroll_area p {
  font-size: clamp(14px, 0.73vw, 14px);
  color: #fff;
  font-weight: 200;
  letter-spacing: 1px;
}
.scroll_area span {
  width: 20px;
  height: 30px;
  border-radius: 10px;
  border: 2px solid #fff;
  position: relative;
}
.scroll_area span::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  animation: scroll infinite 2s;
}
@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* ------------------- 섹션2 -------------------- */
#sec2 {
  /*margin-left: clamp(100px, 8.33vw, 160px);*/
}
#sec2 .sec_tit {
  position: sticky;
  top: clamp(120px, 9.38vw, 180px);
  left: 0;
  width: 21.6666%;
  height: fit-content;
}
#sec2 .sec_tit p {
  line-height: 1.7;
}
#sec2 .sec2_list {
  width: 64%;
}
#sec2 .list_item {
  position: relative;
  height: fit-content;
  transition: all 0.3s ease-in-out;
  width: clamp(280px, 22.92vw, 440px);
}
#sec2 .list_item:nth-child(2) {
  margin-left: clamp(20px, 2.08vw, 40px);
  margin-top: 34%;
}
#sec2 .list_item:nth-child(3) {
  margin-top: -15%;
}
#sec2 .list_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1a49db;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 1s;
}
#sec2 .list_item:hover {
  border-radius: 60px;
  overflow: hidden;
}
#sec2 .list_item:hover::after {
  opacity: 0;
}
#sec2 .active::after {
  opacity: 0;
}
#sec2 .list_txt {
  position: absolute;
  top: 10%;
  left: 9%;
  color: #fff;
  z-index: 10;
}
#sec2 .list_txt .tit {
  font-size: clamp(26px, 1.56vw, 30px);
  font-weight: 600;
}
#sec2 .list_txt .num {
  font-size: clamp(57px, 4.17vw, 80px);
  font-weight: 600;
}
#sec2 .list_txt .txt {
  font-size: clamp(19px, 1.15vw, 22px);
  font-weight: 300;
  line-height: 1.7; /* 37px */
}

/* ------------------- 섹션3 -------------------- */
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
   
  }
  90% {
   
  }
  100% {
    opacity: 1;
  }
}

#sec3 .left_main_slider {
  width: 29%;
  overflow: hidden;
}
#sec3 .left_main_slider.fade {
  animation: fadeInOut 0.8s ease-in-out forwards;
}
#sec3 .left_main_slider dl dt {
  font-size: clamp(16px, 1.25vw, 20px);
  letter-spacing:-2px; 
}
#sec3 .left_main_slider dl dt span {
  position: relative;
  margin-right: 20px;
}
#sec3 .left_main_slider dl dt span:first-child::after {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  background-color: #eee;
  display: block;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
}
#sec3 .left_main_slider dl dt span:last-child::after {
  display: none;
}
#sec3 .left_main_slider dl dt::before {
  content: "";
  width: clamp(24px, 1.67vw, 32px);
  height: clamp(24px, 1.67vw, 32px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
}
#sec3 .left_main_slider dl .smark::before {
  background-image: url(/inc/img/lawyer_ico_pro.svg);
  background-size: 100% 100%;
}

#sec3 .left_main_slider dl .pro::before {
  background-image: url(../img/lawyer_icon1.svg);
}
#sec3 .left_main_slider dl .jud::before {
  background-image: url(../img/lawyer_icon2.svg);
}
#sec3 .left_main_slider dl .pol::before {
  background-image: url(../img/lawyer_icon3.svg);
  width: clamp(28px, 1.88vw, 36px);
}
#sec3 .left_main_slider dl dd {
  font-size: clamp(20px, 1.56vw, 24px);
  font-weight: 500;
}
#sec3 .left_main_slider dl dd span {
  font-size: clamp(28px, 2.08vw, 40px);
  font-weight: 700;
  margin-right: 10px;
}
#sec3 .right {
  width: 64.6%;
  position: relative;
}
#sec3 .right .slider_pagination {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#sec3 .right .slider_pagination .progress-bar {
  height: 2px;
  background-color: #777;
  overflow: hidden;
  width: 86%;
}
#sec3 .right .slider_pagination .progress-bar .progress-fill {
  width: 0%;
  height: 100%;
  background: #1a49db;
  transition: width 0.5s ease-in-out;
}
#sec3 .right .slider_pagination .slider-controls {
  margin-right: clamp(15px, 2.08vw, 40px);
}
#sec3 .right .slider_pagination .prev-btn::after {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(../img/left_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#sec3 .right .slider_pagination .next-btn::after {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(../img/right_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: clamp(20px, 2.08vw, 40px);
}
#sec3 .right .right_top_slider,
#sec3 .right .right_bottom_slider {
  width: 100%;
	opacity: 0;
}
#sec3 .right .right_top_slider.slick-initialized,
#sec3 .right .right_bottom_slider.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#sec3 .right .right_top_slider .slider_container,
#sec3 .right .right_bottom_slider .slider_container {
  width: 100%;
  overflow: hidden;
}
#sec3 .right .right_top_slider .slide_item,
#sec3 .right .right_bottom_slider .slide_item {
  margin-right: 25px;
  position: relative;
}
#sec3 .right .right_top_slider .slide_item .slide_img,
#sec3 .right .right_bottom_slider .slide_item .slide_img {
  background-color: #e4e7ef;
  overflow: hidden;
  height: clamp(200px, 10.42vw, 200px);
}
#sec3 .right .right_top_slider .slide_item .slide_img img,
#sec3 .right .right_bottom_slider .slide_item .slide_img img {
  transform: scale(1.1) translate(0px, 30px);
}
#sec3 .right .right_top_slider .slide_item dl dt,
#sec3 .right .right_bottom_slider .slide_item dl dt {
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 500;
}
#sec3 .right .right_top_slider .slide_item dl dt span,
#sec3 .right .right_bottom_slider .slide_item dl dt span {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 700;
  margin-right: clamp(5px, 0.52vw, 10px);
}
#sec3 .right .right_top_slider .slide_item dl dd,
#sec3 .right .right_bottom_slider .slide_item dl dd {
  font-size: clamp(12px, 0.73vw, 14px);
  flex-direction: column;
  position: relative;
  padding-left: 10px;
  line-height: 1.6;
  color: #444;
  font-weight: 300;
}
#sec3 .right .right_top_slider .slide_item dl dd::before,
#sec3 .right .right_bottom_slider .slide_item dl dd::before {
  content: "";
  width: 1px;
  height: 103%;
  background-color: #eee;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sec3 .right .right_top_slider .slide_item::after,
#sec3 .right .right_bottom_slider .slide_item::after {
  content: "";
  width: clamp(24px, 1.67vw, 32px);
  height: clamp(24px, 1.67vw, 32px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
#sec3 .right .right_top_slider .pro::after,
#sec3 .right .right_bottom_slider .pro::after {
  background-image: url(/inc/img/lawyer_ico_pro.svg);
  background-size: 100% 100%;
}
#sec3 .right .right_top_slider .jud::after,
#sec3 .right .right_bottom_slider .jud::after {
  background-image: url(/inc/img/lawyer_ico_co.svg);
  background-size: 100% 100%;
}
#sec3 .right .right_top_slider .pol::after,
#sec3 .right .right_bottom_slider .pol::after {
  background-image: url(/inc/img/lawyer_ico_pol.svg);
  background-size: 100% 100%;
}
#sec3 .right .right_top_slider .sol::after,
#sec3 .right .right_bottom_slider .sol::after {
  background-image: url(/inc/img/lawyer_ico_sol.svg);
  background-size: 100% 100%;
}
#sec3 .right .right_top_slider .smark::after,
#sec3 .right .right_bottom_slider .smark::after {
  background-image: url(/inc/img/lawyer_ico.svg);
  background-size: 100% 100%;
}
#sec3 .right .right_top_slider .slick-current .slide_img,
#sec3 .right .right_bottom_slider .slick-current .slide_img {
  background-color: #0a3458;
  overflow: hidden;
}
#sec3 .right .right_top_slider {
  position: relative;
}
#sec3 .right .right_top_slider .swiper_page {
  position: absolute;
  width: 100%;
  top: 0;
}
#sec3 .right .right_bottom_slider .slick-current .slide_img {
  background-color: #e4e7ef;
  overflow: hidden;
}

/* ------------------- 섹션4 -------------------- */
#sec4 {
  background-image: url(../img/sec4_bg.jpg);
  overflow: hidden;
}
#sec4 .sec_tit h2 {
  color: #fff;
}
#sec4 .sec_tit p {
  color: #fff;
}
#sec4 .sec4_cont ul li {
  width: 16.6666666667%;
  height: clamp(140px, 7.29vw, 140px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0, 3s;
  position: relative;
}
#sec4 .sec4_cont ul li::before, #sec4 .sec4_cont ul li::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  z-index: 2;
  transition: all 0.1s;
  background-color: #fff;
}
#sec4 .sec4_cont ul li::before {
  top: 0;
  width: 2px;
  height: 0;
}
#sec4 .sec4_cont ul li::after {
  bottom: 0;
  width: 0;
  height: 2px;
}
#sec4 .sec4_cont ul li a {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 600;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
  position: relative;
  backdrop-filter: blur(20px);
}
#sec4 .sec4_cont ul li a::before, #sec4 .sec4_cont ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  transition: all 0.1s;
  z-index: 2;
  background-color: #fff;
}
#sec4 .sec4_cont ul li a::before {
  bottom: 0;
  width: 2px;
  height: 0;
}
#sec4 .sec4_cont ul li a::after {
  top: 0;
  width: 0;
  height: 2px;
}
#sec4 .sec4_cont ul li a span::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../img/up_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}
#sec4 .sec4_cont ul li:hover {
  background-color: rgba(26, 73, 219, 0.5);
}
#sec4 .sec4_cont ul li:hover::before {
  height: 100%;
}
#sec4 .sec4_cont ul li:hover::after {
  width: 100%;
  transition-delay: 0.1s;
}
#sec4 .sec4_cont ul li:hover a::before {
  height: 100%;
  transition-delay: 0.2s;
}
#sec4 .sec4_cont ul li:hover a::after {
  width: 100%;
  transition-delay: 0.3s;
}
#sec4 .sec4_cont ul li:hover a span::after {
  animation: arrow-flick 0.8s forwards;
}
@keyframes arrow-flick {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(10px, -10px);
    opacity: 0;
  }
  41% {
    transform: translate(-10px, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* ------------------- 섹션5 -------------------- */
#sec5 .sec5_cont .left {
  width: clamp(160px, 12.5vw, 240px);
}
#sec5 .sec5_cont .left li {
  padding-left: clamp(40px, 4.17vw, 80px);
  position: relative;
}
#sec5 .sec5_cont .left li a {
  font-size: clamp(20px, 1.04vw, 20px);
  color: #444;
  font-weight: 400;
  line-height: 3;
  transition: color 0.5s, font-weight 0.5s;
}
#sec5 .sec5_cont .left li a:hover {
  color: #1a49db;
  font-weight: 600;
}
#sec5 .sec5_cont .left li::before {
  content: "";
  width: clamp(30px, 3.13vw, 60px);
  height: 1px;
  background-color: #1a49db;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.5s;
}
#sec5 .sec5_cont .left .highlight a {
  color: #1a49db;
  font-weight: 600;
}
#sec5 .sec5_cont .left .highlight::before {
  opacity: 1;
}
#sec5 .sec5_cont .right {
  width: 70%;
}
#sec5 .sec5_cont .right ul li {
  width: calc((100% - clamp(25px, 2.08vw, 40px)) / 2);
  background-color: #f7f7f7;
  transition: all 0.3s ease;
}
#sec5 .sec5_cont .right ul li a {
  padding: clamp(25px, 2.08vw, 40px) clamp(20px, 1.56vw, 30px);
}
#sec5 .sec5_cont .right ul li a > p {
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 600;
  color: #1a49db;
}
#sec5 .sec5_cont .right ul li a dl > p {
  font-size: clamp(22px, 1.56vw, 30px);
  font-weight: 600;
  color: #222;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#sec5 .sec5_cont .right ul li a dl dt {
  font-size: clamp(16px, 1.15vw, 22px);
  color: #444;
  font-weight: 300;
  word-break: break-all;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}
#sec5 .sec5_cont .right ul li a dl dd {
  font-size: clamp(14px, 0.94vw, 18px);
  color: #666;
  font-weight: 300;
}
#sec5 .sec5_cont .right ul li a .lawyer_img > div:not(:last-child) {
  margin-right: clamp(10px, 1.04vw, 20px);
}
#sec5 .sec5_cont .right ul li a .lawyer_img > div p {
  font-size: clamp(14px, 0.94vw, 18px);
  color: #444;
}
#sec5 .sec5_cont .right ul li a .lawyer_img .img_area {
  width: clamp(60px, 4.17vw, 80px);
  height: clamp(60px, 4.17vw, 80px);
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
#sec5 .sec5_cont .right ul li a .lawyer_img .img_area img {
  transform: scale(1.2) translateY(10px);
}
#sec5 .sec5_cont .right ul li:first-child, #sec5 .sec5_cont .right ul li:nth-child(2) {
  margin-bottom: clamp(25px, 2.08vw, 40px);
}
#sec5 .sec5_cont .right ul li:hover {
  background-color: #fff;
  box-shadow: 4px 0px 30px rgba(0, 0, 0, 0.2);
}

/* ------------------- 섹션6 -------------------- */
#sec6 .sec6_cont .left {
  width: 64%;
  height: clamp(366px, 29.79vw, 572px);
  margin-right: clamp(25px, 2.08vw, 40px);
  overflow: hidden;
  position: relative;
}
#sec6 .sec6_cont .left iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  min-width: 100%;
  border: 0;
}
#sec6 .sec6_cont .left .youtube_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#sec6 .sec6_cont .right {
  width: 36%;
}
#sec6 .sec6_cont .right ul li:not(:last-child) {
  margin-bottom: 20px;
}
#sec6 .sec6_cont .right ul li .right_img {
  overflow: hidden;
  width: 43%;
  margin-right: 30px;
  position: relative;
}
#sec6 .sec6_cont .right ul li .right_img::after {
  content: "";
  width: 46px;
  height: 33px;
  background-image: url(../img/youtube_icon_r.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sec6 .sec6_cont .right ul li .right_img img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec6 .sec6_cont .right ul li .right_txt {
  width: 57%;
}
#sec6 .sec6_cont .right ul li .right_txt span {
  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;
}
#sec6 .sec6_cont .right ul li .right_txt p {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#sec6 .sec6_cont .right ul li:hover img {
  transform: scale(1.05);
}

/* ------------------- 섹션7 -------------------- */
#sec7 .sec7_cont .review_swiper {
  overflow: hidden;
}
#sec7 .sec7_cont .review_swiper .swiper-slide a {
  background-color: #f7f7f7;
  padding: 50px 40px;
  transition: all 0.3s;
}
#sec7 .sec7_cont .review_swiper .swiper-slide a .tit {
  font-size: clamp(20px, 1.15vw, 22px);
  color: #444;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#sec7 .sec7_cont .review_swiper .swiper-slide a .txt {
  font-size: clamp(18px, 1.04vw, 20px);
  color: #444;
  line-height: 1.6;
  word-break: break-all;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#sec7 .sec7_cont .review_swiper .swiper-slide a .date {
  font-size: clamp(16px, 0.94vw, 18px);
  color: #666;
}
#sec7 .sec7_cont .review_swiper .swiper-slide a:hover {
  background-color: #fff;
  box-shadow: 4px 0px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-30px);
}

/* ------------------- 섹션8 -------------------- */
#sec8 .sec8_cont {
  width: 70%;
}
#sec8 .sec8_cont .category {
  font-size: clamp(16px, 1.04vw, 20px);
  color: #444;
}
#sec8 .sec8_cont .category a {
  transition: all 0.3s;
}
#sec8 .sec8_cont .category a:not(:last-child) {
  margin-right: 30px;
}
#sec8 .sec8_cont .category a:hover {
  font-weight: 600;
  color: #0d2162;
}
#sec8 .sec8_cont .category .on {
  font-weight: 600;
  color: #0d2162;
}
#sec8 .sec8_cont ul {
  border-top: 1px solid #888;
}
#sec8 .sec8_cont ul li {
  border-bottom: 1px solid #888;
}
#sec8 .sec8_cont ul li a {
  font-size: clamp(24px, 1.67vw, 32px);
  font-weight: 500;
  grid-template-columns: 0.5fr 3fr;
  padding: clamp(35px, 2.76vw, 53px) clamp(25px, 2.6vw, 50px) clamp(35px, 2.76vw, 53px) 0;
  transition: color 0.3s;
}
#sec8 .sec8_cont ul li a span {
  font-size: clamp(16px, 1.04vw, 20px);
  color: #444;
  font-weight: 300;
}
#sec8 .sec8_cont ul li a p {
  word-break: break-all;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#sec8 .sec8_cont ul li a:hover {
  color: #1a49db;
}
#sec8 .sec8_cont #hover_img {
  position: absolute;
  width: 250px;
  height: 150px;
  object-fit: cover;
  opacity: 0;
  pointer-events: none; /* 클릭 방지 */
  transition: opacity 0.3s ease;
  border-radius: 20px;
}

/* ------------------- 섹션 request -------------------- */
#sec_request {
  background-image: url(../img/sec9_bg.png);
  background-size: cover;
  padding: 130px 100px;
  transition: all 0.8s ease;
}
#sec_request .left .sec_tit h2 {
  color: #fff;
}
#sec_request .left .sec_tit p {
  color: #fff;
  font-weight: 300;
}
#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(26, 73, 219, 0.2);
}
#sec_request .left .step > div > span::before {
  content: "";
  width: clamp(60px, 4.17vw, 80px);
  height: 1px;
  background-color: rgba(217, 217, 217, 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: #1a49db;
  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 #1a49db;
  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(26, 73, 219, 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(26, 73, 219, 0.5);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(26, 73, 219, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(26, 73, 219, 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-child(3)::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-child(4)::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: #0e2054;
  color: #fff;
  font-size: clamp(20px, 1.04vw, 20px);
  font-weight: 700;
  padding: 23px 0;
}

/* ------------------- 섹션 location -------------------- */
#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(6), #sec_location .left .location_list li:nth-child(12), #sec_location .left .location_list li:last-child {
  margin-right: 0;
}
#sec_location .left .location_list .on {
  color: #1a49db;
  border-color: #1a49db;
  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: #1a49db;
}
#sec_location .right #map .mover.hover {
  fill: #1a49db;
}
#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%;
  cursor: default;
  pointer-events: none;
}
#sec_location .right .bu {
  left: 68%;
  top: 68%;
}
#sec_location .right .gjjn {
  left: 24%;
  top: 75%;
}
#sec_location .right .jj {
  left: 12%;
  top: 96%;
}
#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) {
  #sec_request .left .step .step_txt {
    display: none;
  }
}
@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) {
  .visual_swiper .swiper-slide .slide_txt {
    left: 8%;
  }
  .visual_swiper .pagination_wrapper {
    left: 8%;
    bottom: 20%;
  }
  #sec2 {
    flex-direction: column;
    /*margin-left: clamp(50px, 5vw, 55px);*/
  }
  #sec2 .sec_tit {
    width: 100%;
    position: relative;
    top: 0;
  }
  #sec2 .sec2_list {
    width: 100%;
  }
  #sec2 .sec2_list .list_item {
    width: clamp(290px, 40vw, 440px);
  }
  #sec2 .list_txt {
    top: 15%;
    left: 12%;
  }
  #sec2 .list_txt .tit {
    font-size: clamp(24px, 2.73vw, 30px);
  }
  #sec2 .list_txt .num {
    font-size: clamp(56px, 5.45vw, 60px);
  }
  #sec2 .list_txt .txt {
    font-size: clamp(19px, 2.18vw, 24px);
  }
  #sec4 .sec4_cont ul li {
    width: 25%;
  }
  #sec6 .sec6_cont {
    height: auto;
    flex-direction: column;
  }
  #sec6 .sec6_cont .left {
    height: clamp(400px, 50vw, 550px);
    margin-right: 0;
    width: 100%;
  }
  #sec6 .sec6_cont .right {
    width: 100%;
    margin-top: clamp(40px, 5.45vw, 60px);
  }
  #sec6 .sec6_cont .right ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  #sec6 .sec6_cont .right ul li {
    width: calc((100% - 30px) / 2);
  }
  #sec6 .sec6_cont .right ul li:not(:last-child) {
    margin-bottom: 0;
  }
  #sec6 .sec6_cont .right ul li:nth-child(-n+2) {
    margin-bottom: clamp(40px, 5.45vw, 60px);
  }
  #sec6 .sec6_cont .right ul li a {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #sec6 .sec6_cont .right ul li .right_img {
    width: 100%;
    margin-right: 0;
  }
  #sec6 .sec6_cont .right ul li .right_img::after {
    display: none;
  }
  #sec6 .sec6_cont .right ul li .right_txt {
    width: 100%;
  }
  #sec6 .sec6_cont .right ul li .right_txt span {
    font-size: clamp(16px, 1.64vw, 18px);
    margin-top: 30px;
  }
  #sec6 .sec6_cont .right ul li .right_txt p {
    font-size: clamp(22px, 2.27vw, 25px);
  }
  #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: #1a49db;
  }
  #sec_location .left .m_location_map #m_map .m_mover.hover {
    fill: #1a49db;
  }
  #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%;
    cursor: default;
    pointer-events: none;
  }
  #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%;
  }
  #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) {
  #sec3 .sec3_cont {
    flex-direction: column;
  }
  #sec3 .left_main_slider {
	display:none; 
    width: 100%;
  }
  #sec3 .left_main_slider .slick-list {
    height: 100%;
  }
  #sec3 .left_main_slider .slick-list .slick-track {
    height: 100%;
  }
  #sec3 .left_main_slider .img_wrapper {
    height: 400px;
    overflow: hidden;
    background-color: #e4e7ef;
  }
  #sec3 .left_main_slider img {
    height: 100%;
    object-fit: contain;
    transform: scale(1.35) translateY(70px);
  }
  #sec3 .left_main_slider dl {
    margin-top: clamp(20px, 3vw, 30px);
  }
  #sec3 .left_main_slider dl dt {
    font-size: clamp(30px, 3.2vw, 32px);
  }
  #sec3 .left_main_slider dl dt::before {
    width: clamp(44px, 4.4vw, 44px);
    height: clamp(44px, 4.4vw, 44px);
  }
  #sec3 .left_main_slider dl dt span:first-child::after {
    height: clamp(25px, 2.5vw, 25px);
  }
  #sec3 .left_main_slider dl .pol::before {
    width: clamp(48px, 6.4vw, 48px);
  }
  #sec3 .left_main_slider dl dd {
    font-size: clamp(30px, 3.2vw, 32px);
    margin-top: 15px;
  }
  #sec3 .left_main_slider dl dd span {
    font-size: clamp(45px, 4.5vw, 45px);
  }
  #sec3 .right {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
  }
  #sec3 .right .slider_pagination {
    display: none;
  }
  #sec3 .right .right_top_slider .slide_item {
    margin-right: 30px;
  }
  #sec3 .right .right_top_slider .slide_item::after {
    width: clamp(44px, 4.4vw, 44px);
    height: clamp(44px, 4.4vw, 44px);
  }
  #sec3 .right .right_top_slider .slide_item .slide_img {
    height: 340px;
  }
  #sec3 .right .right_top_slider .slide_item .slide_img img {
    height: 100%;
    object-fit: contain;
    transform: scale(1.4) translateY(60px);
  }
  #sec3 .right .right_top_slider .slide_item dl {
    margin-top: 20px;
  }
  #sec3 .right .right_top_slider .slide_item dl dt {
    font-size: clamp(30px, 3.2vw, 32px);
  }
  #sec3 .right .right_top_slider .slide_item dl dt span {
    font-size: clamp(30px, 3.2vw, 32px);
  }
  #sec3 .right .right_top_slider .slide_item dl dd {
    font-size: clamp(24px, 2.4vw, 24px);
    margin-top: 20px;
  }
  #sec3 .right .right_top_slider .slick-current .slide_img {
    background-color: #e4e7ef;
  }
  #sec3 .right .right_bottom_slider {
    display: none;
  }
  #sec5 .sec5_cont {
    flex-direction: column;
  }
  #sec5 .sec5_cont .left {
    width: 100%;
  }
  #sec5 .sec5_cont .left .sec_tit h2 br {
    display: none;
  }
  #sec5 .sec5_cont .left .sec_tit p br {
    display: none;
  }
  #sec5 .sec5_cont .left ul {
    display: flex;
    overflow-x: auto;
  }
  #sec5 .sec5_cont .left ul li {
    padding-left: 0;
    border-radius: 100px;
  }
  #sec5 .sec5_cont .left ul li::before {
    display: none;
  }
  #sec5 .sec5_cont .left ul li a {
    line-height: 1;
    padding: clamp(8px, 1.4vw, 14px) clamp(20px, 3vw, 30px);
    font-size: clamp(18px, 2vw, 20px);
    display: block;
  }
  #sec5 .sec5_cont .left ul li:hover {
    background-color: #0d2162;
  }
  #sec5 .sec5_cont .left ul li:hover a {
    color: #fff;
  }
  #sec5 .sec5_cont .left ul .highlight {
    background-color: #0d2162;
  }
  #sec5 .sec5_cont .left ul .highlight a {
    color: #fff;
  }
  #sec5 .sec5_cont .left .more_btn {
    display: none;
  }
  #sec5 .sec5_cont .right {
    width: 100%;
  }
  #sec8 .sec8_cont {
    width: 65%;
  }
}
@media (max-width: 750px) {
  .sec_tit h2 {
    font-size: clamp(33px, 7.07vw, 53px);
  }
  .sec_tit h2 span {
    font-size: clamp(55px, 13.33vw, 100px);
  }
  .sec_tit p {
    font-size: clamp(18px, 3.73vw, 28px);
  }
  .m_more_btn {
    display: flex;
    width: clamp(170px, 42.67vw, 320px);
    border: 2px solid #222;
    font-size: clamp(16px, 4vw, 30px);
    font-weight: 500;
    border-radius: 200px;
    transition: 0.5s;
    padding: clamp(13px, 3.33vw, 25px) 0;
  }
  .m_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;
  }
  .m_more_btn:hover {
    background: transparent;
    box-shadow: inset 320px 0 0 0 #1a49db;
    border: 2px solid transparent;
    color: #fff;
  }
  .m_more_btn:hover::after {
    filter: invert(1);
  }
  .visual_swiper .swiper-slide .slide_txt .tit p {
    width: 90%;
  }
  .visual_swiper .swiper-slide .slide_txt .tit p span {
    font-size: clamp(28px, 6.40vw, 48px);
  }
  .visual_swiper .swiper-slide .slide_txt .tit p .mar {
    margin-right: clamp(10px, 2vw, 15px);
  }
  .visual_swiper .swiper-slide .slide_txt .txt p {
    font-size: clamp(16px, 4vw, 30px);
    font-weight: 300;
    transform: translateY(100px);
  }
  .visual_swiper .swiper-slide-active .slide_txt .txt p {
    transform: translateY(0);
  }
  .visual_swiper .pagination_wrapper .page {
    margin-left: clamp(40px, 8vw, 60px);
  }
  .visual_swiper .pagination_wrapper .page .active {
    font-size: clamp(20px, 3.2vw, 24px);
  }
  .visual_swiper .pagination_wrapper .page .bar {
    font-size: clamp(16px, 2.67vw, 20px);
  }
  .visual_swiper .pagination_wrapper .page .total {
    font-size: clamp(16px, 2.67vw, 20px);
  }
  .visual_swiper .pagination_wrapper .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: clamp(30px, 6.67vw, 50px);
  }
  .scroll_area {
    bottom: 2%;
    width: clamp(70px, 16vw, 120px);
    height: clamp(70px, 16vw, 120px);
  }
  .scroll_area p {
    font-size: clamp(14px, 3.2vw, 24px);
  }
  .scroll_area span {
    width: clamp(18px, 3.47vw, 26px);
    height: clamp(27px, 5.2vw, 39px);
    border-radius: 60px;
  }
  #sec2 {
    margin-left: 0;
    margin: 0 auto;
  }
  #sec2 .sec_tit p {
    line-height: 1.5;
  }
  #sec2 .sec_tit p.sm {
    line-height: 1.2;
	font-size:0.9em;
  }
  #sec2 .sec2_list .list_item {
    width: 100%;
    height: clamp(300px, 93.33vw, 700px);
  }
  #sec2 .sec2_list .list_item:nth-child(2) {
    margin-top: clamp(30px, 8vw, 60px);
    margin-left: 0;
  }
  #sec2 .sec2_list .list_item:last-child {
    margin-top: clamp(30px, 8vw, 60px);
  }
  #sec2 .sec2_list .list_item .item_img {
    height: 100%;
  }
  #sec2 .sec2_list .list_item .item_img img {
    height: 100%;
    object-fit: cover;
  }
  #sec2 .list_txt {
    top: 12%;
    left: 11%;
  }
  #sec2 .list_txt .tit {
    font-size: clamp(18px, 5.07vw, 38px);
  }
  #sec2 .list_txt .num {
    font-size: clamp(55px, 12.27vw, 92px);
  }
  #sec2 .list_txt .txt {
    font-size: clamp(14px, 4vw, 30px);
  }
  #sec3 {
    width: 100%;
  }
  #sec3 .sec_top {
    width: 90%;
    margin: 0 auto;
  }
  #sec3 .sec_top .more_btn {
    display: none;
  }
  #sec3 .left_main_slider {
    width: 90%;
    margin: 0 auto;
  }
  #sec3 .left_main_slider .img_wrapper {
    height: clamp(250px, 53.33vw, 400px);
  }
  #sec3 .left_main_slider .img_wrapper img {
    transform: translateY(clamp(30px, 9.33vw, 70px));
  }
  #sec3 .left_main_slider dl {
    margin: 0;
  }
  #sec3 .left_main_slider dl dt {
    font-size: clamp(17px, 4.27vw, 32px);
  }
  #sec3 .left_main_slider dl dt::before {
    margin-right: clamp(10px, 2.67vw, 20px);
    width: clamp(25px, 5.87vw, 44px);
    height: clamp(25px, 5.87vw, 44px);
  }
  #sec3 .left_main_slider dl dt span {
    margin-right: clamp(20px, 5.33vw, 40px);
  }
  #sec3 .left_main_slider dl dt span + span {
    margin-right: 0;
  }
  #sec3 .left_main_slider dl dt span:first-child::after {
    right: calc(clamp(20px, 5.33vw, 40px) / 2 * -1);
    width: 2px;
  }
  #sec3 .left_main_slider dl .pol::before {
    width: clamp(29px, 6.4vw, 48px);
  }
  #sec3 .left_main_slider dl dd {
    margin: 0;
    font-size: clamp(18px, 4.27vw, 32px);
  }
  #sec3 .left_main_slider dl dd span {
    font-size: clamp(27px, 6vw, 45px);
  }
  #sec3 .right {
    margin-top: 0;
  }
  #sec3 .right .right_top_slider .slick-list {
    overflow: hidden !important;
    margin-left: clamp(15px, 2.67vw, 20px);
  }
  #sec3 .right .right_top_slider .slick-track {
    left: calc(clamp(80px, 9.33vw, 70px) / 2 * -1);
  }
  #sec3 .right .right_top_slider .slide_item {
    margin-right: clamp(25px, 3.33vw, 25px);
  }
  #sec3 .right .right_top_slider .slide_item::after {
    width: clamp(25px, 5.87vw, 44px);
    height: clamp(25px, 5.87vw, 44px);
  }
  #sec3 .right .right_top_slider .slide_item .slide_img {
    height: clamp(200px, 45.33vw, 340px);
  }
  #sec3 .right .right_top_slider .slide_item dl {
    margin-top: 0;
  }
  #sec3 .right .right_top_slider .slide_item dl dt {
    font-size: clamp(20px, 4.27vw, 32px);
  }
  #sec3 .right .right_top_slider .slide_item dl dt span {
    font-size: clamp(20px, 4.27vw, 32px);
  }
  #sec3 .right .right_top_slider .slide_item dl dd {
    font-size: clamp(14px, 3.2vw, 24px);
    margin-top: 0;
  }
  #sec3 .right .right_top_slider .pol {
    width: clamp(29px, 6.4vw, 48px);
  }
  #sec4 .sec4_cont ul li {
    width: 50%;
    height: clamp(90px, 24vw, 180px);
  }
  #sec4 .sec4_cont ul li a {
    font-size: clamp(16px, 4vw, 30px);
    padding-left: clamp(10px, 5.33vw, 40px);
    padding-bottom: clamp(10px, 5.33vw, 40px);
  }
  #sec4 .sec4_cont ul li a span::after {
    width: clamp(12px, 2.67vw, 20px);
    height: clamp(12px, 2.67vw, 20px);
    top: clamp(10px, 5.33vw, 40px);
    right: clamp(10px, 5.33vw, 40px);
  }
  #sec5 {
    width: 100%;
  }
  #sec5 .sec5_cont .left .sec_tit {
    width: 90%;
    margin: 0 auto;
  }
  #sec5 .sec5_cont .left ul {
    white-space: nowrap;
    margin: 0 clamp(16.5px, 5vw, 37.5px);
  }
  #sec5 .sec5_cont .left ul::-webkit-scrollbar {
    display: none;
  }
  #sec5 .sec5_cont .left ul li:not(:last-child) {
    margin-right: clamp(10px, 2.67vw, 20px);
  }
  #sec5 .sec5_cont .left ul li a {
    font-size: clamp(15px, 3.73vw, 28px);
    padding: clamp(10px, 1.87vw, 14px) clamp(14px, 4vw, 30px);
  }
  #sec5 .sec5_cont .right {
    width: 90%;
    margin: 0 auto;
  }
  #sec5 .sec5_cont .right ul li {
    width: 100%;
  }
  #sec5 .sec5_cont .right ul li:first-child {
    margin-bottom: clamp(30px, 8vw, 60px);
  }
  #sec5 .sec5_cont .right ul li:nth-child(2) {
    margin-bottom: 0;
  }
  #sec5 .sec5_cont .right ul li:nth-child(n+3) {
    display: none;
  }
  #sec5 .sec5_cont .right ul li a {
    padding: clamp(30px, 9.33vw, 70px) clamp(25px, 6.67vw, 50px);
  }
  #sec5 .sec5_cont .right ul li a > p {
    font-size: clamp(16px, 4.27vw, 32px);
  }
  #sec5 .sec5_cont .right ul li a dl > p {
    font-size: clamp(18px, 5.07vw, 38px);
    line-height: 1.4;
  }
  #sec5 .sec5_cont .right ul li a dl dt {
    font-size: clamp(14px, 4vw, 30px);
    line-height: 1.4;
  }
  #sec5 .sec5_cont .right ul li a dl dd {
    font-size: clamp(14px, 3.73vw, 28px);
  }
  #sec5 .sec5_cont .right ul li a .lawyer_img > div:not(:last-child) {
    margin-right: clamp(13.5px, 4vw, 30px);
  }
  #sec5 .sec5_cont .right ul li a .lawyer_img > div p {
    font-size: clamp(12px, 3.73vw, 28px);
  }
  #sec5 .sec5_cont .right ul li a .lawyer_img .img_area {
    width: clamp(60px, 16vw, 120px);
    height: clamp(60px, 16vw, 120px);
    background-color: #e4e7ef;
  }
  #sec5 .sec5_cont .right ul li a .lawyer_img .img_area img {
    transform: scale(1.1) translateY(clamp(10px, 2.67vw, 20px));
  }
  #sec6 .more_btn {
    display: none;
  }
  #sec6 .sec6_cont .left {
    height: clamp(168px, 50.67vw, 380px);
  }
  #sec6 .sec6_cont .right {
    margin-top: 0;
  }
  #sec6 .sec6_cont .right ul li {
    width: calc((100% - clamp(10px, 4vw, 30px)) / 2);
  }
  #sec6 .sec6_cont .right ul li:nth-child(-n+2) {
    margin-bottom: clamp(30px, 8vw, 60px);
  }
  #sec6 .sec6_cont .right ul li .right_txt span {
    font-size: clamp(13px, 3.2vw, 24px);
    margin-top: 0;
  }
  #sec6 .sec6_cont .right ul li .right_txt p {
    font-size: clamp(16px, 4vw, 30px);
  }
  #sec7 {
    width: 100%;
  }
  #sec7 .sec_top {
    width: 90%;
    margin: 0 auto;
  }
  #sec7 .sec_tit p {
    line-height: 1.4;
  }
  #sec7 .more_btn {
    display: none;
  }
  #sec7 .sec7_cont {
    margin-left: 5%;
  }
  #sec7 .sec7_cont .review_swiper .swiper-slide a {
    padding: clamp(30px, 9.33vw, 70px) clamp(20px, 6.67vw, 50px);
  }
  #sec7 .sec7_cont .review_swiper .swiper-slide a .tit {
    font-size: clamp(20px, 4.53vw, 34px);
    line-height: 1.4;
  }
  #sec7 .sec7_cont .review_swiper .swiper-slide a .txt {
    font-size: clamp(16px, 4vw, 30px);
  }
  #sec7 .sec7_cont .review_swiper .swiper-slide a .date {
    font-size: clamp(14px, 3.73vw, 28px);
  }
  #sec8 {
    flex-direction: column;
  }
  #sec8 .more_btn {
    display: none;
  }
  #sec8 .sec8_cont {
    width: 100%;
  }
  #sec8 .sec8_cont .category {
    justify-content: flex-start;
  }
  #sec8 .sec8_cont .category a {
    font-size: clamp(16px, 3.73vw, 28px);
    padding: clamp(10px, 1.87vw, 14px) clamp(16px, 4vw, 30px);
    border-radius: 100px;
  }
  #sec8 .sec8_cont .category a:not(:last-child) {
    margin-right: clamp(10px, 2.67vw, 20px);
  }
  #sec8 .sec8_cont .category a:hover {
    color: #fff;
    background-color: #0d2162;
  }
  #sec8 .sec8_cont .category .on {
    color: #fff;
    background-color: #0d2162;
  }
  #sec8 .sec8_cont ul li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(25px, 6.27vw, 47px) 0;
  }
  #sec8 .sec8_cont ul li a span {
    font-size: clamp(16px, 3.2vw, 24px);
  }
  #sec8 .sec8_cont ul li a p {
    font-size: clamp(20px, 4.27vw, 32px);
  }
  #sec_request {
    width: 100%;
    padding: clamp(100px, 18.67vw, 140px) clamp(17px, 5.33vw, 40px);
    align-items: flex-start;
    background-position: center;
  }
  #sec_request .left {
    width: 100%;
  }
  #sec_request .left .sec_tit {
    text-align: left;
  }
  #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(75px, 21.33vw, 160px);
    height: clamp(75px, 21.33vw, 160px);
  }
  #sec_request .left .step > div > span::before {
    width: clamp(25px, 5.33vw, 40px);
    right: -43%;
  }
  #sec_request .left .step > div p {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  #sec_request .left .step .step1 > span::after {
    width: clamp(23px, 5.73vw, 43px);
    height: clamp(23px, 5.73vw, 43px);
  }
  #sec_request .left .step .step2 > span::after {
    width: clamp(20px, 4.93vw, 37px);
    height: clamp(28px, 6.4vw, 48px);
  }
  #sec_request .left .step .step3 > span::after {
    width: clamp(28px, 6.4vw, 48px);
    height: clamp(22px, 5.33vw, 40px);
    margin-left: 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:nth-child(3)::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(4)::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(22px, 4vw, 30px);
    height: clamp(22px, 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(16px, 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 .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 .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 #1a49db;
    border: 2px solid transparent;
    color: #fff;
  }
  #sec_location .left .more_btn:hover::after {
    filter: invert(1);
  }
}
@media (max-width: 500px) {
  .visual_swiper .swiper-slide .slide_txt {
    top: 29%;
  }
  .visual_swiper .swiper-slide .slide_txt .tit p br {
    display: block;
  }
  .visual_swiper .swiper-slide .slide_txt .tit p:last-child {
    padding-top: 15px;
  }
  .visual_swiper .pagination_wrapper {
    bottom: 20%;
  }
  #sec3 .right .right_top_slider .slide_item .slide_img img {
    transform: scale(1.2) translateY(35px);
  }
  #sec_request .left .step > div > span::before {
    width: 25px;
    right: calc(clamp(27px, 9vw, 45px) * -1);
  }
  #sec_location .left .m_location_map .seoul {
    top: 24%;
  }
}
@media (max-width: 350px) {
  #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%;
  }
}