@charset "UTF-8";

/* default */
html,
body {
  font-family: "Apple SD Gothic Neo";
  letter-spacing: -0.8px;
  word-break: keep-all;
}
.section {
  position: relative;
}
.width-wrap {
  position: relative;
  margin: 0 auto;
  padding: var(--padding100);
  max-width: 1040px;
  width: 100%;
}
.width-wrap.only-t {
  padding: var(--paddingTop100);
}
.width-wrap.small {
  max-width: 720px;
}

/* point */
.po-color,
.label.orange.border > *,
.label.icon > * {
  color: var(--po-color);
}
.po-color8 {
  color: var(--po-color8);
}
.po-line {
  position: relative;
  z-index: 0;
}
.po-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  background: var(--po-color5);
  bottom: -6px;
  z-index: -1;
}
.po-dot {
  position: relative;
}
.po-dot:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 500px;
  background: var(--po-color);
  right: -10px;
  top: 6px;
}

/* detect */
/* 1920 ~ 850 */
.top850 {
  display: block;
}
/* 1920 ~ 700 */
.top700 {
  display: block;
}
/* 1920 ~ 500 */
.top500 {
  display: block;
}
/* 1920 ~ 375 */
.top375 {
  display: block;
}
/* 955 ~ */
.under955 {
  display: none;
}
/* 850 ~ */
.under850 {
  display: none;
}
/* 750 ~ */
.under750 {
  display: none;
}
/* 700 ~ */
.under700 {
  display: none;
}
/* 610 ~ */
.under610 {
  display: none;
}
/* 500 ~ */
.under500 {
  display: none;
}
/* 375 ~ */
.under375 {
  display: none;
}

/* font */
h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 75.6px;
}
h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}
h2.small {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}
h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}
h4.small {
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
}
h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 38.4px;
}
h5.small {
  font-size: 22px;
  font-weight: 400;
  line-height: 35.2px;
}
h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
h6.small {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
h6.xs {
  font-size: 14px;
  line-height: 21px;
}
/* font-weight */
.bold {
  font-weight: 700;
}
.semi-bold {
  font-weight: 600 !important;
}
.regular {
  font-weight: 400;
}
.thin {
  font-weight: 300;
}
/* color */
.wh-color {
  color: var(--white);
}
.gray-color {
  color: #7c7c7c;
}
.dgray-color {
  color: #212529;
}
.green-color,
.label.green.border > * {
  color: #008c72;
}

/* label */
.label {
  padding: 24px 36px;
  border-radius: 20px;
  width: fit-content;
}
.label.big {
  padding: 24px 54px;
}
.label.orange {
  background: var(--po-background);
}
.label.orange img {
  height: 48px;
}
.label.fill-orange {
  background: var(--po-color);
}
.label.fill-orange > * {
  color: var(--white);
}
.label.green {
  background: rgba(3, 199, 90, 0.08);
}
.label.gray {
  background: #e9ecef;
}
.label.border {
  border: 1px solid;
  border-radius: 6px;
  padding: 3px 12px 1px 12px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.label.fill-orange.border,
.label.orange.border {
  border-color: var(--po-color5);
}
.label.green.border {
  border-color: #008c72;
}
.label.icon {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}
.label.white {
  border-radius: 12px;
  padding: 14px 20px;
  background: var(--white);
}

/* button */
.btn {
  padding: 13px 34px;
  border-radius: 8px;
  background: #ff6f0f;
  color: #fff;
  width: fit-content;
  cursor: pointer;
  transition: all 0.25s linear;
}
.btn.down:hover {
  background: #ffe8d8;
  color: var(--po-color);
}
.btn:active {
  transform: scale(0.88);
}
.btn.white {
  background: var(--white);
  color: var(--po-color);
}
.btn.go {
  padding: 13px 0;
  width: 100%;
  text-align: center;
}
.btn.down {
  padding: 16px 24px;
  width: calc(100% - 48px);
  background: var(--po-background);
  border: 1px solid var(--po-color5);
  color: var(--po-color);
}
.btn.icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn.fixed {
  width: 56px;
  height: 56px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.btn.fixed i {
  font-size: 30px;
}

/* more */
.more {
  width: 30px;
  height: 30px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.more img {
  animation: move 2s ease infinite;
}
@keyframes move {
  0% {
    transform: translateX(-12px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(12px);
    opacity: 0;
  }
}

/* box custom */
.box.custom {
  border-radius: 16px;
}
.box.custom.border {
  border: 1px solid var(--po-color5);
  background: var(--po-background);
  color: var(--po-color);
  padding: 16px 30px;
}

/* swiper-none */
.profile-swiper-none {
  display: none;
}
.stop {
  transform: translate3d(0px, 0px, 0px) !important;
}

/* footer */
footer {
  border-top: 1px solid #ccc;
}
footer .width-wrap {
  padding: var(--padding60);
}
footer .width-wrap .list-area {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
footer .width-wrap .list-area li h6 {
  margin-bottom: 8px;
}
footer .width-wrap .list-area li h6:last-child {
  margin-bottom: 0;
}
footer .width-wrap .list-area li h6 i {
  margin-right: 4px;
}
footer .width-wrap .list-area li img {
  width: 89.65px;
}

/* responsive */
@media all and (max-width: 1150px) {
  /* default */
  .width-wrap {
    width: 90%;
  }
}
@media all and (max-width: 1125px) {
  /* font */
  h6 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media all and (max-width: 955px) {
  /* detect */
  .under955 {
    display: block;
  }

  /* font */
  h1 {
    font-size: 53px;
    line-height: 67.6px;
  }
  h2 {
    font-size: 37px;
    line-height: 51px;
  }
  h3 {
    font-size: 28px;
    line-height: 43px;
  }
  h4 {
    font-size: 26px;
    line-height: 40px;
  }
  h4.small {
    font-size: 24px;
    line-height: 34px;
  }
  h5 {
    font-size: 22px;
    line-height: 31.4px;
  }
  h5.small {
    font-size: 21px;
    line-height: 31.2px;
  }
  h6 {
    font-size: 16px;
    line-height: 26px;
  }

  /* label */
  .label {
    padding: 17px 48px;
    border-radius: 12px;
  }
  .label.green {
    padding: 14px 22px;
  }
  .label.orange img {
    height: 32px;
  }
  .label.green img {
    height: 38px;
  }
  .label.border {
    padding: 1px 8px 0px 8px;
  }

  /* swiper-none */
  .profile-swiper-none {
    display: block;
  }
}
@media all and (max-width: 900px) {
  /* font */
  h2 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media all and (max-width: 850px) {
  /* detect */
  .top850 {
    display: none;
  }
  .under850 {
    display: block;
  }

  /* label */
  .label.icon {
    padding: 14px;
  }
}
@media all and (max-width: 800px) {
  /* font */
  h1 {
    font-size: 50px;
    line-height: 63.6px;
  }
  h2 {
    font-size: 33px;
    line-height: 47px;
  }
  h3 {
    font-size: 25px;
    line-height: 36px;
  }
  h4 {
    font-size: 23px;
    line-height: 34px;
  }
  h4.small {
    font-size: 24px;
    line-height: 34px;
  }
  h5 {
    font-size: 20px;
    line-height: 28.4px;
  }
  h5.small {
    font-size: 17px;
    line-height: 25.2px;
  }
  h6 {
    font-size: 16px;
    line-height: 25.6px;
  }
}
@media all and (max-width: 750px) {
  /* detect */
  .under750 {
    display: block;
  }

  /* footer */
  footer .width-wrap .list-area {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 720px) {
  /* footer */
  footer .width-wrap .list-area li img {
    margin-top: 32px;
  }
}
@media all and (max-width: 700px) {
  /* detect */
  .top700 {
    display: none !important;
  }
  .under700 {
    display: block;
  }
}
@media all and (max-width: 610px) {
  /* detect */
  .under610 {
    display: block;
  }

  /* font */
  h2 {
    font-size: 27px;
    line-height: 40px;
  }
  h5 {
    font-size: 18px;
    line-height: 27.4px;
  }

  /* footer */
  footer .width-wrap .list-area {
    flex-direction: column;
    gap: 8px;
  }
  footer .width-wrap .list-area li img {
    margin-top: 24px;
  }
}
@media all and (max-width: 500px) {
  /* point */
  .po-line:before {
    height: 10px;
    bottom: -2px;
  }

  /* detect */
  .top500 {
    display: none;
  }
  .under500 {
    display: block;
  }

  /* font */
  h1 {
    font-size: 36px;
    line-height: 48.6px;
  }
  h2 {
    font-size: 28px;
    line-height: 37.8px;
  }
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h4.small {
    font-size: 18px;
    line-height: 27px;
  }
  h5 {
    font-size: 18px;
    line-height: 27px;
  }
  h6.small {
    font-size: 14px;
    line-height: 22px;
  }

  /* button */
  .btn {
    padding: 7px 25px;
  }
}
@media all and (max-width: 400px) {
  /* font */
  h5 {
    font-size: 16px;
    line-height: 23.4px;
  }
}
@media all and (max-width: 375px) {
  /* detect */
  .top375 {
    display: none;
  }
  .under375 {
    display: block;
  }

  /* label */
  .label {
    padding: 17px 28px;
    border-radius: 12px;
  }
}
@media all and (max-width: 370px) {
  /* font */
  h2 {
    font-size: 22px;
    line-height: 32.8px;
  }
  h5 {
    font-size: 14px;
    line-height: 22.4px;
  }
  h6 {
    font-size: 14px;
    line-height: 21.6px;
  }
}
