@charset "utf-8";
.body-main {
  position: relative;
}

.main-sec {
  position: relative;
}
.main-sec::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.07);
  position: absolute;
  top: 0;
  left: 25%;
}
.main-sec::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.07);
  position: absolute;
  top: 0;
  left: 75%;
  z-index: 1;
}
.txt-blue {
  color: #014099;
  vertical-align: baseline;
}
.txt-green {
  color: #6eb92b;
  vertical-align: baseline;
}

#section01::after,
#section01::before {
  display: none;
}
#section03::after,
#section03::before {
  display: none;
}
#section02 {
  background: url("../images/main/main__section02-bg.png") no-repeat top / cover;
}
.main__cs {
  background: url("../images/main/section04-bg02.jpg") no-repeat center / cover;
}

/* 알코판넬 뉴스 */
.util-wrap {
  position: absolute;
  right: -485px;
  bottom: 0;
  height: 243px;
  display: flex;
  z-index: 500;
  transition: 0.5s;
}
.util-wrap.active {
  right: 0;
}
.util-wrap .tit-box {
  display: flex;
  height: 100%;
  width: 185px;
}
.util-wrap .tit-box a {
  width: 100%;
  height: 100%;
  display: flex;
}
.util-wrap .tit-box .tri-box {
  position: relative;
  width: 55px;
  height: 243px;
  border-left: 55px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 243px solid #fff;
}
.util-wrap .tit-box .tri-box::before {
  content: "";
  position: absolute;
  width: 74px;
  height: 154px;
  bottom: -243px;
  left: -93px;
  background: url("../images/main/util-bg-before.png") no-repeat bottom;
  background-size: contain;
}

.util-wrap .tit-box .sq-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% - 55px);
  height: 100%;
  background-color: #fff;
}
.util-wrap .tit-box .sq-box::after {
  content: "";
  position: absolute;
  left: 42%;
  top: 65px;
  transform: translateX(-50%);
  width: 30px;
  height: 18px;
  background: url("../images/main/util-arrow_l.png") no-repeat center / contain;
}
.util-wrap .tit-box .sq-box .btn-txt {
  margin-top: 45px;
  color: #7e7e7e;
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  font-family: "MappoDPPA";
}
.util-wrap .tit-box .sq-box .btn-txt em {
  color: #222;
  font-size: 18px;
  line-height: 2;
}
.util-wrap.active .tit-box .sq-box::after {
  background: url("../images/main/util-arrow_r.png") no-repeat center / contain;
}

.util-wrap .list-box {
  overflow: hidden;
  position: relative;
  width: 480px;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.util-wrap .list-box .list-item {
  border-left: solid 1px #e6e6e6;
  padding: 0 45px;
  overflow: hidden;
}
.util-wrap .list-box .a-news-list {
  display: flex;
  list-style: none;
  transition: transform 0.5s ease;
  overflow: hidden;
}
.util-wrap .list-box .a-news {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.util-wrap .list-box .a-news .a-news-tit {
  font-size: 25px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
}
.util-wrap .list-box .a-news .a-news-txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #959595;
  line-height: 1.2;
}
.util-wrap .list-box .a-news .a-news-txt p {
  line-height: 1.2;
}
.util-wrap .list-box .a-news .a-news-day {
  margin-top: 24px;
  font-style: italic;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  line-height: 1.2;
}
.util-wrap .btn-box {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  padding: 20px;
}
.util-wrap .btn-box .btn-item {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.util-wrap .btn-box .btn-item:nth-child(2) {
  margin-left: 10px;
}
.util-wrap .btn-box .btn-item:nth-child(3) {
  margin-left: 5px;
}
.util-wrap .btn-box .btn {
  font-size: 0;
}
.util-wrap .btn-box .btn-item.prev .btn {
  width: 13px;
  height: 22px;
  background: url(../images/main/util-prev.png) no-repeat center / contain;
}
.util-wrap .btn-box .btn-item.next .btn {
  width: 13px;
  height: 22px;
  background: url(../images/main/util-next.png) no-repeat center / contain;
}
.util-wrap .btn-box .btn-item.list .btn {
  width: 22px;
  height: 22px;
  background: url(../images/main/util-list.png) no-repeat center / contain;
}

.util-wrap .btn-box .btn-item.list a {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .util-wrap {
    display: none;
  }
}
@media (max-width: 480px) {
  .util-wrap {
    right: -200px;
  }
  .util-wrap .list-box {
    width: 200px;
  }
  .util-wrap .tit-box .tri-box::before {
    display: none;
  }
}

/* 비쥬얼 페이지네이션 */
.visual-dot {
  margin-top: 2rem;
}
.visual-dot .slick-dots {
  display: flex;
  column-gap: 1.2rem;
  justify-content: center;
}
.visual-dot button {
  display: flex;
  width: 5rem;
  padding: 2rem 0;
  font-size: 0;
  background-color: transparent;
  border: none;
}
.visual-dot button::before {
  width: 100%;
  height: 3px;
  margin: auto;
  background-color: var(--color-white-a4);
  content: "";
  transition: all 0.3s;
}
.visual-dot li:not(.slick-active) button:hover::before {
  background-color: var(--color-white-a8);
}
.visual-dot li.slick-active button::before {
  background-color: #fff;
}

@media (max-width: 1620px) {
  .main-sec::after {
    left: calc(50% - 700px);
  }
  .main-sec::before {
    left: calc(50% + 700px);
  }
}
@media (max-width: 1440px) {
  .main-sec::after {
    left: 20px;
  }
  .main-sec::before {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 640px) {
  .right-util .btn {
    width: 40px;
    height: 40px;
    background-size: 40%;
  }
  .right-util .btn.nth-2 {
    background-size: 40%;
  }
}

.main__visual {
  position: relative;
  padding: 0;
}
.visual-slide {
  height: 100vh;
  height: 100svh;
  min-height: 600px;
}
.visual-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  background: #222 no-repeat center/cover;
  transform: scale(1.1);
  transition: all 4s linear;
  position: absolute;
  left: 0;
  top: 0;
}
.visual-slide-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black-a4);
}
.visual-01 {
  background-image: url(../images/main/main__visual01.png);
}
.visual-02 {
  background-image: url(../images/main/main__visual02.png);
}
.visual-03 {
  background-image: url(../images/main/main__visual03.png);
}
.visual-on .visual-slide-img {
  transform: scale(1.01);
}

.visual-txt {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-family: var(--font-mapodppa);
}
.visual-tit {
  font-size: 6.4rem;
  color: #fff;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.main__visual-nav {
  position: absolute;
  bottom: 10vh;
  left: 45px;
}
.main__visual-scroll {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
  font-weight: 550;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  cursor: pointer;
}
.main__visual-scroll::before {
  position: absolute;
  content: "";
  bottom: 90px;
  left: 50%;
  transform: rotate(180deg) translateX(50%);
  width: 20px;
  height: 31px;
  background: url("../images/main/scroll-btn.png") no-repeat center;
  background-size: contain;
}
.main__visual-nav:hover {
  animation: scroll-ani 1s linear infinite;
}
.main__visual-link {
  position: relative;
}
.main__visual-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 90px;
  font-size: 26px;
  background-color: #6eb92b;
  color: #fff;
  margin-top: 50px;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%) skew(-15deg);
  transition: 0.3s;
}
.main__visual-link:hover {
  background-color: #014099;
}
.main__visual-link span {
  margin-right: 10px;
  transform: skew(15deg);
  font-family: "MapoDPPA";
  font-weight: 400;
}

.main__visual-link img {
  transform: skew(15deg);
}
@keyframes scroll-ani {
  100% {
    bottom: 90px;
  }
  0% {
    bottom: 110px;
  }
}
@media (max-width: 1024px) {
  .main__visual-control {
    bottom: 35%;
  }
  .visual-tit {
    font-size: 5rem;
  }
  .main__visual-link {
    padding: 25px 40px;
    margin-top: 0;
  }
  .main__visual-link span {
    font-size: 20px;
  }
  .main__visual-link img {
    height: 15px;
  }
}
@media (max-width: 768px) {
  .main__visual-link {
    padding: 20px 35px;
    margin-top: 0;
  }
  .main__visual-link > span {
    font-size: 18px;
  }
  .main__visual-link > img {
    height: 10px;
  }
  .main__visual-nav {
    display: none;
  }
}
@media (max-width: 640px) {
  .visual-tit {
    font-size: 4.2rem;
  }
  .visual-tit br {
    display: none;
  }
}
@media (max-width: 480px) {
  .main__visual-control {
    bottom: 25%;
  }
  .main__visual-link {
    padding: 20px 20px;
    margin-top: 0;
    bottom: 5%;
  }
  .main__visual-link > span {
    font-size: 14px;
  }
  .main__visual-link > img {
    height: 10px;
  }
}

/* 섹션 02 */
.section-inner.introduction-inner {
  max-width: 1400px;
  margin: 0 auto 100px;
}
#section02 .main__title {
  position: relative;
  width: 25%;
  margin-right: 80px;
}
#section02 .main__title h2 {
  font-family: "MapoDPPA";
  font-size: 48px;
  line-height: 1.2; /* letter-spacing: 0.05em; */
  color: #222;
  font-weight: 600;
}
#section02 .main__title p {
  margin-top: 40px;
  font-size: 17px;
  line-height: 1.5; /* letter-spacing: 0.025em; */
  color: #969696;
  font-weight: 500;
}
#section02 .main__title .experience-btn {
  position: absolute;
  bottom: -80px;
  left: -280px;
  width: 500px;
  background-color: #222;
  transform: skew(-10deg);
}
#section02 .main__title .experience-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 125px;
}
#section02 .main__title .experience-btn a p {
  position: relative;
  margin: 0;
  transform: skew(10deg);
  display: inline-block;
  padding: 20px 0;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "MapoDPPA";
}
#section02 .main__title .experience-btn a p::after {
  content: "";
  position: absolute;
  right: -75px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 22px;
  background: url("../images/main/sec02-arrow-ex.png") no-repeat center /
    contain;
}
#section02 .main__title .experience-btn:hover {
  background-color: #014099;
}

#section02 .introduction-inner {
  display: flex;
  flex-wrap: wrap;
}
#section02 .introduction-list {
  width: calc(75% - 80px);
  position: relative;
}
#section02 .introduction-list .li-wrap {
  z-index: 2;
  display: block;
  transform: skew(-10deg);
  width: 300px;
  height: 475px;
  background-color: #014099;
  position: relative;
}
/* #section02 .introduction-list .li-wrap::before { z-index: 3; content: ""; position: absolute; left: 40px; top: 50%; transform: translateY(-40%) skew(10deg); width: 1211px; height: 303px; background: url("../images/main/sec02-bg-txt.png") no-repeat center / contain; } */
#section02 .introduction-list .li-wrap .li-box {
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 75px;
  transform: translateY(-50%);
}
#section02 .introduction-list .li-wrap .li-box .li-item {
  cursor: pointer;
  display: block;
  width: 280px;
  font-size: 22px;
  position: relative;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-family: "MapoDPPA";
  padding: 15px 30px 20px;
  line-height: 1;
}
#section02 .introduction-list .li-wrap .li-box .li-item.active {
  color: #014099;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(73, 73, 73, 0.2);
}

#section02 .img-box {
  position: absolute;
  top: -50px;
  left: 350px;
  z-index: 10;
}
#section02 .img-item {
  display: none;
  margin: 50px auto;
}
#section02 .img-item.active {
  display: block;
}
#section02 .img-item img {
  min-width: 720px;
  min-height: 460px;
}
#section02 .img-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#section02 .img-item p a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background-color: #222;
  padding: 8px 20px;
  transition: 0.3s;
}
#section02 .img-item p a:hover {
  background-color: #6eb92b;
}
#section02 .img-item p a span {
  display: block;
}
#section02 .introduction-list-nav {
  z-index: 1;
  position: absolute;
  top: 85px;
  left: -95px;
  display: block;
  transform: skew(-10deg);
  width: 300px;
  height: 475px;
  background-color: #6eb92b;
}
#section02 .introduction-list-nav .nav-btn {
  display: flex;
  position: absolute;
  bottom: 35px;
  right: 50px;
  transform: skew(10deg);
}
#section02 .introduction-list-nav .nav-btn .nav {
  cursor: pointer;
}
#section02 .introduction-list-nav .nav-btn .nav.prev {
  font-size: 0;
  width: 11px;
  height: 18px;
  background: url(../images/main/sec02-prv.png) no-repeat center / contain;
}
#section02 .introduction-list-nav .nav-btn .nav.count {
  cursor: initial;
  margin: 0 35px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 550;
}
#section02 .introduction-list-nav .nav-btn .nav.count .txt-wgreen {
  margin: 0 6px;
  font-size: 10px;
  color: #d2edb9;
  line-height: 15px;
}
#section02 .introduction-list-nav .nav-btn .nav.next {
  font-size: 0;
  width: 11px;
  height: 18px;
  background: url(../images/main/sec02-next.png) no-repeat center / contain;
}
@media (max-width: 1620px) {
  .section-inner.introduction-inner {
    margin: 0 20px;
  }
  #section02 .img-box {
    left: 300px;
  }
  #section02 .introduction-list .li-wrap,
  #section02 .introduction-list-nav {
    width: 250px;
  }
  #section02 .introduction-list .li-wrap .li-box .li-item {
    width: 250px;
    font-size: 20px;
    padding: 15px 30px 15px;
  }
  #section02 .introduction-list .li-wrap .li-box {
    left: 50px;
  }
}
@media (max-width: 1520px) {
  #section02 .img-box {
    left: 200px;
  }
  #section02 .img-item img {
    min-width: 440px;
    min-height: 230px;
  }
  #section02 .introduction-list .li-wrap,
  #section02 .introduction-list-nav {
    width: 200px;
    height: 400px;
  }
  #section02 .introduction-list-nav {
    top: 65px;
    left: -65px;
  }
  #section02 .introduction-list-nav .nav-btn {
    bottom: 25px;
    right: 25px;
  }
  #section02 .introduction-list .li-wrap .li-box .li-item {
    width: 200px;
    font-size: 18px;
    padding: 15px 20px 15px;
  }
  #section02 .introduction-list .li-wrap .li-box {
    left: 25px;
  }
}
@media (max-width: 1280px) {
  #section02 .introduction-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    padding: 8rem 0 16rem;
  }
  #section02 .main__title {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #section02 .main__title h2 br:first-child,
  #section02 .main__title p br:nth-child(1),
  #section02 .main__title p br:nth-child(2),
  #section02 .main__title p br:nth-child(4) {
    display: none;
  }
  #section02 .img-box {
    left: 300px;
    top: -50px;
    width: 75%;
  }
  #section02 .img-item img {
    min-width: 360px;
  }
  #section02 .img-item p {
    align-items: center;
    row-gap: 20px;
  }
}
@media (max-width: 1024px) {
  #section02 .introduction-list .li-wrap,
  #section02 .introduction-list-nav {
    height: 300px;
  }
  #section02 .introduction-list .li-wrap .li-box .li-item {
    font-size: 16px;
  }
  #section02 .img-box {
    left: 250px;
    top: -100px;
  }
  #section02 .img-item p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #section02 .main__title h2 {
    font-size: 48px;
  }
  #section02 .main__title p {
    font-size: 16px;
  }
  #section02 .img-box {
    width: 85%;
    left: 180px;
    top: -50px;
  }
  #section02 .introduction-list .li-wrap {
    transform: none;
    right: 100px;
  }
  #section02 .introduction-list-nav {
    left: -65px;
    transform: none;
  }
  #section02 .introduction-list .li-wrap .li-box .li-item {
    font-size: 15px;
  }
  #section02 .img-item p {
    font-size: 14px;
  }
  #section02 .introduction-list-nav .nav-btn {
    bottom: 15px;
    right: 25px;
    transform: skew(0);
  }
  #section02 .introduction-list .li-wrap::before {
    display: none;
  }
  #section02 .img-item img {
    min-width: 280px;
  }
  #section02 .img-item p a span {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  #section02 .main__title h2 {
    font-size: 40px;
  }
  #section02 .main__title p {
    font-size: 14px;
  }
  #section02 .img-box {
    left: 100px;
    top: -80px;
  }
  #section02 .introduction-list .li-wrap,
  #section02 .introduction-list-nav {
    width: 150px;
    height: 250px;
  }
  #section02 .introduction-list-nav {
    left: -75px;
    display: none;
  }
  #section02 .introduction-list .li-wrap .li-box {
    left: 0;
  }
  #section02 .introduction-list .li-wrap .li-box .li-item {
    width: 100%;
    padding: 15px;
  }
  #section02 .img-item img {
    min-width: 180px;
    min-height: 150px;
  }
}
@media (max-width: 480px) {
}

/* 섹션03 */
.main__system {
  padding: 0;
}
.main__system .top {
  display: flex;
}
.main__system .top-item {
  width: 50%;
}
.main__system .top-item.nth-1 {
  padding-left: 25%;
  background: url("../images/main/main__section03-bg0102.png") no-repeat center /
    cover;
}
.main__system .top-item.nth-2 {
  padding-right: 25%;
  background: url("../images/main/main__section03-bg02.png") no-repeat center /
    cover;
}

.main__system .system-btn_box {
  display: flex;
}
.main__system .system-btn_box .btn {
  margin-right: 10px;
}
.main__system .system-btn_box .btn:last-child {
  margin-right: 0;
}

.main__system .top-item .main__title {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-end;
  padding: 150px 45px 80px;
  min-height: 450px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.main__system .top-item.nth-1 .main__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  row-gap: 167px;
}
.main__system .top-item:nth-child(1) .main__title {
  text-align: right;
}
.main__system .top-item:nth-child(2) .main__title {
  justify-content: flex-start;
}
.main__system .top-item .main__title h2 {
  font-family: "MapoDPPA";
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
.main__system .top-item .main__title p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.4;
}

.main__system .top-item.nth-2 .main__title {
  background: #014099;
}
.main__system .top-item .main__title:hover {
  background: rgba(0, 0, 0, 0);
}

.main__system .top-item .btn a {
  display: block;
  padding: 16px 34px;
  border: 1px solid #fff;
  font-family: "MapoDPPA";
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.main__system .top-item .btn span {
  vertical-align: baseline;
  font-weight: 500;
}
.main__system .top-item .btn:hover a {
  background: #014099;
  color: #fff;
  border: #014099 1px solid;
}

.main__system .bottom {
  font-family: "MapoDPPA";
  padding: 0 25% 0 25%;
  background: url("../images/main/main__section03-bg03.png") no-repeat left;
  background-size: cover;
  position: relative;
}
.main__system .bottom::after {
  display: block;
  content: "";
  width: 25%;
  height: 100%;
  background: url("../images/main/main__section03-bg0402.png") no-repeat center /
    cover;
  position: absolute;
  top: 0;
  right: 0;
}

.main__system .bottom-inner {
  padding: 140px 0;
  position: relative;
  border-left: 1px solid #f2f2f2;
}
.main__system .bottom-inner::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 50%;
}

.main__system .bottom .main__title {
  padding: 0 54px 0 50%;
  text-align: right;
}
.main__system .bottom .main__title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.main__system .bottom .main__title h6 {
  display: inline-block;
  padding: 15px 0;
  margin: 20px 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #10335b;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.main__system .bottom .main__title p {
  font-size: 18px;
  font-weight: 400;
  color: #30486a;
  line-height: 1.4; /* letter-spacing: 0.015em; */
  font-family: "pretendard", "Montserrat", "Noto Sans KR", "Malgun Gothic",
    "돋움", "dotum", "sans-serif";
}

.main__system .bottom .btn-wrap {
  margin-top: 56px;
  font-size: 0;
  position: relative;
  z-index: 1;
}
.main__system .bottom .btn {
  display: inline-block;
  width: 50%;
}
.main__system .bottom .btn a {
  display: block;
  padding: 50px 10px;
  text-align: center;
  background: #000;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.main__system .bottom .btn.nth-2 a {
  background: #231815;
}

.main__system .bottom .btn:hover a {
  background: #014099;
}
.main__system .bottom .btn.nth-2:hover a {
  background: rgb(110, 185, 43);
}

.main__system .bottom .btn span {
  padding-left: 82px;
  position: relative;
  font-weight: 500;
}
.main__system .bottom .btn span::after {
  display: block;
  content: "";
  width: 54px;
  height: 51px;
  background: url("../images/main/system-ico01.png") no-repeat left bottom;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main__system .bottom .btn.nth-2 span::after {
  background: url("../images/main/system-ico02.png") no-repeat left bottom;
}

.main__system .bottom-shortcut {
  position: absolute;
  width: 400px;
  height: 140px;
  top: 140px;
  left: 27%;
  background: url("../images/main/bottom-shortcut-bg.png") no-repeat center /
    contain;
  transition: 0.3s;
}
.main__system .bottom-shortcut:hover {
  background: url("../images/main/bottom-shortcut-hover-bg.png") no-repeat
    center / contain;
}
.main__system .bottom-shortcut a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__system .bottom-shortcut .shortcut-inner {
  position: relative;
  margin-bottom: 12px;
  padding-left: 35px;
  margin-left: 20px;
}
.main__system .bottom-shortcut .shortcut-inner h6 {
  font-size: 26px;
  color: #fff;
}
.main__system .bottom-shortcut .shortcut-inner p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Montserrat", "Noto Sans KR", "Malgun Gothic", "돋움", "dotum",
    "sans-serif";
}
.main__system .bottom-shortcut .shortcut-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 41px;
  height: 41px;
  background: url("../images/main/bottom-shortcut-icon.png") no-repeat center;
  background-size: contain;
}
.main__system .bottom-shortcut .shortcut-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 49px;
  height: 17px;
  background: url("../images/main/bottom-shortcut-arrow.png") no-repeat center;
  background-size: contain;
}

@media only screen and (max-width: 1620px) {
  .main__system .top-item.nth-1 {
    display: flex;
    justify-content: flex-end;
    padding: 0;
  }
  /* .main__system .top-item.nth-2 { padding: 0; } */
  .main__system .top-item .main__title {
    max-width: 700px;
  }

  .main__system .bottom {
    padding: 0;
  }
  .main__system .bottom::after {
    right: auto;
    left: calc(50% + 700px);
  }
  .main__system .bottom-inner {
    max-width: 1400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1440px) {
  .main__system .top-item.nth-1 .main__title {
    margin-left: 20px;
  }
  .main__system .top-item.nth-2 .main__title {
    margin-right: 20px;
    width: 100%;
  }

  .main__system .bottom-inner {
    margin: 0 20px;
    padding: 100px 0;
  }
  .main__system .bottom .main__title {
    padding-right: 45px;
  }
}

@media only screen and (max-width: 1240px) {
  .main__system .bottom .main__title h2 {
    font-size: 40px;
  }
  .main__system .bottom .main__title h6 {
    font-size: 18px;
  }
  .main__system .bottom .main__title p {
    font-size: 16px;
  }

  .main__system .bottom .btn a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .main__system .top-item .main__title {
    padding: 45px;
    min-height: 400px;
  }
  .main__system .top-item .main__title h2 {
    font-size: 30px;
  }
  .main__system .top-item .btn a {
    font-size: 15px;
  }

  .main__system .bottom-inner {
    padding: 70px 0;
  }
  .main__system .bottom .main__title {
    padding-left: 30%;
  }
  .main__system .bottom-shortcut {
    width: 350px;
    left: 20px;
  }
  .main__system .bottom-shortcut .shortcut-inner {
    padding-left: 0;
    margin-left: 0;
  }
  .main__system .bottom-shortcut .shortcut-inner::after {
    bottom: 25px;
    width: 40px;
    right: -50px;
  }
  .main__system .bottom-shortcut .shortcut-inner h6 {
    font-size: 22px;
  }
  .main__system .bottom-shortcut .shortcut-inner::before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .main__system .top-item .main__title {
    min-height: 370px;
  }
  .main__system .top-item .main__title p {
    font-size: 15px;
  }
  .main__system .top-item.nth-1 .main__title {
    row-gap: 140px;
  }
  .main__system .bottom {
    background-position: 30% 0;
  }
  .main__system .bottom .main__title {
    padding-right: 0;
  }
  .main__system .bottom .main__title h2 {
    font-size: 30px;
  }
  .main__system .bottom .main__title h6 {
    font-size: 16px;
  }
  .main__system .bottom .btn a {
    padding: 40px 10px;
  }
  .main__system .bottom .btn span {
    padding-left: 60px;
  }
  .main__system .bottom .btn span::after {
    background-size: contain;
    height: 44px;
  }
  .main__system .bottom .btn.nth-2 span::after {
    background-size: contain;
  }
  .main__system .bottom-shortcut {
    display: none;
  }
  .main__system .bottom .main__title {
    padding: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .main__system .top {
    flex-wrap: wrap;
  }
  .main__system .top-item {
    width: 100%;
  }
  .main__system .top-item .main__title {
    min-height: 1px;
  }
  .main__system .top-item .main__title h2 {
    font-size: 24px;
  }
  .main__system .top-item .btn {
    margin-top: 40px;
  }
  .main__system .top-item .btn a {
    font-size: 14px;
  }
  .main__system .top-item.nth-1 .main__title {
    row-gap: 0;
  }
  .main__system .bottom {
    background-position: 45% 0;
  }
  .main__system .bottom-inner::before {
    display: none;
  }
  .main__system .bottom .main__title {
    padding-left: 0;
  }
  .main__system .bottom .btn {
    width: 100%;
  }
  .main__system .bottom .btn a {
    padding: 30px 10px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .main__system .top-item .main__title {
    padding: 35px 30px;
  }
  .main__system .top-item .main__title h2 {
    font-size: 20px;
  }
  .main__system .top-item .btn a {
    font-weight: 300;
  }

  .main__system .bottom {
    background-position: 60% 0;
  }
  .main__system .bottom .main__title h2 {
    font-size: 24px;
  }
  .main__system .bottom .main__title h6 {
    font-size: 14px;
  }
  .main__system .bottom .btn a {
    font-weight: 300;
  }
}

/* 섹션04 */
.main__cs {
  font-family: "MapoDPPA";
  font-weight: 700;
  padding: 150px 25%;
}
.main__cs .main__title {
  color: #fff;
  width: 50%;
  padding: 0 40px;
}
.main__cs .main__title h2 {
  font-size: 50px;
}
.main__cs .main__title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 20px;
  font-family: "pretendard", "Montserrat", "Noto Sans KR", "Malgun Gothic",
    "돋움", "dotum", "sans-serif";
}

.cs-wrap {
  display: flex;
  margin-top: 70px;
  position: relative;
  z-index: 5;
}
.cs-wrap .cs-btn-wrap {
  padding: 0 55px;
  width: 50%;
}
.cs-wrap .btn-wrap.nth-1 .btn {
  transform: skew(-15deg);
  background: #014099;
  transition: 0.3s;
}
.cs-wrap .btn-wrap.nth-1 .btn a {
  display: block;
  transform: skew(15deg);
  padding: 40px 30px;
  color: #fff;
  font-size: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cs-wrap .btn-wrap.nth-1 .btn:last-child {
  background: #4b7ec5;
}
.cs-wrap .btn-wrap.nth-1 .btn a::after {
  display: block;
  content: "";
  width: 48px;
  height: 17px;
  background: url("../images/common/arrow03.png") no-repeat center;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.cs-wrap .btn-wrap.nth-1 .btn a span {
  padding-left: 60px;
  position: relative;
  font-weight: 500;
}
.cs-wrap .btn-wrap.nth-1 .btn a span::after {
  display: block;
  content: "";
  width: 41px;
  height: 39px;
  background: url("../images/main/cs-ico01.png") no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cs-wrap .btn-wrap.nth-1 .btn:last-child a span::after {
  width: 35px;
  height: 35px;
  background: url("../images/main/cs-ico02.png") no-repeat center;
}
.cs-wrap .btn-wrap.nth-1 .btn:hover {
  background: #6eb92b;
}

.cs-wrap .btn-wrap.nth-2 {
  margin-top: 30px;
  display: flex;
  border-top-left-radius: 20px;
}
.cs-wrap .btn-wrap.nth-2 .btn {
  width: 33%;
  transform: skew(-15deg);
  background: #fff;
  transition: 0.3s;
}
.cs-wrap .btn-wrap.nth-2 .btn + .btn {
  margin-left: 1px;
}
.cs-wrap .btn-wrap.nth-2 .btn a {
  transform: skew(15deg);
  display: block;
  text-align: center;
  padding: 30px 10px;
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
.cs-wrap .btn-wrap.nth-2 .btn:hover {
  background: #014099;
}
.cs-wrap .btn-wrap.nth-2 .btn:hover a {
  color: #fff;
}

.cs-menu {
  font-size: 0;
  width: 50%;
  border-top: 1px solid rgba(100, 100, 101, 0.5);
}
.cs-menu .cs-item {
  display: inline-block;
  width: 50%;
  height: 50%;
  border-bottom: 1px solid rgba(100, 100, 101, 0.5);
}
.cs-menu .cs-item:nth-of-type(even) {
  border-left: 1px solid rgba(100, 100, 101, 0.5);
  font-weight: 500;
}
.cs-menu .cs-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.cs-menu .cs-item a i {
  display: inline-block;
  margin-right: 24px;
  width: 47px;
  height: 47px;
  background: url("../images/main/cs-ico03-2.svg") no-repeat center;
}
.cs-menu .cs-item.nth-2 a i {
  width: 43px;
  height: 48px;
  background: url("../images/main/cs-ico04.png") no-repeat center;
}
.cs-menu .cs-item.nth-3 a i {
  width: 44px;
  height: 48px;
  background: url("../images/main/cs-ico05-2.svg") no-repeat center;
}
.cs-menu .cs-item.nth-4 a i {
  width: 49px;
  height: 53px;
  background: url("../images/main/cs-ico06.png") no-repeat center;
}

.cs-menu .cs-item:nth-of-type(1) a:hover,
.cs-menu .cs-item:nth-of-type(4) a:hover {
  background: #6eb92b;
}
.cs-menu .cs-item:nth-of-type(2) a:hover,
.cs-menu .cs-item:nth-of-type(3) a:hover {
  background: #014099;
}

@media only screen and (max-width: 1620px) {
  .main__cs {
    padding: 150px 0;
  }
  .main__cs .section-inner {
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1440px) {
  .main__cs .section-inner {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1240px) {
  .main__cs .main__title,
  .cs-wrap .cs-btn-wrap {
    padding-left: 0;
  }
  .main__cs .main__title h2 {
    font-size: 40px;
  }
  .cs-wrap .btn-wrap.nth-1 .btn a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .main__cs .main__title {
    width: 100%;
  }
  .cs-wrap .cs-btn-wrap {
    padding-right: 20px;
  }
  .cs-menu .cs-item a {
    font-size: 16px;
  }
  .cs-menu .cs-item a i {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .main__cs {
    padding: 100px 0;
  }
  .cs-wrap {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .cs-wrap .cs-btn-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .main__cs .main__title h2 {
    font-size: 30px;
  }
  .main__cs .main__title p {
    font-weight: 300;
    margin-top: 10px;
  }
  .cs-menu {
    width: 100%;
  }
  .cs-menu .cs-item a {
    height: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .cs-wrap .btn-wrap.nth-1 .btn a {
    font-weight: 300;
  }
}
@media only screen and (max-width: 480px) {
  .main__cs {
    padding: 70px 0;
  }
  .main__cs .main__title {
    padding: 0;
  }
  .main__cs .main__title h2 {
    font-size: 24px;
  }
  .main__cs .main__title p {
    font-size: 14px;
  }
  .cs-wrap .btn-wrap.nth-1 .btn a {
    padding: 30px 20px 30px;
  }
  .cs-wrap .btn-wrap.nth-1 .btn a::after {
    top: 70%;
    right: 20px;
  }
  .cs-wrap .btn-wrap.nth-2 {
    flex-wrap: wrap;
  }
  .cs-wrap .btn-wrap.nth-2 .btn {
    width: 100%;
  }
  .cs-wrap .btn-wrap.nth-2 .btn + .btn {
    margin: 1px 0 0;
  }
  .cs-wrap .btn-wrap.nth-2 .btn a {
    padding: 20px 10px;
  }

  .cs-menu .cs-item {
    width: 100%;
    height: auto;
    border: 1px solid rgba(100, 100, 101, 0.5);
    border-top: 0;
  }
}

#myModal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

#myModal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
  height: 230px;
  position: relative;
}

#myModal .modal-content .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

#myModal .modal-content p {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #014099;
}

#myModal .link {
  text-align: center;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#myModal .link > a {
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

#myModal .link > a:first-child {
  background-color: #014099;
}

#myModal .link > a:last-child {
  background-color: #6eb92b;
}

#myModal .close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
  vertical-align: baseline;
  transition: 0.3s;
}

#myModal .close:hover,
#myModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
