@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "NotoSans", sans-serif;
}

button {
  border: none;
  cursor: pointer;
  font-family: "NotoSans", sans-serif;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

p, h1, h2, h3, h4, h5, h6 {
  cursor: default;
}

h3, h4, h5, h6 {
  font-weight: 500;
}

li {
  list-style: none;
}

@font-face {
  font-family: "NotoSans";
  font-weight: 100;
  font-style: normal;
  src: url("../../font/NotoSansKR-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-weight: normal;
  font-style: normal;
  src: url("../../font/NotoSansCJKkr-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-weight: bold;
  font-style: normal;
  src: url("../../font/NotoSansCJKkr-Bold.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-weight: normal;
  font-style: normal;
  src: url("../../font/GmarketSansLight.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/GmarketSansMedium.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-weight: bold;
  font-style: normal;
  src: url("../../font/GmarketSansBold.woff") format("woff");
}


.service-cont {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  position: relative;
}
@media screen and (max-width: 959.98px) {
  .service-cont .cr {
    margin-top: 8rem;
  }
  .service-cont .co {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 959.98px) {
  .service-cont {
    padding-left: unset;
    margin-top: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
.service-cont .service-plus-main {
  position: absolute;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background-color: white;
  box-shadow: 2px 2px 20px rgba(185, 185, 185, 0.4);
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: "";
  top: 50%;
  left: 50%;
  transform: translate(0.2rem, -1rem);
}
@media screen and (max-width: 959.98px) {
  .service-cont .service-plus-main {
    transform: translate(-50%, -1.6rem);
  }
}
.service-cont .service-plus-cost {
  position: absolute;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background-color: white;
  box-shadow: 2px 2px 20px rgba(185, 185, 185, 0.4);
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: "";
  top: 50%;
  left: 33%;
  transform: translate(-2.5rem, -1.2rem);
}
@media screen and (max-width: 959.98px) {
  .service-cont .service-plus-cost {
    top: 33%;
    left: 50%;
    transform: translate(-50%, -2.2rem);
  }
}
.service-cont .service-card {
  flex-basis: 50%;
  height: 100%;
  position: relative;
  transition: all 0.6s ease;
}
.service-cont .service-card:hover {
  transform: translateY(-1.6rem);
}
@media screen and (max-width: 959.98px) {
  .service-cont .service-card:hover {
    transform: unset;
  }
}
.service-cont .service-card {
  text-align: center;
  border-radius: 12px;
  padding-top: 3.2rem;
  min-width: 25rem;
  min-height: 50rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 959.98px) {
  .service-cont .service-card {
    min-height: 42rem;
    max-width: 42rem;
    width: 100%;
  }
}
.service-cont .service-card .divider {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: "";
}
.service-cont .service-card .divider:before, .service-cont .service-card .divider:after {
  content: "";
  flex: 1;
  border-bottom: 1px solid rgb(216, 216, 216);
}
.service-cont .service-card .divider:before {
  margin-left: 2.4rem;
  margin-right: 1.6rem;
}
.service-cont .service-card .divider:after {
  margin-left: 1.6rem;
  margin-right: 2.4rem;
}
.service-cont .service-card .service-title {
  font-family: "GmarketSans";
  font-size: 2rem;
  line-height: 150%;
  color: #212121;
}
.service-cont .service-card .service-price {
  font-family: "GmarketSans";
  font-size: 2.4rem;
  line-height: 150%;
  color: #212121;
}
.service-cont .service-card .service-btn {
  font-weight: 500;
  margin-top: 2rem;
  width: 100%;
  padding: 1.2rem;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-family: "GmarketSans";
  font-size: 1.4rem;
  line-height: 150%;
}
.service-cont .service-card .service-list {
  font-family: "NotoSans";
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  line-height: 150%;
  color: #212121;
}
.service-cont .service-card .service-list li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: "";
  letter-spacing: -0.5px;
  margin-bottom: 1.2rem;
}
.service-cont .service-card .service-list li img {
  margin-right: 0.4rem;
}
.service-cont .cl {
  border: 1px solid #1F6FE8;
}
.service-cont .cl .service-btn {
  background: #1F6FE8;
  border: 2px solid #1F6FE8;
  color: #FAFAFA;
  position: absolute;
  bottom: 0%;
  left: 0%;
  transition: all 0.5s ease;
}
.service-cont .cl .service-btn:hover {
  background: rgb(28, 100, 209);
}
.service-cont .cr {
  border: 1px solid rgba(31, 111, 232, 0.4196078431);
  position: relative;
}
.service-cont .cr .service-btn {
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: rgba(31, 111, 232, 0.1215686275);
  color: #1F6FE8;
  border: 2px solid transparent;
  transition: all 0.5s ease;
}
.service-cont .cr .service-btn:hover {
  background: rgba(31, 111, 232, 0.18);
}
.service-cont .co {
  border: 1px solid rgb(33, 178, 91);
  position: relative;
}
.service-cont .co .service-btn {
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: rgb(33, 178, 91);
  color: rgb(250, 250, 250);
  border: 2px solid transparent;
  transition: all 0.5s ease;
}
.service-cont .co .service-btn:hover {
  background: #1EA454;
}

.p5-step {
  width: 100%;
}
.p5-step li {
  margin-bottom: 1.6rem;
}

.step-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 1.8rem 4rem;
  box-shadow: 2px 4px 18px rgba(169, 169, 169, 0.18);
  border-radius: 8px;
}
@media screen and (max-width: 959.98px) {
  .step-card {
    padding: 1.2rem;
  }
}
.step-card img {
  width: 5.6rem;
  height: 5.6rem;
}
.step-card .step {
  margin-left: 3.2rem;
  margin-right: 1.2rem;
  background: #1F6FE8;
  border-radius: 30px;
  padding: 0.8rem 1.6rem;
  color: #FAFAFA;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: "";
}
@media screen and (max-width: 959.98px) {
  .step-card .step {
    padding: 0.4rem 0.6rem;
    width: 4.5rem;
    margin-left: 1.2rem;
    margin-right: 0.8rem;
  }
}
.step-card p {
  color: #212121 !important;
}

.ben-cont {
  margin-top: 4.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(2.4rem, 2.4vw, 3.2rem);
}
@media screen and (max-width: 959.98px) {
  .ben-cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }
}
@media screen and (max-width: 599.98px) {
  .ben-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }
}
.ben-cont .ben-card {
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  background: #FFFFFF;
  box-shadow: 2px 4px 18px rgba(169, 169, 169, 0.18);
  width: 100%;
  height: 173px;
  border-radius: 8px;
}
.ben-cont .ben-card:hover {
  transform: translateY(-1.6rem);
}
.ben-cont .ben-card .ben-title {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #212121;
}
.ben-cont .ben-card .ben-cost {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 100;
  text-align: center;
  text-decoration-line: line-through;
  color: #9E9E9E;
}
.ben-cont .ben-card .ben-free {
  font-size: 1.6rem;
  line-height: 150%;
  text-align: center;
  color: #EA3727;
}
@media screen and (max-width: 599.98px) {
  .ben-cont .ben-card {
    width: 100%;
  }
}

.tip-cards {
  margin-top: 4.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(2rem, 2vw, 4rem);
}
@media screen and (max-width: 959.98px) {
  .tip-cards {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
  }
}
.tip-cards .tip-card {
  width: 33%;
  min-height: 48rem;
  position: relative;
  transition: all 0.6s ease;
  box-shadow: 2px 4px 18px rgba(169, 169, 169, 0.18);
  border-radius: 12px;
}
.tip-cards .tip-card:hover {
  transform: translateY(-1.6rem);
}
@media screen and (max-width: 959.98px) {
  .tip-cards .tip-card:hover {
    transform: unset;
  }
}
@media screen and (max-width: 959.98px) {
  .tip-cards .tip-card {
    max-width: 41rem;
    width: 100%;
    min-height: 45rem;
  }
}
.tip-cards .tip-card img {
  max-width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.tip-cards .tip-title {
  font-family: "GmarketSans";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 130%;
  color: #212121;
}
.tip-cards .tip-content {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 150%;
  color: #616161;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  height: 8rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.tip-cards .tip-body {
  padding: 2.4rem;
}
.tip-cards .tip-more {
  position: absolute;
  cursor: pointer;
  bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 150%;
  color: #1F6FE8;
}

#p8 {
  overflow: hidden;
}

#p8-slide-l {
  display: flex;
  animation: slideAnimation 700s linear infinite;
  margin-top: 4.8rem;
}

#p8-slide-r {
  display: flex;
  animation: slideAnimation2 700s linear infinite;
  margin-top: 3.2rem;
}

.rCard {
  width: 39rem;
  height: 17.6rem;
  background: #fff;
  border-radius: 8px;
  margin: 0 1.2rem;
  padding: 1.8rem 2.4rem 1.2rem 2.4rem;
  box-shadow: 2px 4px 18px rgba(169, 169, 169, 0.18);
  border-radius: 8px;
}
.rCard .rWrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.rCard .authorWrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.rCard .authorWrap img {
  width: 2.4rem;
  padding-left: 0.4rem;
}
.rCard .authorWrap .score {
  margin-left: 1.2rem;
}
.rCard .avgScore {
  margin: 0 auto;
  margin-bottom: 3.6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
}
.rCard .r-content {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  color: #212121;
  text-align: left;
  word-break: keep-all;
}
.rCard .r-author {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 150%;
  color: #616161;
}

@keyframes slideAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% + 100vw));
  }
}
@keyframes slideAnimation2 {
  0% {
    transform: translateX(calc(-100% + 100vw));
  }
  100% {
    transform: translateX(0%);
  }
}
.color-text-blue {
  color: #2F5DD4 !important;
}

.color-text-red {
  color: #EA3727 !important;
}

.color-button-blue {
  color: #1F6FE8 !important;
}

.color-button-dark, .color-text-dark {
  color: #616161 !important;
}

.color-button-light, .color-text-light {
  color: #F5F5F5 !important;
}

/*

Gmarket {
  48: 메인1
  24: 메인3-카드-price
  20: 메인3-카드-title
  18: 메인3-타이틀위, 메인5-title위
  14: 메인1버튼, 메인2카드-content, 메인3카드-action

  32: 메인2-title, 메인3-title, 메인4-title, 메인5-title


}

Noto {
  18: 메인2-카드-title
  16-content: 메인1, 메인2-content, 메인3-content, 메인3-카드-항목의title, 메인4-content, 메인5-content, 메인5-카드-content, 메인6-카드-content
  14: 메인3-카드-항목의content
  12: 메인1-리뷰, 메인5-카드-chip, 메인6-카드-price

}


*/
.title-first {
  font-family: "GmarketSans";
  font-size: clamp(3.2rem, 3.2vw, 4.8rem);
  line-height: 130%;
  color: #212121;
}

.title-1 {
  font-family: "GmarketSans";
  font-size: clamp(2.4rem, 2.4vw, 3.2rem);
  line-height: 130%;
  color: #212121;
}

.title-2 {
  font-family: "GmarketSans";
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  line-height: 150%;
  color: #212121;
}

.content-1 {
  font-family: "NotoSans";
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 150%;
  color: #616161;
}

.content-2 {
  font-family: "NotoSans";
  font-size: 1.4rem;
  line-height: 150%;
  color: #616161;
}

.content-3 {
  font-family: "NotoSans";
  font-size: 1.2rem;
  line-height: 150%;
  color: #616161;
}

#p1 .container {
  padding-top: 18rem;
  display: flex;
}
@media screen and (max-width: 959.98px) {
  #p1 .container {
    padding-top: 6rem;
  }
}
#p1 .container .left {
  flex-basis: 50%;
  margin-top: 10.6rem;
}
@media screen and (max-width: 959.98px) {
  #p1 .container .left {
    margin-top: unset;
  }
}
#p1 .container .right {
  flex-basis: 50%;
  padding-bottom: 5.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;

  transition: bottom 1.5s ease 0s;
  animation-name: dnldkfo;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

}
@media screen and (max-width: 959.98px) {
  #p1 .container .right {
    margin-top: 6.4rem;
  }
}
#p1 .container .right img {
  width: 100%;
}
@media screen and (max-width: 959.98px) {
  #p1 .container .right .main-img-desk {
    display: none;
  }
}
#p1 .container .right .main-img-mob {
  display: none;
}
@media screen and (max-width: 959.98px) {
  #p1 .container .right .main-img-mob {
    display: block;
  }
}
#p1 .container .p1-content {
  margin-top: 2.4rem;
  margin-bottom: 4.8rem;
}
#p1 .container .apply-btn {
  border: 1px solid #1F6FE8;
  background: rgba(31, 111, 232, 0.1294117647);
  color: #1F6FE8;
  border-radius: 4px;
  padding: 1.2rem 0;
  width: 24rem;
  font-family: "GmarketSans";
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
#p1 .container .apply-btn:hover {
  background: rgba(31, 111, 232, 0.18);
}
@media screen and (max-width: 959.98px) {
  #p1 .container {
    text-align: center;
    height: unset;
    flex-direction: column;
  }
  #p1 .container .left {
    padding-top: 7.2rem;
    padding-bottom: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  #p1 .container .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    padding-bottom: 4rem;
  }
  #p1 .container .right img {
    max-width: 55rem;
  }
}

#p2 {
  background: #F9FBFD;
}
#p2 .title-1 {
  text-align: center;
}
#p2 .content-1 {
  text-align: center;
  margin-top: 0.8rem;
  margin-bottom: 7.2rem;
}

#p2 .container {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 959.98px) {
  #p2 .container {
    text-align: center;
  }
}
#p2 .container img {
  width: 8rem;
  height: 8rem;
}
#p2 .container h4 {
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
}
#p2 .container ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12rem;
}
#p2 .container ul li {
  width: 33%;
}
@media screen and (max-width: 959.98px) {
  #p2 .container ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 8rem;
  }
  #p2 .container ul li {
    width: unset;
  }
}

#p3 .container {
  padding-top: 18.4rem;
  padding-bottom: 18.4rem;
  display: flex;
  position: relative;
}
#p3 .container .s-main {
  padding-left: 6rem;
}
@media screen and (max-width: 959.98px) {
  #p3 .container .s-main {
    padding-left: unset;
  }
}
@media screen and (max-width: 959.98px) {
  #p3 .container {
    flex-direction: column;
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
#p3 .container .left {
  flex-basis: 33%;
  margin-top: 5.6rem;
}
@media screen and (max-width: 959.98px) {
  #p3 .container .left {
    margin-top: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
#p3 .container .right {
  flex-basis: 67%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
#p3 .container .p3-title2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  line-height: unset;
}
#p3 .container .p3-title1 {
  margin-top: 1.2rem;
  margin-bottom: 3.2rem;
}
#p3 .container .tq {
  margin-top: 1.2rem;
}

#p4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: "";
  background-image: url("../img/page_main/building-full.png");
  height: 32rem;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FAFAFA;
  text-align: center;
}
#p4 .p4br {
  display: none;
}
@media screen and (max-width: 959.98px) {
  #p4 .p4br {
    display: block;
  }
}
#p4 h2, #p4 p {
  color: #FAFAFA;
}
#p4 p {
  font-weight: 100;
  margin-top: 0.4rem;
  margin-bottom: 3.2rem;
}
#p4 .apply-btn {
  border: 1px solid #BCCCF4;
  background: transparent;
  color: #BCCCF4;
  border-radius: 4px;
  padding: 1.2rem 0;
  width: 24rem;
  font-family: "GmarketSans";
  font-size: 1.5rem;
  font-weight: 500;
}

#p5 .container {
  padding-top: 18.4rem;
  padding-bottom: 18.4rem;
  display: flex;
}
#p5 .container .left {
  margin-top: 5.6rem;
  flex-basis: 50%;
}
#p5 .container .right {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
@media screen and (max-width: 959.98px) {
  #p5 .container {
    text-align: center;
    flex-direction: column;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #p5 .container .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: "";
  }
  #p5 .container .right {
    margin-top: 8rem;
  }
}
#p5 .container .inner-btn {
  margin-bottom: 4.8rem;
  border: 1px solid #1F6FE8;
  background: rgba(31, 111, 232, 0.1);
  color: #1F6FE8;
  border-radius: 4px;
  padding: 0.6rem 1.2rem 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: "";
  font-family: "NotoSans";
  font-size: 1.5rem;
  font-weight: 500;
  width: 14.2rem;
}
#p5 .container .p5-title2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  line-height: unset;
}
#p5 .container .p5-title1 {
  margin-top: 1.2rem;
  margin-bottom: 2.4rem;
}

#p6 {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  background: #F9FBFD;
  text-align: center;
}
#p6 h2 {
  margin-bottom: 0.8rem;
}

#p7 .container {
  padding-top: 18.4rem;
  padding-bottom: 18.4rem;
  display: flex;
}
#p7 .container .p7-title1 {
  margin-bottom: 4.8rem;
  margin-top: 1.2rem;
}
#p7 .container .p7-title2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.8rem;
  line-height: unset;
}
#p7 .container .left {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding-right: 12rem;
}
#p7 .container .right {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 959.98px) {
  #p7 .container {
    text-align: center;
    flex-direction: column;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #p7 .container .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: "";
    padding-right: unset;
  }
  #p7 .container .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: "";
    margin-top: 8rem;
  }
}
#p7 .container .timestamps {
  margin-top: 4rem;
  padding: 1.6rem 3.2rem;
  gap: 1.2rem;
  width: 43.6rem;
  height: 15.8rem;
  /* blue/50 */
  background: #F8F8FB;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 170%;
  font-weight: 500;
}
#p7 .container .timestamps a {
  color: #2F5DD4;
}
#p7 .container .timestamps .times {
  margin-top: 1.2rem;
}
@media screen and (max-width: 959.98px) {
  #p7 .container .timestamps {
    width: 100%;
  }
}
#p7 .container video {
  max-width: 57.6rem;
  width: 100%;
  border-radius: 2rem;
}
@media screen and (max-width: 959.98px) {
  #p7 .container video {
    max-width: unset;
  }
}

#p8 {
  padding-top: 18.4rem;
  padding-bottom: 18.4rem;
  text-align: center;
}

#p9 {
  padding-bottom: 9.6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 959.98px) {
  #p9 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

#p9 .container {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: "";
  text-align: center;
  border-radius: 12px;
  background: rgb(244, 249, 254);
}
#p9 .container .p9br {
  display: none;
}
@media screen and (max-width: 959.98px) {
  #p9 .container .p9br {
    display: block;
  }
}
#p9 .container .apply-btn {
  border: 1px solid #1F6FE8;
  background: rgba(31, 111, 232, 0.1);
  color: #1F6FE8;
  border-radius: 4px;
  padding: 1.2rem 0;
  width: 24rem;
  font-family: "GmarketSans";
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
#p9 .container .apply-btn:hover {
  background: rgba(31, 111, 232, 0.18);
}
#p9 .container p {
  margin-top: 0.8rem;
  margin-bottom: 4rem;
}

#c1 {
  text-align: center;
  padding-top: 12rem;
  position: relative;
}
#c1 .c1br {
  display: none;
}
@media screen and (max-width: 959.98px) {
  #c1 .c1br {
    display: block;
  }
}
#c1 .service-cont {
  margin-top: 4.8rem;
}
#c1 .content-1 {
  margin-top: 0.4rem;
}

#c2 {
  padding-top: 12rem;
  padding-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 959.98px) {
  #c2 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 959.98px) {
  #c2 .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
#c2 .check {
  padding: 3.2rem 4rem;
  background: #FAFBFC;
  border-radius: 12px;
}
#c2 .check-title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  color: #212121;
}
#c2 .check-list {
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
  transform: translate(2rem);
}
#c2 .check-list li {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #616161;
  list-style-type: disc;
}

#f1 .container {
  padding-top: 12rem;
}
#f1 .title-1, #f1 .content-1 {
  text-align: center;
}
#f1 .content-1 {
  margin-top: 0.8rem;
}
#f1 .faq-cont {
  margin-top: 4.8rem;
}
#f1 input {
  display: none;
}
#f1 .li-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 2.4rem 3.2rem;
  border-top: 1px solid rgb(238, 238, 238);
}
@media screen and (max-width: 959.98px) {
  #f1 .li-cont {
    padding: 1.6rem;
  }
}
#f1 .li-cont:hover {
  background: #FAFBFC;
}
#f1 .li-cont:last-child {
  border-bottom: 1px solid rgb(238, 238, 238);
}
#f1 .faq-label {
  width: 100%;
}
#f1 .faq-title {
  cursor: pointer !important;
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
#f1 .faq-title .title-l {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 959.98px) {
  #f1 .faq-title {
    font-size: 1.4rem;
  }
}
#f1 .faq-content {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  padding-left: 5.6rem;
}
#f1 input[type=radio]:checked + .li-cont .faq-content {
  margin-top: 1.2rem;
  max-height: 100vh;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: max-height 2s ease;
}
#f1 input[type=radio]:checked + .li-cont .faq-content * {
  opacity: 1;
}
@media screen and (max-width: 959.98px) {
  #f1 input[type=radio]:checked + .li-cont .faq-content {
    padding-left: unset;
  }
}
#f1 input[type=radio]:checked + .li-cont {
  background: #FAFBFC;
}
#f1 .img-v {
  transform: rotate(180deg);
}
#f1 input[type=radio]:checked + .li-cont label .img-v {
  transform: rotate(0);
}
#f1 .more {
  color: #1F6FE8;
  cursor: pointer;
}
#f1 .ccard-cont {
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
}
#f1 .ccard-cont .ccard1 {
  width: 40%;
}
#f1 .ccard-cont .ccard2 {
  width: 40%;
}
#f1 .cert {
  margin-top: 2.4rem;
  width: 90%;
}

#f2 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
#f2 .title-1, #f2 .content-1 {
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  #f2 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
#f2 .content-1 {
  margin-top: 0.8rem;
}

#f3 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 959.98px) {
  #f3 .consult-right img {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 959.98px) {
  #f3 .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
#f3 .f3br {
  display: none;
}
@media screen and (max-width: 959.98px) {
  #f3 .f3br {
    display: block;
  }
}
#f3 .consult-cont {
  background: #F4F9FE;
  border-radius: 12px;
  padding: 4.8rem 7.2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 959.98px) {
  #f3 .consult-cont {
    flex-direction: column-reverse;
    text-align: center;
    gap: 2.4rem;
  }
}
#f3 .consult-title {
  font-family: "GmarketSans";
  font-weight: 800;
  font-size: 2rem;
  line-height: 130%;
  margin-bottom: 0.4rem;
  color: #212121;
}
#f3 .consult-content {
  font-size: 1.4rem;
  line-height: 150%;
  color: #616161;
  margin-bottom: 2.4rem;
}
#f3 .consult-btn {
  /* Auto layout */
  font-family: "GmarketSans";
  color: #1F6FE8;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 0 2.4rem;
  width: 24rem;
  height: 4.4rem;
  background: rgba(31, 111, 232, 0.1);
  border: 1px solid #1F6FE8;
  border-radius: 4px;
}

.container {
  max-width: 123.6rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 3rem;
}
@media screen and (max-width: 959.98px) {
  .container {
    padding: 0 2.4rem;
  }
}/*# sourceMappingURL=index.css.map */


#nav-term {
  padding: 2.4rem min(4vw, 1.6rem);
}
#nav-term .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav-term .main-top img {
  cursor: pointer;
}

.ol-in {
  margin: 1rem 0;
}

#term-title {
  background: #eeeeee;
  font-size: 3.6rem;
  text-align: center;
  padding-top: 12rem;
  padding-bottom: 6rem;
}

#terms {
  padding: 0 clamp(0.2rem, 4.2vw, 8rem);
  word-break: keep-all;
  max-width: 126.4rem;
  margin: 0 auto;
}
#terms h2 {
  font-size: clamp(2rem, 3.3vw, 2.4rem);
  margin-bottom: 0.8rem;
  margin-top: 6rem;
}
#terms p, #terms ol {
  font-size: clamp(1.5rem, 2.6vw, 1.8rem);
  font-weight: 100;
  line-height: clamp(2.8rem, 5vw, 3.2rem);
}

.ganada > li {
  display: flex;
}
.ganada > li::before {
  margin-right: 0.8rem;
}
.ganada > li div {
  width: 100%;
}
.ganada > li:nth-child(1)::before {
  content: "가. ";
}
.ganada > li:nth-child(2)::before {
  content: "나. ";
}
.ganada > li:nth-child(3)::before {
  content: "다. ";
}
.ganada > li:nth-child(4)::before {
  content: "라. ";
}
.ganada > li:nth-child(5)::before {
  content: "마. ";
}
.ganada > li:nth-child(6)::before {
  content: "바. ";
}
.ganada > li:nth-child(7)::before {
  content: "사. ";
}

.numberling > li {
  display: flex;
}
.numberling > li::before {
  margin-right: 0.8rem;
}
.numberling > li div {
  width: 100%;
}
.numberling > li:nth-child(1)::before {
  content: "1. ";
}
.numberling > li:nth-child(2)::before {
  content: "2. ";
}
.numberling > li:nth-child(3)::before {
  content: "3. ";
}
.numberling > li:nth-child(4)::before {
  content: "4. ";
}
.numberling > li:nth-child(5)::before {
  content: "5. ";
}
.numberling > li:nth-child(6)::before {
  content: "6. ";
}
.numberling > li:nth-child(7)::before {
  content: "7. ";
}

.numberling-circle > li {
  display: flex;
}
.numberling-circle > li::before {
  margin-right: 0.8rem;
}
.numberling-circle > li div {
  width: 100%;
}
.numberling-circle > li:nth-child(1)::before {
  content: "① ";
}
.numberling-circle > li:nth-child(2)::before {
  content: "② ";
}
.numberling-circle > li:nth-child(3)::before {
  content: "③ ";
}
.numberling-circle > li:nth-child(4)::before {
  content: "④ ";
}
.numberling-circle > li:nth-child(5)::before {
  content: "⑤ ";
}
.numberling-circle > li:nth-child(6)::before {
  content: "⑥ ";
}
.numberling-circle > li:nth-child(7)::before {
  content: "⑦ ";
}

.term_table {
  margin: 2rem auto;
  border: 1px solid #444444;
  border-collapse: collapse;
}
.term_table th, .term_table td {
  border: 1px solid #444444;
  padding: clamp(0.6rem, 2vw, 1.2rem);
}
.term_table th {
  background: #dddddd;
  text-align: center;
}/*# sourceMappingURL=index.css.map */

#fixBtn {
  background: #1F6FE8;
  /* gray/200 */

  border: 1px solid #EEEEEE;
  box-shadow: 2px 2px 20px rgba(85, 85, 85, 0.24);
  border-radius: 999px;
  padding: 1.2rem 1.6rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FAFAFA;

  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
}

#t1-1 {
  opacity: 0;
  transform: translateX(180px);
  transition: all 0.5s ease;
}

#t1-2 {
  opacity: 0;
  transform: translateX(180px);

  transition: all 0.5s ease;
}

#t1-plus {
  opacity: 0;
  transition: all 0.6s ease;
}

#t2 .step-card {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

@keyframes dnldkfo {
  0% {
    transform: translateY(0px);
  }
  50% {
      transform: translateY(-2%);
  }
  100% {
      transform: translateY(0px);
  }
}

#p1 .container {
  opacity: 0;
  transition: all 0.7s ease;
}

#p2t, #p2b, #p3 .left, #p4t, #p5 .left, #p6t, #p6b, #p7 .left, #p7 .right, #p9 .container {
  opacity: 0;
  transform: translateY(58px);
  transition: all 0.58s ease;
}

#p3 .right {
  overflow: hidden;
}