/* main */
.main {
  overflow: hidden;

}

.main section {
  width: 100%;
  max-width: 1320px;
  margin: 10% auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .main section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

@media screen and (max-width: 1320px) {
  .main section {
    max-width: none;
  }
}

.main section .sect-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
  .main section .sect-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .main section .sect-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main section .sect-title {
    line-height: 1.5;
    font-weight: 600;
  }
}

.main section .sect-title.white {
  color: #fff;
}

.main section .sub_tit {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.main section .sect-subject {
  font-size: 20px;
  font-weight: 500;
  color: #7d7d7d;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .main section .sect-subject {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.2
  }
}

.main section .sect-title.youtube::before {
  content: 'UBD';
  display: block;
  font-size: 20px;
  color: #fff263;
  text-transform: uppercase;
}

.main section .sect-title.keyword::before {
  content: 'Recruit';
  display: block;
  font-size: 20px;
  color: #3288b0;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .main section {
    margin-top: 70px;
  }

  .main section .sect-title {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .main section .sect-title.keyword::before {
    font-size: 12px;
    font-weight: 500;
    color: #cc1424;
  }
}

.main .main-visual {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 100vh;
  background: #000;
}

.main .main-visual .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.main .main-visual .swiper-slide video,
.main .main-visual .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 1024px) {
  .main .main-visual .panel01 {
    height: 100vh;
  }

  .main .main-visual .panel02 {
    height: 100vh;
  }

  .main .main-visual .panel03 {
    height: 100vh;
  }
}




.main .main-visual .swiper-slide .slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
}

.main .main-visual .swiper-slide .text {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 70vh;
  padding: 0 16%;
}

@media screen and (max-width: 1919px) {
  .main .main-visual .swiper-slide .text {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 1366px) {
  .main .main-visual .swiper-slide .text {
    padding: 0 6%;
  }
}

@media screen and (max-width: 1024px) {
  .main .main-visual .swiper-slide .text {
    /* padding-left: 12px;
        padding-right: 12px; */
  }
}

@media screen and (max-width: 767px) {
  .main .main-visual .swiper-slide .text {
    padding: 0 20px;
    height: 100vh;
  }
}


.main .main-visual .swiper-slide .text .eyebrow {
  margin-bottom: 10px;
  font-size: 36px;
}

.main .main-visual .swiper-slide .text h2.tit {
  position: relative;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgb(0 0 0);
}

@media screen and (max-width: 1024px) {
  .main .main-visual .swiper-slide .text h2.tit {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  .main .main-visual .swiper-slide .text .eyebrow {
    font-size: 30px;
  }

  .main .main-visual .swiper-slide .text h2.tit {
    font-size: 36px;
    line-height: 1.3;
  }
}

.main .main-visual .swiper-slide .text .desc {
  font-size: 22px;
  line-height: 40px;
  text-shadow: 3px 3px 5px rgb(0 0 0);
}

@media screen and (max-width: 1024px) {
  .main .main-visual .swiper-slide .text .desc {
    font-size: 20px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .main .main-visual .swiper-slide .text .desc {
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
  }
}

.main .main-visual .controls {
  position: absolute;
  /* left: 50%; */
  top: 50%;
  width: 100%;
  width: 100%;
  /* max-width: 1320px; */
  margin: 0 auto;
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  z-index: 10;
  font-size: 0;
  text-align: center;
  width: auto;
  left: 16%;
}

.main .main-visual .controls_inner {
  position: relative;
  display: flex;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.swiper-button-prev {
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../images/icon/icon-prev.png)center center no-repeat;
}

.swiper-button-next {
  right: 0;
  width: 25px;
  height: 25px;
  background: url(../images/icon/icon-next.png)center center no-repeat;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  /* text초기화 */
}

@media screen and (max-width: 1919px) {
  .main .main-visual .controls {
    padding-left: 12px;
    padding-right: 12px;
    left: 0;
  }
}

@media screen and (max-width: 1366px) {
  .main .main-visual .controls {
    padding: 0 6%;
  }
}

@media screen and (max-width: 1024px) {
  /* .main .main-visual .controls {
        height: auto;
        padding-left: 12px;
        padding-right: 12px;
        left:0;
    } */
}

@media screen and (max-width: 767px) {
  .main .main-visual .controls {
    top: 70%;
  }
}







.main .main-visual .controls .pages {
  display: inline-block;
  vertical-align: middle;
}

.main .main-visual .controls .pages .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 0;
  opacity: 0.5;
  border-radius: 100%;
}

.main .main-visual .controls .pages .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}


.main .main-visual .controls .btn-control {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 30px;
  height: 30px;
}

.main .main-visual .controls .btn-control.pause::before,
.main .main-visual .controls .btn-control.pause::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 12px;
  margin-top: -6px;
  background: #fff;
}

.main .main-visual .controls .btn-control.pause::before {
  margin-left: -4px;
}

.main .main-visual .controls .btn-control.pause::after {
  margin-left: 2px;
}

.main .main-visual .controls .btn-control.play::before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}

.main .icon-lists {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  height: 30vh;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .main .icon-lists {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    height: auto;
    position: relative;
    width: 100%;
  }

  .main .icon-lists {
    height: auto;
    padding: 40px 0;
    background: #ececec;
  }
}



.main .icon-lists ul.lists {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .main .icon-lists ul.lists {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}

.main .icon-lists ul.lists li {
  position: relative;
  flex: 1;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  padding: 3%;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 1366px) {
  .main .icon-lists ul.lists li {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main .icon-lists ul.lists li {
    min-height: 150px;
  }
}

@media screen and (max-width: 520px) {
  .main .icon-lists ul.lists li {
    padding: 30px 20px;
  }
}


.main .icon-lists ul.lists li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 1s ease;
  will-change: opacity;
  box-shadow: 1px 3px 3px 0px rgb(0 0 0 / 10%);
}

.main .icon-lists ul.lists li:hover {
  backdrop-filter: blur(5px);
}

.main .icon-lists ul.lists li:hover .inner {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main .icon-lists ul.lists li:hover .inner {
    color: #b1b1b1;
  }
}

.main .icon-lists ul.lists li:first-child {
  border-left: 0;
}

@media screen and (max-width: 767px) {
  .main .icon-lists ul.lists li {
    flex: unset;
    width: 48%;
    border: solid 1px #ddd;
    background: #fff;
  }

  .main .icon-lists ul.lists li:nth-child(3) {
    border-left: solid 1px #ddd;
  }

  .main .icon-lists ul.lists li:nth-child(2)~li {
    margin-top: 0px;
  }

  .main .icon-lists ul.lists li::after {
    box-shadow: unset;
    backdrop-filter: blur(0px);
  }
}

@media screen and (max-width: 767px) {

  .main .icon-lists ul.lists li {
    width: 100%;
    border: none;
    border-top: solid 1px #ddd;
  }

  .main .icon-lists ul.lists li:nth-child(3),
  .main .icon-lists ul.lists li:first-child {
    border-left: none;
  }

  .main .icon-lists ul.lists li:first-child {
    /* margin-top: 0;
        padding-top: 0;
        border-top: none; */
  }
}

.main .icon-lists ul.lists li .inner {
  width: 100%;
  height: 100%;
  text-align: left;
  color: #b1b1b1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .main .icon-lists ul.lists li .inner {
    justify-content: center;
  }
}


@media screen and (max-width: 767px) {
  .main .icon-lists ul.lists li .inner .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
  }
}

/* .main .icon-lists ul.lists li .inner .tit::after {
    content: ' ';
    display: block;
    width: 76px;
    height: 76px;
    margin: 8px auto 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media screen and (max-width: 767px) {
    .main .icon-lists ul.lists li .inner .tit::after {
        width: 50px;
        height: 50px;
    }
}

.main .icon-lists ul.lists li .inner .tit.tit01::after {
    background-image: url("/images/icon/icon-main1.png");
}

.main .icon-lists ul.lists li .inner .tit.tit02::after {
    background-image: url("/images/icon/icon-main2.png");
}

.main .icon-lists ul.lists li .inner .tit.tit03::after {
    background-image: url("/images/icon/icon-main3.png");
}

.main .icon-lists ul.lists li .inner .tit.tit04::after {
    background-image: url("/images/icon/icon-main4.png");
} */

.main .icon-lists ul.lists li .inner .call {
  margin: 8px 0;
  font-size: 30px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .main .icon-lists ul.lists li .inner .call {
    margin: 6px 0;
    font-size: 24px;
  }
}

.main .icon-lists ul.lists li .inner .desc {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  word-break: keep-all;
  min-height: 50px;
  z-index: 10;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1366px) {
  .main .icon-lists ul.lists li .inner .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .main .icon-lists ul.lists li .inner .desc {
    min-height: auto;
    text-shadow: unset;
    font-weight: 400;
  }
}


.main .icon-lists ul.lists li .inner .icon-go {
  z-index: 10;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .main .icon-lists ul.lists li .inner .icon-go {
    font-size: 14px;
    text-shadow: unset;
    display: none;
  }
}

.main .icon-lists ul.lists li .inner .btn.btn-md {
  display: block;
  width: 130px;
  box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.2);
}

.main .icon-lists ul.lists li .inner .btn.btn-md:hover {
  background: #000;
}


.main .section01 .flex-box {
  position: relative;
  display: flex;
  gap: 60px;
}

.main .section01 .left_box {
  position: relative;
  max-width: 40%;
}

.main .section01 .right_box {
  position: relative;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .main .section01 {
    background: #ececec;
    margin: 0;
    padding: 30px 20px;
  }

  .main .section01 .flex-box {
    flex-direction: column;
    flex-wrap: wrap;

  }

  .main .section01 .left_box {
    width: 100%;
    max-width: none;
  }

  .main #section01 .swiper-button-next,
  .main #section01 .swiper-button-prev {
    filter: invert(1);
  }

  .main #section01 .swiper-pagination-fraction,
  .main #section01 .swiper-pagination-custom,
  .main #section01 .swiper-container-horizontal>.swiper-pagination-bullets {
    font-weight: 500;
    color: #000;
  }

  .main #section01 .swiper-progress-bar .slide_progress-bar {
    background: rgba(0, 0, 0, 0.1);
  }

  .main #section01 .swiper-progress-bar .slide_progress-bar:after {
    background: #000;
  }
}


.view_more {
  font-weight: 500;
  color: #7d7d7d;
  font-size: 16px;
}


@media screen and (max-width: 1024px) {
  .view_more {
    font-size: 14px;
  }
}

.main .section02 .flex-box {
  position: relative;
  display: flex;
  gap: 5%;
}



@media screen and (max-width: 767px) {
  .main .section02 .flex-box {
    flex-direction: column;
    height: 100%;
    margin: 0;
    gap: 0;
    overflow: hidden;
  }

  .main .section02 .left_box,
  .main .section02 .right_box {
    width: 100%;
    padding: 10px 0;
  }

  .main .section02 .left_box .view_more {
    width: 100%;
  }
}

.main .section02 .sect-title {
  font-size: 60px;
}

@media screen and (max-width: 1024px) {
  .main .section02 .sect-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .main .section02 .sect-title {
    font-size: 32px;
  }
}

.main .section02 .swiper02 .swiper-slide {
  background: none;
  text-align: left;
  color: #fff;
}

.main .section02 .swiper02 .swiper-slide .tit {
  font-size: 24px;
  margin: 30px 0 20px 0;
  line-height: 1.2;
  word-break: keep-all;
}

@media screen and (max-width: 1366px) {
  .main .section02 .swiper02 .swiper-slide .tit {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .main .section02 .swiper02 .swiper-slide .tit {
    font-size: 18px;
    margin: 10px 0 5px 0;
    line-height: 1.4;
  }
}


.main .section02 .swiper02 .swiper-slide .day {
  font-size: 16px;
}

.main .section02 .left_box {
  position: relative;
  width: 30%;
}

.main .section02 .right_box {
  position: relative;
  flex: 1;
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .main .section02 .left_box {
    width: 35%;
  }

  .main .section02 .right_box {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {

  .main .section02 .left_box,
  .main .section02 .right_box {
    width: 100%;
  }

  .main .section02 .left_box {
    text-align: center;
  }
}

.main section.section02 {
  position: relative;
  margin-top: -80px;
  max-width: none;
  background: linear-gradient(90deg, #1c254f, #256cba, #3c979d);
  padding: 150px 0px 150px 10%;
}

@media screen and (max-width: 1024px) {
  .main section.section02 {
    padding: 150px 20px;
  }
}

@media screen and (max-width: 767px) {
  .main section.section02 {
    margin: 0;
    padding: 50px 5%;
  }
}


@media screen and (max-width: 1366px) {
  .section02 .swiper-controls {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section02 .swiper-controls {
    display: none;
  }
}



/* 

.main section.section02 .hover-link-lists {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .main section.section02 .hover-link-lists {
        display: block;
    }
}

.main section.section02 .hover-link-lists li {
    width: 50%;
}

.main section.section02 .hover-link-lists li:nth-child(2) {
    margin-top: 60px;
}

.main section.section02 .hover-link-lists li:nth-child(3) {
    margin-top: -60px;
}

7
    .main section.section02 {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .main section.section02 .hover-link-lists li {
        width: 100%;
        margin-top: 0 !important;
    }
}

.main section.section02 .hover-link-lists li a {
    position: relative;
    display: block;
    padding-top: 62.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 1025px) {
    .main section.section02 .hover-link-lists li a:hover .text {
        padding-bottom: 50px;
    }
    .main section.section02 .hover-link-lists li a:hover .text::before, .main section.section02 .hover-link-lists li a:hover .text::after {
        opacity: 1;
    }
    .main section.section02 .hover-link-lists li a:hover .text .desc {
        height: auto;
    }
    .main section.section02 .hover-link-lists li a:hover::after {
        opacity: 1;
    }
    .main section.section02 .hover-link-lists li a{
        padding-top:50%;
    }
}

.main section.section02 .hover-link-lists li a::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .main section.section02 .hover-link-lists li a::after {
        opacity: 1;
    }
}

.main section.section02 .hover-link-lists li a .text {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    padding-bottom: 0;
    color: #fff;
    z-index: 1;
    transition: all .3s;
}

.main section.section02 .hover-link-lists li a .text::before, .main section.section02 .hover-link-lists li a .text::after {
    content: ' ';
    position: absolute;
    opacity: 0;
}

.main section.section02 .hover-link-lists li a .text::before {
    left: 0;
    bottom: 10px;
    width: 24px;
    height: 2px;
    background: #fff;
}

.main section.section02 .hover-link-lists li a .text::after {
    left: 8px;
    bottom: 3px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-135deg);
}

.main section.section02 .hover-link-lists li a .text .tit {
    font-size: 30px;
    font-weight: 500;
}

.main section.section02 .hover-link-lists li a .text .desc {
    position: relative;
    max-width: 460px;
    height: 0;
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    .main section.section02 .hover-link-lists li a .text {
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding-bottom: 30px;
    }
    .main section.section02 .hover-link-lists li a .text::before, .main section.section02 .hover-link-lists li a .text::after {
        opacity: 1;
    }
    .main section.section02 .hover-link-lists li a .text::before {
        bottom: 9px;
        width: 18px;
        height: 1px;
    }
    .main section.section02 .hover-link-lists li a .text::after {
        left: 7px;
        bottom: 4px;
        width: 11px;
        height: 11px;
        border-width: 1px;
    }
    .main section.section02 .hover-link-lists li a .text .tit {
        font-size: 24px;
    }
    .main section.section02 .hover-link-lists li a .text .desc {
        height: auto;
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .main section.section02 .hover-link-lists li a .text {
        left: 16px;
        right: 16px;
    }
    .main section.section02 .hover-link-lists li a .text .tit {
        font-size: 20px;
    }
    .main section.section02 .hover-link-lists li a .text .desc {
        max-width: 300px;
    }
}

.main section.section02 .hover-link-lists li a.link01 {
    background-image: url("/images/bg/bg-main1.jpg");
}

.main section.section02 .hover-link-lists li a.link02 {
    background-image: url("/images/bg/bg-main2.jpg");
}

.main section.section02 .hover-link-lists li a.link03 {
    background-image: url("/images/bg/bg-main3.jpg");
}

.main section.section02 .hover-link-lists li a.link04 {
    background-image: url("/images/bg/bg-main4.jpg");
} */

.main section.section03 {
  position: relative;
  width: 100%;
  max-width: 1320px;
}

@media screen and (max-width: 767px) {
  .main section.section03 {
    margin: 50px 0;
  }
}

@media screen and (max-width: 520px) {
  .main section.section03 {
    padding-right: 0;
  }
}



.main section.section03 .swiper-container {
  padding: 5px;
}

.main section.section03 .controls {
  position: absolute;
  top: 25px;
  right: 20px;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .main section.section03 .controls {
    display: none;
  }
}

.main section.section03 .swiper-container .swiper-slide:nth-child(even) {
  margin-top: 50px;
}


.main section.section03 .swiper-slide {
  background: #fff;
  padding: 20px 40px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 1366px) {
  .main section.section03 .swiper-slide {
    padding: 20px;
    min-height: auto;
  }
}

.main section.section03 .swiper-slide .tit {
  font-weight: bold;
  color: #1e3971;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10%;
}

@media screen and (max-width: 1024px) {
  .main section.section03 .swiper-slide .tit {
    font-size: 18px;
  }
}


.main section.section03 .swiper-slide .desc {
  margin-top: 10%;
  color: #3a3a3a;
  font-size: 19px;
  line-height: 1.5;
  word-break: keep-all;
  display: block;
  font-weight: 500;
  letter-spacing: -1px;
}

@media screen and (max-width: 1366px) {
  .main section.section03 .swiper-slide .desc {
    font-size: 17px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 1024px) {
  .main section.section03 .swiper-slide .desc {
    font-size: 15px;
    line-height: 1.3;
  }
}


.main section.section03::before,
.main section.section03::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: -100px;
  left: -9999px;
  right: 0;
  background-color: #efefef;
}

.main section.section03::after {
  right: -9999px;
}

.main section.section03 .sect-title {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

  .main section.section03::before,
  .main section.section03::after {
    display: none;
  }

  .main section.section03 .sect-title {
    margin: 5px;
  }
}




/* 
.main section.section03 .bg-link-lists {
    font-size: 0;
}

.main section.section03 .bg-link-lists li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .main section.section03 .bg-link-lists li {
        width: 100%;
    }
}

.main section.section03 .bg-link-lists li a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .main section.section03 .bg-link-lists li a {
        padding-top: 280px;
    }
}

@media screen and (max-width: 767px) {
    .main section.section03 .bg-link-lists li a {
        padding: 30px 20px 20px;
        height: auto;
    }
}

.main section.section03 .bg-link-lists li a.bg01 {
    background-image: url("/images/bg/bg-main-bottom1.jpg");
}

.main section.section03 .bg-link-lists li a.bg02 {
    background-image: url("/images/bg/bg-main-bottom2.jpg");
}

.main section.section03 .bg-link-lists li a .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 330px;
    padding-top: 100px;
    color: #fff;
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .main section.section03 .bg-link-lists li a .text {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        max-width: none;
        padding-top: 60px;
    }
}

.main section.section03 .bg-link-lists li a .text::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    border: solid 1px  #fff;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .main section.section03 .bg-link-lists li a .text::before {
        width: 40px;
        height: 40px;
        margin-left: -20px;
    }
}

.main section.section03 .bg-link-lists li a .text .tit {
    font-size: 30px;
    font-weight: 500;
}

.main section.section03 .bg-link-lists li a .text .tit::before, .main section.section03 .bg-link-lists li a .text .tit::after {
    content: ' ';
    position: absolute;
    top: 32px;
    left: 50%;
    width: 25px;
    height: 1px;
    margin-left: -12px;
    background: #fff;
}

.main section.section03 .bg-link-lists li a .text .tit::after {
    transform: rotate(90deg);
}

@media screen and (max-width: 1024px) {
    .main section.section03 .bg-link-lists li a .text .tit {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .main section.section03 .bg-link-lists li a .text .tit {
        font-size: 20px;
    }
    .main section.section03 .bg-link-lists li a .text .tit::before, .main section.section03 .bg-link-lists li a .text .tit::after {
        top: 21px;
        width: 17px;
        margin-left: -8px;
    }
}

.main section.section03 .bg-link-lists li a .text .desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    .main section.section03 .bg-link-lists li a .text .desc {
        font-size: 14px;
        line-height: 24px;
    }
} */

.main section.section04 {
  max-width: none;
  padding: 100px 20px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .main section.section04 {
    padding: 50px 5%;
    background: #f2f2f2;
    margin: 0;
  }
}

.main .section04 .sect-title {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .main .section04 .sect-title {
    font-weight: bold;
    text-align: center;
  }

  .main .section04 .inner .view_more {
    width: 100%;
  }
}

.main .section04 .swiper-container {
  margin-top: -130px;
}

@media screen and (max-width: 767px) {
  .main .section04 .swiper-container {
    margin-top: 0;
  }

  .main .section04 .swiper-container {
    height: 400px;
  }

  .main .section04 .swiper-container .swiper-slide img {
    height: 300px;
  }
}

@media screen and (max-width: 520px) {
  .main .section04 .swiper-wrapper {
    height: 380px;
    margin-top: 20px;
    margin: 0;
  }

  .main .section04 .swiper-container .swiper-slide img {
    position: absolute;
    top: 0;
    height: 270px;
  }
}



.main .section04 .swiper-wrapper {
  position: relative;
  align-items: center;
  margin: 25px 0;
}

.main .section04 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 200ms linear;
  opacity: 0.5;
  font-size: 20px;
  color: #adadad;
  letter-spacing: -0.5px;
  font-weight: 400;
  transition: all .3s;
  line-height: 1.2;
  transform: scale(1);
}




.main .section04 .swiper-wrapper .swiper-slide-prev {
  opacity: 0.05;
  transform: scale(0.9);
}

.main .section04 .swiper-wrapper .swiper-slide-next {
  opacity: 1;
}

.main .section04 .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .main .section04 .swiper-wrapper .swiper-slide .swiper-slide img {
    border: solid 1px blue;
    transform: scale(1);
  }


}


.main .section04 .swiper-wrapper .swiper-slide .text-box {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .main .section04 .swiper-wrapper .swiper-slide .text-box {
    margin: 20px 0;
    height: 100px;
  }
}

@media screen and (max-width: 520px) {
  .main .section04 .swiper-wrapper .swiper-slide .text-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: auto;
  }

  .main .section04 .swiper-wrapper .swiper-slide .text-box .desc {
    font-size: 16px;
    line-height: 1.2;
    color: #747474;
  }
}



.main .section04 .swiper-wrapper .swiper-slide .tit {
  margin: 10px 0;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .main .section04 .swiper-wrapper .swiper-slide .tit {}
}

.main .section04 .swiper-scrollbar {
  height: 5px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
}

.main .section04 .swiper-scrollbar-drag {
  background: #000;
  border-radius: 0;
}

.main .section04 .swiper-controls {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.main .section04 .swiper-progress-bar {
  margin: 0;
  margin-top: 20px;
  margin-left: 30px;
}


.main .section04 .swiper-pagination-fraction {
  margin: 0;
  width: 160px;
  margin-top: 20px;
}

.main #section04 .swiper-button-next,
.main #section04 .swiper-button-prev {
  filter: invert(1);
}

/* section05 */
.main section.section05 {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main section.section05 {
    margin: 70px 0;
  }
}

.main section.section05 .swiper-container {
  padding: 5px;
}

.main section.section05 .controls {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .main section.section05 .controls {
    display: none;
  }
}




.main section.section05 .swiper-button-prev,
.main section.section05 .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.main section.section05 .swiper-button-prev {
  background: #efefef url(../images/icon/ico-prev.png)center center no-repeat;
}

.main section.section05 .swiper-button-next {
  background: #efefef url(../images/icon/ico-next.png)center center no-repeat;
}

.main section.section05 .swiper-slide {
  background: #fff;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main section.section05 .swiper-slide .tit {
  margin: 20px 0px;
  color: #000;
  font-size: 19px;
  line-height: 1.5;
  word-break: keep-all;
  display: block;
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.main section.section05 .swiper-slide .day {
  color: #7d7d7d;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .main section.section05 .swiper-slide .tit {
    font-size: 16px;
    margin: 10px 0;
  }
}

.main section.section05 .sect-title {
  margin-bottom: 10px;
}



/* section06 */
.main section.section06 {
  position: relative;
  max-width: none;
  padding: 150px 0px 150px 10%;
  margin-bottom: 5%;
}

@media screen and (max-width: 1366px) {
  .main section.section06 {
    position: relative;
    max-width: none;
    padding: 10% 0 10% 20px;
    margin: 5% 0;
  }
}

@media screen and (max-width: 767px) {
  .main section.section06 {
    margin: 0;
    padding: 5%;
    padding-right: 0;
  }
}

@media screen and (max-width: 520px) {
  .main section.section06 {
    padding: 20px 0;
  }
}

/* @media screen and (max-width: 520px) {
    .main section.section06{
        padding:50px 20px;
    }
} */



.main .section06 .sect-title {
  font-size: 48px;
}

@media screen and (max-width: 1600px) {
  .main .section06 .sect-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .main .section06 .sect-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 520px) {
  .main .section06 .sect-title {
    font-size: 24px
  }
}



.main .section06 .flex-box {
  position: relative;
  display: flex;
  gap: 5%;
  margin: 100px 0;
}

@media screen and (max-width: 520px) {
  .main .section06 .flex-box {
    flex-direction: column;
    z-index: 1;
    gap: 10px;
    height: 400px;
  }

  .main .section06 .flex-box .view_more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}


@media screen and (max-width: 1366px) {
  .main .section06 .flex-box {
    margin: 5% 0;
  }
}

.main .section06 .left_box {
  width: 30%;
}

.main .section06 .right_box {
  position: relative;
  flex: 1;
  width: 70%;
}

@media screen and (max-width: 1366px) {
  .main .section06 .left_box {
    width: 35%;
  }

  .main .section06 .right_box {
    width: 65%;
  }
}

@media screen and (max-width: 520px) {
  .main .section06 .left_box {
    width: 100%;
    padding: 0 20px;
  }

  .main .section06 .right_box {
    width: 100%;
  }
}



.main .section06 .section06 .swiper-slide {
  background: none;
  text-align: left;
  color: #000;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}



.main .section06 .section06 .swiper-slide .text-box {
  margin: 5% 10%;
}

.main .section06 .section06 .swiper-slide .tit {
  margin: 5% 0;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  word-break: keep-all;
  display: block;
  font-weight: bold;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.main .section06 .section06 .swiper-slide .day {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .main .section06 .section06 .swiper-slide .tit {
    font-size: 16px;
  }

  .main .section06 .section06 .swiper-slide .day {
    font-size: 14px;
  }
}

.main section.section06 .sect-title {
  margin-bottom: 10px;
}

.main section.section06::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 60%;
  background-color: #dbe7ec;
  border-radius: 0 0 50px;
}

.main section.section06::after {
  content: "UBD";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 75%;
  text-transform: uppercase;
  font-size: 200px;
  color: #f5f5f5;
  transform: scale(2, 1);
  letter-spacing: -20px;
}

@media screen and (max-width: 520px) {
  .main section.section06::after {
    font-size: 60px;
    left: 60%;
    letter-spacing: -10px;
  }
}

.section06 .swiper-controls {
  margin-top: 60px;
  position: relative;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

@media screen and (max-width: 1366px) {
  .section06 .swiper-controls {
    gap: 15px;
  }
}

@media screen and (max-width: 520px) {
  .section06 .swiper-controls {
    display: none;
  }
}


/* section07 */
.main section.section07 {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 40px auto;
}

@media screen and (max-width: 520px) {
  .main section.section07 {
    margin: 20px auto;
  }
}

.main section.section07 .swiper-container {
  position: relative;
  padding: 0 70px;
}

.main section.section07 .inner {
  max-width: 90%;
}

@media screen and (max-width: 1680px) {
  .main section.section07 .inner {
    max-width: 100%;
  }
}

.main section.section07 .swiper-wrapper .swiper-slide {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: solid 1px rgba(227, 227, 227, 0.5);
}

.main section.section07 .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  background: #000 url(../images/icon/icon-prev.png)center center no-repeat;
}

.main section.section07 .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  background: #000 url(../images/icon/icon-next.png)center center no-repeat;
}

.main section.section07 .swiper-button-prev,
.main section.section07 .swiper-button-next {
  filter: invert(1);
  margin: 0;
  height: auto;
  width: 70px;
  height: auto;
  top: 0;
  bottom: 0;
  margin-top: 0;
}



@media screen and (max-width: 767px) {
  .main section.section07 .swiper-container {
    padding: 0 40px;
  }

  .main section.section07 .swiper-button-prev,
  .main section.section07 .swiper-button-next {
    width: 40px;
  }

}


.cmt {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  color: #111827
}

.cmt-hd {
  padding: 12px 0 8px;
  border-bottom: 1px solid #e5e7eb;
  position: relative
}

.cmt-hd:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #ef4444
}

.cmt-tt {
  margin: 0;
  font-size: 18px;
  font-weight: 700
}

.cmt-n {
  font-weight: 700
}


.cmt-item {
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb
}

.cmt-top {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative
}

.cmt-avt {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #e5e7eb;
  flex: 0 0 36px;
  object-fit: cover
}

.cmt-who {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  flex: 1;
  min-width: 0
}

.cmt-name {
  font-weight: 700
}

.cmt-dot {
  color: #9ca3af
}

.cmt-time {
  color: #9ca3af;
  font-variant-numeric: tabular-nums
}

.cmt-act {
  display: flex;
  gap: 4px
}

.cmt-btn-icn {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 6px;
  background: #f3f4f6;
  cursor: pointer;
  position: relative
}

.cmt-btn-icn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat
}

.cmt-btn-icn.edit:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23111827' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M12 20h9'/><path d='M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4 12.5-12.5z'/%3E%3C/svg%3E")
}

.cmt-btn-icn.del:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23111827' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18'/><path d='M8 6V4h8v2'/><path d='M19 6l-1 14H6L5 6'/><path d='M10 11v6M14 11v6'/%3E%3C/svg%3E")
}

.cmt-btn-icn:hover {
  background: #e5e7eb
}

.cmt-txt {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-word
}

.cmt-form {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 12px;
  padding: 14px 0 24px
}

.cmt-inp {
  width: 100%;
  min-height: 96px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f3f4f6;
  padding: 12px 14px;
  font-size: 14px;
  resize: vertical
}

.cmt-inp:focus {
  outline: 2px solid #c7d2fe;
  border-color: #c7d2fe;
  background: #fff
}

.cmt-btn {
  height: 96px;
  border: none;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  font-weight: 700;
  cursor: pointer
}

.cmt-btn:disabled,
.cmt-inp:disabled {
  opacity: .6;
  cursor: not-allowed
}

@media (max-width:767px) {
  .cmt-form {
    grid-template-columns: 1fr
  }

  .cmt-btn {
    height: 44px
  }

  .cmt-top {
    flex-wrap: wrap
  }

  .cmt-act {
    margin-left: auto
  }
}








/*# sourceMappingURL=maps/main.css.map */