.main_wrap .con_wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_bg {
  position: relative;
  height: 800px;
  color: #fff;
  text-align: center;
  padding: 40px 20px 40px;
  background: url(../images/bg_main_old.png) no-repeat center / cover;
}
.main_bg .main_sub1 {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 18px;
  color: #000000;
}
.main_bg h1 {
  font-size: 46px;
  color: #000000;
}
.main_bg .main_sub2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 260px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #000000;
}

.main_notice .con_wrap {
  padding: 30px 0;
  justify-content: flex-start;
}
.main_notice_tit {
  width: 250px;
}
.main_notice_tit h5 {
  font-size: 32px;
  margin: 5px 0 20px;
}
.main_notice_tit p {
  color: #787878;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.btn-more {
  color: #787878;
  background: #d9d9d9;
}
.main_notice_con {
  width: calc(100% - 250px);
  display: flex;
  gap: 26px;
  overflow-x: auto;
}
.main_notice_con li {
  min-width: 220px;
  width: 320px;
  height: 250px;
  background: #eff7ff url(../images/icon/ic_arrow_bg.png) no-repeat
    calc(100% - 32px) calc(100% - 32px);
  padding: 48px 42px;
  border-radius: 32px;
  cursor: pointer;
}
.main_notice_con li .tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  color: #454545;
  margin-bottom: 28px;
  word-break: auto-phrase;
}
.main_notice_con li .date {
  color: #787878;
}

.main_more {
  background: #f1f1f1;
  padding: 70px 0;
}
.main_more .con_wrap {
  gap: 20px;
}
.main_more .main_video {
  position: relative;
  width: 616px;
  height: 318px;
  border-radius: 20px;
  overflow: hidden;
}
.main_more .main_video .btn-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.main_more .main_link {
  width: calc(100% - 636px);
}
.main_more .main_link .link {
  width: 100%;
  height: 150px;
  font-size: 32px;
  padding: 0 80px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.main_more .main_link .link + .link {
  margin-top: 20px;
}
.main_more .main_link .link.link1 {
  background: #c1d3ff url(../images/img_main_link1.png) calc(100% - 60px) center
    no-repeat;
}
.main_more .main_link .link.link2 {
  background: #fffaec url(../images/img_main_link2.png) calc(100% - 75px) center
    no-repeat;
}
.main_more .main_link .btn-more {
  width: 90px;
  padding: 6px 10px;
  font-weight: 400;
  color: #fff;
}
.main_more .main_link .link.link1 .btn-more {
  background: #7894dc;
}
.main_more .main_link .link.link2 .btn-more {
  background: #a1a1a1;
}

/* 메인 - 방문자 등록 */
.visitor_wrap .main_con {
  background-color: #f0f2f7;
  padding-top: 90px;
  padding-bottom: 50px;
}
.visitor_wrap .main_con_wrap {
  margin: 0 auto;
  max-width: 987px;
}
.visitor_wrap .main_con_tit {
  margin-left: 82px;
}
.visitor_wrap .main_con_tit p {
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 26.27px;
  color: #4a4a4a;
}
.visitor_wrap .main_con_tit h1 {
  font-size: 32px;
  line-height: 38.21px;
  color: #0e249a;
}
.visitor_wrap .main_con_bg_wrap {
  display: flex;
  justify-content: end;
}
.visitor_wrap .main_con_bg {
  display: inline-block;
  background-image: url("../images/visit_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 563px;
  height: 423px;
}
.visitor_wrap .button_group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: -20px;
}
.visitor_wrap .button_group button {
  padding: 20px 72px;
  max-width: 280px;
  width: 100%;
  height: 117px;
  border-radius: 20px;
  word-break: auto-phrase;
}
.visitor_wrap .button_group button:first-child {
  background-color: #33b58e;
}
.visitor_wrap .button_group button:last-child {
  background-color: #f1b148;
}
.visitor_wrap .button_group button a {
  font-size: 32px;
  line-height: 38.21px;
  color: #fff;
  text-decoration: none;
}
.visitor_wrap .visit_process {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 33px auto 0;
  padding: 18px 112px;
  max-width: 987px;
  min-height: 117px;
  background-color: #dde6fb;
  border-radius: 20px;
}
.visitor_wrap .visit_process_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}
.visitor_wrap .visit_process_wrap li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.visitor_wrap .visit_process_wrap img {
  width: auto;
  height: 50px;
}
.visitor_wrap .visit_process_wrap .li_arrow img {
  width: 15px;
  height: 15px;
}
.visitor_wrap + .center_footer {
  background: #868d94;
}
.visitor_wrap + .center_footer .footer_con {
  display: flex;
  flex-direction: column;
}
.visitor_wrap + .center_footer .footer_txt_top a,
.visitor_wrap + .center_footer .footer_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.visitor_wrap + .center_footer .footer_txt_top a:first-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #fff;
  margin-left: 6px;
  margin-right: 6px;
}
.visitor_wrap + .center_footer .footer_txt_top {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  max-width: 1100px;
  width: 100%;
}
.visitor_wrap + .center_footer .footer_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
  max-width: 1100px;
  width: 100%;
}
.visitor_wrap + .center_footer .logo_gray {
  display: none;
}

@media (max-width: 1320px) {
  .main_wrap .con_wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
  .main_bg {
    height: 640px;
    padding-top: 80px;
  }
  .main_more .con_wrap {
    flex-direction: column;
  }
  .main_more .main_video,
  .main_more .main_video iframe {
    width: 100%;
  }
  .main_more .main_link {
    width: 100%;
  }

  .visitor_wrap .main_con {
    padding-left: 24px;
    padding-right: 24px;
  }
  .visitor_wrap + .center_footer .footer_con {
    gap: 0;
  }
}

@media (max-width: 1024px) {
  .visitor_wrap + .center_footer .footer_txt_top a {
    color: #c8c8c8;
  }
  .visitor_wrap + .center_footer .footer_txt_top a:first-child::after {
    background-color: #c8c8c8;
  }
  .visitor_wrap + .center_footer .logo_white {
    display: none;
  }
  .visitor_wrap + .center_footer .logo_gray {
    display: inline-block;
  }
}

@media (max-width: 960px) {
  .visitor_wrap .visit_process {
    padding: 18px 40px;
  }
  .visitor_wrap + .center_footer .footer_bottom {
    flex-direction: column-reverse;
    align-items: baseline;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .main_bg {
    height: 540px;
    padding-top: 70px;
    word-break: auto-phrase;
  }
  .main_bg .main_sub1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main_bg h1 {
    font-size: 38px;
    line-height: 1.2em;
  }
  .main_bg .main_sub2 {
    width: calc(100% - 40px);
    font-size: 13px;
  }
  .main_notice_tit {
    width: 180px;
  }
  .main_notice_tit h5 {
    font-size: 24px;
  }
  .main_notice_tit p {
    font-size: 14px;
  }
  .main_notice_con {
    width: calc(100% - 180px);
  }
  .main_notice_con li {
    min-width: 60%;
    height: 200px;
    padding: 30px;
  }
  .main_notice_con li .tit {
    font-size: 18px;
  }
  .main_notice_con li .date {
    font-size: 14px;
  }
  .main_more .main_link .link {
    font-size: 24px;
    gap: 14px;
  }
  .main_more .main_link .link.link1 {
    background-size: 220px auto;
    background-position: calc(100% - 20px);
  }
  .main_more .main_link .link.link2 {
    background-size: 170px auto;
    background-position: calc(100% - 40px);
  }

  .visitor_wrap .main_con_tit {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .visitor_wrap .button_group {
    flex-direction: column;
    gap: 20px;
  }
  .visitor_wrap .button_group button {
    max-width: 100%;
  }
  .visitor_wrap .button_group button a {
    font-size: 28px;
  }
  .visitor_wrap .visit_process {
    gap: 20px;
  }
  .visitor_wrap .visit_process_wrap {
    flex-direction: column;
    gap: 12px;
  }
  .visitor_wrap .visit_process_wrap .li_arrow img {
    transform: rotate(90deg);
  }
  .visitor_wrap + .center_footer .footer_txt {
    width: 467px;
  }
}

@media (max-width: 576px) {
  .main_wrap .con_wrap {
    padding-left: 14px;
    padding-right: 14px;
  }
  .main_notice_tit {
    width: 140px;
  }
  .main_notice_tit p {
    font-size: 12px;
  }
  .main_notice_con li {
    min-width: 180px;
    padding: 32px 24px;
  }
  .main_notice_con li .tit {
    font-size: 16px;
  }
  .main_notice_con {
    width: calc(100% - 140px);
    gap: 10px;
  }
  .main_more .main_link .link {
    font-size: 20px;
    padding: 0 20px;
  }
  .main_more .main_link .link.link1 {
    background-size: 140px auto;
    background-position: right;
  }
  .main_more .main_link .link.link2 {
    background-size: 110px auto;
    background-position: calc(100% - 10px);
  }

  .visitor_wrap .button_group {
    margin-top: -80px;
  }
  .visitor_wrap + .center_footer .footer_txt {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .visitor_wrap .button_group {
    margin-top: -160px;
  }
}
