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

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

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

main .sec_2,
main .full-bg + .sec {
  margin-top: 150px;
}

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

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

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

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

.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 .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 {
  font-size: calc(var(--default-size) * 3);
  line-height: calc(var(--default-size) * 3 + 7px);
  font-weight: 200;
}

/**/

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/slaw/mainbg1.png) 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/slaw/mainbg2.png) no-repeat;
  background-position: left;
  background-size: cover;
}
.sec1Swiper .swiper-slide.mbg3 {
  background: url(/img/slaw/mainbg3.png) no-repeat;
  background-position: left;
  background-size: cover;
}

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

.sec1Swiper .swiper-slide .txt_wrap h2 {
  font-size: 60px;
  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;
}

.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 p {
  transform: translateY(0);
  opacity: 1;
}

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

.sec1Swiper .swiper-slide .txt_wrap h1 {
  color: #fff;
  transform: translateY(20px);
  transition-delay: 0.8s;
  transition-duration: 0.5s;
  opacity: 0;
  font-family: "Cinzel", serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 10;
  font-size: 63px;
}

.sec1Swiper .swiper-slide .txt_wrap h1::before{
    content: "";
    height: 23px;
    width: 100%;
    display: block;
    background-color: #007da5;
position: absolute;
bottom: 13%;
opacity: .7;
z-index: -1;
}





.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 .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: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 10;
}

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

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

main .sec_1 .control-wrap .mainpagination {
  margin: 0 40px;
  width: auto;
  color: #fff;
}

main .sec_1 .control-wrap .mainpagination .swiper-pagination-current {
  font-weight: 600;
}

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);
}

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

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

main .sec_2 .sec2pagination .swiper-pagination-current {
  font-weight: 600;
  font-size: 20px;
}

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: 16px;
  margin-bottom: 20px;
}

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

main .sec_3_new {
  margin-bottom: 100px;
}

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

main .sec_3_new img {
  width: 160px;
  margin-bottom: 30px;
}
main .sec_3_new .box {
  text-align: center;
}
main .sec_3_new .box span {
  font-size: 47px;
  line-height: 1.3;
  color: #fff;
}

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/slaw/banner_box_l.jpg) center center / cover;
}
main .sec_3_new .banner_wrap .box:nth-child(2) {
  background: url(/img/slaw/banner_box_r.jpg) center center / cover;

}

main .sec_3_new .banner_wrap .box .box_list{}
main .sec_3_new .banner_wrap .box .box_list ul{    display: grid
  ;
      gap: 120px 0;
      grid-template-columns: repeat(2, 1fr);
      width: 100%;}
main .sec_3_new .banner_wrap .box .box_list ul li{
  color: #fff;
  position: relative;
  padding-right: 60px;
}


main .sec_3_new .banner_wrap .box .box_list ul li:after{
  content: "";
  display: block;
  background: #fff;
  opacity: 0.3;
  position: absolute;
}
main .sec_3_new .banner_wrap .box .box_list ul li:nth-child(1):after{
  width: 1px;
  height: 200px;
  right: 0;
  top: 0;
}
main .sec_3_new .banner_wrap .box .box_list ul li:nth-child(2):after{
  width: calc(100% - 60px);
  height: 1px;
  right: 0;
  bottom: -60px;
}

main .sec_3_new .banner_wrap .box .box_list ul li:nth-child(4):after{
  width: 1px;
  height: 200px;
  left: 0;
  top: 0;
}
main .sec_3_new .banner_wrap .box .box_list ul li:nth-child(3):after{
  width: calc(100% - 60px);
    height: 1px;
    left: 0;
    top: -60px;
}
main .sec_3_new .banner_wrap .box .box_list ul li:nth-child(2n){
  padding-left: 50px;
}



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 .bar{
  width: 45px;
  height: 3px;
  background-color: #fff;
  margin: 20px auto;
}

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

main .sec_3_new .banner_wrap .box .box_list ul li p{
  line-height: 23px;
}


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

    .sec_3_new .banner_wrap{flex-direction: column;}
    main .sec_3_new .box{width: 100%;}
    main .sec_3_new .box span{font-size: 13px;}
    main .sec_3_new .box{height: 220px;}
    main .sec_3_new img{width: 130px; margin-bottom: 20px;}
    main .sec_3_new .banner_wrap .box .box_list ul li h1{font-size: 4.4vw;margin-bottom: -3%;}
    main .sec_3_new .banner_wrap .box .box_list ul li h2{font-size: 13px;}
    main .sec_3_new .banner_wrap .box .box_list ul{display: flex}
main .sec_3_new .banner_wrap .box .box_list ul li p{font-size: 11px;line-height: 15px;}
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{gap: 20px 0;flex-direction: column;}
main .sec_3_new .banner_wrap .box .box_list ul li{padding-left: 20px;}
main .sec_3_new .banner_wrap .box .box_list ul li:nth-child(2n){padding-left: 20px;padding-right: 20px;}
main .sec_3_new .banner_wrap .box .box_list ul li{padding: 0 15px;}
main .sec_3_new .banner_wrap .box .box_list ul .bar{margin: 10px auto;}
main .sec_3_new .banner_wrap .box .box_list ul li:nth-child(3):after{left: 40px;top: -24px;}
main .sec_3_new .banner_wrap .box .box_list ul li:after{
    display: none;
  }
  
  main .sec_3_new .banner_wrap .box .box_list ul li:nth-child(1):after{
    display: none;
  }
  main .sec_3_new .banner_wrap .box .box_list ul li:nth-child(2):after{
    display: none;
  }
  
  main .sec_3_new .banner_wrap .box .box_list ul li:nth-child(4):after{
    display: none;
  }
  main .sec_3_new .banner_wrap .box .box_list ul li:nth-child(3):after{
   display: none;
  }
main .sec_3_new .banner_wrap .box:nth-child(2){height: 500px;}
main .sec_3_new .banner_wrap .box .box_list ul .bar{width: 35px;height: 2px;}

.chk_box_wrap span{font-size: 13px;}
main .sec_7 .bottom form .g_counsel{margin-top: 25px !important; font-size: 14px;}
}

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


}


/**/
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_4 .tit_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .sec_4 .tit_wrap p {
  text-align: center;
}
main .sec_4 .swiper-slide {
  position: relative;
  margin-top: 5%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: url(/img/slaw/lawbg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

main .sec_4 .line_btn {
  margin: 30px auto 0;
}

main .sec_4 .swiper-slide .info-box {
  /* position: absolute;
  left: 0;
  bottom: 0; */
  padding: 40px;
  background: #fff;
  width: 100%;
  height: 180px;
}

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

main .sec_4 .swiper-slide .info-box h1 b {
  font-weight: 600;
}

main .sec_4 .swiper-slide .info-box p {
  font-size: 16px;
  margin-top: 10px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}

main .sec_4 .swiper-slide .info-box b.slide-b {
  margin-top: 10px;
  font-size: 20px;
  display: flex;
}

main .sec_4 .swiper-slide .lt_img + a,
main .sec_4 .swiper-slide .new_icon {
  display: none;
}

main .sec_4 .swiper-slide .lt_img img {
  width: 70%;
  margin: 0 auto;
}

/**/

main .sec_5 .swiper-slide .box {
  padding: 40px;
  background: #fff;
  gap: 20px;
}

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

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

main .sec_5 .swiper-slide .box .badge {
  padding: 10px 20px;
  background: var(--mcolor);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

main .sec_5 .swiper-slide .box h2 {
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

main .sec_5 .swiper-slide .box p {
  margin: 20px 0;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main .sec_5 .sec5pagination {
  margin-top: 40px;
  text-align: center;
}

/**/
.sec6Swiper {
  height: 33.5vw;
}

main .sec_6 .swiper-slide {
    border-bottom: 1px solid #333;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 25px;
}
main .sec_6 .swiper-slide:nth-child(2n){
  background-color: #f6f6f6;
}

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: 200px;
  height: 120px;
}

main .sec_6 .swiper-slide .row .date-box h1 {
  font-weight: 400;
  line-height: 80px;
}
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% - 90px - 200px - 80px);
}

main .sec_6 .swiper-slide .row .text-box h1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  font-size: 24px;
}

main .sec_6 .swiper-slide .row .text-box p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
}

/**/
main .sec_7{ background: url(/img/slaw/sec_7_bg.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{
  color: #fff;
}


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

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

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

main .sec_7 .bottom form .con p {
  width: 120px;
  font-size: 20px;
  font-weight: 500;
}

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: 15px 10px;
}

main .sec_7 .bottom form .full_wrap textarea {
  padding: 15px 10px;
  width: 100%;
  height: 180px;
  resize: none;
}

main .sec_7 .bottom form .g_counsel {
  width: 100%;
  height: 50px;
  background: var(--mcolor);
  color: #fff;
  border: 0;
  margin-top: 40px;
  cursor: pointer;
}

main .sec_7 .bottom .rbox {
  margin-left: 40px;
  height: 600px;
}

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

main .sec_7 .bottom .rbox .item .badge {
  color: #fff;
  background: var(--mcolor);
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

main .sec_7 .bottom .rbox .item p {
  width: calc(100% - 80px - 110px - 40px);
}

main .sec_7 .bottom .rbox .item span {
  display: inline;
  width: 110px;
  text-align: right;
}

main .sec_7 .sec7Swiper {
  height: 100%;
  background-color: #fff;
  padding: 20px 40px;
}

/**/
main .sec_8 .bottom{margin-left: -24%;}
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%);
  padding: 40px;
  background: #fff;
  box-shadow: var(--shadow);
}

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

main .sec_8 .box .info-box {
  gap: 40px;
  font-size: 18px;
  font-weight: 400;
}

main .sec_8 .box .info-box .ico {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: teal; */
}

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

main .sec_8 .box .kakaobtn {
  position: absolute;
  top: 40px;
  right: 155px;
  padding: 10px 20px;
  font-size: 14px;
  background: #fee500;
  font-weight: 500;
}
main .sec_8 .box .counselbtn{
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background: #0D6994;
  font-weight: 500;
}


@media all and (max-width: 1530px) {
  .big {
    font-size: 4.5vw;
  }
  main .sec_3 .box h2,
  .sec1Swiper .swiper-slide .txt_wrap h2 {
    font-size: 2vw;
  }
  .sec1Swiper .swiper-slide .txt_wrap h2{
    margin-top: 0;
  }
  main .sec_3 .box p,
  main .sec_6 .swiper-slide .row .date-box p,
  main .sec_6 .swiper-slide .row .text-box p {
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .tit_wrap h2,
  main .sec_4 .swiper-slide .info-box h1,
  main .sec_5 .swiper-slide .box h1 {
    font-size: 2.4vw;
    margin-bottom: 3px;
  }

  .tit_wrap .sb_p {
    font-size: 1.8vw;
    line-height: 2.4vw;
    margin-top: 3px;
  }

  .tit_wrap .en {
    line-height: 4vw;
  }

  main .sec_4 .swiper-slide .info-box b.slide-b,
  .sec1Swiper .swiper-slide .txt_wrap p,
  main .sec_5 .swiper-slide .box h2,
  main .sec_6 .swiper-slide .row .text-box h1,
  main .sec_2 .rbox .paginationbutton .box,
  main .sec_7 .bottom form .con p {
    font-size: 1.6vw;
  }

  .line_btn,
  main .sec_5 .swiper-slide .box .badge,
  main .sec_5 .swiper-slide .box p {
    font-size: 1.4vw;
  }

  main .sec_2 .lbox,
  main .sec_4 .lbox,
  main .sec_6 .lbox {
    height: 25vw;
  }

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

@media all and (max-width: 1360px) {
  main .sec_1 .control-wrap {
    width: calc(100% - 64px);
  }
  main .sec_1 .sec1Swiper_themb {
    right: 32px;
  }
}

@media all and (max-width: 1240px) {
  main .sec_6 .swiper-slide .row img {
    width: 16vw;
    height: 10vw;
  }
  main .sec_6 .swiper-slide .row .text-box {
    width: calc(100% - 90px - 12vw - 80px);
  }
}

@media all and (max-width: 980px) {
    .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;
    }

  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: 800px) {
  .logo {
    width: 120px;
  }
  .sec1Swiper .swiper-slide .txt_wrap h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .sec1Swiper .swiper-slide .txt_wrap h1 {
    font-size: 9vw;
    line-height: 10.5vw;
  }
  .sec1Swiper .swiper-slide .txt_wrap p {
    font-size: 2.4vw;
    margin-top: 10px;
  }
  main .sec_1 .control-wrap .mainpagination
  {margin: 0 10px;}
  main .sec_1 .control-wrap .mainpagination{
    font-size: 13px;
  }
  main .sec_1 .control-wrap{
    left: 44%;
  }
  main .sec_1 .control-wrap .auto_btn{
    width: 35px;
  }
  main .sec_1 .control-wrap .auto_btn-wrap{
gap: 0px;
  }
  .sec1Swiper .swiper-slide .inner {
    top: 43%;
  }
  
  main .sec_1 .sec1Swiper_themb {
    width: 200px;
  }
  main .sec_1 .sec1Swiper_themb h1 {
    font-size: 4vw;
    line-height: 3vw;
  }
  main .sec_2 .lbox {
    width: 40%;
  }
  main .sec_2 .rbox {
    width: 60%;
  }
  main .sec_2 .sec2Swiper {
    position:unset;
    height: auto;
  }
  main .sec_2 .rbox .paginationbutton {
    width: 100%;
    left: 0;
    display: flex;
    position:unset;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  
  main .sec_2 .rbox .paginationbutton .box{
border: 1px solid #333;
margin-bottom: 0;
margin-top: 10px;
margin-left: 6px;
width: 30%;
padding: 12px;
  }
  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;
  }
  .tit_wrap .en,
  .big {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -2px;
  }
  .tit_wrap .sb_p,
  main .sec_4 .swiper-slide .info-box b.slide-b,
  .sec1Swiper .swiper-slide .txt_wrap p,
  main .sec_5 .swiper-slide .box h2,
  main .sec_6 .swiper-slide .row .text-box h1,
  main .sec_2 .rbox .paginationbutton .box,
  main .sec_7 .bottom form .con p,
  main .sec_7 .bottom .rbox .item p,
  main .sec_7 .bottom .rbox .item .badge,
  main .sec_8 .box .info-box .item,
  main .sec_3 .box p,
  main .sec_6 .swiper-slide .row .date-box p,
  main .sec_6 .swiper-slide .row .text-box p,
  #footer,
  .line_btn,
  main .sec_5 .swiper-slide .box .badge,
  main .sec_5 .swiper-slide .box p,
  main .sec_7 .bottom .rbox .item span {
    font-size: 11px;
    line-height: 15px;
  }

  .sec_2 .line_btn{    margin: 0 auto;}

  main .sec_8 .box .info-box .ico {
    width: 25px;
    height: 25px;
    margin-bottom: 7px;
  }
  main .sec_8 .box .info-box .item{
    line-height: 23px;
  }


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

  main .sec_6 .swiper-slide .row .date-box h1 {
    line-height: 50px;
  }
  .sec_4 .inner,
  .sec_6 .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_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_4 .rbox {
    width: 100%;
  }

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

  main .sec_7 .bottom .lbox {
    width: 100%;
  }
  main .sec_7 .bottom .rbox {
    width: 100%;
    margin-left: 0;
    height: 280px;
  }

  main .sec:not(.main) {
    margin-bottom: 100px;
  }

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

  main .sec_2,
  main .full-bg + .sec {
    margin-top: 100px;
  }
  main .sec:last-child {
    margin-bottom: 0;
    

  }
  main .sec_8 .box {
    position: unset;
    transform: translateY(0);
  }
  main .sec_8 .map iframe {
    height: 450px;
  }

  .sec6Swiper {
    height: 300px;
  }
  main .sec_6 .rbox {
    border-top: 1px solid #333;
  }
  

  main .sec_7 .sec7Swiper{
    padding: 10px 15px;
  }
  main .sec_8 .bottom{margin-left: 0;}
  main .sec_8 .box h2{font-size: 17px;margin: 20px 0;}
  main .sec_8 .box .counselbtn{position: unset;display: block;text-align: center;margin-top: 10px;padding: 10px 20px;}
  
  #footer .f-info{font-size: 11px;margin: 25px 0;}
  #footer .f-info .row{line-height: 16px;}
  #footer .copy{font-size: 11px;}
  #footer .f-btn a{font-size: 11px;}
  #footer .f-btn{gap: 10px;}
  #footer .f-btn{margin-top: 25px;}

}

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

  main .sec_8 .box .kakaobtn {
    position: unset;
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  main .sec_5 .swiper-slide .box {
    flex-direction: column;
  }
  main .sec_5 .swiper-slide .box .img_wrap,
  main .sec_5 .swiper-slide .box .text_wrap {
    width: 100%;
  }
  .button .icon,
  .button .icon::before,
  .button .icon::after {
    width: 26px;
    height: 1px;
  }
  main .sec_1 .control-wrap {
    bottom: 220px;
  }

  main .sec_2 .inner {
    flex-direction: column;
    gap: 40px;
  }
  main .sec_2 .lbox {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    height: auto;
    flex-wrap: wrap;
  }
  main .sec_2 .lbox .tit_wrap{
    width: 100%;
    text-align: center;
  }

  .sec2pagination {
    display: none;
  }

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

  main .sec_3 .box {
    padding: 40px 40px;
    width: 100%;
  }

  main .sec_5 .swiper-slide .box .badge {
    flex-direction: column;
  }

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

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

@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;
  }
  main .sec_6 .swiper-slide .row .date-box {text-align: center;width: 20%;}
  main .sec_7 .bottom form{padding: 30px;}
}

@media all and (max-width: 440px) {
  main .sec_4 .lbox,
  main .sec_6 .lbox,
  main .sec_2 .lbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  main .sec_6 .swiper-slide .row {
    gap: 20px;
  }
  main .sec_6 .swiper-slide .row .text-box {
    width: calc(100% - 90px - 9vw - 20px);
  }
  main .sec_7 .bottom form {
    padding: 20px;
  }
  main .sec_8 .box .info-box {
    flex-direction: column;
    gap: 0;
  }


  main .sec_6 .rbox {
    border-bottom: 1px solid #333;
  }

  .sec1Swiper .swiper-slide .txt_wrap h1 {
    font-size: 45px;
    line-height: 70px;
  }
  .sec1Swiper .swiper-slide .txt_wrap h1::before{
    height: 15px;
    bottom: 24%;
  }

  main .sec_7 .bottom .rbox .item .badge {
    width: 55px;
    font-size: 12px;
  }
  main .sec_7 .bottom .rbox .item span {
    width: 80px;
  }
  main .sec_7 .bottom .rbox .item p {
    width: calc(100% - 80px - 45px - 40px);
    font-size: 12px;
  }
  main .sec_8 .box {
    padding: 50px 20px;
    background: #fff;
    padding-top: 50px;
  }
  main .sec_6 .swiper-slide .row .text-box p {
    -webkit-line-clamp: 1;
  }

  @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: 500px) {
  main .sec:not(.main) {
    margin-bottom: 60px;
  }

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

  main .sec_2,
  main .full-bg + .sec {
    margin-top: 60px;
  }
  main .sec:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 426px) {
  .sec1Swiper .swiper-slide .txt_wrap h1 {
    font-size: 28px;
  }
}

@media all and (max-width: 380px) {
  main .sec_6 .swiper-slide .row img {
    display: none;
  }
  main .sec_6 .swiper-slide .row .text-box {
    width: calc(100% - 75px);
  }
}

@media all and (max-width: 340px) {
  main .sec_1 .control-wrap .mainpagination {
    margin: 0 20px;
  }
}
