/* Reset */
*, *::before, *::after {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  color:#121212;
  font-family: "Pretendard Variable", "Open Sans", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size:62.5% !important;
  word-break: keep-all;
  word-wrap: break-word;
  box-sizing: border-box;
  animation: entry .3s ease forwards;
  opacity: 0;
  letter-spacing: -0.025em;
}

html::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  font-size:1.6rem;
}

a {
  color:inherit;
  outline: none;
  text-decoration: none;
}

ol,ul {
  list-style: none;
}

b, strong {
  font-weight:700;
}

img {
  max-width:100%;
}

button {
  font-family:inherit;
  background-color:transparent;
  border:none;
  outline:none;
  cursor:pointer;
}

select {
  outline: none;
  border:1px solid transparent;
  font-family:inherit;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background-color:#fff;
  /* background-size:9px auto; */
  /* background-image: url('/child/img/bbs/select.png'); */
  background-repeat:no-repeat;
  /* background-position:right 15px center; */
}

input, textarea {
  font-family:inherit;
  outline: none;
  border:1px solid transparent
}

:focus{
  outline:none;
}

::placeholder {
  color:#ccc;
}

@-webkit-keyframes entry {
    to{opacity: 1;}
}

@keyframes entry {
    to{opacity: 1;}
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {
  /* select {
    background-size:7px auto;
    background-position:right 10px center;
  } */
}
@media screen and (max-width:576px) {

}


/* Overflow */
.hidden {
  overflow: hidden;
}


/* Display */
.d-block {
  display: block;
}

.sp{display:none;}
.mo{display:none;}

@media screen and (max-width:992px){
  .sp{display:block;}
  .pc{display:none;}
}

@media screen and (max-width:768px){
  .tb{display:none;}
  .mo{display:block;}
}


/* Ellip */
.ellip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/* Blind */
.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px,1px,1px,1px);
}


/* Button */
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid transparent;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
}

@media screen and (min-width:1201px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}

/* Font Family */
.font-family--pretendard {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}


/* Container */
.container {
  max-width: 1470px;
  width:100%;
  margin:0 auto;
  padding:0px 15px;
}


/* Wrap */
.wrap-sub {
  padding-top: 90px;
}

@media screen and (max-width:1200px) {
  .wrap,
  .wrap-sub {
    padding-top:60px;
  }
  
}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Main */
#main {
  min-height: calc(100vh - 340px);
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}



/* ---------- S: Header ---------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all .3s ease-out;
  box-sizing: border-box;
}

#header::after {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  z-index: 99;
}

#header .h-container {
  width: 100%;
  height: 90px;
}

/* Header Mobile */
#header .h-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 100000;
}

#header .h-mobile-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

#header .h-mobile-btn span {
  position: relative;
  margin: 0 auto;
}

#header .h-mobile-btn span::before,
#header .h-mobile-btn span::after {
  content: "";
  position: absolute;
}

#header .h-mobile-btn span,
#header .h-mobile-btn span::before,
#header .h-mobile-btn span::after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #191919;
}

#header .h-mobile-btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h-mobile-btn span::after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h-mobile-btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header .h-mobile-btn[aria-pressed="true"] span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  background-color: #191919;
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

#header .h-mobile-btn[aria-pressed="true"] span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  background-color: #191919;
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}


/* header PC */
#header .h-inner {
  width: 100%;
  height: 100%;
}

#header .h-logo {
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  width: 188px;
  aspect-ratio: 3.610 / 1;
  z-index: 99999;
  transition: all .15s ease-out;
}

#header .h-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/inc/header-logo.svg');
  transition: all .2s ease-out;
}

#header .h-main {
  position: relative;
  max-width: 1430px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#header .h-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#header .h-menu-list {
  height: 100%; 
  position: relative;
  transition: all .2s ease-out;
}

#header .h-menu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 51px;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  color: #fff;
  transition: all .2s ease-out;
}

#header .h-menu-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 2px;
  background-color: #182987;
  transition: all .2s ease-out;
}

#header .h-menu-link h2 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

#header .h-submenu {
  width: auto;
  max-height: 0;
  visibility: hidden;
  height: 280px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  border-color: #f3f3f3;
  transition: all .2s ease-out;
}

#header .h-submenu::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-height: 0;
  height: 280px;
  background-color: #fff;
  transition: all .2s ease-out;
}

#header .h-submenu li:first-of-type .h-submenu-link {
  padding-top: 29px;
}

#header .h-submenu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6px 0 5px;
  font-size: 1.6rem;
  letter-spacing: -0.025em;
  transition: all .2s ease-out;
}

/* 스크롤 이벤트(sticky) */
#header[data-header="sticky"] {
  top:-100px;
}

body.non-scroll #header[data-header="sticky"] {
  top: 0;
}

/* 스크롤, 호버 효과 */
#header.active,
#header.header-active ,
.wrap-sub #header {
  background-color: #fff;
}

.wrap-sub #header {
  border-bottom: 1px solid #d2d2d2;
}

#header.active::after,
#header.header-active::after {
  display: block;
}

#header.active .h-menu-link,
#header.header-active .h-menu-link,
.wrap-sub #header .h-menu-link {
  color: #191919;
  letter-spacing: 0;
}

#header.active .h-member-menu a ,
#header.header-active .h-member-menu  a,
.wrap-sub #header .h-member-menu a {
  color: #191919;
}

#header.active .h-member-menu span,
#header.header-active .h-member-menu span,
.wrap-sub #header .h-member-menu span {
  background-color: #191919;
}

#header.menu-on .h-menu-link {
  padding: 0 40px;
  margin: 0 50px;
}

/* Header Mobile */
#header .h-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 100000;
}

#header .h-mobile-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

#header .h-mobile-btn span {
  position: relative;
  margin: 0 auto;
}

#header .h-mobile-btn span::before,
#header .h-mobile-btn span::after {
  content: "";
  position: absolute;
}

#header .h-mobile-btn span,
#header .h-mobile-btn span::before,
#header .h-mobile-btn span::after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #191919;
}

#header .h-mobile-btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h-mobile-btn span::after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h-mobile-btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header .h-mobile-btn[aria-pressed="true"] span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  background-color: #191919;
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

#header .h-mobile-btn[aria-pressed="true"] span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  background-color: #191919;
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

@media(min-width:1201px) {
  #header .h-menu-list.menu-active .h-submenu {
    background-color: #fff;
  }
  
  #header .h-submenu li:hover .h-submenu-link {
    font-weight: 700;
  }

  #header .h-menu-list.menu-active .h-menu-link::after {
    width: 100%;
    transition: all .25s linear;
  }
  
  #header.menu-on .h-submenu {
    max-height: 175px;
    visibility: visible;
  }

  #header.menu-on .h-submenu::after {
    max-height: 175px;
    visibility: visible;
  }
}

@media (max-width:1400px) {
  #header.menu-on .h-menu-link {
    padding: 0 40px;
    margin: 0 30px;
  }
}

@media(max-width:1200px) {
  #header .h-mobile {
    display: block;
  }
  
  #header .h-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
    background-color: #fff;
  }
  
  #header[data-header-mobile="on"] .h-main {
    right: 0;
    height: 100%;
    overflow: hidden;
    padding-bottom: 0;
  }

  #header .h-menu-toggle[data-menu-link="true"]::before {
    background-color: #182987;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #header .h-menu-toggle[data-menu-link="true"]::after {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #header .h-container {
    height: 60px;
  }

  #header.menu-on .h-logo,
  #header .h-logo {
    left: 15px;
    width: 119px;
  }

  #header .h-mobile-btn span, 
  #header .h-mobile-btn span::before, 
  #header .h-mobile-btn span::after {
    background-color: #191919;
  }
  
  #header .h-mobile {
    display: block;
  }
  
  #header .h-main {
    display: block;
    z-index: 10000;
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 500px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 65px 15px;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
    z-index: 999;
  }
  
  #header .h-menu {
    flex-direction: column;
    align-items: start;
    height: auto;
    margin-left: 0;
  }
  
  #header .h-menu-list {
    width: 100%;
    height: auto;
  }
  
  #header .h-menu-link {
    position: relative;
    justify-content:start;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    font-size: 1.6rem;
    color:#191919;
  }
  
  #header.menu-on .h-menu-link {
    padding: 15px 0;
    margin: 0;
  }
  
  #header.menu-on .h-menu-link {
    width: 100%;
  }
  
  #header .h-menu-toggle::before,
  #header .h-menu-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    width: 12px;
    margin-top: -1px;
    background-color: #1c2d56;
    height: 2px;
    transform: translate(0, 0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #header .h-menu-toggle::before {
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
  }
  
  #header .h-submenu  {
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 1;
    top: unset;
    left: unset;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-height: 0px;
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: -15px 0px 15px;
    text-align: left;
    background-color: transparent;
  }
  
  #header .h-submenu-container {
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding: 0 15px;
    border-left: 1px solid #aeaeae;
  }
  
  #header .h-submenu-container li {
    width: 100%;
  }
  
  #header .h-menu-toggle[data-menu-link="true"] + .h-submenu {
    visibility: visible;
    opacity: 1;
    max-height: 150px;
    margin: 0px;
    padding: 0 0 5px;
    border-left: 1px solid #959595;
  }
  
  #header .h-submenu-link {
    display: block;
    padding: 10px 2px 10px 10px;
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  #header .h-submenu li:first-of-type .h-submenu-link {
    padding: 10px 2px 10px 10px;
  }

}
/* ---------- E:Header ---------- */

/* ---------- S:Footer ---------- */
#footer {
  padding: 67px 0;
  background-color: #101d63;
}

#footer .f-container {
  max-width: 1470px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

#footer .f-logo {
  width: 219px;
  aspect-ratio: 4.9772 / 1;
  margin-bottom: 30px;
}

#footer .f-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/inc/footer-logo.svg');
}

#footer .f-menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#footer .f-menu .lt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  max-width: 750px;
  width: 100%;
  margin: 0 -13px;
}

#footer .f-menu .lt ul li {
  padding: 0 13px;
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.6;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

#footer .f-menu .lt ul li:nth-of-type(3),
#footer .f-menu .lt ul li:last-of-type {
  border-right: none;
}

#footer .f-menu .rt button,
#footer .f-menu .rt a {
  opacity: 0.6;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: -0.025em;
}

#footer .f-menu .rt button {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  padding-right: 14px;
  margin-right: 14px;
}

@media(max-width:1200px) {
  #footer {
    padding: 60px 0;
  }

  #footer .f-logo {
    width: 200px;
    margin-bottom: 25px;
  }
  
  #footer .f-menu .lt ul {
    /* gap: 10px 0; */
    /* max-width: 750px; */
    margin: 0 -10px;
  }
  
  #footer .f-menu .lt ul li {
    padding: 0 10px;
    font-size: 1.4rem;
  }
  
  #footer .f-menu .rt button,
  #footer .f-menu .rt a {
    font-size: 1.4rem;
  }
  
  #footer .f-menu .rt button {
    padding-right: 12px;
    margin-right: 12px;
  }
}

@media(max-width:1024px) {
  #footer {
    padding: 50px 0;
  }

  #footer .f-logo {
    width: 180px;
    margin-bottom: 20px;
  }
  
  #footer .f-menu .lt ul {
    /* gap: 10px 0; */
    max-width: 550px;
    margin: 0 -8px;
  }
  
  #footer .f-menu .lt ul li {
    padding: 0 8px;
    font-size: 1.3rem;
  }
  
  #footer .f-menu .rt button,
  #footer .f-menu .rt a {
    font-size: 1.3rem;
  }
  
  #footer .f-menu .rt button {
    padding-right: 12px;
    margin-right: 12px;
  }
}

@media(max-width:768px) {
  #footer {
    padding: 45px 0;
  }

  #footer .f-logo {
    width: 160px;
    margin: 0 auto 25px;
  }
  
  #footer .f-menu  {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  
  #footer .f-menu .lt ul {
    justify-content: center;
    /* gap: 10px 0; */
    max-width: 600px;
    margin: 0 -6px;
  }
  
  #footer .f-menu .lt ul li {
    padding: 0 6px;
    font-size: 1.2rem;
  }
  
  #footer .f-menu .rt button,
  #footer .f-menu .rt a {
    font-size: 1.2rem;
  }
  
  #footer .f-menu .rt button {
    padding-right: 10px;
    margin-right: 10px;
  }
}

@media(max-width:500px) {
  #footer {
    padding: 40px 0;
  }

  #footer .f-logo {
    width: 140px;
    margin: 0 auto 20px;
  }
  
  #footer .f-menu  {
    gap: 15px 0;
  }
  
  #footer .f-menu .lt ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px 0;
    max-width: 100%;
    margin: 0;
  }
  
  #footer .f-menu .lt ul li {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1.1rem;
    border-right: none;
  }
  
  #footer .f-menu .rt button,
  #footer .f-menu .rt a {
    font-size: 1.1rem;
  }
  
  #footer .f-menu .rt button {
    padding-right: 8px;
    margin-right: 8px;
  }
}
/* ---------- E:Footer ---------- */

/* ---------- S:Modal ---------- */
.bbs-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  padding: 15px;
  display: none;
  visibility: hidden;
  transition: all .3s ease-out;
}

.bbs-modal .modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  width: 100%;
  max-height: calc(100% - 160px);
  margin: 0 auto;
}

.bbs-modal .modal-inner {
  position: relative;
  height: auto;
  width: 100%;
}

.bbs-modal .modal-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.bbs-modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  z-index: 10;
  cursor: pointer;
}

.bbs-modal .modal-content .close::after, 
.bbs-modal .modal-content .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  background-color: #bbbbbb;
}

.bbs-modal .modal-content .close::after {
  width: 100%;
  height: 1px;
}

.bbs-modal .modal-content .close::before {
  width: 1px;
  height: 100%;
}

.bbs-modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.bbs-modal.open {
  display: flex;
  align-items: center;
  visibility: visible;
}

@media(max-width:1200px) {
  .bbs-modal .modal-content .close {
    width: 20px;
    height: 20px;
  }
}

@media(max-width:768px) {
  .bbs-modal .modal-content .close {
    width: 18px;
    height: 18px;
  }
}
/* ---------- E:Modal ---------- */

/* ---------- S: Privacy ---------- */
.bbs-modal-privacy .modal-content {
  background-color: #fff;
  padding: 20px 0;
}

.bbs-modal-privacy  .modal-content .close {
  top: 20px;
  right: 20px;
}

.bbs-modal-privacy .logo {
  width: 186px;
  aspect-ratio: 4.894 / 1;
  margin: 0 auto 20px; 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/child/img/inc/header-logo.svg');
}

.bbs-modal-privacy .con-area {
  padding: 0 20px;
}

.bbs-modal-privacy .text-area {
  min-height: 400px;
  max-height: 500px;
  overflow: auto;
  padding: 20px;
  border: 1px solid #ddd;
}

.bbs-modal-privacy .text-area h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.bbs-modal-privacy .text-area p {
  font-size: 2rem;
  line-height: 1.2;
}

@media(max-width:1200px) {
  .bbs-modal-privacy .modal-content {
    padding: 20px 0;
  }

  .bbs-modal-privacy  .modal-content .close {
    top: 20px;
    right: 20px;
  }
  
  .bbs-modal-privacy .logo {
    width: 165px;
    margin: 0 auto 20px; 
  }
  
  .bbs-modal-privacy .con-area {
    padding: 0 20px;
  }
  
  .bbs-modal-privacy .text-area {
    min-height: 300px;
    max-height: 400px;
    padding: 20px;
  }
  
  .bbs-modal-privacy .text-area h3 {
    font-size: 2.2rem;
    /* margin-bottom: 10px; */
  }
  
  .bbs-modal-privacy .text-area p {
    font-size: 1.8rem;
  }
}

@media(max-width:1024px) {
  .bbs-modal-privacy .modal-content {
    padding: 18px 0;
  }

  .bbs-modal-privacy  .modal-content .close {
    top: 18px;
    right: 18px;
  }
  
  .bbs-modal-privacy .logo {
    width: 145px;
    margin: 0 auto 18px; 
  }
  
  .bbs-modal-privacy .con-area {
    padding: 0 18px;
  }
  
  .bbs-modal-privacy .text-area {
    min-height: auto;
    height: 350px;
    max-height:none;
    padding: 18px;
  }
  
  .bbs-modal-privacy .text-area h3 {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  
  .bbs-modal-privacy .text-area p {
    font-size: 1.6rem;
  }
}

@media(max-width:768px) {
  .bbs-modal-privacy .modal-content {
    padding: 15px 0;
  }

  .bbs-modal-privacy  .modal-content .close {
    top: 15px;
    right: 15px;
  }
  
  .bbs-modal-privacy .logo {
    width: 128px;
    margin: 0 auto 15px; 
  }
  
  .bbs-modal-privacy .con-area {
    padding: 0 15px;
  }
  
  .bbs-modal-privacy .text-area {
    height: 320px;
    padding: 15px;
  }
  
  .bbs-modal-privacy .text-area h3 {
    font-size: 1.8rem;
  }
  
  .bbs-modal-privacy .text-area p {
    font-size: 1.4rem;
  }
}

@media(max-width:500px) {
  .bbs-modal-privacy .logo {
    width: 109px;
  }
  
  .bbs-modal-privacy .text-area {
    height: 280px;
    padding: 10px;
  }
  
  .bbs-modal-privacy .text-area h3 {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  
  .bbs-modal-privacy .text-area p {
    font-size: 1.3rem;
  }
}
/* ---------- E: Privacy ---------- */

/* ---------- S: Color ---------- */
.b-navy {
  background-color: #182987;
}
/* ---------- E: Color ---------- */