@import './fonts/font.css';
.gallery-title, .notice-cnt_title,
.data-cnt_title, .location a,
.status a {
  display: flex;
  align-items: center;
}

.quick ul, .info-bottom {
  display: flex;
  justify-content: center;
}

.institution-logo ul li, .quick, .notice-cnt_date,
.data-cnt_date, .location,
.status, .company {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.video .video-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  font-family: "Pretendard-M";
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.7);
}
.video .video-title span {
  font-size: 61px;
  color: #fff;
  font-family: "Pretendard-SB";
}

.main {
  width: 100%;
  margin-top: 60px;
}

.info {
  width: 100%;
  margin-bottom: 60px;
}

.company h3 {
  color: #fff;
  font-family: "Pretendard-SB";
  font-size: 20px;
}

.info-top {
  margin-bottom: 20px;
}

.search {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 630px;
  height: 220px;
  background: #3376D2;
  padding: 27px;
  margin-right: 20px;
}
.search h3 {
  margin-top: 0;
}
.search form {
  position: relative;
}
.search form input {
  width: 100%;
  height: 40px;
  font-size: 18px;
  background: none;
  border: 1px solid #fff;
  outline: none;
  padding: 10px;
  color: #fff;
}
.search form input::-moz-placeholder {
  color: #fff;
}
.search form input::placeholder {
  color: #fff;
}

.search-btn {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
}
.search-btn i {
  font-size: 17px;
  color: #fff;
}

.line {
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  width: 575px;
}

.info-middle {
  display: flex;
}

.location,
.status {
  width: 300px;
  height: 220px;
  color: #fff;
  flex-direction: column;
}
.location a,
.status a {
  flex-direction: column;
}
.location a img,
.status a img {
  width: 100px;
}
.location h3,
.status h3 {
  margin: 0;
  text-align: center;
}

.location {
  background: #1E7DFF;
  margin-right: 20px;
}

.status {
  background: #1F8950;
}

.board {
  width: 630px;
  height: 450px;
  border: 1px solid #ddd;
  padding: 20px;
  margin-right: 20px;
}

.board-title {
  display: flex;
  padding-left: 20px;
  position: relative;
}
.board-title li {
  font-family: "Pretendard-M";
  font-size: 23px;
  cursor: pointer;
}
.board-title li i {
  position: absolute;
  font-size: 34px;
  font-family: "Pretendard-EB";
  top: 0;
  right: 20px;
}
.board-title li.active {
  border-bottom: 2px solid #0066FF;
  padding-bottom: 5px;
}

.notice {
  margin-right: 100px;
}

.notice-cnt_title h4,
.data-cnt_title h4 {
  font-size: 25px;
  font-family: "Pretendard-R";
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-cnt_date,
.data-cnt_date {
  width: 70px;
  height: 70px;
  border: 1px solid #0066FF;
  flex-direction: column;
  margin: 0 20px;
}
.notice-cnt_date span,
.data-cnt_date span {
  color: #0066FF;
  font-size: 12px;
  font-family: "Pretendard-M";
}
.notice-cnt_date span:last-child,
.data-cnt_date span:last-child {
  font-size: 25px;
}

.title-line {
  border-bottom: 1px solid #ddd;
  width: 94%;
  margin: 15px auto;
}

.notice-cnt_list ul,
.data-cnt_list ul {
  padding-left: 20px;
}
.notice-cnt_list li,
.data-cnt_list li {
  position: relative;
}
.notice-cnt_list a,
.data-cnt_list a {
  font-size: 17px;
  line-height: 55px;
}
.notice-cnt_list a span,
.data-cnt_list a span {
  position: absolute;
  right: 20px;
}

.data-cnt {
  display: none;
}

.introduce,
.call {
  width: 620px;
  height: 215px;
  overflow: hidden;
  position: relative;
}
.introduce img,
.call img {
  width: 100%;
  vertical-align: top;
}
.introduce .black,
.call .black {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
}
.introduce span,
.call span {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: "Pretendard-SB";
  text-align: center;
  line-height: 40px;
}
.introduce span i,
.call span i {
  color: #fff;
  font-size: 34px;
}

.introduce {
  margin-bottom: 20px;
}

.quick {
  width: 100%;
  height: 350px;
  background: #fafafa;
}
.quick ul {
  width: 1270px;
  gap: 8.51vw;
  padding-left: 0px;
  text-align: center;
}
.quick ul figure {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  margin: 0;
  padding: 0;
}
.quick ul figure img {
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quick ul figcaption {
  margin-top: 30px;
  font-size: 19px;
}
.quick ul a:hover figure {
  border: 1px solid #1E7DFF;
  background: #F0F5FD;
}
.quick ul a:hover figcaption {
  color: #1E7DFF;
  font-family: "Pretendard-M";
}

.gallery {
  width: 1270px;
  margin: 60px auto 0;
}

.gallery-title {
  position: relative;
}
.gallery-title h3 {
  font-size: 40px;
}
.gallery-title i {
  border: 1px solid #333;
  padding: 7.8px;
  font-size: 34px;
  position: absolute;
  right: 0;
  bottom: 35px;
}

.gallery-cnt .swiper {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.gallery-cnt .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  width: 295px !important;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.gallery-cnt .swiper-slide img {
  display: block;
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-cnt .black {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
}
.gallery-cnt .swiper-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.gallery-cnt .swiper-txt p {
  color: #fff;
  font-size: 18px;
  position: absolute;
}
.gallery-cnt .swiper-date {
  top: 0;
  right: 20px;
}
.gallery-cnt .swiper-title {
  font-family: "Pretendard-M";
  bottom: 0;
  left: 20px;
}
.gallery-cnt .swiper-button-left,
.gallery-cnt .swiper-button-right {
  top: initial;
  bottom: 1rem;
  color: #000000;
  opacity: 1;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.gallery-cnt .swiper-button-left img,
.gallery-cnt .swiper-button-right img {
  width: 30px;
}
.gallery-cnt .swiper-button-prev::after,
.gallery-cnt .swiper-button-next::after {
  font-size: 0px;
}
.gallery-cnt .swiper-button-left {
  right: 100px;
}
.gallery-cnt .swiper-button-right {
  left: 100px;
}

.logo-line {
  margin-top: 60px;
  border-top: 1px solid #ddd;
  width: 100%;
}

.institution-logo {
  width: 1270px;
  margin: 60px auto;
}
.institution-logo ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.institution-logo ul li {
  width: 190px;
  height: 70px;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 10px;
}
.institution-logo ul li img {
  height: 60px;
}

@media screen and (max-width: 1360px) {
  .video-title {
    font-size: 2.94vw !important;
  }
  .video-title span {
    font-size: 4.49vw !important;
  }
  .search {
    width: 46.32vw;
    height: 16.18vw;
  }
  .search h3 {
    margin-bottom: 1.47vw;
  }
  .search .line {
    width: 100%;
    margin-bottom: 1.84vw;
  }
  .search form input {
    height: 2.94vw;
  }
  .location,
  .status {
    width: 22.06vw;
    height: 16.18vw;
  }
  .location a img,
  .status a img {
    width: 7.35vw;
  }
  .location h3,
  .status h3 {
    font-size: 1.47vw;
  }
  .board {
    width: 46.32vw;
    height: 33.09vw;
    padding: 1.47vw;
  }
  .introduce,
  .call {
    width: 45.59vw;
  }
  .introduce {
    margin-bottom: 1.47vw;
  }
  .board-title li {
    font-size: 1.84vw;
  }
  .notice-cnt_title h4,
  .data-cnt_title h4 {
    font-size: 1.84vw;
  }
  .notice-cnt_date,
  .data-cnt_date {
    width: 5.15vw;
    height: 5.15vw;
  }
  .title-line {
    margin: 1.1vw auto;
  }
  .notice-cnt_list ul,
  .data-cnt_list ul {
    margin-top: 0;
    margin-bottom: 1.03vw;
  }
  .notice-cnt_list a,
  .data-cnt_list a {
    font-size: 1.25vw;
    line-height: 4.04vw;
  }
  .introduce,
  .call {
    width: 45.59vw;
    height: 15.81vw;
  }
  .introduce span,
  .call span {
    font-size: 1.91vw;
  }
  .introduce span i,
  .call span i {
    font-size: 2.5vw;
  }
  .gallery {
    width: 93.38vw;
  }
  .gallery-cnt .swiper {
    height: 36.76vw;
  }
  .gallery-cnt .swiper-slide {
    width: 21.69vw !important;
    height: 25.74vw;
  }
  .gallery-cnt .swiper-txt p {
    font-size: 1.32vw;
  }
  .institution-logo {
    width: 93.38vw;
  }
  .institution-logo ul {
    justify-content: center;
    gap: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .video-title {
    font-size: 30px !important;
    width: 100%;
    text-align: center;
  }
  .video-title span {
    font-size: 46px !important;
  }
  .search {
    margin-right: 1.95vw;
  }
  .search h3 {
    font-size: 1.95vw;
  }
  .search form input {
    font-size: 1.76vw;
  }
  .location h3,
  .status h3 {
    font-size: 15.1px;
  }
  .location {
    margin-right: 1.95vw;
  }
  .info-bottom {
    flex-direction: column;
    align-items: center;
  }
  .board {
    width: 94.43vw;
    height: 340px;
    margin-right: 0;
  }
  .board-title li {
    font-size: 20px;
  }
  .board-title li i {
    top: -5px;
    font-size: 29px;
  }
  .notice-cnt_title h4,
  .data-cnt_title h4 {
    font-size: 20px;
    margin: 0;
  }
  .notice-cnt_date,
  .data-cnt_date {
    width: 55px;
    height: 55px;
  }
  .title-line {
    width: 96%;
    margin: 20px auto 5px;
  }
  .notice-cnt_list a,
  .data-cnt_list a {
    font-size: 15px;
    line-height: 45px;
  }
  .introduce,
  .call {
    width: 94.43vw;
    height: 22.46vw;
  }
  .introduce span,
  .call span {
    font-size: 20px;
  }
  .introduce i,
  .call i {
    font-size: 24px !important;
  }
  .introduce {
    margin: 20px 0;
  }
  .quick ul figure {
    width: 11.72vw;
    height: 11.72vw;
  }
  .quick ul figure img {
    width: 5.86vw;
    height: 5.86vw;
  }
  .gallery-title h3 {
    font-size: 3.91vw;
  }
  .gallery-cnt .swiper {
    height: 48.83vw;
  }
  .gallery-cnt .swiper-slide {
    width: 29.3vw !important;
    height: 35.43vw;
  }
  .gallery-cnt .swiper-slide a {
    height: inherit;
  }
  .gallery-cnt .swiper-txt p {
    font-size: 15px;
  }
  .institution-logo ul {
    gap: 7.81vw;
  }
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 0px;
  }
  .info-top {
    flex-direction: column;
  }
  .search {
    width: 100%;
    height: 150px;
    margin: 0;
  }
  .search h3 {
    font-size: 16px;
  }
  .search form input {
    height: 30px;
    font-size: 14px;
  }
  .info-middle {
    display: flex;
    width: 100%;
    height: 150px;
  }
  .location,
  .status {
    width: 50%;
    height: 100%;
  }
  .location a img,
  .status a img {
    width: 80px;
  }
  .location h3,
  .status h3 {
    font-size: 16px !important;
  }
  .location {
    margin: 0;
  }
  .introduce,
  .call {
    height: 172.5px;
  }
  .quick ul {
    gap: 11vw;
    margin: 0;
  }
  .quick ul figure {
    width: 90px;
    height: 90px;
  }
  .quick ul figure img {
    width: 45px;
    height: 45px;
  }
  .quick ul figcaption {
    margin-top: 20px;
    font-size: 2.47vw;
  }
  .quick ul:last-child {
    margin: 14px 0;
  }
  .gallery-title h3 {
    font-size: 30px;
  }
  .gallery-title i {
    font-size: 4.43vw;
    bottom: 4.56vw;
  }
  .gallery-cnt .swiper {
    height: 71.61vw;
  }
  .gallery-cnt .swiper-slide {
    width: 44vw !important;
    height: 52.08vw;
  }
  .gallery-cnt .swiper-button-right img,
  .gallery-cnt .swiper-button-left img {
    width: 3.91vw;
    height: 3.91vw;
  }
  .institution-logo ul li {
    width: 24.74vw;
    height: 9.11vw;
  }
  .institution-logo ul li img {
    height: 7.81vw;
  }
}
@media screen and (max-width: 600px) {
  .video-title {
    font-size: 5vw !important;
  }
  .video-title span {
    font-size: 7.67vw !important;
  }
  .location a img,
  .status a img {
    width: 13.33vw;
  }
  .notice {
    margin-right: 16.67vw;
  }
  .board-title {
    padding-left: 3.33vw;
  }
  .board-title li {
    font-size: 3.33vw;
  }
  .notice-cnt_title h4,
  .data-cnt_title h4 {
    font-size: 3.33vw;
    width: 66.67vw;
  }
  .notice-cnt_list a,
  .data-cnt_list a {
    font-size: 2.5vw;
  }
  .notice-cnt_date,
  .data-cnt_date {
    margin: 0 3.33vw;
  }
  .introduce span,
  .call span {
    font-size: 3.33vw;
  }
  .introduce span i,
  .call span i {
    font-size: 4vw !important;
  }
  .quick {
    height: 58.33vw;
  }
  .quick ul figure {
    width: 15vw;
    height: 15vw;
  }
  .quick ul figure img {
    width: 7.5vw;
    height: 7.5vw;
  }
  .gallery-title h3 {
    font-size: 5vw;
  }
  .gallery-cnt .swiper-txt p {
    font-size: 2.5vw;
  }
  .gallery-cnt .swiper-button-right,
  .gallery-cnt .swiper-button-left {
    width: 8.33vw;
    height: 8.33vw;
  }
}
@media screen and (max-width: 480px) {
  .location a img,
  .status a img {
    width: 64px;
  }
  .notice {
    margin-right: 80px;
  }
  .board-title li {
    font-size: 16px;
  }
  .notice-cnt_title h4,
  .data-cnt_title h4 {
    font-size: 16px;
  }
  .notice-cnt_list a,
  .data-cnt_list a {
    font-size: 12px;
    display: block;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .introduce img,
  .call img {
    height: 100%;
  }
  .introduce span,
  .call span {
    font-size: 16px;
  }
  .introduce span i,
  .call span i {
    font-size: 19px !important;
  }
  .quick {
    height: 280px;
  }
  .quick ul figure {
    width: 72px;
    height: 72px;
  }
  .quick ul figure img {
    width: 36px;
    height: 36px;
  }
  .quick ul figcaption {
    font-size: 12px;
  }
  .gallery .swiper {
    width: 93.75vw;
    height: 66.67vw;
  }
  .gallery-title h3 {
    font-size: 24px;
  }
  .gallery-title i {
    font-size: 20px;
    bottom: 20px;
  }
  .gallery-cnt .swiper-slide {
    width: 93.75vw !important;
    height: 66.67vw;
  }
  .gallery-cnt .swiper-txt p {
    font-size: 12px;
  }
  .gallery-cnt .swiper-button-right,
  .gallery-cnt .swiper-button-left {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */