* {
  margin: 0; padding: 0;
  list-style: none; text-decoration: none; word-break: keep-all; box-sizing: border-box;
  letter-spacing: -.1px;
  transition: all 0.15s;
  font-family: 'IBMPlexSansKR-Regular';
  font-size: 18px;
  line-height: 1.5;
}

@font-face {
    font-family: 'IBMPlexSansKR-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url('./font/Montserrat/Montserrat-Bold.ttf'
  );
  font-weight: bold;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* logo */
.main-logo {display: block; color: #fff; font-weight: bold; font-family: "Montserrat"; font-size: 56px; letter-spacing: -1.5px;}
footer .main-logo {color: #999; font-size: 36px;}

/* header */
header {background-color: #1B1D24; padding: .5rem 0;}
nav {}

.main-bar {display: flex; justify-content: space-between; align-items: center;}
.main-bar .main-logo {}
.main-bar .main-logo a {}
.main-bar .main-logo a img {}
.main-bar .main-nav {}
.main-bar .main-nav .mainNav {display: flex; text-align: center;}
.main-bar .main-nav .mainNav > li {position: relative;}
.main-bar .main-nav .mainNav > li > a {display: block; padding: 17.5px 20px; color: #fff; min-width: 120px; font-weight: bold;}
.main-bar .main-nav .mainNav > li > a:hover {text-decoration: underline;}

/* banner */
.banner {
  background: url(../images/mainbanner.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
}
.banner-bg {
  position: absolute;
  width: 100%; height: 100%;
  background-color: rgba(27, 29, 36, .65); backdrop-filter: blur(1px);
  z-index: 1;
}

.banner-container {width: 100%; height: 500px; overflow: hidden; display: flex; justify-content: center; align-items: center; position: relative; z-index: 999;}
.banner-content {width: 100%; max-width: 1200px;}
.banner-content .banner-text {text-align: center; color: #fff; text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);}
.banner-content .banner-text h2 {font-size: 42px; padding-bottom: 25px;}
.banner-content .banner-text h4 {font-size: 36px; line-height: 42px;}

.banner .banner-subtext {background-color: #1D2C5E; text-align: center; padding: 10px 0; position: relative; z-index: 999;}
.banner .banner-subtext p {color: #fff;}

/* subpages banner */
  .subpage-banner {
  background-color: #F5F7FA;
  padding: 60px 20px;
  text-align: center;
  border-bottom: 1px solid #E5E7EB; 
}

.subpage-banner h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1D2C5E;         
  margin: 0;
}

/* btn */
.more_btn {margin-top: 1rem; display: flex; align-items: center; justify-content: end; position: relative;}
.more_btn a {
  display: block;
  background-color: #1D2C5E;
  padding: 15px 25px;
  width: 180px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}
.more_btn a span {
  position: absolute; display: block;
  right: 1.75rem;
  top: 50%; transform: translateY(-45%);
}
.more_btn a:hover {background-color: #17234A;}
.more_btn a:hover span {right: 1.25rem;}


.email_copy {border: 0; background: none; color: #111; cursor: pointer;}
footer .container .footer-info-wrap .footer-info ul li > .email_copy {color: #999;}
.email_copy:hover {text-decoration: underline;}

/* content start */
.container {
width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px;
}

/* listnum 공통 */
.listnum {
  padding-bottom: 50px;
}
.listnum:first-child {margin-top: 50px;}

.listnumTit {text-align: center; font-weight: 800; color: #111;}
.listnumMore {text-align: right;}
.listnumMore a {font-size: 14px; color: #666;}
.listnumMore:hover a {text-decoration: underline;}

.listnum .content-wrap {}

.content {margin-top: 10px;}

/* subpages 공통 */
.subpage-tit {color: #1D2C5E; font-weight: bold; font-size: 27px; padding-bottom: .35rem;}

/* footer */
footer {
background: #1B1D24;
width: 100%;
margin-top: 25px;
}
.footer-link {
display: flex; justify-content: space-between; align-items: center;
}
.footer-link ul {display: flex;}
.footer-link ul li {padding-right: 15px;}
.footer-link ul li:last-child {padding-right: 0;}
.footer-link ul li a {
color: #c0c0c0;
}
.footer-link ul li:hover a {color: #ffef61;}
.footer-link ul li:hover a i {color: #ffef61;}

.footer-info-wrap {
padding: 2rem 0;
display: flex;
justify-content: space-between;
}
.footer-info {
color: #999;
}
.footer-info:last-child {padding-bottom: 0;}
.footer-info ul {display: flex; padding: .25rem; border-bottom: 1px solid #666; align-items: center;}
.footer-info ul:last-child {padding-bottom: 0; border-bottom: 0;}
.footer-info ul li {}
.footer-info ul li:first-child {font-weight: bold; width: 125px;}

.footer-logo {}


/* 반응형 start */
@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}