@charset "UTF-8";
/* NO CSS*/
::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 2.5rem;
}

::-webkit-scrollbar-thumb {
  background-color: #AF125F;
  border-radius: 2.5rem;
}

@media (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 850px) {
  html.allmenu-open {
    overflow: hidden;
  }
  html.allmenu-open #header .utility .mypage {
    display: flex;
  }
  html.allmenu-open #header .utility-search-wrap {
    opacity: 1;
    visibility: visible;
  }
}
html.allmenu-open #header .utility-allmenu i::before {
  content: "\eb98";
}
html.allmenu-open .allmenu {
  visibility: visible;
  opacity: 1;
}
html.search-open #header #gnb {
  display: none;
}
html.search-open #header .utility-search > button i::before {
  content: "\eb98";
}
html.search-open #header .utility-search-wrap {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1024px) {
  #wrap {
    overflow: hidden;
  }
}

.layout {
  width: 160rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1640px) {
  .layout {
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .layout {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .layout {
    padding: 0 16px;
  }
}

#header {
  width: 100%;
  height: 10rem;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
#header .layout {
  width: 180rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1800px) {
  #header .layout {
    padding: 0 20px;
  }
}
#header #logo {
  flex-shrink: 0;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
#header #logo a {
  width: 27.8rem;
}
@media (max-width: 768px) {
  #header #logo a {
    width: 20rem;
  }
}
#header #logo a .sejong {
  margin-bottom: 2rem;
}
#header #gnb {
  height: 100%;
}
#header #gnb > ul {
  height: 100%;
  display: flex;
  align-items: center;
}
#header #gnb > ul > li {
  height: 100%;
  padding: 0 2rem;
}
#header #gnb > ul > li.active .depth2 {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  z-index: 1;
}
#header #gnb > ul > li.active > a > span {
  color: #AF125F;
}
#header #gnb > ul > li.active > a > span::before {
  width: 100%;
}
#header #gnb > ul > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.8rem;
  white-space: nowrap;
}
#header #gnb > ul > li > a > span {
  position: relative;
}
#header #gnb > ul > li > a > span::before {
  content: "";
  width: 0;
  height: 2px;
  background: #AF125F;
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  transition: 0.25s;
}
#header #gnb > ul > li > a .icon {
  color: #AF125F;
  font-weight: 600;
}
#header #gnb > ul > li > a .icon::after {
  content: "";
  width: 4rem;
  height: 2.1rem;
  background: url(/public/images/layout/open-icon.svg) no-repeat center center/contain;
  position: absolute;
  right: -1.5rem;
  top: -1.6rem;
}
#header #gnb .depth2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 10rem;
  padding: 2.4rem;
  transition: 0.2s;
  z-index: -1;
}
#header #gnb .depth2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#header #gnb .depth2 > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem 8rem;
}
#header #gnb .depth2 > ul > li > a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #424242;
}
#header #gnb .depth3 {
  margin-top: 1rem;
}
#header #gnb .depth3 > ul {
  display: flex;
  flex-direction: column;
}
#header #gnb .depth3 > ul > li {
  padding-left: 0.8rem;
  border-left: 1px solid #ddd;
  line-height: 1.4;
}
#header #gnb .depth3 > ul > li > a {
  display: block;
  padding: 2px 0;
  color: #9e9e9e;
  font-weight: 500;
}
#header .utility {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
#header .utility .mypage {
  display: flex;
  align-items: center;
  margin: 0 -1.6rem;
  margin-right: 0.8rem;
}
#header .utility .mypage a {
  font-weight: 500;
  padding: 0 1.6rem;
  position: relative;
}
#header .utility .mypage a::before {
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#header .utility .mypage a:first-of-type::before {
  display: none;
}
#header .utility-login {
  font-size: 2.4rem;
  color: #616161;
}
#header .utility-search > button {
  font-size: 2.4rem;
  color: #616161;
}
#header .utility-search-wrap {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 10rem;
  padding: 6rem 3rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
@media (max-width: 850px) {
  #header .utility-search-wrap {
    top: 121px;
  }
}
#header .utility-search-wrap > div {
  width: 56rem;
  max-width: 100%;
  padding-bottom: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
  border-bottom: 2px solid #222;
}
#header .utility-search-wrap > div input {
  width: 100%;
  height: 3rem;
  border: 0;
}
#header .utility-search-wrap > div input::placeholder {
  color: #9e9e9e;
}
#header .utility-search-wrap > div button {
  font-size: 2.8rem;
}
#header .utility-allmenu {
  color: #AF125F;
  font-size: 2.4rem;
}
@media (max-width: 1640px) {
  #header #gnb > ul > li {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1450px) {
  #header #gnb {
    display: none;
  }
}
@media (max-width: 850px) {
  #header {
    height: 64px;
  }
  #header #logo {
    width: 31rem;
    gap: 5px;
  }
  #header #logo > img {
    width: 10px;
  }
  #header .utility {
    gap: 6px;
  }
  #header .utility .mypage {
    display: none;
    position: fixed;
    width: 100%;
    top: 64px;
    height: 57px;
    left: 0;
    margin: 0;
    background: #af125f;
  }
  #header .utility .mypage a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
  }
  #header .utility .mypage a::before {
    display: none;
  }
  #header .utility .mypage a:first-of-type {
    border-left: 0;
  }
  #header .utility .mypage a span {
    position: relative;
    padding-left: 30px;
  }
  #header .utility .mypage a span::before {
    font-family: "remixicon";
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    top: -5px;
    font-weight: 400;
  }
  #header .utility .mypage a span.loginn::before {
    content: "\eece";
  }
  #header .utility .mypage a span.join::before {
    content: "\f264";
  }
  #header .utility .mypage a span.logout::before {
    content: "\eeda";
  }
  #header .utility .mypage a span.mypagee::before {
    content: "\f0e8";
  }
  #header .utility-search > button {
    display: none;
  }
  #header .utility-search-wrap {
    padding: 16px;
    background: #F6F8F9;
  }
  #header .utility-search-wrap > div {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #FFF;
    height: 46px;
    padding: 0 16px;
  }
  #header .utility-search-wrap > div button {
    font-size: 20px;
    color: #9e9e9e;
  }
}

#footer .footer-slide {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  gap: 4rem;
}
#footer .footer-slide .swiper-wrapper {
  transition-timing-function: linear;
}
#footer .footer-slide .swiper-slide {
  width: auto;
}
#footer .footer-slide-btn {
  display: flex;
}
#footer .footer-slide-btn button {
  width: 2rem;
  height: 2rem;
  background: #eee;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #616161;
  border-right: 0;
}
#footer .footer-slide-btn button:last-of-type {
  border-right: 1px solid #ddd;
}
#footer .footer-slide-btn .play {
  display: none;
}
#footer .footer-bottom .top-btn {
  height: 4.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #AF125F;
  padding: 0 2.4rem;
  color: #fff;
  line-height: 1.2;
}
#footer .footer-bottom .top-btn i {
  font-size: 2rem;
}
#footer .footer-bottom-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#footer .footer-bottom-link::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #393838;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#footer .footer-bottom-link > ul {
  display: flex;
  align-items: center;
}
#footer .footer-bottom-link > ul > li > a {
  height: 4.8rem;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
#footer .footer-bottom-link > ul > li > a:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#footer .footer-bottom-link > ul > li .privacy {
  background: #AF125F;
  color: #fff;
  font-weight: 700;
}
#footer .footer-bottom-info {
  padding: 4rem 0 6rem;
  position: relative;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .footer-bottom-info::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #191919;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
#footer .footer-bottom-info > div {
  display: flex;
  align-items: center;
  gap: 4rem;
}
#footer .footer-bottom-info address > span {
  padding-left: 1.2rem;
  margin-left: 1.2rem;
  position: relative;
}
#footer .footer-bottom-info address > span::before {
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #555;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#footer .footer-bottom-info .footer-logo1 {
  width: 27.8rem;
}
#footer .footer-bottom-info .footer-logo2 {
  width: 10.5rem;
}
@media (max-width: 850px) {
  #footer .footer-slide {
    padding: 40px 0 32px;
    position: relative;
  }
  #footer .footer-slide > strong {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
  }
  #footer .footer-slide-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  #footer .footer-bottom .top-btn {
    display: none;
  }
  #footer .footer-bottom-link > ul {
    width: 100vw;
    flex-wrap: wrap;
    margin: 0 -40px;
  }
}
@media (max-width: 850px) and (max-width: 768px) {
  #footer .footer-bottom-link > ul {
    margin: 0 -16px;
  }
}
@media (max-width: 850px) {
  #footer .footer-bottom-link > ul > li {
    width: 50%;
  }
  #footer .footer-bottom-link > ul > li:first-of-type {
    width: 100%;
  }
  #footer .footer-bottom-link > ul > li > a {
    height: 48px;
    justify-content: center;
    font-size: 14px;
  }
  #footer .footer-bottom-info {
    padding: 40px 20px;
    flex-direction: column;
    gap: 24px;
  }
  #footer .footer-bottom-info > div {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    font-size: 14px;
    line-height: 1.4;
  }
  #footer .footer-bottom-info > div address > span {
    display: block;
    padding-left: 0;
    margin-left: 0;
  }
  #footer .footer-bottom-info > div address > span::before {
    display: none;
  }
  #footer .footer-bottom-info > div .copy {
    display: block;
    margin-top: 12px;
  }
  #footer .footer-bottom-info .footer-logo1 {
    width: 20rem;
  }
  #footer .footer-bottom-info .footer-logo2 {
    width: 105px;
  }
}

.allmenu {
  width: 100%;
  position: fixed;
  top: 10rem;
  background: #fff;
  z-index: 5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.allmenu-gnb {
  overflow-y: auto;
}
.allmenu-gnb > ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(4, auto);
  gap: 4rem 8rem;
  justify-content: center;
}
.allmenu-gnb > ul > li:nth-of-type(7) {
  grid-row: 1/3;
}
.allmenu-gnb > ul > li > a {
  font-size: 2rem;
  font-weight: 500;
  color: #424242;
  line-height: 1.4;
}
.allmenu-gnb > ul > li.active > a {
  color: #AF125F;
  font-weight: 700;
}
.allmenu-gnb .depth2 {
  margin-top: 1rem;
  line-height: 1.4;
}
.allmenu-gnb .depth2 > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.allmenu-gnb .depth2 > ul > li.active > a {
  color: #AF125F;
}
.allmenu-gnb .depth2 > ul > li > a {
  font-weight: 500;
  color: #9E9E9E;
}
.allmenu-gnb .depth2 > ul > li > a:hover {
  color: #AF125F;
}
.allmenu-gnb .depth3 {
  margin-top: 1rem;
}
.allmenu-gnb .depth3 > ul {
  display: flex;
  flex-direction: column;
}
.allmenu-gnb .depth3 > ul > li {
  padding-left: 0.8rem;
  border-left: 1px solid #ddd;
  line-height: 1.4;
}
.allmenu-gnb .depth3 > ul > li > a {
  display: block;
  padding: 2px 0;
  color: #9e9e9e;
  font-weight: 500;
}
@media (max-width: 850px) {
  .allmenu {
    top: 200px;
    padding: 0;
  }
  .allmenu-gnb {
    height: calc(100vh - 64px - 79px - 57px);
  }
  .allmenu-gnb > ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .allmenu-gnb > ul > li {
    border-bottom: 1px solid #ddd;
  }
  .allmenu-gnb > ul > li.active .depth2 {
    display: block;
  }
  .allmenu-gnb > ul > li.active > a {
    background: #AF125F;
    color: #fff;
  }
  .allmenu-gnb > ul > li.active > a::before {
    content: "\f1ae";
    color: #fff;
  }
  .allmenu-gnb > ul > li.active > a > span.icon::before {
    color: #fff000;
  }
  .allmenu-gnb > ul > li > a {
    display: block;
    padding: 16px;
    font-weight: 600;
    color: #424242;
    position: relative;
  }
  .allmenu-gnb > ul > li > a::before {
    content: "\ea6e";
    font-family: "remixicon";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    font-size: 20px;
    font-weight: 400;
    color: #9e9e9e;
  }
  .allmenu-gnb > ul > li > a > span {
    position: relative;
  }
  .allmenu-gnb > ul > li > a > span.icon::before {
    content: "OPEN";
    font-size: 10px;
    font-weight: 700;
    color: #AF125F;
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
  }
  .allmenu-gnb .depth2 {
    padding: 16px;
    background: #F6F8F9;
    margin-top: 0;
    display: none;
  }
  .allmenu-gnb .depth2 > ul > li.active .depth3 {
    display: block;
  }
  .allmenu-gnb .depth2 > ul > li:has(.depth3) > a {
    position: relative;
  }
  .allmenu-gnb .depth2 > ul > li:has(.depth3) > a::before {
    content: "\ea6e";
    font-family: "remixicon";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    font-size: 20px;
    font-weight: 400;
    color: #9e9e9e;
  }
  .allmenu-gnb .depth2 > ul > li:has(.depth3).active > a::before {
    content: "\f1ae";
  }
  .allmenu-gnb .depth2 > ul > li > a {
    display: block;
    padding: 7.5px 16px;
    font-size: 18px;
    color: #616161;
  }
  .allmenu-gnb .depth3 {
    margin-top: 0;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    display: none;
  }
  .allmenu-gnb .depth3 > ul {
    gap: 16px;
  }
  .allmenu-gnb .depth3 > ul > li {
    padding-left: 0;
    border-left: 0;
  }
  .allmenu-gnb .depth3 > ul > li > a {
    font-size: 16px;
    color: #616161;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: #AF125F;
  border: 1px solid #AF125F;
  padding: 1.2rem 3.2rem;
  border-radius: 5rem;
  font-weight: 500;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
.btn > span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #AF125F;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn:hover {
  color: #fff;
}
.btn:hover > span {
  width: 40rem;
  height: 40rem;
}
.btn:active {
  background-color: #AF125F;
}

.t-red {
  color: #AF125F;
}

@keyframes up {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes down {
  0% {
    transform: translateY(-5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes left {
  0% {
    transform: translateX(-5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes right {
  0% {
    transform: translateX(5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.t-up,
.t-down {
  overflow: hidden;
}
.t-up em,
.t-down em {
  opacity: 0;
}

.i-up,
.i-down,
.i-left,
.i-right {
  opacity: 0;
}

.section.active .t-up em {
  display: block;
  animation: up 0.8s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s;
}
.section.active .t-down em {
  display: block;
  animation: down 0.8s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s;
}
.section.active .i-up {
  animation: up 0.8s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s;
}
.section.active .i-down {
  animation: down 0.8s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s;
}
.section.active .i-left {
  animation: left 0.8s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s;
}
@media (max-width: 850px) {
  .section.active .i-left {
    animation: up 0.8s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s;
  }
}
.section.active .i-right {
  animation: right 0.8s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s;
}
@media (max-width: 850px) {
  .section.active .i-right {
    animation: up 0.8s cubic-bezier(0.3, 0, 0.2, 1) both 0.5s;
  }
}

#sub {
  padding-top: 10rem;
}
@media (max-width: 850px) {
  #sub {
    padding-top: 64px;
  }
}
#sub > .layout {
  margin-top: 6rem;
  margin-bottom: 12rem;
}

.sub-visual {
  position: relative;
  z-index: 2;
}
.sub-visual.sub01 .sub-visual-wrap::before {
  background: #6E6B91;
}
.sub-visual.sub02 .sub-visual-wrap::before {
  background: #CC97B1;
}
.sub-visual.sub02 .sub-visual-wrap::after {
  background-image: url(/public/images/layout/sub-visual-img02.png);
  width: 48.8rem;
}
.sub-visual.sub03 .sub-visual-wrap::before {
  background: #48A5B2;
}
.sub-visual.sub03 .sub-visual-wrap::after {
  background-image: url(/public/images/layout/sub-visual-img03.png);
  width: 56.4rem;
}
.sub-visual.sub04 .sub-visual-wrap::before {
  background: #B77B7B;
}
.sub-visual.sub04 .sub-visual-wrap::after {
  background-image: url(/public/images/layout/sub-visual-img04.png);
  width: 58.6rem;
}
.sub-visual.sub05 .sub-visual-wrap::before {
  background: #A887A9;
}
.sub-visual.sub05 .sub-visual-wrap::after {
  background-image: url(/public/images/layout/sub-visual-img05.png);
  width: 47.1rem;
}
.sub-visual.sub06 .sub-visual-wrap::before {
  background: #555F9E;
}
.sub-visual.sub06 .sub-visual-wrap::after {
  background-image: url(/public/images/layout/sub-visual-img06.png);
  width: 81.2rem;
}
.sub-visual.sub07 .sub-visual-wrap::before {
  background: #C4A474;
}
.sub-visual.sub07 .sub-visual-wrap::after {
  background-image: url(/public/images/layout/sub-visual-img07.png);
  width: 46.4rem;
}
.sub-visual.sub08 .sub-visual-wrap::before {
  background: #AB9595;
}
.sub-visual.sub08 .sub-visual-wrap::after {
  background-image: url(/public/images/layout/sub-visual-img08.png);
  width: 73.3rem;
}
.sub-visual.sub09 .sub-visual-wrap::before {
  background: #959AAB;
}
.sub-visual.sub09 .sub-visual-wrap::after {
  background-image: url(/public/images/layout/sub-visual-img09.png);
  width: 59rem;
}
.sub-visual.sub10 .sub-visual-wrap::before {
  background: #87A1A9;
}
.sub-visual.sub10 .sub-visual-wrap::after {
  background-image: url(/public/images/layout/sub-visual-img10.png);
  width: 43.9rem;
}
.sub-visual.sub11 .sub-visual-wrap::before {
  background: linear-gradient(92deg, #AF125F 0%, #0E3267 176.63%);
}
.sub-visual.sub11 .sub-visual-wrap::after {
  background-image: url(/public/images/layout/sub-visual-img11.png);
  width: 47.9rem;
}
.sub-visual-wrap {
  padding: 8rem 0 10.8rem;
  position: relative;
}
.sub-visual-wrap::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: linear-gradient(92deg, #AF125F 0%, #0E3267 176.63%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.sub-visual-wrap::after {
  content: "";
  width: 60.8rem;
  height: 103%;
  background: url(/public/images/layout/sub-visual-img01.png) no-repeat center center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .sub-visual-wrap::after {
    display: none;
  }
}
.sub-visual-wrap h2 {
  font-size: 4.44rem;
  color: #fff;
  font-family: "SEBANG Gothic";
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .sub-visual-wrap h2 {
    font-size: 35px;
  }
}
.sub-visual-depth {
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 1.2rem;
  padding: 0 2rem;
  box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.06);
  margin-top: -3.6rem;
  position: relative;
}
.sub-visual-depth > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.sub-visual-depth > div:has(.print) {
  gap: 0;
}
@media (max-width: 640px) {
  .sub-visual-depth > div:has(.share) {
    display: none;
  }
}
.sub-visual-depth-home {
  color: #AF125F;
  font-size: 2rem;
  margin-right: 1.6rem;
}
.sub-visual-depth-list {
  position: relative;
}
.sub-visual-depth-list.active button {
  background: #F6F8F9;
}
.sub-visual-depth-list.active button::before {
  transform: translateY(-50%) rotate(180deg);
}
.sub-visual-depth-list.active > ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.sub-visual-depth-list button {
  min-width: 21.5rem;
  border-radius: 0.6rem;
  padding: 1rem 5.5rem 1rem 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #616161;
  letter-spacing: -0.048rem;
  text-align: left;
  position: relative;
}
.sub-visual-depth-list button::before {
  content: "\ea4e";
  font-family: "remixicon";
  font-size: 2.4rem;
  line-height: 1;
  color: #bdbdbd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
  transition: 0.3s;
}
.sub-visual-depth-list button::after {
  content: "";
  width: 1px;
  height: 1.4rem;
  background: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.4rem;
}
.sub-visual-depth-list > ul {
  display: none;
  width: 100%;
  background: #fff;
  padding: 1.2rem;
  border-radius: 1.2rem;
  margin-top: 1.9rem;
  box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  z-index: 2;
}
.sub-visual-depth-list > ul > li > a {
  display: block;
  padding: 1rem;
  border-radius: 0.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #616161;
  letter-spacing: -0.048rem;
  transition: 0.1s;
}
.sub-visual-depth-list > ul > li > a:hover {
  background: #F6F8F9;
}
.sub-visual-depth .share {
  display: none;
  position: relative;
}
.sub-visual-depth .share.active .share-list {
  display: flex;
}
.sub-visual-depth .share button {
  font-size: 2rem;
  color: #616161;
}
.sub-visual-depth .share-list {
  display: none;
  flex-direction: column;
  gap: 1rem;
  background: #fff;
  padding: 1rem;
  border-radius: 0.8rem;
  box-shadow: 0.4rem 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sub-visual-depth .share-list > li {
  font-size: 2rem;
}
.sub-visual-depth .urlCopy {
  font-size: 2rem;
  color: #616161;
}
.sub-visual-depth .print {
  margin-left: 2rem;
  padding-left: 2rem;
  font-size: 2rem;
  color: #616161;
  position: relative;
}
.sub-visual-depth .print::before {
  content: "";
  width: 1px;
  height: 2rem;
  background: #E0E0E0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 850px) {
  .sub-visual-depth {
    width: calc(100% + 80px);
    margin-left: -40px;
    border-radius: 0;
  }
  .sub-visual-depth-list button {
    width: 18rem;
    min-width: auto;
    padding: 1rem 3rem 1rem 1.5rem;
  }
  .sub-visual-depth-list button::before {
    font-size: 18px;
    right: 5px;
  }
  .sub-visual-depth .print {
    display: none;
  }
}
@media (max-width: 768px) {
  .sub-visual-depth {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .sub-visual-depth-list:nth-of-type(n+2) {
    display: none;
  }
}

.sub-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  margin-bottom: 2.4rem;
}
.sub-title h3 {
  font-size: 3.2rem;
  font-family: "SEBANG Gothic";
  font-weight: 400;
  line-height: 1.2;
}
.sub-title-depth > ul {
  display: flex;
  align-items: center;
  margin: 0 -1.2rem;
}
.sub-title-depth > ul > li {
  padding: 0 1.2rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.042rem;
  color: #9E9E9E;
  position: relative;
}
.sub-title-depth > ul > li:last-of-type::before {
  display: none;
}
.sub-title-depth > ul > li::before {
  content: "\ea6e";
  font-family: "remixicon";
  color: #E0E0E0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.pi-popup {
  border: 0;
  border-radius: 1.6rem;
  overflow: hidden;
  height: auto !important;
}

.pi-popup-btn-container .pi-popup-bar {
  display: none;
}
.pi-popup-btn-container .pi-popup-btn {
  width: 100%;
  padding: 0;
  background: #F6F8F9;
  display: flex;
  /* 보여질 부분의 스타일을 추가하면 된다. */
}
.pi-popup-btn-container .pi-popup-btn input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pi-popup-btn-container .pi-popup-btn input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 2.3rem;
  cursor: pointer;
  color: #424242;
  font-size: 1.6rem;
  color: #aaa;
}
.pi-popup-btn-container .pi-popup-btn input[type=checkbox] + label::before {
  content: "\eb80";
  font-family: "remixicon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 1.7rem;
  color: #ddd;
}
.pi-popup-btn-container .pi-popup-btn input[type=checkbox]:checked + label {
  color: #222;
}
.pi-popup-btn-container .pi-popup-btn input[type=checkbox]:checked + label::before {
  color: #AF125F;
}
.pi-popup-btn-container .pi-popup-btn .today {
  width: 50%;
  height: 5.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pi-popup-btn-container .pi-popup-btn > a {
  width: 50%;
  height: 5.9rem;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border-left: 1px solid #D1D5DB;
}