@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-y: auto;
  /* 세로 스크롤 */
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  min-width: 320px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.15;
  color: #222 !important;
}

#page-wrapper {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.area {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1380px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 991.98px) {
  .area {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .area.p-0-m {
    padding: 0;
  }
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 999;
}
@media screen and (max-width: 991.98px) {
  #header {
    height: 58px;
  }
}
#header h1 img {
  width: 302px;
  height: 34px;
}
@media screen and (max-width: 991.98px) {
  #header h1 img {
    width: 196px;
    height: 22px;
  }
}

#footer {
  padding: 95px 0;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  font-size: clamp(12px, 1.5vw, 20px);
  color: #bababa;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #footer {
    padding: 40px 0;
    line-height: 1.4;
  }
}
#footer .logo {
  width: 381px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
  #footer .logo {
    width: 250px;
    margin-bottom: 35px;
  }
}
#footer .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
  line-height: 1.5;
}
#footer .info li {
  position: relative;
}
#footer .info li:not(:first-child):before {
  content: "|";
  margin: 0 20px;
}
@media screen and (max-width: 991.98px) {
  #footer .info li:not(:first-child):before {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767.98px) {
  #footer .info li:last-child {
    display: block;
    width: 100%;
  }
  #footer .info li:last-child:before {
    content: none;
  }
}
#footer .btn-fixs {
  position: fixed;
  bottom: 80px;
  right: 110px;
  z-index: 999;
}
@media screen and (max-width: 1919.98px) {
  #footer .btn-fixs {
    right: 5.2110474205vw;
  }
}
@media screen and (max-width: 991.98px) {
  #footer .btn-fixs {
    right: 9px;
    bottom: 20px;
  }
}
#footer .btn-fixs ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 991.98px) {
  #footer .btn-fixs ul {
    gap: 12px;
  }
}
#footer .btn-fixs a {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #footer .btn-fixs a {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
}
#footer .btn-fixs a.btn1 {
  background-image: url("../imgs/btn_fix1.png");
}
#footer .btn-fixs a.btn2 {
  background-image: url("../imgs/btn_fix2.png");
}
#footer .btn-fixs a.btn3 {
  background-image: url("../imgs/btn_fix3.png");
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

@media screen and (min-width: 375px) {
  .none-xs {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .block-xs {
    display: block !important;
  }
}

@media screen and (min-width: 544px) {
  .none-sm {
    display: none !important;
  }
}

@media screen and (min-width: 544px) {
  .block-sm {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .none-md {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .block-md {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .inline-block-md {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) {
  .none-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .block-lg {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .none-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .inline-block-lg {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1200px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1440px) {
  .none-xxl {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .block-xxl {
    display: block !important;
  }
}

@media screen and (min-width: 1600px) {
  .block-xxxl {
    display: block !important;
  }
}

@media screen and (min-width: 1300px) {
  .none-1300 {
    display: none !important;
  }
}

@media screen and (min-width: 1300px) {
  .block-1300 {
    display: block !important;
  }
}

@media screen and (max-width: 543.98px) {
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  .lg-none {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1439.98px) {
  .xxl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1599.98px) {
  .xxxl-none {
    display: none !important;
  }
}

.a11y-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.text-ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*=================================================
            공통 요소
=================================================*/
.title-wrap {
  margin-bottom: 35px;
}
@media screen and (max-width: 991.98px) {
  .title-wrap {
    margin-bottom: 20px;
  }
}
.title-wrap.al-center {
  text-align: center;
}
.title-wrap .subtitle {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #2c55a5;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "Paperozi", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
@media screen and (max-width: 991.98px) {
  .title-wrap .subtitle {
    font-size: 12px;
  }
}
.title-wrap .title {
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .title-wrap .title {
    font-size: 32px;
    margin-left: -1px;
    line-height: 1.25;
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 374.98px) {
  .title-wrap .title {
    font-size: 8.2887700535vw;
  }
}

.point-circle {
  position: relative;
  display: inline-block;
}
.point-circle:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  right: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 2px solid #92bf49;
}
@media screen and (max-width: 991.98px) {
  .point-circle:before {
    width: 3px;
    height: 3px;
  }
}

.bar {
  display: inline-block;
  width: 30px;
  height: 2px;
}
.bar.blue {
  background-color: #2c55a5;
}

.noti {
  font-size: 16px;
  line-height: 1.4;
  color: #bababa;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .noti {
    font-size: 12px;
  }
}