@charset "UTF-8";

@media screen and (max-width: 1023px) {
  .pc,
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .commonWrap {
    width: 100%;
    padding: 0 20px;
  }

  /* text style */
  .sectionTit {
    font-size: 32px;
    line-height: 1.38;
    letter-spacing: -1.6px;
  }
  .sectionPar {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.8px;
  }
  .mainConTit {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.8px;
    margin-top: 16px;
  }
  .subBanPar {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.8px;
    margin-top: 12px;
  }
  .conTxtPar {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.7px;
  }

  /* 스크롤바 안보이게 */
  .main__section--txt ul::-webkit-scrollbar,
  .sevice__video--thum ul::-webkit-scrollbar,
  .service__slide--tab::-webkit-scrollbar,
  .sevice__step--detail ul::-webkit-scrollbar {
    display: none;
  }
  /* 가로 스크롤 적용 */
  .main__section--txt ul,
  .sevice__video--thum ul,
  .service__slide--tab,
  .sevice__step--detail ul {
    display: inline-block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
  }
  /* gnb */
  header.h100 {
    height: 100%;
  }
  header:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
    z-index: 1;
  }
  header .commonWrap {
    height: 100%;
    overflow-y: auto;
  }
  header h1 {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 18px 20px;
    z-index: 10;
    background-color: #fff;
  }
  header h1 a {
    width: 130px;
    height: 24px;
  }
  nav {
    clear: both;
    display: none;
    width: calc(100% + 40px);
    background-color: #fff;
    margin-left: -20px;
    padding: 0 20px;
    margin-top: 110px;
  }
  nav .nav_depth01 {
    margin-bottom: 2px;
  }
  nav .nav_depth01 > a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -1px;
    padding: 14px 0 2px;
  }
  nav .nav_depth01 li:last-child {
    padding-bottom: 0;
  }
  nav .nav_depth01 li a {
    display: block;
  }
  nav .nav_depth02 a {
    color: #aeb0b5;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.8px;
    padding: 6px 0;
  }
  nav .nav_depth02 li.current a {
    font-weight: bold;
    color: #bc8877;
  }
  nav .nav_depth02 li.current a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    background-image: url(../images/current-m.png);
    background-repeat: no-repeat;
    background-size: 14px 10px;
    margin-left: 8px;
  }
  .dataLabLink {
    width: 100%;
    padding: 30px 20px;
    background-image: url(../images/dataLabLink-m.png);
    background-position: top right;
    background-size: contain;
    margin-top: 14px;
  }
  .dataLabLink p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.6px;
  }
  header .btnWrap {
    display: none;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px;
    box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.08);
    margin-top: 20px;
  }
  .mobile__menuOpen,
  .mobile__menuClose {
    display: none;
    font-size: 0;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px;
    position: fixed;
    right: 20px;
    top: 18px;
    z-index: 12;
  }
  .mobile__menuOpen {
    background-image: url(../images/mobile_menuOpen.png);
  }
  .mobile__menuClose {
    background-image: url(../images/mobile_menuClose.png);
  }
  /* 기본 버튼 속성 */
  .btnWrap .btnBrown {
    margin-bottom: 12px;
  }
  .btnBrown,
  .btnBlue {
    width: 100%;
    height: 54px;
    line-height: 52px;
    font-size: 18px;
    letter-spacing: -0.9px;
    text-align: center;
  }
  .btnWhite {
    width: 100%;
    height: 60px;
    line-height: 55px;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: -0.8px;
  }
  .google,
  .apple,
  .memberBtn {
    width: calc(50% - 4px);
  }
  .google,
  .memberBtn.pers {
    float: left;
  }
  .apple,
  .memberBtn.corp {
    float: right;
  }
  .memberBtn {
    height: 104px;
    font-size: 18px;
    letter-spacing: -0.9px;
    background-position: top 12px center;
    background-size: 24px;
    padding-top: 44px;
    margin: 24px 0 8px;
  }
  .memberBtn.pers {
    background-image: url(../images/serviBtn01.png);
  }
  .memberBtn.corp {
    background-image: url(../images/serviBtn02.png);
  }
  .memberBtn span {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  /* 푸터 */
  footer {
    padding-bottom: 20px;
    position: relative;
  }
  .footer__info {
    padding: 37px 0 20px;
  }
  .footer__info a {
    margin-bottom: 2px;
  }
  .footer__info a:after {
    margin: 0 14px;
    vertical-align: middle;
  }
  .footer__left {
    float: inherit;
  }
  .footer__left img {
    margin-bottom: 10px;
  }
  .footer__left p {
    line-height: 1.43;
    letter-spacing: -0.7px;
    margin-top: 12px;
  }
  .footer__left--btn {
    width: 100%;
    background-color: inherit;
    color: #797979;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: -0.7px;
    margin-bottom: 8px;
  }
  .footer__left--btn:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/accordion_down02.png);
    background-repeat: no-repeat;
    background-size: 12px;
    margin-left: 4px;
    vertical-align: middle;
  }
  .footer__left--btn.on:after {
    background-image: url(../images/accordion_up02.png);
  }
  .footer__left--info {
    display: none;
  }
  .footer__left--info.on {
    display: block;
  }
  .footer__right--sns li {
    margin-right: 12px;
    width: 32px;
    height: 32px;
  }
  .footer__right--family {
    margin: 4px 0 28px;
  }
  .footer__right--cs dt,
  .footer__right--cs dd {
    display: inline-block;
    vertical-align: middle;
  }
  .footer__right--cs dt {
    margin-right: 8px;
  }
  .footer__right--cs dd {
    margin-left: auto;
  }
  .footer__right--cs {
    margin: 24px 0 8px;
  }

  /* 스크롤탑 */
  .scrollTop {
    position: fixed;
    text-align: center;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    padding: 5px 0;
    font-size: 12px;
    line-height: 2.04;
    background-position: top 10px center;
    border: solid 1px #aeb0b5;
    background-color: #616161;
    background-image: url(../images/scrollTop-m.png);
    background-size: 14px;
    background-repeat: no-repeat;
    z-index: 4;
  }
  .scrollTop span {
    color: #fff;
    padding-top: 13px;
  }

  /* 본문 시작 */
  main {
    margin-top: 60px;
  }
  .main__mainSection--bg {
    background-image: url(../images/bg_main-m.png);
    padding-top: 60px;
    padding-bottom: 60%;
    background-position: bottom center;
  }
  .main__mainSection--bg img {
    width: 130px;
  }
  .main__mainSection--bg .btnWrap {
    padding-top: 40px;
  }
  .main__mainSection--banner a {
    height: 90px;
  }
  .main__mainSection--banner .banner01 a {
    background-image: url(../images/bg_mainBanner-m.png);
  }
  .main__mainSection--banner .banner02 a {
    background-image: url(../images/bg_mainBanner02-m.png);
  }
  .main__section {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .main__section .commonWrap,
  .mainlastSection .commonWrap {
    display: flex;
    flex-direction: column;
  }
  .main__section--txt,
  .main__company {
    order: 0;
  }
  .main__section--txt ul {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .main__section--txt ul li {
    width: 33.333%;
    padding-left: 20px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  .main__section--txt ul li h4 {
    padding-top: 16px;
    white-space: initial;
  }
  .main__section--txt ul li p {
    padding-right: 22px;
    white-space: initial;
  }
  .main__section--contents h3 {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.8px;
    margin-top: 16px;
  }
  .main__section--contents p {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.7px;
  }
  .main__investor h2 {
    letter-spacing: -0.8px;
  }
  .main__section--img img {
    width: calc(100% + 40px);
    margin-top: 20px;
    margin-left: -20px;
  }
  .main__section--contents {
    position: relative;
  }
  .mainlastSection {
    background-color: #000;
    padding: 80px 0;
    background-image: url(../images/bg_mainInvestor-m.png);
  }
  .main__investor h5 {
    margin-top: 24px;
  }
  .main__investor li {
    margin-bottom: 8px;
    margin-right: 8px;
    display: inline-block;
  }
  .main__company--txt {
    padding: 40px 0 20px;
  }
  .main__company--txt h3 {
    font-size: 32px;
    line-height: 1.38;
    letter-spacing: -1.6px;
  }
  .main__company--txt p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.8px;
  }
  .main__company--txt p:nth-child(2) {
    margin-top: 12px;
  }
  /* 메인 페이지 모바일에서만 백그라운드 */
  .main__section .main__section--img img {
    display: none;
  }
  .main__section:nth-child(2) .commonWrap,
  .main__section:nth-child(3) .commonWrap,
  .main__section:nth-child(4) .commonWrap,
  .main__section:nth-child(5) .commonWrap {
    padding-bottom: 120%;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .main__section:nth-child(2) .commonWrap {
    background-image: url(../images/bg_mainSection01-m.png);
  }
  .main__section:nth-child(3) .commonWrap {
    background-image: url(../images/bg_mainSection02-m.png);
  }
  .main__section:nth-child(4) .commonWrap {
    background-image: url(../images/bg_mainSection03-m.png);
  }
  .main__section:nth-child(5) .commonWrap {
    background-image: url(../images/bg_mainSection04-m.png);
  }
  /* 서브 페이지 메인 이미지 */
  .subBg {
    padding: 60px 0;
    margin-bottom: 20px;
    background-position: bottom right;
  }
  .subBg.notice {
    background-image: url(../images/bg_notice-m.png);
  }
  .subBg.news {
    background-image: url(../images/bg_news-m.png);
    position: relative;
  }
  .subBg.event {
    background-image: url(../images/bg_event-m.png);
  }
  .subBg.life {
    background-image: url(../images/bg_life-m.png);
  }
  .subBg.info {
    background-image: url(../images/bg_info-m.png);
  }
  .subBg.caretoon {
    background-image: url(../images/bg_caretoon-m.png);
  }
  .subBg.question {
    background-image: url(../images/bg_question-m.png);
    margin-bottom: 0;
  }
  .subBg.FAQ {
    background-image: url(../images/bg_FAQ-m.png);
  }
  .subBg.pay {
    background-image: url(../images/bg_pay-m.png);
  }

  .popup__wrap {
    width: calc(100% - 40px);
    max-width: 800px;
    background-position: top 40px center;
    background-size: 60px;
    padding: 0 16px 16px;
  }
  .popup__wrap > h2 {
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: -1.2px;
    padding: 120px 0 4px;
  }
  .popup__wrap > button {
    margin-top: 40px;
    font-size: 18px;
    letter-spacing: -0.9px;
    height: 54px;
    line-height: 51px;
  }
  .popup__wrap--tit {
    padding-top: 24px;
  }
  .popupInfo {
    top: 0;
    left: 0;
    padding: 20px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* 아코디언 리스트 */
  .accordion {
    margin-bottom: 80px;
  }
  .accordion__tit {
    display: none;
  }
  .accordionList__item span {
    font-size: 18px;
  }
  .accordionList__item:after {
    width: 14px;
    height: 8px;
    right: 0;
    top: 59px;
    background-size: 14px;
  }
  .accordionList__item.active {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
  }
  .accordionList__item.active:after {
    right: 20px;
  }
  .accordionList__item--Q {
    padding: 24px 0;
  }
  .accordionList__item--Q h3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.8px;
    margin: 8px 0 4px;
    padding-right: 32px;
  }
  .accordionList__item--A {
    padding: 24px 0;
  }
  .accordionList__item--A p {
    letter-spacing: -0.8px;
    padding-right: 34px;
    margin-top: 8px;
  }

  /* 이용약관 팝업 */
  .popupWrap {
    width: calc(100% - 40px);
    max-width: 520px;
  }
  .popupTerms .popupWrap {
    padding-top: 155px;
    background-position: top 32px center;
    background-size: 125px;
  }
  .popupTerms__txt h2 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -1px;
    margin: 4px 0 12px;
  }
  .popupTerms__txt i {
    font-size: 16px;
    line-height: 2;
    letter-spacing: -0.8px;
  }
  .popupTerms__btn {
    height: 53px;
    margin-top: 32px;
  }
  .popupTerms__btn a {
    padding: 14px 0;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.9px;
  }

  select {
    width: 100%;
  }

  /* 에러페이지 */
  .errorPage {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .errorPage h2 span {
    font-size: 24px;
  }
  .errorPage .commonWrap {
    padding-bottom: 60%;
    background-size: 100%;
    background-position: center bottom 40px;
  }
  .errorPage__btnWrap a {
    text-align: center;
    width: 100%;
    font-size: 18px;
    letter-spacing: -0.9px;
    line-height: 51px;
    height: 54px;
    background-position: right 20px center;
  }
  select {
    padding-right: 5%;
  }

  /* 페이지네이션 */
  .pagination__number li {
    margin: 0 4px;
    font-size: 15px;
    line-height: 1.43;
  }
  .pagination__number li,
  .pagination__prev,
  .pagination__next {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 4px;
  }

  /* 모바일에서만 스크롤 유도 */
  .induceScrolling {
    color: #777;
    text-align: right;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.7px;
    padding-right: 40px;
    position: relative;
    margin: 17px 0;
  }
  .induceScrolling span {
    z-index: 2;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #777;
    border-top: 1px solid #777;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
  }
  .induceScrolling span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    right: 20px;
  }
  .induceScrolling span:nth-of-type(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
    right: 10px;
  }
  .induceScrolling span:nth-of-type(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    right: 0;
  }
  @-webkit-keyframes sdb {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .loadingWrap {
    margin-left: -52px;
  }

  /* 슬릭 슬라이드 */
  .slick-list {
    padding-bottom: 40px !important;
  }
  .service__review--review .slick-slide > div {
    padding: 20px;
  }
  .service__slide--banner .slick-slide > div {
    padding: 10px 20px;
  }
  /* 체크 박스 */
  .popupCheckBox label {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.8px;
    padding-left: 32px;
    vertical-align: middle;
  }
  .popupCheckBox input[type="radio"] + label:before {
    width: 20px;
    height: 20px;
    margin-top: -6px;
  }
  .popupCheckBox input[type="radio"]:checked + label:after {
    margin-top: 1px;
    left: 7px;
    width: 6px;
    height: 6px;
  }

  /* 체크박스 */
  .checkBoxWrap {
    padding-top: 16px;
  }
  .checkBoxWrap input[type="checkbox"] + label {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
  .checkBoxWrap input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: -2px 8px 0 0;
    background-size: 11.7px;
  }

  /* 로그인 페이지 링크 */
  .joinHeader {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    background-color: #f6f6f6;
  }
  .joinHeader.active {
    display: block;
  }
  .joinHeader a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .joinHeader a:nth-child(1) {
    margin-right: 20px;
  }
  .popup__wrap.login {
    background-image: url(../images/popup_login.png);
  }
}
@media screen and (max-width: 720px) {
  .main__investor li {
    width: 48%;
  }
  .main__investor li:nth-child(odd) {
    float: left;
  }
  .main__investor li:nth-child(even) {
    float: right;
    margin-right: 0;
  }
  .main__investor li img {
    width: 100%;
  }
  .sevice__video--thum ul li {
    width: 120px;
  }
}
@media (min-width: 420px) and (max-width: 990px) {
  .sevice__video--thum ul {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .sevice__video--thum ul li {
    width: calc(100% / 3);
    margin-right: 0;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .main__mainSection--bg {
    padding-top: 80px;
    background-image: url(../images/bg_main-t.png);
  }
  .main__section--txt ul {
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
    overflow-x: hidden;
  }
  .main__section--txt ul,
  .main__section--txt ul li {
    text-align: center;
  }
  .main__section--txt ul li {
    padding-left: 0;
  }
  .main__section--txt ul li figure {
    display: inline-block;
  }
  .main__section--txt ul li p {
    padding-right: 0;
  }
  .service__mainSection {
    background-image: url(../images/bg_serviceMain01-t.png);
    padding-bottom: 55%;
  }
  .caregiver .service__mainSection {
    background-image: url(../images/bg_serviceMain01_car-t.png);
  }
  .induceScrolling {
    display: none;
  }
}
@media (min-width: 520px) and (max-width: 1023px) {
  .main__mainSection--banner .banner01 a {
    background-image: url(../images/bg_mainBanner-t.png);
  }
  .main__mainSection--banner .banner02 a {
    background-image: url(../images/bg_mainBanner02-t.png);
  }
}
@media screen and (min-width: 340px) and (max-width: 1023px) {
  .main__section--contents.width340 {
    margin-top: 40px;
  }
  .main__section--contents.width340 .induceScrolling {
    display: none;
  }
  .main__section:nth-child(4) .commonWrap .induceScrolling {
    display: none;
  }
  .main__section:nth-child(4) .commonWrap ul {
    margin-top: 16px;
  }
}
@media screen and (max-width: 359px) {
  .main__investor li img {
    width: 100%;
  }
  .btnWhite {
    font-size: 13px;
    padding-left: 10px;
  }
  .btnWhite:after {
    right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .list__tab li {
    font-size: 14px;
  }
  .list__tab.width33 li {
    font-size: 14px;
  }
}
@media screen and (max-width: 319px) {
  .main__mainSection--banner .banner01 a {
    background-image: url(../images/bg_mainBanner-s.png);
  }
  .main__mainSection--banner .banner02 a {
    background-image: url(../images/bg_mainBanner02-s.png);
  }
  .dataLabLink h2 {
    width: 100%;
  }
  .payDetail__box--table th,
  .payDetail__box--table td {
    padding: 8px;
  }
  .payDetail__box--table th {
    width: 82px;
  }
  .payDetail__box--table td {
    width: calc(100% - 82px);
  }
}
