.bottomModalArea {
  display: block;
  width: 100%;
  height: 352px;
  background-size: cover;
}

.bottomModalArea.type011 {
  background: url("../../images/img-modalBg-type01-1.svg") no-repeat center;
}
.bottomModalArea.type012 {
  background: url("../../images/img-modalBg-type01-2.svg") no-repeat center;
}
.bottomModalArea.type013 {
  background: url("../../images/img-modalBg-type01-3.svg") no-repeat center;
}
.bottomModalArea.type014 {
  background: url("../../images/img-modalBg-type01-4.svg") no-repeat center;
}

.bottomModalArea .bottomModalCont {
  height: 100%;
  max-width: 1440px;
  padding: 60px 20px;
  box-sizing: border-box;
  margin: 0 auto; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.bottomModalArea .bottomModalCont .leftCont {
  font-weight: 600;
  color: #fff;
  font-size: 36px;
  line-height: 43px;
}

.bottomModalArea .bottomModalCont .leftCont > span {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #E9EAEB;
}

.bottomModalArea .bottomModalCont .leftCont > span.block {
  display: block;
}

.bottomModalArea .bottomModalCont .rightCont{
  display: flex;
  gap: 16px;
}

.bottomModalArea .bottomModalCont .rightCont li {
  position: relative;
  width: 299px;
  display: flex;
  align-items: center;
  padding: 32px;
  height: 192px;
  background-size: contain;
  box-sizing: border-box;
  border-radius: 16px;
  cursor: pointer;
}

.rightCont .nextIcon {
  position: absolute;
  right: 0;
}

.bottomModalArea .bottomModalCont .rightCont li > button {
  text-align: left;
}

.bottomModalArea .bottomModalCont .rightCont li.blue {
  background: url("../../images/img-smallBg-blue.svg") no-repeat center;
}
.bottomModalArea .bottomModalCont .rightCont li.sky {
  background: url("../../images/img-smallBg-sky.svg") no-repeat center;
}
.bottomModalArea .bottomModalCont .rightCont li.green{
  background: url("../../images/img-smallBg-green.svg") no-repeat center;
}
.bottomModalArea .bottomModalCont .rightCont li.ligthBlue {
  background: url("../../images/img-smallBg-lightblue.png") no-repeat center;
}

.bottomModalArea .bottomModalCont .rightCont li span {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
}
.bottomModalArea .bottomModalCont .rightCont li p {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
}

/* landing */
.bottomModalArea02 ul {
  display: flex;
}

.bottomModalArea02 li {
  width: calc(100% / 2);
  height: 486px;
}
.bottomModalArea02 li:nth-of-type(1){
  display: block;
  background: url("../../images/landing/img-bottom-bg01.svg") no-repeat center;
}
.bottomModalArea02 li:nth-of-type(2){
  display: block;
  background: url("../../images/landing/img-bottom-bg02.svg") no-repeat center;
}

.bottomModalArea02 .txtArea {
  width: fit-content;
  margin: 120px auto;
}

.bottomModalArea02 li:nth-of-type(1) {
  text-align: left;
}
.bottomModalArea02 li:nth-of-type(2) {
  text-align: right;
}

.bottomModalArea02 .txtArea h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}

.bottomModalArea02 .txtArea h3 > span {
  display: block;
}

.bottomModalArea02 .txtArea > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.bottomModalArea02 .txtArea > button {
  border: 1px solid #FFFFFF;
  border-radius: 500px;
  padding: 12px 20px;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
}

.bottomModalArea02 li:nth-of-type(2) .txtArea > button {
  justify-content: flex-end;
  margin-left: 180px;
}

.bottomModalArea.bottomModalArea03 {
  background: url("../../images/img-modalBg-type03-1.svg") no-repeat center;
}
.bottomModalArea.bottomModalArea03.type032{
  background: url("../../images/img-modalBg-type03-2.png") no-repeat center;
}
.bottomModalArea.bottomModalArea03.type033{
  background: url("../../images/img-modalBg-type03-3.png") no-repeat center;
}

/* 모바일 기준 998px*/
@media screen and (max-width: 1130px) {
  /* 푸터 위 모달 연결 공간 */
  .bottomModalArea {
    height: 100%;
    background: url("../../images/img-mainBottom-bg01.svg") no-repeat center;
  }
  .bottomModalArea .bottomModalCont{
    display: flex;
    flex-direction: column;
    align-items: normal;
  }

  .bottomModalArea .bottomModalCont .leftCont > span {
    font-size: 16px;
    line-height: 19px;
  }
  
  .bottomModalArea .bottomModalCont .rightCont {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .bottomModalArea .bottomModalCont .rightCont li {
    width: 100%;
    padding: 16px;
    height: auto;
    background-size: contain;
  }
  .bottomModalArea .bottomModalCont .rightCont li > button {
    width: 100%;
    text-align: left;
  }
  
  .bottomModalArea .bottomModalCont .rightCont li.blue {
    background: #081C88;
  }
  .bottomModalArea .bottomModalCont .rightCont li.ligthBlue {
    background: #081C88;
  }
  .bottomModalArea .bottomModalCont .rightCont li.sky {
    background: #1AB6E4;
  }
  .bottomModalArea .bottomModalCont .rightCont li.green {
    background: #A1B13D;
  }

  .bottomModalArea .bottomModalCont .rightCont li button .makeIline {
    display: flex;
    gap: 6px;
  }

  .rightCont .nextIcon {
    width: 36px;
  }
  .rightCont .nextIcon.blue {
    width: 60px;
  }
  .rightCont .nextIcon.green {
    width: 60px;
  }

  .bottomModalArea .bottomModalCont .leftCont {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    /* margin-top: 40px; */
  }

  .bottomModalArea .bottomModalCont .leftCont .mobileTxt {
    display: flex;
    gap: 8px;
    justify-content: center;
  }

  .bottomModalArea .bottomModalCont .rightCont li span {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
  }
  .bottomModalArea .bottomModalCont .rightCont li p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
    /* 푸터 위 모달 연결 공간 끝 */

  /*랜딩 페이지-free 하단 모달 영역 */
  .bottomModalArea02 ul {
    display: flex;
    flex-direction: column;
  }
  
  .bottomModalArea02 li {
    width: 100%;
    height: 414px;
  }
  .bottomModalArea02 li:nth-of-type(1){
    display: block;
    background: url("../../images/landing/img-bottom-bg01.svg") no-repeat center;
  }
  .bottomModalArea02 li:nth-of-type(2){
    display: block;
    background: url("../../images/landing/img-bottom-bg02.svg") no-repeat center;
  }
  
  .bottomModalArea02 .txtArea {
    width: fit-content;
    margin: 120px auto;
  }
  
  .bottomModalArea02 li:nth-of-type(1) {
    text-align: left;
  }
  .bottomModalArea02 li:nth-of-type(2) {
    text-align: left;
  }
  
  .bottomModalArea02 .txtArea h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }
  
  .bottomModalArea02 .txtArea h3 span {
    display: block;
  }
  
  .bottomModalArea02 .txtArea > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }
  
  .bottomModalArea02 .txtArea > button {
    border: 1px solid #FFFFFF;
    border-radius: 500px;
    padding: 12px 20px;
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 60px;
  }
  
  .bottomModalArea02 li:nth-of-type(2) .txtArea > button {
    margin-left: 0px;
  }
  
}

@media screen and (max-width: 460px) {
  .bottomModalArea .bottomModalCont {
    padding: 45px 20px;
  }
  .bottomModalArea .bottomModalCont .leftCont .mobileTxt {
    flex-direction: column;
    gap: 0px;
  }
}

@media screen and (max-width: 355px) {
  .bottomModalArea .bottomModalCont {
    padding: 25px 20px;
  }
}