@charset "UTF-8";
/****************************************/
/* vw 변환 function */
/****************************************/
.list_section .ad {
  width: 9.375vw;
  height: 5.2083333333vw;
  font-size: 4.1666666667vw;
  line-height: 5.2083333333vw;
  font-weight: 800;
  color: #fff;
  border-radius: 1.0416666667vw;
  background-color: #ffaa90;
  text-align: center;
  display: inline-block;
  font-family: "Nanum Gothic", sans-serif;
  -webkit-transform: scale(0.5);
}
.list_section .area_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6.25vw 5.2083333333vw;
}
.list_section .area_1 .txt_area div:nth-child(1) {
  font-size: 3.6458333333vw;
  line-height: 4.6875vw;
  color: #000;
  margin-bottom: 1.0416666667vw;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 800;
}
.list_section .area_1 .txt_area div:nth-child(2) {
  color: rgb(255, 103, 0);
  font-size: 6.25vw;
  line-height: 7.2916666667vw;
  margin-bottom: 2.6041666667vw;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 800;
}
.list_section .area_1 .txt_area div:nth-child(3) {
  background-color: rgb(39, 34, 107);
  width: 31.25vw;
  height: 9.375vw;
  border-radius: 2.0833333333vw;
}
.list_section .area_1 .txt_area div:nth-child(3) a {
  display: block;
  font-weight: 700;
  font-size: 3.125vw;
  color: #fff;
  line-height: 9.375vw;
  text-align: center;
}
.list_section .area_1 .img_area {
  position: relative;
}
.list_section .area_1 .img_area .img {
  width: 28.125vw;
}
.list_section .area_1 .img_area .img img {
  width: 100%;
}
.list_section .area_1 .img_area .ad {
  position: absolute;
  top: -1.3020833333vw;
  right: 0;
}
.list_section .area_2 {
  background-color: rgb(255, 240, 229);
  display: flex;
  flex-direction: row;
  gap: 2.6041666667vw;
  padding: 2.6041666667vw;
}
.list_section .area_2 > div {
  width: calc(50% - 1.3020833333vw);
  display: flex;
  align-items: center;
  position: relative;
  background: url("../img/list_bg.png") no-repeat center;
  background-position: center;
  background-size: contain;
  height: 17.3177083333vw;
}
.list_section .area_2 > div a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3.125vw 2.6041666667vw 3.125vw 3.125vw;
}
.list_section .area_2 > div a div:nth-child(1) {
  width: 6.25vw;
}
.list_section .area_2 > div a div:nth-child(1) img {
  width: 100%;
}
.list_section .area_2 > div a div:nth-child(2) {
  margin-left: 3.125vw;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 3.3854166667vw;
  line-height: 4.6875vw;
  color: #fff;
  font-weight: 600;
}
.list_section .area_2 > div a div:nth-child(3) {
  width: 4.6875vw;
  margin-left: auto;
}
.list_section .area_2 > div a div:nth-child(3) img {
  width: 100%;
}
.list_section .area_2 > div .ad {
  position: absolute;
  bottom: 0.2604166667vw;
  right: 0vw;
}
.list_section .area_3 a {
  display: block;
}
.list_section .area_3 a img {
  width: 100%;
}
.list_section.lg .ad {
  position: absolute;
  bottom: auto;
  right: auto;
  left: 0.390625vw;
  top: 0.78125vw;
  width: 6.25vw;
  height: 4.4270833333vw;
  font-size: 3.125vw;
  line-height: 4.1666666667vw;
  border-radius: 0.78125vw;
  background-color: transparent;
  border: 1.2px solid #FFFFFF;
}
.list_section.lg .con_txt {
  position: absolute;
  right: 2.34375vw;
  bottom: 1.3020833333vw;
  color: #EDEDED;
  font-family: Noto Sans KR;
  font-size: 2.0833333333vw;
  letter-spacing: -0.02em;
}/*# sourceMappingURL=style_list.css.map */