main .sec:not(.main) {
  display: flex;
  justify-content: center;
}

main .sec:last-child {
  margin-bottom: 0;
  margin-top: 0 !important;
}

main .full-bg {
  padding: 120px 0;
  background: #f4f4f4;
}

main .sec_2 {
  position: relative;
  padding: 110px 0;
  margin: 0 !important;
  background: url(../../img/main/bg-business.jpg)no-repeat center;
  background-size: cover;
  overflow: hidden;
}

main .sec_2 .tit_wrap .logo-txt img,
main .sec_6 .tit_wrap .logo-txt img {
  margin: 0;
}

main .full-bg+.sec {}

main .sec_2 .lbox {
  height: 490px;
  justify-content: space-between;
}

main .sec_2 .lbox b {
  font-weight: 600;
}

main .bottom {
  margin-top: 60px;
}

.swiper,
.swiper-container {
  box-sizing: border-box;
}


@media all and (max-width: 1000px) {
  main .full-bg {
    padding: 80px 0;
  }
}

@media all and (max-width: 800px) {
  main .full-bg {
    padding: 70px 0;
  }
}

@media all and (max-width: 540px) {
  main .full-bg {
    padding: 40px 0;
  }
}

/**/

.tit_wrap h2 {
  font-size: calc(var(--default-size) * 4);
  font-weight: 300;
  margin-bottom: calc(var(--default-size) * 1);
  /* letter-spacing: -1.5px; */
}

.tit_wrap h2 b {
  font-weight: 600;
}

.tit_wrap .logo-txt {
  margin-bottom: 10px;
}

.tit_wrap .logo-txt img {
  width: auto;
  margin: 0 auto;
}

.tit_wrap .en {
  color: var(--mcolor);
  line-height: calc(var(--default-size) * 10);
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: -5px;
  font-size: calc(var(--default-size)* 9);
}



.tit_wrap .sb_p {
  margin-top: 10px;
  font-size: calc(var(--default-size) * 3);
  line-height: 1.5em;
  font-weight: 300;
  color: #444;
}

.tit_wrap .sb_p i.bold {
  font-style: normal;
  font-weight: 600;
}

/**/

main .sec_video {
  display: flex;
  justify-content: center;
}

main .sec_video video {
  width: 100%;
}

/**/

main .sec_1 {
  width: 100%;
  height: auto;
  /* background: thistle; */
  position: relative;
}

main .sec_1 .sec1Swiper {
  height: 100%;
}

.sec1Swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sec1Swiper .swiper-slide {
  height: 100vh;
  /* max-height: 890px; */
}

.sec1Swiper .swiper-slide.mbg1 {
  background: url(../../img/main/main-visual01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sec1Swiper .swiper-slide.mbg1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec1Swiper .swiper-slide.mbg2 {
  background: url(../../img/main/main-visual02.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.sec1Swiper .swiper-slide.mbg3 {
  background: url(../../img/main/main-visual03.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.sec1Swiper .swiper-slide .inner {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
}

.sec1Swiper .swiper-slide .txt_wrap h2 {
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  transform: translateY(20px);
  transition-delay: 0.4s;
  transition-duration: 0.5s;
  opacity: 0;
  margin-top: 20px;
  text-shadow: 0px 0px 10px #5e5e5e;
  line-height: 1.1;
  font-family: var(--point-font);
}

.sec1Swiper .swiper-slide .txt_wrap h3 {
  margin-top: 40px;
  font-size: 47px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #fff;
  transform: translateY(20px);
  transition-delay: 0.4s;
  transition-duration: 0.5s;
  opacity: 0;
  text-shadow: 0px 0px 10px #5e5e5e;
  line-height: 1.1;
  font-family: var(--point-font);
}


.sec1Swiper .swiper-slide .txt_wrap h2 b {
  font-weight: 600;
}

.sec1Swiper .swiper-slide .txt_wrap h1 {
  color: #fff;
  transform: translateY(20px);
  transition-delay: 0.2s;
  transition-duration: 0.5s;
  opacity: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  position: relative;
  display: inline-block;
  z-index: 10;
  font-size: 40px;
}

.sec1Swiper .swiper-slide.swiper-slide-active .txt_wrap h3,
.sec1Swiper .swiper-slide.swiper-slide-active .txt_wrap h2,
.sec1Swiper .swiper-slide.swiper-slide-active .txt_wrap h1,
.sec1Swiper .swiper-slide.swiper-slide-active .txt_wrap .btn-basic {
  transform: translateY(0);
  opacity: 1;
}

.sec1Swiper .swiper-slide .txt_wrap h1>i {
  color: #007DA5;
}

.sec1Swiper .btn-basic {
  transform: translateY(20px);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.5s ease 0.4s;
  opacity: 0;
}

.sec1Swiper .btn-basic:hover {
  transition: border-color 0.2s ease 0s;
}

.sec1Swiper .swiper-slide .txt_wrap p {
  font-size: 22px;
  color: #fff;
  margin-top: 30px;
  transform: translateY(20px);
  transition-delay: 1.2s;
  transition-duration: 0.5s;
  opacity: 0;
}





main .sec_1 .obj-txt {
  position: absolute;
  bottom: 120px;
  right: 100px;
}

main .sec_1 .obj-txt img {
  width: auto;
  opacity: 50%;
}

main .sec_1 .sec1Swiper_themb {
  width: 300px;
  position: absolute;
  bottom: 100px;
  right: 123px;
  display: none;
}

main .sec_1 .sec1Swiper_themb h1 {
  font-size: 40px;
  line-height: 31px;
  color: #fff;
}

main .sec_1 .control-wrap {
  width: 1300px;
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 10;
}

main .sec_1 .control-wrap .row {
  align-items: center;
}

main .sec_1 .control-wrap .arrow_btn {
  cursor: pointer;
}

main .sec_1 .control-wrap .prev {
  transform: rotate(180deg);
}

main .sec_1 .control-wrap .mainpagination {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 20px;
  width: auto;
  font-size: 10px;
  color: #fff;
}

main .sec_1 .control-wrap .mainpagination span {
  position: relative;
  color: #fff;
  font-size: 19px;
}

main .sec_1 .control-wrap .mainpagination span:before {
  content: '0';
  color: #fff;
  font-size: 19px;
}

main .sec_1 .control-wrap .mainpagination .swiper-pagination-current {}

main .sec_1 .control-wrap .auto_btn-wrap {
  gap: 20px;
}

main .sec_1 .control-wrap .auto_btn {
  cursor: pointer;
  width: 40px;
}

main .sec_1 .control-wrap .auto_btn.on {
  filter: brightness(1);
}



/* 비디오 슬라이더 기본 세팅 */
.swiper-slide.mbg_video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /* 전체 화면 높이 맞춤 */
}

/* 비디오 컨테이너 및 비디오 포지셔닝 */
.swiper-slide.mbg_video .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* 가장 아래에 배치 */
}

.swiper-slide.mbg_video .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* CSS background-size: cover와 동일하게 작동 */
  object-position: center;
}

/* 비디오가 너무 밝아 글씨가 안 보일 경우를 방지하기 위한 반투명 딤레이어 */
.swiper-slide.mbg_video .video-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* 필요에 따라 투명도 조절 (0.4 = 40% 투명 블랙) */
  z-index: 2;
}

/* 텍스트 콘텐츠와 그래픽 요소를 비디오 위로 올리기 */
.swiper-slide.mbg_video .inner,
.swiper-slide.mbg_video .obj-txt {

  z-index: 3;
  /* 비디오 및 딤레이어보다 높게 지정 */
}




@media all and (max-width: 1600px) {
  main .sec_1 .obj-txt {
    bottom: 80px;
    right: 80px;
  }

  main .sec_1 .obj-txt img {
    height: 200px;
  }
}

@media all and (max-width: 1300px) {
  .sec1Swiper .swiper-slide .txt_wrap h3 {
    font-size: 42px;
  }

  .sec1Swiper .swiper-slide .txt_wrap h2 {
    font-size: 65px;
  }

  main .sec_1 .obj-txt {
    right: 50px;
  }

  main .sec_1 .obj-txt img {
    height: 180px;
  }
}

@media all and (max-width: 540px) {
  main .sec_1 {
    height: 600px;
  }

  .sec1Swiper .swiper-slide {
    height: 100%;
  }
}

/**/
main .sec_2 .rbox {
  position: relative;
}

main .sec_2 .sec2Swiper {
  height: 100%;
  width: 100%;
  float: right;
  position: absolute;
  right: -35%;
}

main .sec_2 .sec2Swiper .swiper-slide {
  background: #eee;
}

main .sec_2 .sec2Swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .sec_2 .sec2pagination {
  font-family: "Cinzel", serif;
  color: #999;
}

main .sec_2 .sec2pagination .swiper-pagination-current {
  color: #222;
  font-size: 30px;
  margin-right: 10px;
}

main .sec_2 .sec2pagination .swiper-pagination-total {
  margin-left: 10px;
  font-size: 20px;
  color: #666;
}

main .sec_2 .rbox .paginationbutton {
  position: absolute;
  top: 20px;
  left: 100px;
  font-size: 24px;
  width: 240px;
  text-align: left;
}

main .sec_2 .rbox .paginationbutton .box {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 0;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  opacity: 0.5;
  font-family: "Noto Serif", serif;
}

main .sec_2 .rbox .paginationbutton .box.swiper-pagination-bullet-active {
  border: 1px solid #007da5;
  background: #007da5;
  color: #fff;
  font-weight: 600;
  opacity: 1;
}




/**/
main .sec_3 {
  height: 800px;
  background: url(../../img/slaw/sec3bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

main .sec_3 .box {
  padding: 40px;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 48, 64, 0.65);
  color: #fff;
  width: 25%;
}

main .sec_3 .box:hover {
  background: rgba(0, 48, 64, 0.8);
}

main .sec_3 .box .en {
  opacity: 0.3;
  line-height: 24px;
}

main .sec_3 .box h2 {
  font-size: calc(var(--default-size) * 4);
  font-weight: 500;
  margin-bottom: calc(var(--default-size) * 5);
}

main .sec_3 .box p {
  font-size: calc(var(--default-size) * 2.2);
  line-height: calc(var(--default-size) * 2.2 + 10px);
}

main .sec_3_new {}

main .sec_3_new .box {
  width: 50%;
  height: 830px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
}

main .sec_3_new img {
  width: 260px;
  margin-bottom: 30px;
}

main .sec_3_new .box {
  text-align: center;
}

main .sec_3_new .box span {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #fff;
  word-break: keep-all;
}

main .sec_3_new .box .main-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main .sec_3_new .box span b {
  font-weight: 700;
}

main .sec_3_new .banner_wrap .box:nth-child(1) {
  background: url(../../img/main/banner_box_l.jpg) center center / cover;
}

main .sec_3_new .banner_wrap .box:nth-child(2) {
  background: url(../../img/main/banner_box_r.jpg) center center / cover;

}

main .sec_3_new .banner_wrap .box .box_list {
  width: 100%;
  height: 100%;
}

main .sec_3_new .banner_wrap .box .box_list ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
}

main .sec_3_new .banner_wrap .box .box_list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}


main .sec_3_new .banner_wrap .box .box_list ul:after {
  content: "";
  display: block;
  background: #fff;
  opacity: 0.08;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1px;
  height: calc(100% - 60px);
}

main .sec_3_new .banner_wrap .box .box_list ul:before {
  content: "";
  display: block;
  background: #fff;
  opacity: 0.08;
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
}



main .sec_3_new .banner_wrap .box .box_list ul li h1 {
  font-family: "Cinzel", serif;
  font-weight: 400;
  opacity: .3;
  font-size: 45px;
  margin-bottom: -10%;

}

main .sec_3_new .banner_wrap .box .box_list ul li em {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  font-style: normal;
  opacity: 0.3;
  line-height: 1em;
  text-transform: uppercase;
}

main .sec_3_new .banner_wrap .box .box_list ul .bar {
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 20px auto;
}

main .sec_3_new .banner_wrap .box .box_list ul li h2 {
  font-family: var(--default-font);
  font-weight: 600;
  line-height: 1.5em;
  font-size: 27px;
}

main .sec_3_new .banner_wrap .box .box_list ul li p {
  font-size: 16px;
  line-height: 1.7em;
  font-family: var(--point-font);
  opacity: 0.8;
  font-weight: 200;
  word-break: keep-all;
}

@media all and (max-width: 1650px) {
  main .sec_3_new .box span {
    font-size: 30px;
  }
}

@media all and (max-width: 1350px) {
  main .sec_3_new .box {
    height: 700px;
  }

  main .sec_3_new .box span {
    font-size: 25px;
  }

  main .sec_3_new .box span br {
    display: none;
  }

  main .sec_3_new .banner_wrap .box .box_list ul:before {
    left: 0;
    width: 100%;
  }

  main .sec_3_new .banner_wrap .box .box_list ul:after {
    top: 0;
    height: 100%;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li {
    padding: 10px;
    box-sizing: border-box;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li h2 {
    font-size: 23px;
    line-height: 1.5em;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li p {
    font-size: 15px;
    line-height: 1.6em;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li p br {
    display: none;
  }
}

@media all and (max-width: 1200px) {
  main .sec_4 .tit_wrap {
    width: 100%;
  }


}

@media all and (max-width: 1100px) {

  .sec_3_new .banner_wrap {
    flex-direction: column;
  }

  main .sec_3_new .box {
    width: 100%;
  }

  main .sec_3_new .box {
    height: auto;
  }

  main .sec_3_new .box:first-child {
    height: 300px;
  }

  main .sec_3_new img {
    width: 130px;
    margin-bottom: 20px;
  }

  main .sec_3_new .box {
    padding: 0;
  }

  main .sec_3_new .box span {}

  main .sec_3_new .box span br {
    display: block;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li {
    padding: 35px 30px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li em {
    font-size: 13px;
    margin-bottom: 10px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li h2 {
    font-size: 20px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul .bar {
    width: 25px;
    height: 1px;
    margin: 15px 0;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li p br {
    display: block;
  }


}



/**/
main .sec_4 {
  position: relative;
  background: url(../../img/main/bg-lawyer.jpg)no-repeat center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}

main .sec_4 .box-lawyer {
  display: flex;
  gap: 30px;
  align-items: center;
}

main .sec_4 .box-lawyer .img {
  width: 606px;
}

main .sec_4 .box-lawyer .txt {
  width: calc(100% - 636px);
}

main .sec_4 .box-lawyer .txt * {
  color: #fff;
}

main .sec_4 .box-lawyer .txt .name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 200;
}

main .sec_4 .box-lawyer .txt .name img {
  width: auto;
}

main .sec_4 .box-lawyer .txt .name .bold {
  font-style: normal;
  font-weight: 600;
}

main .sec_4 .box-lawyer .txt p {
  display: block;
  font-size: 19px;
  font-weight: 300;
  font-family: var(--point-font);
  color: #fff;
  line-height: 1.5em;
  word-break: keep-all;
  opacity: 0.8;
}

main .sec_4 .box-lawyer .txt h3 {
  position: relative;
  display: block;
  margin-top: 120px;
  font-size: 32px;
  font-family: var(--default-font);
  font-weight: 300;
  color: #fff;
  line-height: 1.5em;
  word-break: keep-all;
  opacity: 0.8;
}

main .sec_4 .box-lawyer .txt h3:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 32px;
  height: 29px;
  background: url(../../img/main/ic-queto.png)no-repeat center;
  background-size: contain;
}

main .sec_4 .obj-txt {
  position: absolute;
  bottom: -95px;
  left: 50%;
  display: block;
  font-size: 400px;
  font-weight: 300;
  font-family: var(--font-en);
  color: #fff;
  opacity: 0.05;
  line-height: 1em;
  transform: translateX(-50%);
  z-index: -1;
}


@media all and (max-width: 1400px) {
  main .sec_4 .box-lawyer {
    gap: 0;
  }

  main .sec_4 .box-lawyer .img {
    width: 50%;
  }

  main .sec_4 .box-lawyer .img img {
    max-width: 100%;
  }

  main .sec_4 .box-lawyer .txt {
    width: 50%;
  }

  main .sec_4 .box-lawyer .txt .name {
    margin-bottom: 20px;
    font-size: 34px;
  }

  main .sec_4 .box-lawyer .txt .name img {
    height: 40px;
  }

  main .sec_4 .box-lawyer .txt p {
    font-size: 17px;
  }

  main .sec_4 .box-lawyer .txt h3 {
    font-size: 28px;
    margin-top: 100px;
  }

  main .sec_4 .box-lawyer .txt h3:before {
    width: 28px;
    height: 25px;
  }

  main .sec_4 .obj-txt {
    font-size: 300px;
    bottom: -70px;
  }
}

@media all and (max-width: 1200px) {
  main .sec_4 .box-lawyer .txt p br {
    display: none;
  }

  main .sec_4 .obj-txt {
    font-size: 250px;
    bottom: -63px;
  }
}

@media all and (max-width: 1100px) {
  main .sec_4 .box-lawyer .txt h3 {
    font-size: 25px;
  }
}

@media all and (max-width: 950px) {
  main .sec_4 .box-lawyer .img {
    width: 45%;
  }

  main .sec_4 .box-lawyer .txt {
    width: 55%;
  }

  main .sec_4 .box-lawyer .txt h3 {
    font-size: 22px;
  }

  main .sec_4 .box-lawyer .txt .name {
    margin-bottom: 20px;
    font-size: 28px;
  }

  main .sec_4 .box-lawyer .txt .name img {
    height: 32px;
  }

  main .sec_4 .box-lawyer .txt p {
    font-size: 16px;
  }

  main .sec_4 .obj-txt {
    font-size: 200px;
    bottom: -48px;
  }

}

@media all and (max-width: 800px) {
  main .sec_4 .box-lawyer .img {
    width: 40%;
  }

  main .sec_4 .box-lawyer .txt {
    width: 60%;
  }

  main .sec_4 .box-lawyer .txt .name {
    margin-bottom: 15px;
    font-size: 22px;
  }

  main .sec_4 .box-lawyer .txt .name img {
    height: 24px;
  }

  main .sec_4 .box-lawyer .txt p {
    font-size: 14px;
  }

  main .sec_4 .box-lawyer .txt h3 {
    margin-top: 48px;
    font-size: 17px;
  }

  main .sec_4 .box-lawyer .txt h3:before {
    width: 25px;
    height: 18px;
    top: -26px;
  }
}

@media all and (max-width: 700px) {
  main .sec_4 .box-lawyer .img {
    width: 45%;
  }

  main .sec_4 .box-lawyer .txt {
    width: 55%;
  }

  main .sec_4 .box-lawyer .txt .name {
    font-size: 20px;
  }

  main .sec_4 .box-lawyer .txt .name img {
    height: 22px;
  }

  main .sec_4 .box-lawyer .txt p {
    display: none;
  }

  main .sec_4 .box-lawyer .txt h3 {
    margin-top: 40px;
    font-size: 14px;
  }

  main .sec_4 .box-lawyer .txt h3:before {
    width: 18px;
    height: 12px;
    top: -20px;
  }

  main .sec_3_new .box span {
    font-size: 20px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li {
    padding: 30px 25px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li em {
    font-size: 11px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li h2 {
    font-size: 17px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul .bar {
    margin: 12px 0;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li p {
    font-size: 14px;
  }

  main .sec_4 .obj-txt {
    font-size: 145px;
    bottom: -34px;
  }
}

@media all and (max-width: 540px) {
  main .sec_3_new .box:first-child {
    height: 200px;
  }

  main .sec_3_new img {
    width: 90px;
    margin-bottom: 15px;
  }

  main .sec_3_new .box span {
    font-size: 18px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li em {
    font-size: 10px;
    margin-bottom: 6px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li h2 {
    font-size: 14px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li p {
    font-size: 11px;
    line-height: 1.4em;
  }

  main .sec_3_new .banner_wrap .box .box_list ul .bar {
    margin: 10px 0;
  }

  main .sec_4 .obj-txt {
    font-size: 110px;
    bottom: -27px;
  }
}

@media all and (max-width: 500px) {
  main .sec_4 .box-lawyer .txt .name {
    font-size: 15px;
  }

  main .sec_4 .box-lawyer .txt .name img {
    height: 18px;
  }

  main .sec_4 .box-lawyer .txt h3 {
    margin-top: 35px;
    font-size: 11px;
  }

  main .sec_4 .box-lawyer .txt h3 br {
    display: none;
  }

  main .sec_4 .box-lawyer .txt h3:before {
    top: -17px;
  }
}

@media all and (max-width: 450px) {
  main .sec_3_new .box:first-child {
    height: 180px;
  }

  main .sec_3_new img {
    width: 120px;
    margin-bottom: 10px;
  }

  main .sec_3_new .box span {
    font-size: 15px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li {
    padding: 15px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li h2 {
    font-size: 12px;
  }

  main .sec_3_new .banner_wrap .box .box_list ul li p br {
    display: none;
  }

  main .sec_3_new .banner_wrap .box .box_list ul .bar {
    width: 20px;
    margin: 8px 0;
  }

  main .sec_4 .obj-txt {
    font-size: 90px;
    bottom: -20px;
  }
}

/**/
main .sec_5 {
  background: #EBF0F2;
}

main .sec_5 .bottom {
  position: relative;
}

main .sec_5 .swiper-slide .box {
  padding: 35px;
  background: #fff;
  height: 264px;
}

main .sec_5 .swiper-slide .box .img_wrap {
  width: 40%;
  display: flex;
  align-items: center;
}

main .sec_5 .swiper-slide .box .text_wrap {
  width: 100%;
}

main .sec_5 .swiper-slide .box .badge {
  display: inline-flex;
  padding: 5px 10px;
  background: var(--mcolor);
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  font-family: var(--point-font);
}

main .sec_5 .swiper-slide .box .badge span {
  font-size: 12px;
  display: inline;
}

main .sec_5 .swiper-slide .box h2 {
  margin: 20px 0 15px;
  min-height: 56px;
  font-size: 19px;
  color: #222;
  line-height: 1.4em;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: var(--point-font);
}

main .sec_5 .swiper-slide .box h1 {
  font-size: 32px;
  color: var(--mcolor);
}

main .sec_5 .swiper-slide .box p {
  min-height: 75px;
  font-size: 16px;
  color: #999;
  font-family: var(--point-font);
  line-height: 1.5em;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

main .sec_5 .sec5pagination {
  display: none;
  margin-top: 20px;
  text-align: center;
}

main .sec_5 .sec5pagination .swiper-pagination-bullet-active {
  background: var(--mcolor);
}

main .sec_5 .btn-navi .swiper-button-next,
main .sec_5 .btn-navi .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  background: url(../../img/main/ic-slide-arr02.svg)no-repeat center;
  background-size: 6px auto;
  border: 1px solid #DED8D2;
  border-radius: 50px;
  box-sizing: border-box;
}

main .sec_5 .btn-navi .swiper-button-prev {
  left: -84px;
  ;
  transform: rotate(-180deg);
}

main .sec_5 .btn-navi .swiper-button-next {
  right: -84px;
  margin-left: 40px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/**/
.sec6Swiper {
  height: 516px;
  border-top: 1px solid #eee;
  box-sizing: border-box;
}

main .sec_6 {
  padding: 120px 0;
}

main .sec_6 .btn-basic {
  margin-top: 70px;
}

main .sec_6 .swiper-slide {
  border-bottom: 1px solid #eee;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 25px;
  box-sizing: border-box;
}


main .sec_6 .swiper-slide a {
  width: 100%;
}

main .sec_6 .swiper-slide .row {
  align-items: center;
  gap: 40px;
  width: 100%;
  /* padding: 20px 0; */
  /* border-bottom: 1px solid #333; */
}

.sec_5 .top {
  justify-content: center;
  text-align: center;
}

main .sec_6 .swiper-slide .row img {
  width: 180px;
  height: 112px;
}

main .sec_6 .swiper-slide .row .date-box h1 {
  font-weight: 400;
  line-height: 80px;
}

/* 제목을 감싸는 전체 영역 */
.post-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

/* '공지' 뱃지 스타일 */
.badge-notice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  margin-right: 10px;
  border: 1px solid #007DA5;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #007DA5;
  background-color: #fff;
  white-space: nowrap;
  font-family: var(--point-font);
}

/* 제목 텍스트 영역 */
.title-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: var(--point-font);
}


main .sec_6 .swiper-slide .row .date-box p {
  text-align: center;
  font-size: 20px;
}

main .sec_6 .swiper-slide .row .text-box {
  width: calc(100% - 220px);
}

main .sec_6 .swiper-slide .row .text-box h1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  font-size: 20px;
  color: #222;
  line-height: 1em;
  word-break: keep-all;
}

main .sec_6 .swiper-slide .row .text-box p {
  width: 100%;
  font-size: 16px;
  color: #999;
  font-weight: 300;
  font-family: var(--point-font);
  line-height: 1.5em;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
}

main .sec_6 .swiper-slide .row .text-box .date {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 1em;
}

/**/
main .sec_7 {
  background: url(../../img/main/bg-cs.jpg) center center / cover;
  margin-bottom: 0 !important;

}

main .sec_7 .top {
  display: flex;
  justify-content: center;
  text-align: center;
}

main .sec_7 .tit_wrap,
main .sec_7 .tit_wrap h1,
main .sec_7 .tit_wrap p {
  color: #fff;
}

main .sec_7 .bottom {
  font-family: var(--point-font);
}

main .sec_7 .bottom .lbox {
  box-shadow: var(--shadow);
}

main .sec_7 .bottom form {
  padding: 50px;
  background-color: #fff;
  height: 628px;
}

main .sec_7 .bottom form .con {
  gap: 10px;
  margin-bottom: 20px;
}

main .sec_7 .bottom form .con p {
  display: flex;
  align-items: center;
  width: 120px;
  font-size: 17px;
  font-weight: 500;
}

main .sec_7 .bottom form .con.textarea p {
  align-items: flex-start;
}


main .sec_7 .bottom form .con p .ess {
  color: var(--mcolor);
}

main .sec_7 .bottom form .full_wrap {
  width: calc(100% - 120px);
}

main .sec_7 .bottom form .full_wrap label {
  width: 100%;
  display: flex;
}

main .sec_7 .bottom form .full_wrap label input,
main .sec_7 .bottom form .full_wrap select {
  width: 100%;
  padding: 12px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}

main .sec_7 .bottom form .full_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

main .sec_7 .bottom form .full_wrap textarea {
  padding: 12px;
  width: 100%;
  height: 200px;
  resize: none;
  border-radius: 4px;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}

/* placeholder 텍스트 색상 */
.full_wrap input::placeholder,
.full_wrap textarea::placeholder {
  color: #999;
}

/* select(드롭다운) 화살표 커스텀 */
.full_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}

/* 개인정보 동의 체크박스 영역 */
.chk_box_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
  color: #999;
  cursor: pointer;
}

.chk_box_wrap a {
  color: #999;
}

/* 기본 체크박스 숨기고 새로 디자인하기 */
.chk_box_wrap input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 16px;
  height: 16px;
  margin: 0 7px 0 0;
  border: 1px solid #ddd;
  /* 원하시는 테두리 색상 적용 */
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  outline: none;
}

/* 체크되었을 때 (배경색 및 테두리 변경) */
.chk_box_wrap input[type="checkbox"]:checked {
  border-color: #327b9f;
  /* 버튼 색상과 맞춤 */
  background-color: #327b9f;
}

/* 체크되었을 때 V 마크 그리기 */
.chk_box_wrap input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  /* 체크 마크 색상 */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

main .sec_7 .bottom form .g_counsel {
  width: 100%;
  height: 55px;
  background: var(--mcolor);
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

main .sec_7 .bottom .rbox {
  margin-right: 40px;
  height: 628px;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
}

main .sec_7 .bottom .rbox .item {
  padding: 17px 0;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #eee;
}

main .sec_7 .bottom .rbox .item .badge {
  color: #fff;
  background: var(--mcolor);
  width: 82px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 50px;
}

main .sec_7 .bottom .rbox .item p {
  width: calc(100% - 80px - 110px - 40px);
  font-size: 16px;
  color: #222;
  line-height: 1em;
}

main .sec_7 .bottom .rbox .item span {
  display: inline;
  width: 110px;
  text-align: right;
  font-size: 16px;
  color: #999;
  line-height: 1em;
}

main .sec_7 .sec7Swiper {
  height: 100%;
}

/**/
main .sec_8 .column {
  width: 100%;
  margin: 0 50px;
}

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

main .sec_8 .tit_wrap h2 {
  text-align: center;
}

main .sec_8 h1 {
  text-align: center;
}


main .sec_8 .map {
  overflow: hidden;
  position: relative;
}

main .sec_8 .map,
main .sec_8 .map iframe {
  width: 100%;
}

main .sec_8 .box {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 500px;
  padding: 40px;
  background: #fff;
  box-shadow: var(--shadow);
  box-sizing: border-box;
}

main .sec_8 .box .logo {
  width: auto;
  height: 40px;
  margin-top: 2px;
}

main .sec_8 .box .logo img {
  width: auto;
  height: 100%;
}

main .sec_8 .box h2 {
  margin-top: 35px;
  font-size: 21px;
  color: #222;
  line-height: 1.4em;
  word-break: keep-all;
  font-weight: 600;
  font-family: var(--point-font);
}

main .sec_8 .box .info-box {
  margin-top: 20px;
  gap: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #222;
}

main .sec_8 .box .info-box .ico {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--mcolor);
  border-radius: 50px;
}

main .sec_8 .box .info-box .ico img {
  width: auto;
}

main .sec_8 .box .info-box .item {
  align-items: center;
  gap: 8px;
}

main .sec_8 .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 45px;
}

main .sec_8 .box a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--point-font);
}

main .sec_8 .box .kakaobtn {
  position: absolute;
  top: 40px;
  right: 169px;
  padding: 10px;
  background: #fee500;
  color: #191600;
}

main .sec_8 .box .kakaobtn span:before {
  content: '';
  position: relative;
  top: 4px;
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 18px;
  background: url(../../img/common/ic-talk.svg)no-repeat center;
  background-size: contain;
}

main .sec_8 .box .counselbtn {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  background: var(--mcolor);
}

main .sec_8 .box .counselbtn span:before {
  content: '';
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background: url(../../img/common/ic-cs.svg)no-repeat center;
  background-size: contain;
}


@media all and (max-width: 1600px) {

  main .sec_5 .btn-navi .swiper-button-prev,
  main .sec_5 .btn-navi .swiper-button-next {
    display: none;
  }

  main .sec_5 .sec5pagination {
    display: block;
  }
}

@media all and (max-width: 1530px) {
  .big {
    font-size: 4.5vw;
  }

  .sec1Swiper .swiper-slide .inner {
    left: 5%;
    transform: translate(0, -50%);
  }

  main .sec_1 .control-wrap {
    left: 5%;
    transform: translateX(0);
  }

  main .sec_6 .swiper-slide .row .date-box h1 {
    line-height: 5vw;
  }
}

@media all and (max-width: 1360px) {
  main .sec_2 .lbox {
    height: 400px;
  }

  main .sec_1 .control-wrap {
    width: calc(100% - 64px);
  }

  main .sec_1 .sec1Swiper_themb {
    right: 32px;
  }

  .tit_wrap .en {
    font-size: calc(var(--default-size) * 8);
    line-height: 1.2em;
  }

  .tit_wrap .logo-txt img {
    height: 30px;
  }

  .tit_wrap .sb_p {
    font-size: calc(var(--default-size) * 2.8);
  }

  main .sec_2 .sec2Swiper {
    right: -20%;
  }

  main .sec_2 .rbox .paginationbutton {
    left: 0;
    width: 190px;
  }

  main .sec_2 .rbox .paginationbutton .box {
    font-size: 20px;
    padding: 12px 15px;
  }

  main .sec_2 .sec2pagination .swiper-pagination-current {
    font-size: 26px;
  }

  main .sec_2 .sec2pagination .swiper-pagination-total {
    font-size: 18px;
  }

  main .sec_8 .column {
    margin: 0 40px;
  }

  main .sec_8 .box {
    width: 410px;
    padding: 30px;
  }

  main .sec_8 .box .logo {
    margin-top: 0;
    height: 35px;
  }

  main .sec_8 .box h2 {
    margin-top: 20px;
  }

  main .sec_8 .box .kakaobtn,
  main .sec_8 .box .counselbtn {
    position: relative;
    top: 0;
    right: unset;
  }

  .sns-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 25px 0 0;
  }

  main .sec_8 .box a {
    width: 100%;
  }

  main .sec_8 .box .info-box {
    margin-top: 15px;
  }

}

@media all and (max-width: 1100px) {
  main .sec_7 .bottom .rbox {
    margin-right: 25px;
  }

  main .sec_7 .bottom .rbox,
  main .sec_7 .bottom form {
    padding: 40px;
  }

  main .sec_7 .bottom form .con {
    flex-direction: column;
    gap: 5px;
  }

  main .sec_7 .bottom form .con p {
    width: auto;
    font-size: 14px;
  }

  main .sec_7 .bottom form .full_wrap {
    width: 100%;
  }

  main .sec_7 .bottom form .full_wrap label input,
  main .sec_7 .bottom form .full_wrap select {
    height: 45px;
    font-size: 15px;
  }

  main .sec_7 .bottom form .full_wrap textarea {
    height: 150px;
    font-size: 15px;
  }

  main .sec_7 .bottom form .g_counsel {
    height: 50px;
  }

  main .sec_7 .bottom .rbox .item {
    gap: 10px;
  }

  main .sec_7 .bottom .rbox .item .badge {
    font-size: 14px;
  }

  main .sec_7 .bottom .rbox .item p {
    font-size: 15px;
    width: calc(100% - 165px);
  }

  main .sec_7 .bottom .rbox .item span {
    font-size: 14px;
    width: 75px;
  }

  #footer .f-info {
    margin-top: calc(var(--default-size) * 7);
    padding-top: calc(var(--default-size) * 7);
  }
}

@media all and (max-width: 1000px) {
  main .sec_6 {
    padding: 80px 0;
  }

  main .sec_8 .map iframe {
    height: 450px;
  }

  main .sec_8 .box {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    width: 100%;
  }

  .sns-list {
    position: absolute;
    top: 5px;
    right: 30px;
    gap: 5px;
    width: 250px;
  }

  main .sec_8 .box a {
    height: 40px;
  }

  #footer {
    padding: 60px 0 120px;
  }

  #sub #footer {
    padding-bottom: 60px;
  }

  #footer .f-info {
    margin-top: calc(var(--default-size) * 5.5);
    padding-top: calc(var(--default-size) * 5.5);
  }

  #footer .logo {
    height: 45px;
  }
}

@media all and (max-width: 1024px) {
  /*
    .sec1Swiper .swiper-slide.mbg1{
        background: url(/img/slaw/m_mainbg1.png) no-repeat;
        background-size: cover;
    }

    .sec1Swiper .swiper-slide.mbg2{
        background: url(/img/slaw/m_mainbg2.png) no-repeat;
        background-size: cover;
    }
    .sec1Swiper .swiper-slide.mbg3{
        background: url(/img/slaw/m_mainbg3.png) no-repeat;
        background-size: cover;
    }
	*/

  .sec1Swiper .swiper-slide.mbg1,
  .sec1Swiper .swiper-slide.mbg3 {
    background-position: 60% 50%;
  }

  .sec1Swiper .btn-basic {
    margin-top: 45px;
  }

  .sec1Swiper .swiper-slide .txt_wrap h1 {
    font-size: 35px;
  }

  .sec1Swiper .swiper-slide .txt_wrap h3 {
    font-size: 35px;
  }

  .sec1Swiper .swiper-slide .txt_wrap h2 {
    font-size: 58px;
  }

  main .sec_1 .obj-txt img {
    height: 150px;
  }

  main .sec_1 .control-wrap .mainpagination {
    margin: 0 15px;
  }

  main .sec_1 .control-wrap .mainpagination span,
  main .sec_1 .control-wrap .mainpagination span:before {
    font-size: 16px;
  }

  main .sec_1 .control-wrap .arrow_btn img {
    height: 28px;
  }

  .tit_wrap .en {
    font-size: calc(var(--default-size) * 7);
  }

  main .sec_2 .lbox {
    height: 370px;
  }

  main .sec_2 .rbox .paginationbutton {
    width: 140px;
  }

  main .sec_2 .rbox .paginationbutton .box {
    margin: 0 0 12px;
    padding: 10px;
    font-size: 18px;
  }

  main .sec_6 .swiper-slide .row {
    gap: 20px;
  }

  main .sec_6 .swiper-slide .row .text-box {
    width: calc(100% - 170px);
  }

  main .sec_6 .swiper-slide .row img {
    width: 150px;
    height: 100px;
  }


  /*
  main .sec_7 .bottom .rbox {
    height: 720px;
  }
  main .sec_7 .bottom form .con {
    flex-direction: column;
    gap: 10px;
  }
  main .sec_7 .bottom form .full_wrap {
    width: 100%;
  }
*/
  main .sec_3 .back.row {
    flex-wrap: wrap;
  }

  main .sec_3 .box {
    width: 50%;
    border-bottom: 1px solid #fff;
  }

  .line_btn {
    width: 140px;
    height: 30px;
  }

  main .sec_4 .swiper-slide .info-box {
    height: 70px;
    padding: 15px;
  }

  main .sec_4 .swiper-slide .info-box p {
    font-size: 12px;
  }

  main .sec_6 .swiper-slide {
    padding: 0 15px;
  }
}

@media all and (max-width: 900px) {
  main .sec_6 .tit_wrap .logo-txt img {
    margin: 0 auto;
  }

  main .sec_6 .tit_wrap p br {
    display: none;
  }

  .sec_6 .inner {
    flex-direction: column;
    gap: 40px;
  }

  main .sec_6 .lbox {
    align-items: flex-end;
    height: auto;
    width: 100%;
    display: contents;
  }

  main .sec_6 .lbox .tit_wrap {
    text-align: center;
  }

  main .sec_6 .lbox .line_btn {
    margin: 0 auto;
  }

  main .sec_6 .rbox {
    width: 100%;
    height: auto;
  }

  main .sec_6 .btn-basic {
    margin: 30px auto 0;
  }

  .sec6Swiper {
    height: 480px;
  }



}

@media all and (max-width: 800px) {
  main .sec_1 .sec1Swiper_themb {
    width: 200px;
  }

  main .sec_1 .sec1Swiper_themb h1 {
    font-size: 4vw;
    line-height: 3vw;
  }

  .tit_wrap .logo-txt {
    margin-bottom: 6px;
  }

  .tit_wrap .logo-txt img {
    height: 26px;
  }

  .tit_wrap .en {
    font-size: calc(var(--default-size) * 7);
    line-height: 1.1em;
  }

  .tit_wrap .sb_p {
    margin-top: 6px;
    font-size: calc(var(--default-size) * 2);
  }

  main .sec_2 {
    padding: 70px 0;
  }

  main .sec_2 .lbox .tit_wrap {
    width: 100%;
    text-align: center;
  }

  main .sec_2 .tit_wrap .logo-txt img {
    margin: 0 auto;
  }

  main .sec_2 .tit_wrap .sb_p br {
    display: none;
  }

  main .sec_2 .inner {
    flex-direction: column;
    gap: 40px;
  }

  main .sec_2 .btn-basic {
    margin: 30px auto 0;
  }

  main .sec_2 .lbox {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    height: auto;
    flex-wrap: wrap;
  }

  .sec2pagination {
    display: none;
  }

  main .sec_2 .rbox {
    width: 100%;
  }

  main .sec_2 .sec2Swiper {
    position: unset;
    height: 400px;
  }

  main .sec_2 .rbox .paginationbutton {
    width: 100%;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    position: unset;
    flex-wrap: wrap;
    padding-top: 10px;
  }

  main .sec_2 .rbox .paginationbutton .box {
    border: 1px solid #333;
    padding: 12px;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
  }

  main .sec_2 .rbox .paginationbutton .box p {
    word-break: auto-phrase;
    text-align: center;
  }

  main .bottom {
    margin-top: 40px;
  }

  .tit_wrap h2,
  main .sec_3 .box h2,

  main .sec_5 .swiper-slide .box h1,
  main .sec_8 .box h2 {
    font-size: 13px;
  }

  main .sec_4 .swiper-slide .info-box h1 {
    font-size: 13px;
  }




  .sec_2 .line_btn {
    margin: 0 auto;
  }






  main .sec_3 {
    height: auto;
  }

  main .sec_3 .box {
    padding: 80px 40px;
  }


  .sec_4 .inner,
  .sec_7 .bottom {
    flex-direction: column;
    gap: 40px;
  }

  /* .sec4Swiper {
    height: 340px;
  } */
  main .sec_4 .lbox,
  {
  flex-direction: row;
  align-items: flex-end;
  height: auto;
  justify-content: space-between;
  width: 100%;
}


main .sec_5 .swiper-slide .box {
  padding: 30px;
  height: auto;
}

main .sec_5 .swiper-slide .box .badge {
  font-size: 14px;
  padding: 4px 10px;
}

main .sec_5 .swiper-slide .box h2 {
  margin: 15px 0 10px;
  font-size: 17px;
  min-height: 48px;
}

main .sec_5 .swiper-slide .box p {
  font-size: 15px;
  min-height: 67px;
}

main .sec_6 {
  padding: 70px 0;
}



main .sec_4 .rbox {
  width: 100%;
}



main .sec_7 .bottom .lbox {
  width: 100%;
}

main .sec_7 .bottom .rbox {
  width: 100%;
  height: 306px;
  margin-right: 0;
  padding: 0;
  height: 280px;
}

main .sec_7 .bottom .rbox .item {
  padding: 15px 20px;
}

main .sec_7 .bottom form {
  padding: 30px;
  height: auto;
}

main .sec_7 .bottom form .con {
  margin-bottom: 15px;
}

.sec_7 .bottom {
  gap: 20px;
}

.chk_box_wrap {
  font-size: 14px;
}


main .full-bg {
  padding: 70px 0;
}

main .sec_8 .box {
  position: unset;
  transform: translateY(0);
}

main .sec_8 .map iframe {
  height: 450px;
}



main .sec_8 .bottom {
  margin-left: 0;
}

main .sec_8 .box h2 {
  font-size: 17px;
  margin: 20px 0;
}

main .sec_8 .box .info-box .ico {
  width: 30px;
  height: 30px;
}

main .sec_8 .box .info-box .ico img {
  width: 12px;
  height: 12px;
}

main .sec_8 .box .info-box .item.fax .ico img {
  width: 15px;
  height: auto;
}


}

@media all and (max-width: 760px) {
  .sec1Swiper .swiper-slide .txt_wrap h1 {
    font-size: 30px;
  }

  .sec1Swiper .swiper-slide .txt_wrap h3 {
    margin-top: 30px;
    font-size: 28px;
  }

  .sec1Swiper .swiper-slide .txt_wrap h2 {
    margin-top: 15px;
    font-size: 47px;
  }

  .sec1Swiper .btn-basic {
    width: 150px;
  }

  main .sec_1 .obj-txt {
    right: 10px;
  }

  main .sec_1 .obj-txt img {
    height: 120px;
  }

  main .sec_1 .control-wrap {
    bottom: 50px;
  }

  main .sec_1 .control-wrap .mainpagination {
    gap: 10px;
    font-size: 8px;
    margin: 0 10px;
  }

  main .sec_1 .control-wrap .mainpagination span,
  main .sec_1 .control-wrap .mainpagination span:before {
    font-size: 13px;
  }

  main .sec_1 .control-wrap .arrow_btn img {
    height: 24px;
  }

  .sec6Swiper {
    height: 400px;
  }

  main .sec_6 .swiper-slide {
    padding: 0;
  }

  main .sec_6 .swiper-slide .row .text-box {
    width: calc(100% - 155px);
  }

  main .sec_6 .swiper-slide .row .text-box h1 {
    margin-bottom: 8px;
    font-size: 17px;
  }

  main .sec_6 .swiper-slide .row .text-box p {
    font-size: 14px;
  }

  main .sec_6 .swiper-slide .row .text-box .date {
    margin-top: 10px;
    font-size: 13px;
  }

  main .sec_6 .swiper-slide .row img {
    width: 135px;
    height: 90px;
  }

  .sns-list {
    width: 205px;
  }

  main .sec_8 .box a {
    height: 35px;
  }

  main .sec_8 .box a span {
    font-size: 13px;
  }

  main .sec_8 .box .logo {
    height: 30px;
  }

  main .sec_8 .box .kakaobtn span:before {
    height: 15px;
  }

  main .sec_8 .box .info-box {
    margin-top: 10px;
  }

  main .sec_8 .box .info-box .ico {
    width: 25px;
    height: 25px;
  }

  main .sec_8 .box .info-box .ico img {
    width: 10px;
    height: auto;
  }

  main .sec_8 .box .info-box .item {
    font-size: 16px;
  }


  .button .icon,
  .button .icon::before,
  .button .icon::after {
    width: 24px;
    height: 1px;
  }

  main .sec_5 .swiper-slide .box {
    padding: 20px;
  }

  #footer .logo {
    height: 40px;
  }

  #footer .f-btn {
    gap: 20px;
  }

  #footer .f-btn a {
    font-size: 14px;
  }

  #footer .f-btn a:before {
    right: -12px;
  }

  #footer .f-info {
    margin-top: calc(var(--default-size) * 4);
    padding-top: calc(var(--default-size) * 4);
  }

  #footer .f-info address ul li {
    margin-bottom: 15px;
  }

  #footer .copy {
    margin-top: 40px;
  }
}

@media all and (max-height: 610px) {
  main .sec_1 .sec1Swiper_themb {
    right: auto;
    left: 32px;
  }

  main .sec_1 .control-wrap {
    bottom: 210px;
  }

  main .sec_1 .sec1Swiper_themb {
    bottom: 80px;
  }

  .sec1Swiper .swiper-slide .txt_wrap p {
    margin-top: 20px;
  }
}


@media all and (max-width: 540px) {

  .sec1Swiper .swiper-slide.mbg1,
  .sec1Swiper .swiper-slide.mbg2 {
    background-position: 75% 50%;
  }

  .sec1Swiper .swiper-slide.mbg3 {
    background-position: 75% 50%;
  }

  .sec1Swiper .swiper-slide .inner {
    top: 48%;
  }

  .sec1Swiper .swiper-slide .txt_wrap h1 {
    font-size: 18px;
  }

  .sec1Swiper .swiper-slide .txt_wrap h3 {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
  }

  .sec1Swiper .swiper-slide .txt_wrap h2 {
    margin-top: 8px;
    font-size: 24px;
  }

  main .sec_1 .obj-txt {
    bottom: 40px;
  }

  main .sec_1 .obj-txt img {
    height: 80px;
  }

  main .sec_1 .control-wrap {
    bottom: 20px;
  }

  main .sec_1 .control-wrap .mainpagination {
    gap: 5px;
    font-size: 8px;
    margin: 0 5px;
  }

  main .sec_1 .control-wrap .mainpagination span,
  main .sec_1 .control-wrap .mainpagination span:before {
    font-size: 11px;
  }

  main .full-bg {
    padding: 40px 0;
  }

  .tit_wrap .logo-txt {
    margin-bottom: 6px;
  }

  .tit_wrap .logo-txt img {
    height: 20px;
  }

  .tit_wrap .en {
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: 500;
  }

  .tit_wrap .sb_p {
    margin-top: 4px;
    font-size: 11px;
  }

  .sec1Swiper .btn-basic {
    margin-top: 30px;
    width: 130px;
  }

  main .bottom {
    margin-top: 30px;
  }

  main .sec_2 {
    padding: 40px 0;
  }

  main .sec_2 .btn-basic {
    margin: 20px auto 0;
  }

  main .sec_2 .inner {
    gap: 30px;
  }

  main .sec_2 .sec2Swiper {
    height: 250px;
  }

  main .sec_2 .rbox .paginationbutton {
    gap: 5px;
  }

  main .sec_2 .rbox .paginationbutton .box {
    padding: 10px;
    font-size: 12px;
    line-height: 0.5;
  }

  main .sec_5 .swiper-slide .box {
    padding: 20px;
  }

  main .sec_5 .swiper-slide .box .badge {
    font-size: 11px;
    padding: 3px 6px;
  }

  main .sec_5 .swiper-slide .box h2 {
    margin: 10px 0 7px;
    font-size: 14px;
    min-height: 39px;
  }

  main .sec_5 .swiper-slide .box p {
    font-size: 12px;
    min-height: 54px;
  }

  main .sec_5 .sec5pagination {
    margin-top: 10px;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px !important;
  }


  main .sec_6 {
    padding: 40px 0;
  }

  .sec_6 .inner {
    gap: 30px;
  }

  .sec6Swiper {
    height: 350px;
  }

  main .sec_6 .swiper-slide .row .text-box {
    width: 100%;
  }

  main .sec_6 .swiper-slide .row img {
    display: none;
  }

  main .sec_6 .swiper-slide .row .text-box h1 {
    font-size: 13px;
  }

  main .sec_6 .swiper-slide .row .text-box p {
    font-size: 11px;
    line-height: 1.4em;
  }

  main .sec_6 .swiper-slide .row .text-box .date {
    font-size: 11px;
    margin-top: 8px;
  }

  main .sec_6 .btn-basic {
    margin: 20px auto 0;
  }

  .badge-notice {
    margin-right: 6px;
    font-size: 12px;
    padding: 2px 7px;
  }

  main .sec_7 .bottom .rbox {
    height: 245px;
  }

  main .sec_7 .bottom .rbox .item {
    padding: 12px;
  }

  main .sec_7 .bottom .rbox .item .badge {
    font-size: 10px;
    width: 65px;
    height: 22px;
  }

  main .sec_7 .bottom .rbox .item p {
    font-size: 12px;
  }

  main .sec_7 .bottom .rbox .item span {
    font-size: 11px;
  }

  main .sec_7 .bottom form {
    padding: 20px;
  }

  main .sec_7 .bottom form .con {
    margin-bottom: 12px;
  }

  main .sec_7 .bottom form .con p {
    font-size: 12px;
  }

  main .sec_7 .bottom form .full_wrap label input,
  main .sec_7 .bottom form .full_wrap select {
    height: 35px;
    font-size: 12px;
    padding: 10px;
  }

  main .sec_7 .bottom form .full_wrap textarea {
    height: 90px;
    font-size: 12px;
    padding: 10px;
  }

  main .sec_7 .bottom form .full_wrap select {
    background-position: right 10px center;
  }

  main .sec_7 .bottom form .g_counsel {
    height: 40px;
    font-size: 13px;
  }

  .chk_box_wrap {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .chk_box_wrap input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }

  .chk_box_wrap input[type="checkbox"]:checked::after {
    left: 4px;
    width: 4px;
    height: 8px;
    border-width: 0 1px 1px 0;
  }


  .sns-list {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  main .sec_8 .column {
    margin: 0 20px;
  }

  main .sec_8 .box {
    padding: 25px;
  }

  main .sec_8 .box h2 {
    font-size: 16px;
  }

  main .sec_8 .box .info-box .item {
    gap: 6px;
  }

  main .sec_8 .map iframe {
    height: 300px;
  }

  main .sec_8 .box .logo {
    height: 25px;
  }

  main .sec_8 .box .info-box .item {
    font-size: 13px;
  }

  main .sec_8 .box a span {
    font-size: 12px;
  }

  main .sec_8 .box .kakaobtn span:before {
    margin-right: 3px;
    top: 3px;
    height: 13px;
  }

  main .sec_8 .box .counselbtn span:before {
    width: 10px;
    height: 10px;
  }

  main .sec_8 .box .info-box .ico {
    width: 20px;
    height: 20px;
  }

  main .sec_8 .box .info-box .item.fax .ico img {
    width: 11px;
  }

  #footer {
    padding: 30px 0 70px;
  }

  #sub #footer {
    padding-bottom: 30px;
  }

  #footer .f-info {
    margin-top: calc(var(--default-size) * 2);
    padding-top: calc(var(--default-size) * 2);
  }

  #footer .logo {
    height: 25px;
  }

  #footer .f-info address ul li {
    font-size: 11px;
    margin-bottom: 10px;
  }

  #footer .copy {
    margin-top: 25px;
    font-size: 10px;
  }

  #footer .f-btn {
    margin-top: 20px;
  }

  #footer .f-btn a {
    font-size: 11px;
  }

  #footer .f-btn a:before {
    top: 5px;
  }

}

@media all and (max-width: 499px) {

  main .sec_6 .rbox,
  main .sec_7 .rbox {
    position: relative;
  }

  .moshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: transparent;
    display: none;
  }

  main .sec_6 .swiper-slide .row .date-box {
    text-align: center;
    width: 20%;
  }

}

@media all and (max-width: 440px) {
  main .sec_8 .box {
    padding: 20px;
  }

  main .sec_8 .box h2 {
    margin: 15px 0;
  }

  main .sec_8 .box h2 br {
    display: none;
  }

  main .sec_8 .box .info-box {
    display: block;
  }

  main .sec_8 .box .info-box .item {
    margin-bottom: 8px;
  }

  .sns-list {
    margin: 20px 0 0;
  }
}






@media all and (max-width: 380px) {
  main .sec_1 .obj-txt img {
    height: 80px;
  }


  .sec_7 .bottom {
    gap: 15px;
  }

  main .sec_7 .bottom form {
    padding: 15px;
  }
}




#quick-cs {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #01111B;
  background: linear-gradient(90deg, rgba(1, 17, 27, 1) 0%, rgba(0, 33, 51, 1) 100%);
  box-sizing: border-box;
  z-index: 5;
}

#quick-cs .inr {
  width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#quick-cs .box-num {
  display: flex;
  gap: 30px;
  align-items: center;
}

#quick-cs .box-num .icon {
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
}

#quick-cs .box-num .icon:after {
  content: '';
  position: absolute;
  top: 5px;
  right: -15px;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
}

#quick-cs .box-num .icon img {
  width: 100%;
  height: 100%;
}

#quick-cs .box-num .txt {
  display: flex;
  gap: 25px;
  align-items: center;
}

#quick-cs .box-num a {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 0.9em;
  font-family: "Cinzel", serif;
}

#quick-cs .box-num em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  color: #fff;
  opacity: 0.5;
  line-height: 1em;
  font-family: var(--point-font);
}

#quick-cs .list-btn {
  display: flex;
  gap: 10px;
  height: 50px;
}

#quick-cs .list-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 1;
  overflow: hidden;
}

#quick-cs .list-btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: all 0.3s ease;
}

#quick-cs .list-btn a>span {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  font-family: var(--point-font);
  padding-left: 23px;
  transition: all 0.5s ease;
}

#quick-cs .list-btn a:hover:before {
  left: 0;
}

#quick-cs .list-btn a:hover>span {
  color: #001c2c;
  font-weight: 600;
}

#quick-cs .list-btn a>span:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

#quick-cs .list-btn a.kakao>span:before {
  background: url(../../img/main/ic-kakao-wt.svg)no-repeat center;
  background-size: 17px auto;
}

#quick-cs .list-btn a.kakao:hover>span:before {
  background: url(../../img/main/ic-kakao-blue.svg)no-repeat center;
  background-size: 17px auto;
}

#quick-cs .list-btn a.cs>span:before {
  background: url(../../img/main/ic-pen-wt.svg)no-repeat center;
  background-size: 13px auto;
}

#quick-cs .list-btn a.cs:hover>span:before {
  background: url(../../img/main/ic-pen-blue.svg)no-repeat center;
  background-size: 13px auto;
}

#quick-cs .list-btn a.call>span:before {
  background: url(../../img/common/ic-call-blue.svg)no-repeat center;
  background-size: 10px auto;
}

#quick-cs .list-btn a.call:hover>span:before {
  background: url(../../img/common/ic-call-blue.svg)no-repeat center;
  background-size: 10px auto;
}

#quick-cs .list-btn a.call {
  display: none;
}

@media (max-width: 1360px) {
  #quick-cs .inr {
    width: calc(100% - 25px);
  }

  #quick-cs .box-num {
    padding-left: 5px;
  }
}

@media (max-width: 1024px) {
  #quick-cs {
    height: 70px;
  }

  #quick-cs .box-num {
    gap: 20px;
  }

  #quick-cs .box-num .icon {
    width: 20px;
    height: 20px;
  }

  #quick-cs .box-num .icon:after {
    right: -10px;
  }

  #quick-cs .box-num .txt {
    gap: 15px;
  }

  #quick-cs .box-num a {
    font-size: 25px;
  }

  #quick-cs .box-num em {
    font-size: 14px;
  }

  #quick-cs .list-btn {
    height: 44px;
    gap: 6px;
  }

  #quick-cs .list-btn a {
    width: 120px;
  }

  #quick-cs .list-btn a>span {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  #quick-cs {
    height: 60px;
  }

  #quick-cs .box-num em {
    display: none;
  }

  #quick-cs .list-btn {
    width: 60%;
    height: 40px;
  }

  #quick-cs .list-btn a {
    width: 100%;
  }
}

@media (max-width: 600px) {
  #quick-cs {
    height: auto;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
  }

  #quick-cs .inr {
    width: 100%;
  }

  #quick-cs .box-num {
    display: none;
  }

  #quick-cs .list-btn {
    width: 100%;
    gap: 0;
  }

  #quick-cs .list-btn a {
    border: none;
  }

  #quick-cs .list-btn a.call {
    display: flex;
  }

  #quick-cs .list-btn a {
    position: relative;
    background: #fff;
  }

  #quick-cs .list-btn a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    width: 1px;
    height: 18px;
    background: #e9e9e9;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    transition: none;
  }

  #quick-cs .list-btn a:last-child {
    border: none;
  }

  #quick-cs .list-btn a>span {
    color: #001c2c;
    font-size: 12px;
    padding-left: 16px;
  }

  #quick-cs .list-btn a>span:before {
    width: 12px;
    height: 12px;
  }

  #quick-cs .list-btn a.call>span {
    padding-left: 15px;
  }

  #quick-cs .list-btn a.kakao>span:before {
    background: url(../../img/main/ic-kakao-blue.svg)no-repeat center;
    background-size: 12px auto;
  }

  #quick-cs .list-btn a.kakao:hover>span:before {
    background: url(../../img/main/ic-kakao-blue.svg)no-repeat center;
    background-size: 12px auto;
  }

  #quick-cs .list-btn a.cs>span:before {
    background: url(../../img/main/ic-pen-blue.svg)no-repeat center;
    background-size: 9px auto;
  }

  #quick-cs .list-btn a.cs:hover>span:before {
    background: url(../../img/main/ic-pen-blue.svg)no-repeat center;
    background-size: 9px auto;
  }


}