@charset "UTF-8";
@import url("reset.css");
@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-SemiBold.woff2") format("woff2"), url("Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Light.woff2") format("woff2"), url("Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url(./woff2/Pretendard-Regular.woff2) format("woff2"), url(./woff/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url(./woff2/Pretendard-Medium.woff2) format("woff2"), url(./woff/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url(./woff2/Pretendard-ExtraBold.woff2) format("woff2"), url(./woff/Pretendard-ExtraBold.woff) format("woff");
}
html,
body {
  font-size: 62.5%;
  word-break: keep-all;
}

.section .inner {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 15rem auto;
  text-align: center;
}
.section .text {
  color: #13264E;
}
.section .text p {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .section .text p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 430px) {
  .section .text p {
    font-size: 1.6rem;
  }
}
.section .text h2 {
  font-family: "Pretendard";
  font-weight: 800;
  font-size: 4.5rem;
  margin-top: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section .text h2 {
    font-size: 4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 430px) {
  .section .text h2 {
    font-size: 3rem;
    margin-top: 10px;
  }
}

.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .header {
    height: 6rem;
  }
}
.header .inner {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .inner .pc {
    display: none !important;
  }
  .header .inner .mobile {
    display: block;
  }
  .header .inner .nav_mobile {
    width: 100%;
    height: 100vh;
    padding: 4rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    /*  display: none; */
  }
  .header .inner .nav_mobile .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .inner .nav_mobile .title img {
    height: 5rem;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .header .inner .nav_mobile .title .button {
    display: flex;
    align-items: center;
  }
  .header .inner .nav_mobile .title .button .search_box {
    width: 130px;
    height: 28px;
  }
  .header .inner .nav_mobile .title .button .search_box input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border-radius: 30px;
    color: #999;
    background-color: transparent;
    border: 1px solid #6F8496;
    background: url("../img/search.svg") right 10px center/auto 16px no-repeat;
  }
  .header .inner .nav_mobile .title .button .mob_btn {
    height: 2rem;
  }
  .header .inner .nav_mobile .title .button .mob_btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .header .inner .nav_mobile .gnb {
    margin-top: 5rem;
  }
  .header .inner .nav_mobile .gnb .depth01 {
    font-size: 1.8rem;
    font-family: "Montserrat";
    font-weight: 600;
    text-transform: uppercase;
    color: #6F8496;
  }
  .header .inner .nav_mobile .gnb .depth02 {
    font-size: 1.6rem;
    font-family: "Pretendard";
    font-weight: 400;
    margin: 10px 0 30px;
  }
  .header .inner .nav_mobile .gnb .depth02 li {
    margin: 10px 0;
  }
  .header .inner .nav_btn {
    height: 2.4rem;
  }
  .header .inner .nav_btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .header .inner .logo {
    height: 3.5rem !important;
  }
  .header .inner .nav_btn {
    height: 1.8rem;
  }
}
.header .inner .logo {
  height: 5rem;
}
.header .inner .logo a {
  height: 100%;
}
.header .inner .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.header .inner .nav_pc .gnb {
  display: flex;
}
.header .inner .nav_pc .gnb > li {
  position: relative;
}
.header .inner .nav_pc .gnb > li .depth01 {
  width: 15rem;
  display: block;
  line-height: 10rem;
  font-size: 1.8rem;
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.header .inner .nav_pc .gnb > li .depth02 {
  width: 15rem;
  padding: 4rem 1.6rem 0;
  position: absolute;
  top: 10rem;
  left: 0;
  display: block;
  text-align: left;
  border-right: 1px solid #EEE;
  font-size: 1.6rem;
  font-family: "Pretendard";
  font-weight: 400;
  text-align: center;
  display: none;
  z-index: 5;
}
.header .inner .nav_pc .gnb > li .depth02 li {
  margin-bottom: 2rem;
}
.header .inner .button_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .inner .button_wrap .pc_btn {
  height: 20px;
  padding: 0;
}
.header .inner .button_wrap .pc_btn img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .inner .button_wrap .search_box {
  width: 130px;
  height: 30px;
}
.header .inner .button_wrap .search_box input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border-radius: 30px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  background: url("../img/search_wh.svg") right 10px center/auto 18px no-repeat;
}
.header .nav_bg {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 10rem;
  left: 0;
  z-index: 1;
  display: none;
}
.header .mobile {
  display: none;
}

.main_visual {
  height: 100vh;
  position: relative;
}
.main_visual .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.main_visual .inner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_visual .inner .main_btn {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  right: 30px;
}
.main_visual .inner .main_btn .m_btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_visual .inner .main_btn .m_btn:hover {
  background-color: #6F8496;
}
.main_visual .inner .main_btn .m_btn:hover .image.before {
  display: none;
}
.main_visual .inner .main_btn .m_btn:hover .image.after {
  display: block;
}
.main_visual .inner .main_btn .m_btn .image {
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_visual .inner .main_btn .m_btn .image.after {
  display: none;
}
.main_visual .inner .main_btn .m_btn p {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 5px;
  color: #fff;
}

.section01 .inner .card {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .section01 .inner .card {
    flex-direction: column;
  }
}
.section01 .inner .card li {
  width: 33.33%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .section01 .inner .card li {
    width: 100%;
    height: 23rem;
  }
}
.section01 .inner .card li:hover .sec01_bg {
  scale: 110%;
}
.section01 .inner .card li:hover .incard .sec01_btn {
  background-color: #fff;
  color: #13264E;
}
.section01 .inner .card li .sec01_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section01 .inner .card li .incard {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.section01 .inner .card li .incard img {
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section01 .inner .card li .incard img {
    width: 5rem;
  }
}
.section01 .inner .card li .incard .sec01_btn {
  width: 230px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 2rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section01 .inner .card li .incard .sec01_btn {
    width: 18rem;
    height: 5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 430px) {
  .section01 .inner .card li .incard .sec01_btn {
    width: 20rem;
    margin-top: 20px;
  }
}

.section02 .inner .item_wrap {
  display: flex;
  justify-content: center;
  align-items: first baseline;
}
@media screen and (max-width: 768px) {
  .section02 .inner .item_wrap {
    flex-direction: column;
    align-items: center;
    margin: 5rem 0;
  }
}
@media screen and (max-width: 430px) {
  .section02 .inner .item_wrap {
    margin: 2rem 0;
  }
}
.section02 .inner .item_wrap li {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .section02 .inner .item_wrap li {
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 430px) {
  .section02 .inner .item_wrap li {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.section02 .inner .item_wrap li > img {
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section02 .inner .item_wrap li > img {
    height: 20rem;
    margin: 0;
  }
}
@media screen and (max-width: 430px) {
  .section02 .inner .item_wrap li > img {
    height: 15rem;
    margin: 0;
  }
}
.section02 .inner .item_wrap li .intext {
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .section02 .inner .item_wrap li .intext {
    text-align: left;
    margin-top: 0;
  }
}
.section02 .inner .item_wrap li .intext h3 {
  font-size: 2rem;
  font-family: "Pretendard";
  font-weight: 800;
  color: #13264E;
}
@media screen and (max-width: 430px) {
  .section02 .inner .item_wrap li .intext h3 {
    font-size: 1.6rem;
  }
}
.section02 .inner .item_wrap li .intext .graph {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .section02 .inner .item_wrap li .intext .graph {
    flex-direction: row;
    margin-top: 1rem;
    align-items: center;
  }
}
@media screen and (max-width: 430px) {
  .section02 .inner .item_wrap li .intext .graph {
    flex-direction: row;
    margin-top: 1rem;
    align-items: center;
  }
}
.section02 .inner .item_wrap li .intext .graph ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2열 구성 */
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .section02 .inner .item_wrap li .intext .graph ul {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 430px) {
  .section02 .inner .item_wrap li .intext .graph ul {
    gap: 5px;
  }
}
.section02 .inner .item_wrap li .intext .graph ul > li {
  width: calc(50% - 2rem);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section02 .inner .item_wrap li .intext .graph ul > li p {
  font-size: 1.6rem;
  font-family: "Pretendard";
  font-weight: 500;
  color: #555;
}
@media screen and (max-width: 768px) {
  .section02 .inner .item_wrap li .intext .graph ul > li p {
    font-size: 1.4rem;
  }
}
.section02 .inner .item_wrap li .intext .graph ul > li .drop {
  display: flex;
  gap: 3px;
}
@media screen and (max-width: 430px) {
  .section02 .inner .item_wrap li .intext .graph ul > li .drop {
    gap: 1px;
  }
}
.section02 .inner .item_wrap li .intext .graph ul > li .drop > img {
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 430px) {
  .section02 .inner .item_wrap li .intext .graph ul > li .drop > img {
    height: 13px;
  }
}
.section02 .inner .item_wrap li .intext .graph .image_graph {
  width: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .section02 .inner .item_wrap li .intext .graph .image_graph {
    width: 15rem;
    margin: 0;
  }
}
@media screen and (max-width: 430px) {
  .section02 .inner .item_wrap li .intext .graph .image_graph {
    width: 10rem;
    margin-left: 10px;
  }
}

.section03 {
  background: url("../img/sec03_bg.jpg") center center/cover no-repeat;
}
.section03 .inner {
  color: #fff;
  text-transform: uppercase;
  padding: 8rem 0;
}
.section03 .inner .text {
  color: #fff;
}
.section03 .inner .text h2 {
  margin: 0;
}
.section03 .inner .text p {
  margin-top: 2rem;
}
.section03 .inner ul {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .section03 .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
.section03 .inner ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section03 .inner ul li:hover img {
  transform: scale(120%);
}
.section03 .inner ul li .image {
  width: 18rem;
  height: 18rem;
  border-radius: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section03 .inner ul li .image {
    width: 16rem;
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .section03 .inner ul li .image {
    width: 13rem;
    height: 13rem;
  }
}
@media screen and (max-width: 430px) {
  .section03 .inner ul li .image {
    width: 10rem;
    height: 10rem;
  }
}
.section03 .inner ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section03 .inner ul li p {
  font-size: 2.4rem;
  font-family: "Pretendard";
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .section03 .inner ul li p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .section03 .inner ul li p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 430) {
  .section03 .inner ul li p {
    font-size: 1.6rem;
  }
}

.section04 {
  position: relative;
}
.section04 .inner .head_menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 430px) {
  .section04 .inner .head_menu {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
.section04 .inner .head_menu .menu_tabs {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .section04 .inner .head_menu .menu_tabs {
    gap: 0.5rem;
  }
}
.section04 .inner .head_menu .menu_tabs button {
  font-size: 2rem;
  font-family: "Montserrat";
  font-weight: 600;
  color: #999;
}
@media screen and (max-width: 1024px) {
  .section04 .inner .head_menu .menu_tabs button {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section04 .inner .head_menu .menu_tabs button {
    font-size: 1.6rem;
  }
}
.section04 .inner .head_menu .menu_tabs button.active {
  color: #13264E;
  border: 2px solid #6F8496;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
}
.section04 .inner .menu_swiper .menu_slider {
  display: none;
}
.section04 .inner .menu_swiper .menu_slider.active {
  display: block;
}
.section04 .inner .menu_swiper .menu_slider .swiper .swiper-wrapper .swiper-slide {
  width: 280px;
  text-align: center;
  margin-top: 5rem;
}
.section04 .inner .menu_swiper .menu_slider .swiper .swiper-wrapper .swiper-slide:hover span {
  opacity: 1;
  transition: 0.5s;
}
.section04 .inner .menu_swiper .menu_slider .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section04 .inner .menu_swiper .menu_slider .swiper .swiper-wrapper .swiper-slide p {
  font-size: 1.8rem;
  font-family: "Pretendard";
  font-weight: 500;
  color: #555;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .section04 .inner .menu_swiper .menu_slider .swiper .swiper-wrapper .swiper-slide p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 430px) {
  .section04 .inner .menu_swiper .menu_slider .swiper .swiper-wrapper .swiper-slide p {
    font-size: 1.4rem;
  }
}
.section04 .inner .menu_swiper .menu_slider .swiper .swiper-wrapper .swiper-slide span {
  font-size: 1.6rem;
  font-family: "Pretendard";
  font-weight: 400;
  color: #555;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .section04 .inner .menu_swiper .menu_slider .swiper .swiper-wrapper .swiper-slide span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 430px) {
  .section04 .inner .menu_swiper .menu_slider .swiper .swiper-wrapper .swiper-slide span {
    font-size: 1.2rem;
  }
}
.section04 .menu_bg {
  width: 100%;
  height: 20rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #A9C3D9;
}
@media screen and (max-width: 430px) {
  .section04 .menu_bg {
    height: 15rem;
  }
}

.section05 .inner .text h2 {
  text-align: left;
}
.section05 .inner .item_wrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 430px) {
  .section05 .inner .item_wrap {
    gap: 0.5rem;
  }
}
.section05 .inner .item_wrap .left {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.section05 .inner .item_wrap .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section05 .inner .item_wrap .left img:hover {
  transform: scale(120%);
}
.section05 .inner .item_wrap .right {
  width: 100%;
  height: 100%;
  /* .left와 같은 높이 유지 */
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 430px) {
  .section05 .inner .item_wrap .right {
    gap: 0.5rem;
  }
}
.section05 .inner .item_wrap .right .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section05 .inner .item_wrap .right .image.item02 {
  grid-column: span 2;
  height: 100%;
  aspect-ratio: unset;
}
.section05 .inner .item_wrap .right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section05 .inner .item_wrap .right .image img:hover {
  transform: scale(120%);
}

.section06 {
  background-color: #CDD4D9;
}
.section06 .inner {
  padding: 10rem 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 15rem auto 0;
}
@media screen and (max-width: 430px) {
  .section06 .inner {
    flex-direction: column;
    gap: 3rem;
  }
}
.section06 .inner .left {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 430px) {
  .section06 .inner .left {
    width: 100%;
    gap: 3rem;
  }
}
.section06 .inner .left .text p {
  color: #555;
}
.section06 .inner .left .inleft .dropdown_wrap {
  display: flex;
  gap: 2rem;
}
.section06 .inner .left .inleft .dropdown_wrap .dropdown_box {
  width: 48%;
  height: 4rem;
}
.section06 .inner .left .inleft .dropdown_wrap .dropdown_box select {
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-family: "Pretendard";
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #555;
  border: 1px solid #999;
  background: url("../img/down.svg") right 10px center/auto 10px no-repeat;
}
.section06 .inner .left .inleft .store_wrap {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section06 .inner .left .inleft .store_wrap {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
.section06 .inner .left .inleft .store_wrap .store {
  width: 100%;
  height: 3rem;
  padding: 3rem 2rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: #555;
  background-color: #fff;
}
.section06 .inner .left .inleft .store_wrap .store p {
  font-size: 1.6rem;
  font-family: "Pretendard";
  font-weight: 400;
}
.section06 .inner .left .inleft .store_wrap .store button img {
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section06 .inner .right {
  width: 48%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .section06 .inner .right {
    width: 100%;
  }
}
.section06 .inner .right iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.footer {
  background-color: #6F8496;
}
.footer .inner {
  max-width: 1280px;
  width: calc(100% - 30px);
  padding: 5rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
@media screen and (max-width: 430px) {
  .footer .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .inner .text_l {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 430px) {
  .footer .inner .text_l {
    width: 100%;
    order: 2;
  }
}
.footer .inner .text_l .up {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: last baseline;
  gap: 3rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer .inner .text_l .up {
    gap: 2rem;
  }
}
@media screen and (max-width: 430px) {
  .footer .inner .text_l .up {
    gap: 1rem;
  }
}
.footer .inner .text_l .up img {
  height: 6.5rem;
}
@media screen and (max-width: 768px) {
  .footer .inner .text_l .up img {
    height: 4.5rem;
  }
}
.footer .inner .text_l .up p {
  font-size: 1.6rem;
  line-height: 20.8px;
  font-family: "Pretendard";
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer .inner .text_l .up p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 430px) {
  .footer .inner .text_l .up p {
    font-size: 1.2rem;
    line-height: 15.6px;
  }
}
.footer .inner .text_l .down {
  padding: 2rem 0;
}
.footer .inner .text_l .down ul {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-family: "Pretendard";
  font-weight: 800;
}
.footer .inner .text_R {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 430px) {
  .footer .inner .text_R {
    width: 100%;
    order: 1;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .inner .text_R .call p {
  font-size: 1.6rem;
  font-family: "Pretendard";
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer .inner .text_R .call p {
    font-size: 1.4rem;
    line-height: 20.8px;
  }
}
.footer .inner .text_R .call h2 {
  font-size: 3.5rem;
  font-family: "Montserrat";
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer .inner .text_R .call h2 {
    font-size: 3rem;
  }
}
.footer .inner .text_R ul {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0;
}/*# sourceMappingURL=style.css.map */