@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ reset ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
/* font-family */
@font-face {
  font-family: "Freesentation";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Freesentation-3Light.woff2") format("woff2"), url("../fonts/Freesentation-3Light.woff") format("woff");
}
@font-face {
  font-family: "Freesentation";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Freesentation-4Regular.woff2") format("woff2"), url("../fonts/Freesentation-4Regular.woff") format("woff");
}
@font-face {
  font-family: "Freesentation";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Freesentation-5Medium.woff2") format("woff2"), url("../fonts/Freesentation-5Medium.woff") format("woff");
}
@font-face {
  font-family: "Freesentation";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Freesentation-6SemiBold.woff2") format("woff2"), url("../fonts/Freesentation-6SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Freesentation";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Freesentation-7Bold.woff2") format("woff2"), url("../fonts/Freesentation-7Bold.woff") format("woff");
}
@font-face {
  font-family: "Freesentation";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Freesentation-8ExtraBold.woff2") format("woff2"), url("../fonts/Freesentation-8ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Freesentation";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Freesentation-9Black.woff2") format("woff2"), url("../fonts/Freesentation-9Black.woff") format("woff");
}
/* base */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

em,
address {
  font-style: normal;
}

html {
  position: relative;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Freesentation", "Malgun Gothic", "dotum", "sans-serif";
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
picture {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

ol,
ul {
  list-style: none;
}

legend {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  text-indent: -10000px;
  overflow: hidden;
}

button,
input {
  border-radius: 0;
  color: inherit;
}

input,
select,
textarea,
pre {
  vertical-align: middle;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Freesentation";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}

img,
fieldset {
  border: 0 none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0 none;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

hr {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

input[type=button],
input[type=submit],
input[type=reset],
button {
  text-transform: none;
  vertical-align: middle;
  border: 0 none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  font-family: "Freesentation";
}

select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}

a img {
  border: 0;
  padding: 0;
}

table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table caption {
  overflow: hidden;
  left: 0;
  right: 0;
  width: 1px;
  height: 1px;
  margin-left: -10rem;
  text-indent: -10rem;
}

i {
  font-style: normal;
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ style ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.blind {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  border: 0;
}

/* spacing */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ common ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
:root {
  --primary: #0064f0;
}

/* skip */
.skipNav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200;
}
.skipNav a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin: -10000px 0 0 -10000px;
  padding: 0;
  background: #000;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}
.skipNav a:hover, .skipNav a:active, .skipNav a:focus {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 10px;
}
.skipNav a:focus {
  outline: none;
  border: 2px dashed #f00;
  box-sizing: border-box;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4rem 2.0833% 0;
  box-sizing: border-box;
  transition: padding 0.3s ease, transform 0.3s;
  z-index: 50;
}
.header .headWrap {
  position: relative;
}
.header .headWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.header.active .headWrap::before {
  height: 53rem;
}
.header.scroll {
  padding: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.header.scroll .headWrap::before {
  border-radius: 0;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 2.7173%;
  height: 100%;
  z-index: 1;
}
.header .logo a {
  display: block;
  width: 10rem;
  height: 100%;
  background: url(../images/common/logo.png) no-repeat center/contain;
  text-indent: -9999em;
}
.header .headUtil {
  position: absolute;
  top: 0;
  right: 2.7173%;
  height: 100%;
  z-index: 1;
}
.header .headUtil li {
  height: 100%;
}
.header .headUtil li a,
.header .headUtil li button {
  display: block;
  height: 100%;
  background: no-repeat center/contain;
  text-indent: -9999em;
}
.header .headUtil .btnSitemap button {
  width: 2rem;
  background-image: url(../images/common/icon_gnb_sitemap.svg);
}
.header .headUtil .btnMoGnb {
  display: none;
}

.gnb {
  position: relative;
}
.gnb .moTopArea,
.gnb .moBtmArea {
  display: none;
}

.gnbList {
  display: flex;
  justify-content: center;
}
.gnbList > li {
  position: relative;
}
.gnbList > li > a {
  display: block;
  padding: 0 7rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 10rem;
  transition: padding 0.3s;
}
.gnbList > li > a span {
  display: block;
}
.gnbList > li > div {
  display: none;
  position: absolute;
  top: 9.5rem;
  left: 0;
  width: 100%;
  z-index: 50;
}
.gnbList > li > div > ul > li {
  position: relative;
  margin-top: 2rem;
}
.gnbList > li > div > ul > li:first-child {
  margin: 0;
}
.gnbList > li > div > ul > li > a {
  display: block;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: 500;
  color: #555;
  text-align: center;
  transition: color 0.2s;
}
.gnbList > li > div > ul > li > a:focus, .gnbList > li > div > ul > li > a:hover {
  font-weight: 600;
  color: var(--primary);
}

@media screen and (max-width: 1600px) {
  .gnbList {
    padding-left: 6rem;
  }
  .gnbList > li > a {
    padding: 0 5.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .gnbList > li > a {
    padding: 0 4.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .gnbList > li > a {
    padding: 0 3.5rem;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 56.25%;
  }
  body {
    min-width: 320px;
  }
  .header {
    padding: 0 5.1282%;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
  }
  .header::before {
    display: none;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  .header.active::before {
    display: block;
  }
  .header.scroll {
    padding: 0 5.1282%;
  }
  .header .headWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 9rem;
  }
  .header .headWrap::before {
    display: none;
  }
  .header .logo {
    position: static;
  }
  .header .logo a {
    width: 12.5rem;
    background-image: url(../images/common/logo_mo.png);
  }
  .header .headUtil {
    position: static;
  }
  .header .headUtil .btnSitemap {
    display: none;
  }
  .header .headUtil .btnMoGnb {
    display: block;
  }
  .header .headUtil .btnMoGnb button {
    width: 5rem;
    background-image: url(../images/common/icon_gnb_hamburger.svg);
    background-size: 2.25rem;
  }
  .gnbWrap {
    display: none;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 87.1794%;
    height: 100%;
    max-width: 700px;
    padding: 0;
    z-index: 210;
    background: #fff;
    transition: none;
  }
  .gnbWrap::-webkit-scrollbar {
    display: none;
  }
  .gnb {
    height: 100%;
    box-sizing: border-box;
  }
  .gnb .moTopArea {
    display: flex;
    justify-content: space-between;
    height: 10rem;
    padding: 0 2rem 0 2.5rem;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
  }
  .gnb .moTopArea h2 {
    width: 12.5rem;
    height: 100%;
    background: url(../images/common/logo_mo.png) no-repeat center/contain;
    text-indent: -9999em;
  }
  .gnb .moTopArea .btnGnbClose button {
    display: block;
    width: 4rem;
    height: 100%;
    background: url(../images/common/icon_gnb_close.svg) no-repeat center/3rem;
    text-indent: -9999em;
  }
  .gnb .moBtmArea {
    display: block;
    margin-top: 6.875rem;
    padding: 2.5rem;
    border-top: 1px solid #ededed;
    background: #f8fbff;
    box-sizing: border-box;
  }
  .gnb .moBtmArea .btn a {
    display: block;
    padding: 2rem;
    text-align: center;
    border-radius: 1.25rem;
    background: var(--primary);
  }
  .gnb .moBtmArea .btn a span {
    display: inline-block;
    position: relative;
    padding-right: 3rem;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
  }
  .gnb .moBtmArea .btn a span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33301 8.00021H12.6674M8.00021 12.6674L12.6674 8.00021L8.00021 3.33301' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  }
  .gnb .moBtmArea .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.5rem;
  }
  .gnb .moBtmArea .info li {
    font-size: 1.75rem;
    font-weight: 600;
  }
  .gnb .moBtmArea .info li.call a {
    display: block;
    color: #555;
  }
  .gnb .moBtmArea .info li.loca a {
    display: block;
    position: relative;
    padding-right: 2rem;
    color: var(--primary);
  }
  .gnb .moBtmArea .info li.loca a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.25rem;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' viewBox='0 0 10 9' fill='none'%3E%3Cpath d='M0.5 4.5H8.5M4.5 8.5L8.5 4.5L4.5 0.5' stroke='%230064F0' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  }
  .gnbList {
    display: block;
    padding-left: 0;
  }
  .gnbList > li > a {
    padding: 0 2.5rem;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 6.5rem;
  }
  .gnbList > li.opNav > a span {
    position: relative;
  }
  .gnbList > li.opNav > a span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2.25rem;
    height: 100%;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' stroke='%23888888' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' stroke='%23888888' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
    background: #888888;
    transition: 0.2s;
  }
  .gnbList > li.open {
    background: #f8fbff;
  }
  .gnbList > li.open > a span::after {
    background: var(--primary);
    transform: rotate(180deg);
  }
  .gnbList > li > div {
    position: static;
    padding: 0 0 1.5rem 1.5rem;
    box-sizing: border-box;
  }
  .gnbList > li > div > ul > li {
    margin: 0;
  }
  .gnbList > li > div > ul > li > a {
    padding: 1.5rem 2rem;
    font-size: 1.875rem;
    text-align: left;
  }
  .gnbList > li > div > ul > li > a span {
    display: block;
    position: relative;
  }
  .gnbList > li > div > ul > li > a span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.75rem;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M5.25 10.5L8.75 7L5.25 3.5' stroke='%23B5B5B5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 50%;
  }
}
/* footer */
.footer {
  padding: 3rem 3.5rem;
  padding-top: 0;
  box-sizing: border-box;
}
.footer .btnTop {
  position: fixed;
  top: 50%;
  right: 2.8645%;
  transform: translateY(-50%);
  z-index: 20;
}
.footer .btnTop button {
  display: block;
  width: 12rem;
  height: 12rem;
  background: rgba(0, 0, 0, 0.3) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='46' viewBox='0 0 41 46' fill='none'%3E%3Cpath d='M38.5 19.5833L20.5 2.5L2.5 19.5833M20.5 2.5L20.5 43.5' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/4rem;
  border-radius: 50%;
  text-indent: -9999em;
}
.footer .inner {
  padding: 7.6rem 9.2rem 4rem;
  background: #111;
  border-radius: 4rem;
}
.footer .contactArea {
  position: relative;
}
.footer .contactArea h3 {
  font-family: "Montserrat";
  font-size: 9.6rem;
  font-weight: 800;
  color: #fff;
}
.footer .contactArea .sTit {
  margin-top: 3.6rem;
  color: #b9b9b9;
  font-size: 2.4rem;
  font-weight: 500;
}
.footer .contactArea .btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.footer .contactArea .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.2rem;
  height: 16.2rem;
  background: var(--primary);
  border-radius: 50%;
}
.footer .contactArea .btn a span {
  display: none;
}
.footer .contactArea .btn a i {
  width: 4.8rem;
  height: 4.8rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='43' viewBox='0 0 48 43' fill='none'%3E%3Cpath d='M27.6667 41L46 21.5L27.6667 2M46 21.5L2 21.5' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.footer .copyArea {
  margin-top: 10rem;
  padding-top: 4.8rem;
  border-top: 1px solid #b9b9b9;
}
.footer .copyArea .logo {
  width: 12.5rem;
  height: 6.4rem;
  background: url(../images/common/f_logo.png) no-repeat center/contain;
  text-indent: -9999em;
}
.footer .copyArea .addr {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 5.2rem;
}
.footer .copyArea .addr ul {
  display: flex;
}
.footer .copyArea .addr ul li {
  display: flex;
  font-size: 1.6rem;
  color: #666;
}
.footer .copyArea .addr ul li a {
  color: #666;
}
.footer .copyArea .addr ul li .tit {
  flex-shrink: 0;
  width: 13.2rem;
  font-weight: 800;
}
.footer .copyArea .addr ul li .txt {
  width: 19rem;
  font-weight: 400;
}
.footer .copyArea .addr ul li:nth-child(2n) .txt {
  width: auto;
}
.footer .copyArea .util {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 8.2rem;
}
.footer .copyArea .util ul li a {
  display: block;
  color: #666;
  font-size: 1.6rem;
  font-weight: 800;
}
.footer .copyArea .util ul li a b {
  font-weight: 800;
}
.footer .copyArea .util .copyright {
  color: #666;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 0;
  }
  .footer .btnTop {
    display: none;
  }
  .footer .inner {
    padding: 5rem 2.5rem;
    border-radius: 0;
  }
  .footer .contactArea h3 {
    font-size: 4.5rem;
  }
  .footer .contactArea .sTit {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .footer .contactArea .btn {
    position: static;
    margin-top: 2rem;
  }
  .footer .contactArea .btn a {
    gap: 1.5rem;
    width: 100%;
    height: auto;
    padding: 2rem 0;
    border-radius: 1.5rem;
  }
  .footer .contactArea .btn a span {
    display: block;
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
  }
  .footer .contactArea .btn a i {
    width: 1.75rem;
    height: 1.75rem;
  }
  .footer .copyArea {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .footer .copyArea .logo {
    width: 15.625rem;
    height: 8rem;
    background-image: url(../images/common/f_logo_mo.png);
  }
  .footer .copyArea .addr {
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .footer .copyArea .addr ul {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer .copyArea .addr ul li {
    flex-direction: column;
    gap: 0.5rem;
  }
  .footer .copyArea .addr ul li .tit {
    width: 100%;
    font-size: 1.75rem;
    font-weight: 700;
  }
  .footer .copyArea .addr ul li .txt {
    width: 100%;
    font-size: 1.875rem;
    color: #999;
  }
  .footer .copyArea .addr ul li:nth-child(2n) .txt {
    width: 100%;
  }
  .footer .copyArea .util {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
  }
  .footer .copyArea .util ul li a {
    font-size: 1.625rem;
  }
  .footer .copyArea .util ul li a b {
    font-weight: 700;
    color: var(--primary);
  }
  .footer .copyArea .util .copyright {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
/* popupWrap */
.popupWrap {
  display: none;
  padding: 0 2%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 100;
}
.popupWrap:focus .popContent {
  outline: 2px dashed red;
}
.popupWrap.active {
  display: flex;
}
.popupWrap .popInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.popupWrap .popContent {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  width: 100%;
  min-width: 300px;
  max-width: 1000px;
  max-height: 80%;
  background: #fff;
  padding: 4rem;
  border-radius: 1.2rem;
  box-shadow: 6px 6px 2px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
.popupWrap .popContent.max76 {
  max-width: 760px;
}
.popupWrap .popTitArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popupWrap .popTitArea .popTit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 2.3rem;
  color: var(--gray-600);
  word-break: keep-all;
}
.popupWrap .popTitArea .popTit .txtNote {
  padding: 0;
  font-size: var(--font-md);
  font-weight: 400;
}
.popupWrap .popTitArea .popTit .txtNote::before {
  display: none;
}
.popupWrap .popConArea {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.popupWrap .btnPopClose {
  flex-shrink: 0;
}
.popupWrap .btnPopClose .bi {
  width: 3.6rem;
  height: 3.6rem;
}
.popupWrap .btnPopClose .bi::before {
  background: var(--gray-600);
}

@media screen and (max-width: 1024px) {
  .popupWrap {
    padding: 0 5.5555%;
  }
  .popupWrap .popContent {
    gap: 2.5rem;
    padding: 2.5rem;
    border-radius: 1.5rem;
  }
  .popupWrap .popContent .boardList table th,
  .popupWrap .popContent .boardList table td {
    padding: 0;
  }
  .popupWrap .popTitArea .popTit {
    font-size: 2.875rem;
  }
  .popupWrap .btnPopClose .bi {
    width: 3.5rem;
    height: 3.5rem;
  }
}
/* 데이터 없음 */
.noData {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30rem;
  background: var(--primary-100);
  border-radius: 1.2rem;
}
.noData p {
  font-size: var(--font-lg);
  font-weight: 500;
  color: var(--gray-600);
}

@media screen and (max-width: 1024px) {
  .noData {
    height: 25rem;
    border-radius: 0.75rem;
  }
  .noData p {
    font-size: 1.875rem;
  }
}