<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url('//fonts.googleapis.com/earlyaccess/nanumpenscript.css');

* {
  font-family: "Pretendard Variable";
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

img {
  vertical-align: bottom;
}


.floating {
  position: fixed;
  bottom: 35px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  z-index: 98;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.floating.show {
  opacity: 1;
  visibility: visible;
}

.floating &gt; a &gt; .gotoTop {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: black;
  background: #1d1d1d;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.floating &gt; a &gt; .gotoCall {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.floating &gt; a &gt; .gotoKakao {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgb(224, 224, 224);
}

.floating &gt; a &gt; .gotoUrl {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #a5a5a5;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.floating &gt; a &gt; .gotoKakao &gt; img {
  width: 100%;
}

.floating &gt; a &gt; .gotoCall &gt; img {
  width: 100%;
}

.floating &gt; a &gt; .gotoTop &gt; img {
  width: 20px;
}

.floating &gt; a &gt; .gotoUrl &gt; img {
  width: 20px;
}



section &gt; .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.buttonLine &gt; button {
  width: 330px;
  height: 80px;
  border-radius: 16px;
  background-color: #01B3B4;
  border: none;
  color: white;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s;
}
.buttonLine &gt; button:hover {
  background-color: #009393;
}


.iconLine {
  position: absolute;
  top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.iconLine &gt; .icon {
    width: 80%;
}

.iconLine &gt; .icon &gt; img {
  width: 120px;
  cursor: pointer;
}



#section1 {
}

#section1 &gt; .container {
    padding: 0;
}

#section1 &gt; .container &gt; .contentLine {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#section1 &gt; .container &gt; .contentLine &gt; .bgdLine {
    width: 100%;
}
#section1 &gt; .container &gt; .contentLine &gt; .bgdLine &gt; img {
    width: 100%;
}

#section1 &gt; .container &gt; .contentLine &gt; .textLine {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
#section1 &gt; .container &gt; .contentLine &gt; .textLine &gt; p {
    margin: 0;
    text-align: center;
}
#section1 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT {
    font-weight: bold;
    font-size: 72px;
    color: white;
}

#section1 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.subT {
    font-size: 24px;
    font-weight: normal;
    color: white;
}


#section1 &gt; .container &gt; .contentLine &gt; .writeT {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#section1 &gt; .container &gt; .contentLine &gt; .writeT &gt; img {
        width: 500px;
}


#section2 {
  padding: 120px 0;
  background-image: url(img/mob/sec2/bgd.png);
  background-size: cover;
}

#section2 &gt; .container {
  padding: 0;
  height: 100%;
}

#section2 &gt; .container &gt; .contentLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

#section2 &gt; .container &gt; .contentLine &gt; .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#section2 &gt; .container &gt; .contentLine &gt; .textLine &gt; p {
  margin: 0;
  text-align: center;
}

#section2 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT {
  font-size: 30px;
  font-weight: 400;
}
#section2 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.middleT {
    font-size: 48px;
    font-weight: bold;
    line-height: 85px;
}

#section2 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.bottomT {
  font-size: 23px;
  font-weight: 300;
}



#section3 {
}

#section3 &gt; .container {
  padding: 0;
}
#section3 &gt; .container &gt; .contentLine {
    position: relative;
    width: 100%;
}
#section3 &gt; .container &gt; .contentLine &gt; .bgdLine {
  width: 100%;
}
#section3 &gt; .container &gt; .contentLine &gt; .bgdLine &gt; img {
  width: 100%;
}

#section3 &gt; .container &gt; .contentLine &gt; .textLine {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section3 &gt; .container &gt; .contentLine &gt; .textLine.textLine1 {
    top: 35%;
}
#section3 &gt; .container &gt; .contentLine &gt; .textLine.textLine2 {
    bottom: 5%;
    transform: translate(-50%, -10%);
}

#section3 &gt; .container &gt; .contentLine &gt; .textLine &gt; p {
    text-align: center;
}

#section3 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT{
    font-family: 'Nanum Pen Script';
    color: #FFBEA6;
    font-size: 65px;
    font-weight: 200;
}

#section3 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.subT {
  color: white;
  font-weight: bold;
  font-size: 30px;
}


#section3 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.infoT {
    color: white;
    font-size: 26px;
    line-height: 45px;
}

#section3 &gt; .container &gt; .contentLine &gt; p.lastT {
  width: 100%;
  display: flex;
  position: absolute;
  color: white;
  font-size: 20px;
  margin-top: 30px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0px);
  justify-content: center;
}


#section4 {
}

#section4 &gt; .container {
  padding: 0;
}
#section4 &gt; .container &gt; .contentLine {
  width: 100%;
  position: relative;
}

#section4 &gt; .container &gt; .contentLine &gt; .bgdLine {
  width: 100%;
}
#section4 &gt; .container &gt; .contentLine &gt; .bgdLine &gt; img {
  width: 100%;
}

#section4 &gt; .container &gt; .contentLine &gt; .textLine {
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(-50%, -50%);
}


#section4 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT{
  font-family: 'Nanum Pen Script';
  color: #FFDDA6;
  font-size: 48px;
  font-weight: 200;
}

#section4 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.subT {
  color: white;
  font-weight: bold;
  font-size: 24px;
}


#section4 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.infoT {
  color: white;
  font-size: 20px;
  line-height: 34px;
}

#section4 &gt; .container &gt; .contentLine &gt; .bottomTLine {
  position: absolute;
  bottom: 10px;
  left: 30%;
  transform: translate(-50%, -50%);

}
#section4 &gt; .container &gt; .contentLine &gt; .bottomTLine &gt; p {
  color: white;
  font-size: 14px;
  margin: 0;
  font-weight: 100;
}



#section5 {
  padding: 120px 0;
  background-image: url(img/mob/sec5/bgd.png);
  background-size: cover;
}

#section5 &gt; .container {
  padding: 0;
}

#section5 &gt; .container &gt; .contentLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section5 &gt; .container &gt; .contentLine &gt; .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#section5 &gt; .container &gt; .contentLine &gt; .textLine &gt; p {
  margin: 0;
  color: white;
  text-align: center;
}

#section5 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT {
  font-size: 40px;
}

#section5 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT {
  font-size: 40px;
  font-weight: bold;
}
#section5 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT &gt; span {
  color: #FF4500;
}

#section5 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.bottomT {
    font-size: 20px;
    font-weight: 200;
    line-height: 35px;
}

#section5 &gt; .container &gt; .contentLine &gt; .graphLine {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#section5 &gt; .container &gt; .contentLine &gt; .graphLine &gt; img {
  width: 85%;
}

#section5 &gt; .container &gt; .contentLine &gt; .notiLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
#section5 &gt; .container &gt; .contentLine &gt; .notiLine &gt; img {
  width: 85%;
}
#section5 &gt; .container &gt; .contentLine &gt; .notiLine &gt; p {
  font-size: 20px;
  font-weight: 200;
  color: white;
  text-align: center;
}

#section5 &gt; .container &gt; .contentLine &gt; .chatBox {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 3rem;
}

#section5 &gt; .container &gt; .contentLine &gt; .chatBox &gt; .box {
  width: 85%;
}

#section5 &gt; .container &gt; .contentLine &gt; .chatBox &gt; .box.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#section5 &gt; .container &gt; .contentLine &gt; .chatBox &gt; .box.left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#section5 &gt; .container &gt; .contentLine &gt; .chatBox &gt; .box &gt; img {
  width: 70%;
}


#section6 {
}

#section6 &gt; .container {
  padding: 100px 0;
}

#section6 &gt; .container &gt; .contentLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#section6 &gt; .container &gt; .contentLine &gt; .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section6 &gt; .container &gt; .contentLine &gt; .textLine &gt; p {
  text-align: center;
  margin: 0;
}
#section6 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT {
  font-size: 40px;
  font-weight: 400;
  line-height: 65px;
}
#section6 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT &gt; span {
  color: #00ACAD;
}
#section6 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT &gt; span &gt; span.high {
  font-weight: bold;
}
#section6 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.subT {
  color: #555555;
  font-size: 24px;
  line-height: 45px;
}
#section6 &gt; .container &gt; .contentLine &gt; .buttonLine {
  margin-top: 2rem;
}


#section7 {
  background-color: #F1F1F5;
}

#section7 &gt; .container {
  padding: 100px 0;

}
#section7 &gt; .container &gt; .contentLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#section7 &gt; .container &gt; .contentLine &gt; .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section7 &gt; .container &gt; .contentLine &gt; .textLine &gt; p {
  text-align: center;
  margin: 0;
}
#section7 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT {
  font-size: 40px;
  font-weight: bold;
}
#section7 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.middleT {
  font-size: 24px;
  color: #555555;
}


#section7 &gt; .container &gt; .contentLine &gt; .textLine.textLine2 {
    margin-top: 80px;
}
#section7 &gt; .container &gt; .contentLine &gt; .textLine.textLine2 &gt; p.middleT &gt; span {
    position: relative;
    z-index: 1;
}
#section7 &gt; .container &gt; .contentLine &gt; .textLine.textLine2 &gt; p.middleT &gt; span::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    background-color: #D3EFF0;
    z-index: -1;
}
#section7 &gt; .container &gt; .contentLine &gt; .textLine.textLine2 &gt; p.middleT &gt; span &gt; span.inner {
    color: #00ACAD;
    font-weight: bold;
}

#section7 &gt; .container &gt; .contentLine &gt; .itemLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section7 &gt; .container &gt; .contentLine &gt; .itemLine &gt; img {
  width: 60%;
}

#section7 &gt; .container &gt; .contentLine &gt; .itemLine &gt; p {
  font-size: 20px;
  color: #757575;
  margin: 0;
}

#section7 &gt; .container &gt; .contentLine &gt; .swiperLine {
  width: 100%;
  overflow: visible;
}
#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper {
  width: 60%;
  overflow: visible;
}
#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper &gt; .swiper-pagination {
    bottom: -25px;
}

#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper &gt; .swiper-pagination &gt; .swiper-pagination-bullet-active {
    color: #01B3B4;
    background-color: #01B3B4;
}

#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper &gt; .swiper-wrapper {

}
#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper &gt; .swiper-wrapper &gt; .swiper-slide {
  transform: scale(0.9);
  transition: all 0.5s;
  opacity: 0.3;
}
#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper &gt; .swiper-wrapper &gt; .swiper-slide.swiper-slide-active {
  transform: scale(1.0);
  opacity: 1;
}
#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper &gt; .swiper-wrapper &gt; .swiper-slide &gt; .imgBox {
  width: 100%;
}
#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper &gt; .swiper-wrapper &gt; .swiper-slide &gt; .imgBox &gt; img {
  width: 100%;
  border-radius: 10px;
}
#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper &gt; .swiper-button-next {
  width: 20px;
  height: 20px;
  background-color: #01B3B4;
  padding: 20px;
  border-radius: 50%;
  right: -25px;
}
#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper &gt; .swiper-button-next::after,
#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper &gt; .swiper-button-prev::after {
  color: white;
  font-size: 20px;
}

#section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper &gt; .swiper-button-prev {
  width: 20px;
  height: 20px;
  background-color: #01B3B4;
  padding: 20px;
  border-radius: 50%;
  left: -25px;
}


#section8 {
}

#section8 &gt; .container {
  padding: 0;
}
#section8 &gt; .container &gt; .contentLine {
    width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#section8 &gt; .container &gt; .contentLine &gt; .bgdLine {
  width: 100%;
}
#section8 &gt; .container &gt; .contentLine &gt; .bgdLine &gt; img {
  width: 100%;
}

#section8 &gt; .container &gt; .contentLine &gt; .mainLine {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

#section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .textLine &gt; p {
  margin: 0;
  font-size: 40px;
  color: white;
  font-weight: bold;
  text-align: center;
}

#section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .textLine &gt; p.subT {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    margin-top: 40px;
}

#section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .buttonList {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .buttonList &gt; .buttonLine {

}

#section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .buttonList &gt; .buttonLine &gt; button {
  width: 280px;
}
#section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .buttonList &gt; .buttonLine.gray &gt; button {
  background-color: #DBDBDB;
  color: #757575;
}
#section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .buttonList &gt; .buttonLine.gray &gt; button:hover {
  background-color: #bababa;
}
#section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; p {
  color: white;
  font-weight: 200;
  font-size: 20px;
  margin: 0;
}


#section9 {
    width: 100%;

}

#section9 &gt; .container {
    padding: 0;
}

#section9 &gt; .container &gt; .contentLine {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #01B3B4;
    padding: 50px 0;
    transition: all 0.5s;
}

#section9 &gt; .container &gt; .contentLine &gt; p {
    color: white;
    font-size: 40px;
    margin: 0;
    transition: all 0.5s;
}

#section9 &gt; .container &gt; .contentLine:hover {
    background-color: #019595;
}

#section9 &gt; .container &gt; .contentLine:hover &gt; p {
    font-weight: bold;
}


footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #191919;
  padding: 35px 0px;
}

footer &gt; .footer-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer &gt; .footer-content &gt; p {
  color: white;
  margin: 0;
  font-size: 22px;
  font-weight: 100;
}


@media all and (max-width: 767px) {

}


@media all and (max-width: 600px) {
  #section1 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT {
    font-size: 55px;
  }
  #section1 &gt; .container &gt; .contentLine &gt; .writeT &gt; img {
    width: 400px;
  }
  #section1 &gt; .container &gt; .contentLine &gt; .writeT {
    top: 28%;
  }
  #section1 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.subT {
    font-size: 22px;
  }
  .buttonLine &gt; button {
    width: 300px;
    height: 70px;
    font-size: 22px;
  }
  #section2 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.middleT {
    font-size: 35px;
    line-height: 55px;
  }
  #section2 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT {
    font-size: 22px;
  }
  #section2 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.bottomT {
    font-size: 21px;
    line-height: 35px;
  }
  #section3 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT {
    font-size: 48px;
  }
  #section3 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.subT {
    font-size: 22px;
  }

  #section3 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.infoT {
    font-size: 19px;
    line-height: 35px;
  }
  #section3 &gt; .container &gt; .contentLine &gt; p.lastT {
    font-size: 16px;
    bottom: 10px;
  }
  #section5 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT {
    font-size: 30px;
  }
  #section5 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT {
    font-size: 30px;
  }
  #section5 &gt; .container &gt; .contentLine &gt; .notiLine &gt; p {
    font-size: 18px;
  }
  #section6 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT {
    font-size: 35px;
    line-height: 50px;
  }
  #section6 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.subT {
    font-size: 23px;
    line-height: 38px;
  }
  #section7 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT {
    font-size: 31px;
  }
  #section7 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.middleT {
    font-size: 20px;
    line-height: 35px;
  }
  #section7 &gt; .container &gt; .contentLine &gt; .itemLine &gt; img {
    width: 90%;
  }
  #section7 &gt; .container &gt; .contentLine &gt; .itemLine &gt; p {
    font-size: 17px;
  }
  #section3 &gt; .container &gt; .contentLine &gt; .textLine.textLine2 {
    bottom: 3%;
  }
  #section5 &gt; .container &gt; .contentLine &gt; .chatBox &gt; .box &gt; img {
    width: 80%;
  }
  #section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper {
    width: 80%;
  }
  #section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .textLine &gt; p {
    font-size: 31px;
  }
  #section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .textLine {
    gap: 0.4rem;
  }
  #section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .textLine &gt; p.subT {
    font-size: 17px;
    line-height: 28px;
  }
  #section9 &gt; .container &gt; .contentLine {
    padding: 30px 0;
  }
  #section9 &gt; .container &gt; .contentLine &gt; p {
    font-size: 28px;
  }
  footer &gt; .footer-content &gt; p {
    font-size: 17px;
  }
}

@media all and (max-width: 478px) {
  #section1 &gt; .container &gt; .contentLine &gt; .textLine {
    gap: 2rem;
  }
  #section1 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT {
    font-size: 40px;
  }
  #section1 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.subT {
    font-size: 18px;
    line-height: 31px;
  }
  #section1 &gt; .container &gt; .contentLine &gt; .writeT &gt; img {
    width: 300px;
  }
  .buttonLine &gt; button {
    width: 250px;
    height: 60px;
    font-size: 21px;
    border-radius: 13px;
  }
  #section2 {
    padding: 90px 0;
  }
  #section2 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT {
    font-size: 19px;
  }
  #section2 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.middleT {
    font-size: 32px;
    line-height: 50px;
  }
  #section2 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.bottomT {
    font-size: 19px;
  }
  #section3 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT {
    font-size: 40px;
  }
  #section3 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.subT {
    font-size: 19px;
  }
  #section3 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.infoT {
    font-size: 17px;
    line-height: 30px;
  }
  #section3 &gt; .container &gt; .contentLine &gt; p.lastT {
    font-size: 14px;
  }
  #section5 {
    padding: 80px 0;
  }
  #section5 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT,
  #section5 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT {
    font-size: 25px;
  }
  #section5 &gt; .container &gt; .contentLine &gt; .textLine {
    gap: 0.4rem;
  }
  #section5 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.bottomT {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  #section5 &gt; .container &gt; .contentLine &gt; .notiLine {
    margin-top: 25px;
  }
  #section5 &gt; .container &gt; .contentLine &gt; .notiLine &gt; p {
    font-size: 15px;
  }
  #section5 &gt; .container &gt; .contentLine &gt; .chatBox {
    margin-top: 25px;
    gap: 2rem;
  }
  #section5 &gt; .container &gt; .contentLine &gt; .chatBox &gt; .box &gt; img {
    width: 90%;
  }
  #section6 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.mainT {
    font-size: 30px;
    line-height: 60px;
  }
  #section6 &gt; .container {
    padding: 70px 0;
  }
  #section6 &gt; .container &gt; .contentLine &gt; .buttonLine {
    margin-top: 1rem;
  }
  #section6 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.subT {
    font-size: 21px;
    line-height: 36px;
  }
  #section7 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.topT {
    font-size: 27px;
  }
  #section7 &gt; .container &gt; .contentLine &gt; .textLine &gt; p.middleT {
    font-size: 17px;
    line-height: 30px;
  }
  #section7 &gt; .container &gt; .contentLine &gt; .itemLine &gt; p {
    font-size: 14px;
  }
  #section7 &gt; .container &gt; .contentLine &gt; .swiperLine &gt; .sec7Swiper {
    width: 90%;
  }
  #section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .textLine {
    gap: 0.3rem;
  }
  #section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .textLine &gt; p {
    font-size: 23px;
  }
  #section8 &gt; .container &gt; .contentLine &gt; .mainLine &gt; .textLine &gt; p.subT {
    font-size: 15px;
    line-height: 28px;
    margin-top: 25px;
  }
  #section9 &gt; .container &gt; .contentLine {
    padding: 23px 0;
  }
  #section9 &gt; .container &gt; .contentLine &gt; p {
    font-size: 22px;
  }
  footer {
    padding: 20px 0;
  }
  footer &gt; .footer-content &gt; p {
    font-size: 13px;
  }
  .floating {
    right: 5px;
    bottom: 10px;
  }
  .floating &gt; a &gt; .gotoTop {
    width: 50px;
    height: 50px;
  }
  .floating &gt; a &gt; .gotoTop &gt; img {
    width: 16px;
  }
}

</pre></body></html>