.wrap {
  width: 100%;
  padding: 0 20px;
  max-width: 1480px;
  margin: 0 auto;
}

.btn-bg {
  display: inline-block;
  background: #0a66f1;
  color: #fff !important;
  padding: 8px 28px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.btn-border {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 28px;
  border-radius: 8px;
  text-align: center;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
header .hd-wrap {
  background: #fff;
  padding: 9px 0;
}
header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .hd-logo {
  width: 272px;
}
header .hd-logo img,
header .hd-logo a {
  display: block;
  width: 100%;
}
header nav {
  width: 100%;
  padding: 24px 20px 0;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 120px;
}
header nav ul .on a {
  border-bottom: 4px solid #fff;
}
header nav ul a {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  font-family: "Paperozi";
  padding-bottom: 12px;
}
header .btn-hamburger {
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
header .btn-hamburger span {
  background: #373b50;
  width: 18px;
  height: 2px;
  border-radius: 10px;
}
header .mo-gnb {
  display: none;
}
header .btn-gnb-close {
  width: 48px;
  display: block;
}
header .btn-gnb-close img {
  width: 100%;
  display: block;
}
header.on .hd-logo {
  width: 218px;
}
header.on nav {
  background: #fff;
  border-bottom: none;
  padding: 8px 20px 0;
}
header.on nav ul a {
  display: block;
  color: #0f3e80;
  font-size: 24px;
  font-weight: bold;
  font-family: "Paperozi";
  padding-bottom: 8px;
}
header.on nav ul .on a {
  border-bottom: 4px solid #0f3e80;
}

@media screen and (max-width: 960px) {
  header .hd-wrap {
    background: transparent;
    padding: 11px 0;
    border-bottom: 1px solid #fff;
  }
  header .btn-bg {
    display: none;
  }
  header .hd-logo {
    width: 160px;
  }
  header .hd-logo img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }
  header .btn-hamburger {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
  }
  header .btn-hamburger span {
    background: #fff;
    width: 18px;
    height: 2px;
    border-radius: 10px;
  }
  header nav {
    display: none;
    width: 288px;
    padding: 48px 20px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    border-bottom: none;
    background: #0f3e80;
    overflow-y: auto;
  }
  header nav.active {
    display: block;
  }
  header nav ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    row-gap: 24px;
  }
  header nav ul .on a {
    border-bottom: 4px solid #fff !important;
  }
  header nav ul a {
    display: block;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    font-family: "YeogiOttaeJalnan";
    padding-bottom: 8px;
  }
  header nav .gnb {
    padding: 0 12px;
  }
  header .mo-gnb {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 52px;
    gap: 12px;
  }
  header .mo-gnb .btn-border {
    width: 100%;
    text-align: center;
  }
  header.on nav {
    background: #0f3e80;
  }
  header.on .hd-wrap {
    background: #fff;
  }
  header.on .hd-logo {
    width: 160px;
  }
  header.on .hd-logo img {
    filter: none;
  }
  header.on .btn-hamburger span {
    background: #373b50;
  }
}
footer {
  background: #fff;
}
footer .btn-top {
  width: 78px;
  position: fixed;
  bottom: 46px;
  right: 20px;
  z-index: 30;
}
footer .btn-top img {
  width: 100%;
  display: block;
}
footer .btn-top .pc_img {
  display: block;
}
footer .btn-top .mo_img {
  display: none;
}
footer .floating-box {
  border-radius: 8px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  box-shadow: 4px 4px 12px rgba(34, 34, 34, 0.16);
  width: fit-content;
  background: transparent;
}
footer .floating-box ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: fit-content;
}
footer .floating-box ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  gap: 8px;
  padding: 12px;
  flex-direction: column;
  color: #373b50;
  background: #fff;
}
footer .floating-box ul li img {
  width: 64px;
  display: block;
}
footer .floating-box ul li:nth-child(2) a {
  background: #0a66f1;
  color: #fff;
  text-align: center;
}
footer .floating-box ul li:nth-child(2) a span {
  color: #fff;
}
footer .floating-box ul li:nth-child(2) span {
  color: #fff;
}

.ft-tel-sec {
  background: url(../img/ft-tel-sec.jpg) no-repeat center/cover;
  padding: 60px 0;
}
.ft-tel-sec p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.ft-tel-sec h2 {
  font-family: "Paperozi";
  font-size: 44px;
  color: #0a66f1;
  font-weight: 800;
  text-align: center;
}
.ft-tel-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 32px;
}
.ft-tel-sec ul li {
  position: relative;
  font-size: 24px;
  font-weight: 500;
}
.ft-tel-sec ul li + li {
  color: #707488;
}
.ft-tel-sec ul li + li::after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background: #b0b4c6;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}

.ft-menu {
  border-bottom: 1px solid #e9ebf2;
  padding: 20px 100px;
}
.ft-menu ul {
  display: flex;
  align-items: center;
  gap: 38px;
}
.ft-menu ul a {
  font-size: 18px;
  font-weight: bold;
  color: #707488;
}

.footer-inner {
  padding: 40px 100px;
}
.footer-inner .footer-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.footer-info + .footer-info {
  margin-top: 12px;
}

.footer-info span,
.footer-info .label {
  display: inline-block;
  font-weight: 500;
  color: #a3a5b1;
  font-size: 16px;
  padding: 0;
}

.footer-info p {
  margin-bottom: 4px;
  color: #373b50;
  font-weight: 500;
  font-size: 16px;
  padding-right: 12px;
}

.footer-list p + p {
  position: relative;
}
.footer-list p + p::after {
  content: "";
  display: block;
  width: 1px;
  background: #c6c8d2;
  height: 16px;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-list p:nth-child(2)::after {
  display: none !important;
}

.copyright {
  margin-top: 20px;
  font-size: 16px;
  color: #c6c8d2;
}

@media screen and (max-width: 1600px) {
  .ft-menu {
    padding: 20px;
  }
  .footer-inner {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 960px) {
  footer {
    font-size: 13px;
  }
  footer .ft-tel-sec {
    background: url(../img/ft-tel-sec.jpg) no-repeat center/cover;
    padding: 40px 20px;
  }
  footer .ft-tel-sec p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  footer .ft-tel-sec h2 {
    font-size: 28px;
  }
  footer .ft-tel-sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 22px;
  }
  footer .ft-tel-sec ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
  }
  footer .ft-tel-sec ul li + li {
    color: #707488;
  }
  footer .ft-tel-sec ul li + li::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #b0b4c6;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .ft-menu {
    padding: 16px 20px;
  }
  footer .ft-menu ul {
    gap: 20px;
  }
  footer .ft-menu ul a {
    font-size: 14px;
  }
  footer .btn-top {
    width: 32px;
    bottom: 72px;
  }
  footer .btn-top img {
    display: block;
    width: 100%;
  }
  footer .btn-top .pc_img {
    display: none;
  }
  footer .btn-top .mo_img {
    display: block;
  }
  footer .floating-box {
    width: 100%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: fixed;
    top: initial;
    right: 0;
    bottom: 0;
    transform: initial;
    z-index: 30;
    box-shadow: none;
  }
  footer .floating-box ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
  footer .floating-box ul li {
    width: 50%;
  }
  footer .floating-box ul li a {
    display: flex;
    flex-direction: row;
    color: #373b50;
    font-size: 14px;
    gap: 8px;
    padding: 8px 8px 20px;
  }
  footer .floating-box ul li a br {
    display: none;
  }
  footer .floating-box ul li img {
    width: 24px;
    display: block;
  }
  footer .floating-box ul li:nth-child(2) {
    background: #0a66f1;
    color: #fff;
    text-align: center;
  }
  footer .floating-box ul li:nth-child(2) a span {
    color: #fff;
  }
  footer .floating-box ul li:nth-child(2) span {
    color: #fff;
  }
  .footer-title {
    font-size: 14px;
  }
  .footer-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 4px;
  }
  .footer-info span,
  .footer-info .label {
    min-width: auto;
    padding-left: 0;
    font-size: 12px;
    margin-bottom: 0;
  }
  .footer-info p {
    padding-left: 0 !important;
    font-size: 12px;
  }
  .footer-info p + p {
    margin-top: 0;
  }
  .footer-info p + p::after {
    display: none;
  }
  .copyright {
    font-size: 12px;
  }
}
.popup-section {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(55, 59, 80, 0.6);
}
.popup-section.on {
  display: block;
  opacity: 1;
}
.popup-section .popup-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 180px 20px;
  gap: 32px;
}
.popup-section .popup-box {
  position: relative;
  max-width: 560px;
  width: 40%;
  border-radius: 24px;
  overflow: hidden;
}
.popup-section .popup-box button {
  width: 48px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup-section .popup-box a {
  display: block;
}
.popup-section .popup-box img {
  width: 100%;
}
.popup-section .popup-box img.pc_img {
  display: block;
}
.popup-section .popup-box img.mo_img {
  display: none;
}
@media screen and (max-width: 960px) {
  .popup-section {
    z-index: 110;
  }
}
@media screen and (max-width: 750px) {
  .popup-section .popup-list {
    position: relative;
    height: 100%;
  }
  .popup-section .popup-box {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 320px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 12px 12px 20px rgba(55, 59, 80, 0.4);
  }
  .popup-section .popup-box button {
    width: 32px;
  }
  .popup-section .popup-box img {
    width: 100%;
  }
  .popup-section .popup-box img.pc_img {
    display: none;
  }
  .popup-section .popup-box img.mo_img {
    display: block;
  }
}