:root {
  --jamsil: "TheJamsil";
  --remix: "remixicon";
  --blue: #2165CC;
  --green1: #266E61;
  --dark-green: #0F3E46;
  --grey1: #767676;
}

.fp-viewing-secondPage .header,
.fp-viewing-thirdPage .header,
.fp-viewing-fourthPage .header,
.fp-viewing-footer .header {
  background: #fff !important;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.08);
}
.fp-viewing-secondPage .header .logo a,
.fp-viewing-thirdPage .header .logo a,
.fp-viewing-fourthPage .header .logo a,
.fp-viewing-footer .header .logo a {
  background-image: url(/main/img/layout/logo.webp);
}
.fp-viewing-secondPage .header-menu .gnb-menu > li > a,
.fp-viewing-thirdPage .header-menu .gnb-menu > li > a,
.fp-viewing-fourthPage .header-menu .gnb-menu > li > a,
.fp-viewing-footer .header-menu .gnb-menu > li > a {
  color: #111;
}
.fp-viewing-secondPage .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed,
.fp-viewing-thirdPage .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed,
.fp-viewing-fourthPage .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed,
.fp-viewing-footer .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: #555;
}
.fp-viewing-secondPage .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span::after,
.fp-viewing-thirdPage .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span::after,
.fp-viewing-fourthPage .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span::after,
.fp-viewing-footer .header-util-lang .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span::after {
  color: #555;
}

.fp-viewing-firstPage #fp-nav,
.fp-viewing-footer #fp-nav {
  display: none !important;
}

.fp-viewing-thirdPage #fp-nav ul li a.active span {
  border-color: #fff;
  background: #fff;
}
.fp-viewing-thirdPage #fp-nav ul li a span {
  border-color: #fff;
}
.fp-viewing-thirdPage #fp-nav .fp-tooltip.right {
  color: #fff;
}

.layout {
  width: 148rem;
}

.btn-scroll a {
  display: block;
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  z-index: 10;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  transform: translateY(-100%);
  transition: 0.3s;
}
.btn-scroll a:hover, .btn-scroll a:active, .btn-scroll a:focus {
  z-index: 1000;
  clip: auto;
  width: 10rem;
  height: 5rem;
  line-height: 5rem;
  margin: 0 auto;
  background: #333;
  color: #fff;
  transform: translateY(0);
}
.btn-scroll:last-child a {
  top: auto;
  bottom: 30px;
  transform: translateY(100%);
}

#fp-nav {
  right: 4rem;
}
#fp-nav ul {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}
#fp-nav ul li {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
}
#fp-nav ul li:first-of-type, #fp-nav ul li:last-of-type {
  display: none;
}
#fp-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fp-nav ul li a span {
  width: 1rem !important;
  height: 1rem !important;
  background: transparent;
  border: 1px solid #757575;
  margin: 0 !important;
  position: static;
}
#fp-nav ul li a.active span {
  border-color: #111;
  background: #111;
}
#fp-nav ul li a.active + .fp-tooltip {
  display: block;
}
#fp-nav .fp-tooltip.right {
  display: none;
  position: static;
  opacity: 1;
  width: auto;
  writing-mode: vertical-lr;
  font-family: var(--jamsil);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03rem;
  color: #111;
}

@media (max-width: 1024px) {
  .section {
    height: auto !important;
  }
  .section .fp-tableCell {
    height: auto !important;
  }
}

#section01 {
  position: relative;
  color: #fff;
}
#section01 .layout {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 9.8rem;
  padding-bottom: 25.8rem;
}
#section01 .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#section01 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  #section01 .swiper-slide img {
    object-position: 66%;
  }
}
#section01 .swiper-btn {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
#section01 .swiper-button {
  display: none;
}
#section01 .swiper-button.active {
  display: block;
}
#section01 .swiper-pagination {
  position: static;
  width: auto;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
#section01 .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  font-weight: 800;
  opacity: 0.6;
}
#section01 .swiper-pagination-bullet-active {
  opacity: 1;
}
#section01 .visual-title {
  font-family: var(--jamsil);
  margin-bottom: 5.7rem;
}
#section01 .visual-title-txt {
  font-size: 2.2rem;
  letter-spacing: -0.11rem;
  font-weight: 300;
  margin-bottom: 1.6rem;
}
#section01 .visual-title h2 {
  font-size: 8rem;
  line-height: 1.3;
}
#section01 .visual-box {
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 2.4rem 2.4rem 0 0;
  background: rgba(33, 101, 204, 0.5);
  backdrop-filter: blur(16.5px);
  overflow: hidden;
}
#section01 .visual-box-info {
  width: 68.9189189189%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.2rem;
  padding: 6rem 8rem;
}
#section01 .visual-box-info .tab-btn {
  font-size: 2.2rem;
  font-family: var(--jamsil);
  opacity: 0.6;
  font-weight: 700;
}
#section01 .visual-box-info .tab-btn.active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 1rem;
}
#section01 .visual-box-info .tab-cont {
  width: 100%;
  order: 10000;
  display: none;
}
#section01 .visual-box-info .tab-cont.active {
  display: block;
}
#section01 .visual-box-info .tab-cont-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#section01 .visual-box-info .tab-cont-list > li > a {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
#section01 .visual-box-info .tab-cont-list > li > a .label {
  padding: 0 1.4rem;
  border-radius: 3rem;
  background: #FFF;
  color: #13346A;
  font-weight: 600;
  line-height: 1.5;
}
#section01 .visual-box-info .tab-cont-list > li > a .title {
  flex: 1;
  font-weight: 600;
  padding-right: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  padding-left: 1.7rem;
  position: relative;
}
#section01 .visual-box-info .tab-cont-list > li > a .title::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1rem;
  transition: 0.2s;
}
#section01 .visual-box-info .tab-cont-list > li > a .date {
  font-size: 1.6rem;
  opacity: 0.7;
}
#section01 .visual-box-info .tab-cont-list > li > a:hover .title, #section01 .visual-box-info .tab-cont-list > li > a:focus-visible .title {
  text-decoration: underline;
  text-underline-position: under;
}
#section01 .visual-box-info .tab-cont-list > li > a:hover .title::before, #section01 .visual-box-info .tab-cont-list > li > a:focus-visible .title::before {
  background: rgba(255, 255, 255, 0.5);
}
#section01 .visual-box-info .tab-more {
  display: none;
  margin-left: auto;
  font-size: 2.4rem;
  order: 100;
}
#section01 .visual-box-info .tab-more.active {
  display: block;
}
#section01 .visual-box-list {
  width: 27.027027027%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 8rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#section01 .visual-box-list ul {
  width: 24rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
#section01 .visual-box-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
#section01 .visual-box-list ul li a:hover, #section01 .visual-box-list ul li a:focus-visible {
  border-color: #fff;
}
#section01 .visual-box-list ul li a:hover::after, #section01 .visual-box-list ul li a:focus-visible::after {
  animation: arrow 0.5s ease-in-out infinite;
}
@keyframes arrow {
  0% {
    right: 0;
  }
  50% {
    right: 0.7rem;
  }
  100% {
    right: 0;
  }
}
#section01 .visual-box-list ul li a::after {
  content: "\ea6e";
  font-family: var(--remix);
  font-size: 2.4rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#section01 .visual-box-popup {
  width: 6rem;
  background: #146EF5;
  padding: 1rem 2rem;
  position: relative;
}
#section01 .visual-box-popup > span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-weight: 500;
}
#section01 .visual-box-popup > span strong {
  color: #7FE921;
}
@media (max-width: 1480px) {
  #section01 .visual-box-info {
    padding: 5rem 4rem;
  }
  #section01 .visual-box-list {
    width: 21.6216216216%;
    padding: 0 4rem;
  }
}
@media (max-width: 1280px) {
  #section01 .visual-box-info {
    width: 50%;
  }
  #section01 .visual-box-list {
    width: 28%;
  }
}
@media (max-width: 1024px) {
  #section01 .layout {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }
  #section01 .visual-wrap {
    margin: 15rem 0;
  }
  #section01 .visual-box {
    width: calc(100% + 80px);
    margin-left: -40px;
    position: static;
  }
}
@media (max-width: 768px) {
  #section01 .visual-title h2 {
    font-size: 45px;
  }
  #section01 .visual-box {
    width: calc(100% + 40px);
    margin-left: -20px;
    flex-direction: column;
  }
  #section01 .visual-box > * {
    width: 100%;
  }
  #section01 .visual-box > div {
    padding: 4rem 3rem;
  }
  #section01 .visual-box-list {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1.4rem !important;
  }
  #section01 .visual-box-list ul {
    width: 100%;
  }
  #section01 .visual-box-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
  }
  #section01 .visual-box-popup span {
    position: static;
    transform: none;
  }
}

.title-wrap {
  margin-bottom: 4rem;
  text-align: center;
}
.title-wrap .h3 {
  font-family: var(--jamsil);
  font-size: 6rem;
}
.title-wrap p {
  font-size: 2.4rem;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .title-wrap .h3 {
    font-size: 36px;
  }
  .title-wrap p {
    font-size: 20px;
  }
}

#section02 {
  background: #fff;
}
#section02 .sec2-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 0.8rem;
}
#section02 .sec2-tab > a {
  height: 5.4rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-radius: 3rem;
  border: 1px solid #D7DAE0;
  color: #888;
  font-weight: 600;
  transition: 0.2s;
}
#section02 .sec2-tab > a:hover, #section02 .sec2-tab > a:focus-visible {
  background: #f3f3f3;
}
#section02 .sec2-tab > a.active {
  background: #111;
  border-color: #111;
  color: #fff;
}
#section02 .sec2-tab > a img {
  width: 3rem;
}
#section02 .sec2-tab-cont {
  width: 100%;
  order: 10000;
  display: flex;
  gap: 2.4rem;
}
#section02 .sec2-tab-cont .category {
  font-family: var(--jamsil);
  font-size: 1.6rem;
  color: #6EB82C;
  text-decoration: underline;
  text-underline-position: under;
}
#section02 .sec2-tab-cont .title {
  font-size: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 3rem;
}
#section02 .sec2-tab-cont .gallery {
  width: 49.4594594595%;
}
#section02 .sec2-tab-cont .gallery ul {
  height: 100%;
  display: flex;
  gap: 2.4rem;
}
#section02 .sec2-tab-cont .gallery-item {
  width: calc(50% - 1.2rem);
}
#section02 .sec2-tab-cont .gallery-item > a {
  aspect-ratio: 35/50;
  display: flex;
  align-items: flex-end;
  border-radius: 2rem;
  border: 1px solid #ddd;
  position: relative;
}
#section02 .sec2-tab-cont .gallery-item > a:hover .arrow, #section02 .sec2-tab-cont .gallery-item > a:focus-visible .arrow {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
#section02 .sec2-tab-cont .gallery-item .img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
#section02 .sec2-tab-cont .gallery-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section02 .sec2-tab-cont .gallery-item .info {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  border-radius: 0 0 2rem 2rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 18.5%, rgba(0, 0, 0, 0) 100%);
  position: relative;
}
#section02 .sec2-tab-cont .gallery-item .category {
  margin-bottom: 1rem;
}
#section02 .sec2-tab-cont .gallery-item .date {
  color: #666;
  font-size: 1.6rem;
  position: absolute;
  left: 3rem;
  bottom: 3rem;
}
#section02 .sec2-tab-cont .gallery-item .arrow {
  padding: 2rem 0 0 2rem;
  background: #fff;
  border-radius: 2rem 0 0 0;
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translate(2rem, 2rem);
  transition: 0.3s;
}
#section02 .sec2-tab-cont .gallery-item .arrow i {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 2rem;
}
#section02 .sec2-tab-cont .gallery-item .arrow::before, #section02 .sec2-tab-cont .gallery-item .arrow::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(/main/img/main/border.png) no-repeat center center/contain;
  position: absolute;
  transform: rotate(-90deg);
}
#section02 .sec2-tab-cont .gallery-item .arrow::before {
  left: -2.4rem;
  bottom: 0;
}
#section02 .sec2-tab-cont .gallery-item .arrow::after {
  right: 0;
  top: -2.4rem;
}
#section02 .sec2-tab-cont .list {
  width: 49.1891891892%;
  display: flex;
  align-items: center;
  padding: 0 4rem;
  border-radius: 2rem;
  border: 4px solid #F9F9F9;
}
#section02 .sec2-tab-cont .list ul {
  width: 100%;
}
#section02 .sec2-tab-cont .list ul li {
  border-bottom: 2px dotted #ddd;
}
#section02 .sec2-tab-cont .list ul li:last-child {
  border-bottom: none;
}
#section02 .sec2-tab-cont .list ul li a {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 4rem 0;
  position: relative;
}
#section02 .sec2-tab-cont .list ul li a:hover::after, #section02 .sec2-tab-cont .list ul li a:focus-visible::after {
  background: #111;
  color: #fff;
}
#section02 .sec2-tab-cont .list ul li a::after {
  content: "\ea6c";
  font-family: var(--remix);
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 2rem;
  color: #404040;
  transition: 0.2s;
}
#section02 .sec2-tab-cont .list ul li a .title {
  padding-right: 5rem;
}
@media (max-width: 1280px) {
  #section02 {
    height: auto !important;
    padding: 13rem 0;
  }
  #section02 .fp-tableCell {
    height: auto !important;
  }
  #section02 .sec2-tab-cont {
    flex-direction: column;
  }
  #section02 .sec2-tab-cont > div {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #section02 .sec2-tab-cont .gallery-item .info {
    padding: 3rem 2rem;
  }
  #section02 .sec2-tab-cont .list {
    padding: 0 3rem;
  }
  #section02 .sec2-tab-cont .list ul li a {
    padding: 3rem 0;
  }
}
@media (max-width: 480px) {
  #section02 .sec2-tab-cont .gallery ul {
    gap: 1.5rem;
  }
  #section02 .sec2-tab-cont .gallery-item {
    width: calc(50% - 0.75rem);
  }
  #section02 .sec2-tab-cont .gallery-item .info {
    padding: 1rem;
  }
  #section02 .sec2-tab-cont .gallery-item .arrow {
    display: none;
  }
  #section02 .sec2-tab-cont .gallery-item .title {
    font-size: 1.8rem;
    padding-right: 0;
  }
  #section02 .sec2-tab-cont .list {
    padding: 0 2rem;
  }
}

#section03 {
  background: var(--blue);
  position: relative;
}
#section03::before {
  content: "";
  width: 105rem;
  height: 68rem;
  background: url(/main/img/main/sec3-bg.webp) no-repeat center bottom/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  opacity: 0.2;
}
#section03 .layout {
  display: flex;
  align-items: flex-start;
}
#section03 .title-wrap {
  width: calc(100% - 73rem);
  padding-right: 4rem;
  padding-top: 4rem;
  color: #fff;
  text-align: left;
}
#section03 .sec3-btn {
  width: 73rem;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4rem;
}
#section03 .sec3-btn > a {
  width: calc(50% - 2rem);
  min-height: 37rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
#section03 .sec3-btn > a:first-child {
  margin-top: 25%;
}
#section03 .sec3-btn > a:last-child {
  margin-top: -25%;
}
#section03 .sec3-btn > a:hover .sec3-btn-arrow, #section03 .sec3-btn > a:focus-visible .sec3-btn-arrow {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
#section03 .sec3-btn-item {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 0.4rem 1rem rgba(57, 96, 119, 0.05);
}
#section03 .sec3-btn-item .img {
  width: 100%;
  border-radius: 1.4rem;
  background: #f6f6f6;
  text-align: center;
  overflow: hidden;
}
#section03 .sec3-btn-item .title {
  font-size: 2.4rem;
  font-family: var(--jamsil);
  margin-top: 2.2rem;
  padding: 0 1.4rem;
}
#section03 .sec3-btn-item .desc {
  font-size: 1.6rem;
  color: #555;
  margin-top: 0.6rem;
  padding: 0 1.4rem;
}
#section03 .sec3-btn-arrow {
  padding: 2rem 0 0 2rem;
  background: var(--blue);
  border-radius: 2rem 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(2rem, 2rem);
  transition: 0.3s;
}
#section03 .sec3-btn-arrow::before, #section03 .sec3-btn-arrow::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(/main/img/main/border-blue.png) no-repeat center center/contain;
  position: absolute;
  transform: rotate(-90deg);
}
#section03 .sec3-btn-arrow::before {
  left: -2.4rem;
  bottom: 0;
}
#section03 .sec3-btn-arrow::after {
  right: 0;
  top: -2.4rem;
}
#section03 .sec3-btn-arrow i {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  #section03 {
    padding: 13rem 0;
  }
  #section03 .sec3-btn {
    width: 60rem;
  }
  #section03 .title-wrap {
    width: calc(100% - 60rem);
  }
}
@media (max-width: 1024px) {
  #section03 .layout {
    flex-direction: column;
  }
  #section03 .layout > div {
    width: 100% !important;
  }
  #section03 .title-wrap {
    padding: 0;
  }
  #section03 .title-wrap br {
    display: none;
  }
}
@media (max-width: 768px) {
  #section03 .sec3-btn {
    gap: 2rem;
  }
  #section03 .sec3-btn > a {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 580px) {
  #section03 .sec3-btn > a {
    width: 100%;
  }
  #section03 .sec3-btn > a:first-child {
    margin-top: 0;
  }
  #section03 .sec3-btn > a:last-child {
    margin-top: 0;
  }
}

#section04 {
  background: #E3EEFF;
  position: relative;
}
#section04::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/main/img/main/sec4-bg.webp) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
}
#section04 .sec4-list {
  display: flex;
  gap: 3.2rem;
  margin-bottom: 4rem;
}
#section04 .sec4-list-item {
  width: 100%;
  min-height: 32rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4.8rem 4rem;
  padding-bottom: 16rem;
  border-radius: 2rem;
  background: #fff;
  position: relative;
}
#section04 .sec4-list-item:hover .title::after, #section04 .sec4-list-item:focus-visible .title::after {
  width: 100%;
}
#section04 .sec4-list-item::before {
  content: "\ea6c";
  font-family: var(--remix);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  position: absolute;
  bottom: 5rem;
  left: 4rem;
}
#section04 .sec4-list-item:nth-of-type(1) .title::after {
  background: #111;
}
#section04 .sec4-list-item:nth-of-type(2) {
  background: var(--blue);
  color: #fff;
}
#section04 .sec4-list-item:nth-of-type(2) .desc {
  color: #fff;
}
#section04 .sec4-list-item:nth-of-type(3) {
  background: #6EB82C;
  color: #fff;
}
#section04 .sec4-list-item:nth-of-type(3) .desc {
  color: #fff;
}
#section04 .sec4-list-item .sub-title {
  font-family: var(--jamsil);
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
#section04 .sec4-list-item .title {
  font-family: var(--jamsil);
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 1.4rem;
  position: relative;
}
#section04 .sec4-list-item .title::after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
#section04 .sec4-list-item .desc {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #666;
}
#section04 .sec4-list-item > img {
  width: 21.7rem;
  position: absolute;
  bottom: 0;
  right: 1rem;
}
#section04 .sec4-btn {
  display: flex;
  gap: 3rem;
  padding-top: 4rem;
  border-top: 2px dashed rgba(0, 0, 0, 0.5);
}
#section04 .sec4-btn > a {
  width: 100%;
  height: 8.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.6rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  transition: 0.2s;
}
#section04 .sec4-btn > a:hover, #section04 .sec4-btn > a:focus-visible {
  background: #111;
  border-color: #111;
  color: #fff;
}
#section04 .sec4-btn > a::after {
  content: "\ea6c";
  font-family: var(--remix);
  font-size: 2rem;
}
#section04 .sec4-btn > a span {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  #section04 {
    padding: 13rem 0;
  }
  #section04 .sec4-list {
    gap: 2rem;
  }
  #section04 .sec4-list-item {
    padding-bottom: 11rem;
  }
  #section04 .sec4-list-item > img {
    width: 15rem;
  }
}
@media (max-width: 1024px) {
  #section04 .sec4-list {
    flex-direction: column;
  }
}