@charset "UTF-8";

@media screen and (min-width: 1024px) {
  .mobile {
    display: none;
  }
  .commonWrap {
    width: 1280px;
    margin: 0 auto;
    position: relative;
  }

  /* text style */
  .sectionTit {
    font-size: 50px;
    line-height: 1.28;
    letter-spacing: -2.5px;
  }
  .sectionPar {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: -1.1px;
  }
  .mainConTit {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -1px;
    margin-top: 24px;
  }
  .subBanPar {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: -0.9px;
    margin-top: 16px;
  }
  .conTxtPar {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: -0.9px;
  }
  /* gnb */
  header {
    border-bottom: solid 1px #f1f1f1;
  }
  header.bb0 {
    border-bottom: 0;
  }
  header.bb0:after {
    content: "";
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
  }
  header h1 {
    float: left;
    margin: 20px 44px 20px 0;
  }
  header h1 a {
    width: 160px;
    height: 30px;
  }
  header .btnBrown,
  header .btnBlue {
    width: 200px;
  }
  nav {
    text-align: center;
  }
  nav .nav_depth01 {
    float: left;
    padding: 0 22px;
  }
  nav .nav_depth01 > a {
    padding: 24px 28px 22px 28px;
    position: relative;
  }
  nav .nav_depth01 > a:hover,
  nav .nav_depth01 > a.current,
  nav .nav_depth01 > a.active {
    color: #111;
    font-weight: bold;
  }
  nav .nav_depth01 > a:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #bc8877;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    transform: scaleX(0);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  nav .nav_depth01 > a:hover:after,
  nav .nav_depth01 > a.current:after,
  nav .nav_depth01 > a.active:after {
    transform: scaleX(1);
  }
  nav ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    transition: font-weight 0.4s ease-in-out;
  }
  nav .nav_depth02 {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: 0.12s all linear;
  }
  nav .nav_depth02.active {
    opacity: 1;
    height: 100%;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 14px;
  }
  nav .nav_depth02 li {
    margin-bottom: 16px;
  }
  nav .nav_depth02 li a {
    color: #777;
  }
  nav .nav_depth02 li a:hover {
    color: #333;
  }
  .dataLabLink {
    display: none;
    width: 416px;
    position: absolute;
    padding: 30px 32px 28px;
    right: 0;
    top: 90px;
    background-image: url(../images/dataLabLink.png);
  }
  .dataLabLink.active {
    display: block;
  }
  .dataLabLink p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.7px;
  }
  .btnWrap.floatR {
    float: right;
    margin-top: 13px;
  }
  /* 기본 버튼 속성 */
  .btnWrap a:last-child {
    margin-left: 8px;
  }
  .btnBrown:hover {
    background-color: #9f5f4a;
  }
  .btnBlue:hover {
    background-color: #1b4675;
  }
  .btnBrown,
  .btnBlue {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.8px;
    padding: 10px 0;
    transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .btnWhite {
    padding: 15px 48px 15px 32px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -1px;
    transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .btnWhite:hover {
    background-color: #c1c1c1;
  }
  .btnBorder:hover {
    background-color: #fff1ec;
  }
  .btnSolid:hover {
    background-color: #a16f5e;
  }
  .btnSolid:disabled {
    color: #fff;
    background-color: #aeb0b5;
    border-color: #aeb0b5;
  }
  .google,
  .apple,
  .memberBtn {
    width: 164px;
  }
  .memberBtn {
    height: 187px;
    font-size: 20px;
    letter-spacing: -1px;
    background-position: top 20px center, bottom 20px center;
    background-size: 34px;
    padding-top: 62px;
    margin: 32px 0 16px;
  }
  .memberBtn.pers {
    background-image: url(../images/serviBtn01.png), url(../images/serviBtn03.png);
  }
  .memberBtn.corp {
    background-image: url(../images/serviBtn02.png), url(../images/serviBtn03.png);
  }
  .memberBtn span {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
  /* 푸터 */
  footer {
    padding-bottom: 40px;
  }
  .footer__info {
    margin-bottom: 40px;
    border-bottom: solid 1px #777;
  }
  .footer__info a {
    padding: 18px 24px;
  }
  .footer__info a:after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    background-color: #616161;
    right: 0;
    top: 24px;
  }
  .footer__info li:nth-child(1) a {
    padding-left: 0;
  }
  .footer__left {
    padding-bottom: 12px;
  }
  .footer__left ul {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .footer__left p {
    line-height: 1.57;
    letter-spacing: -0.7px;
  }
  .footer__right {
    position: absolute;
    right: 0;
    top: -10px;
    text-align: right;
  }
  .footer__right--sns {
    padding-top: 30px;
  }
  .footer__right--sns li {
    margin-left: 16px;
  }
  .footer__right--sns li:first-child {
    margin-left: 0;
  }
  .footer__right--family {
    margin-top: 16px;
  }
  .footer__right--family button,
  .footer__right--family ul {
    z-index: 99;
    text-align: left;
  }
  .footer__right--cs dt {
    float: left;
    margin-top: 3px;
  }
  .footer__right--cs dd {
    float: right;
  }

  /* 본문 시작 */
  main {
    margin-top: 0;
  }
  /* 메인 이미지 */
  .main__mainSection--bg {
    background-image: url(../images/bg_main.png);
    padding-top: 220px;
    padding-bottom: 320px;
  }
  .main__mainSection--bg img {
    width: 210px;
  }
  .main__mainSection--bg .btnWrap {
    padding-top: 60px;
  }
  .main__mainSection--bg .btnWrap a {
    padding: 19px 0;
    width: 240px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
  .main__mainSection--bg h2 br {
    display: none;
  }
  /* 실서버에서는 높이 값이 다르기 때문에 margin 값 다르게*/
  .main__mainSection--banner {
    width: 1320px;
    margin: -71px auto 0;
  }
  .main__mainSection--banner a {
    border-radius: 20px;
    overflow: hidden;
    height: 102px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .main__mainSection--banner .banner01 a {
    background-image: url(../images/bg_mainBanner.png);
  }
  .main__mainSection--banner .banner02 a {
    background-image: url(../images/bg_mainBanner02.png);
  }
  .main__mainSection--banner .slick-initialized .slick-slide {
    padding: 20px;
  }
  .main__section {
    padding: 93px 0;
  }
  .main__section .commonWrap article:first-child {
    float: left;
  }
  .main__section .commonWrap article:last-child {
    float: right;
  }
  .main__section--img,
  .main__section--txt {
    width: 50%;
  }
  .main__section--img.left {
    margin-left: -3%;
  }
  .main__section--img.right {
    margin-right: -3%;
  }
  .main__section--txt {
    padding-top: 140px;
  }
  .main__section--txt ul {
    padding-top: 60px;
  }
  .main__section--txt ul li {
    float: left;
    width: 205px;
    padding-right: 12px;
  }
  .main__section--txt ul li h4 {
    padding-top: 24px;
  }
  .main__section--contents h3 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -1px;
    margin-top: 24px;
  }
  .main__section--contents p {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: -0.9px;
  }
  .mainlastSection {
    padding: 150px 0;
    background-image: url(../images/bg_mainInvestor.png);
  }
  .main__investor {
    float: left;
    width: 50%;
  }
  .main__investor h2 {
    letter-spacing: -0.9px;
  }
  .main__investor li {
    margin-bottom: 16px;
  }
  .main__investor li:nth-child(even) {
    float: right;
  }
  .main__company {
    float: right;
    width: 50%;
  }
  .main__company--txt p:nth-child(3) {
    margin: 8px 0 40px;
  }
  /* 서비스 */
  .service__mainSection {
    padding: 100px 0 80px;
  }
  .service__mainSection h2 {
    padding-top: 40px;
  }
  .service__mainSection--left .sectionPar br {
    display: none;
  }
  .main__investor li:nth-child(odd),
  .service__mainSection article,
  .service__mainSection--left .btnWrap a,
  .sevice__video--tit .youtube,
  .sevice__video--tit .bgTit,
  .sevice__video--thum li,
  .sevice__step--detail li,
  .service__payment--left,
  .service__payment--right,
  .event__list--img,
  .event__list--txt,
  .question__box--form li,
  .browser__info--txt,
  .browser__link div {
    float: left;
  }
  article.service__mainSection--right.pc {
    float: right;
  }
  article.service__mainSection--right.pc {
    width: 644px;
  }
  /* 서브 페이지 메인 이미지 */
  .subBg {
    padding: 160px 0 183px;
    margin-bottom: 70px;
    background-size: cover;
  }
  .subBg h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: -0.9px;
  }
  .subBg.notice {
    background-image: url(../images/bg_notice.png);
  }
  .subBg.news {
    background-image: url(../images/bg_news.png);
  }
  .subBg.event {
    background-image: url(../images/bg_event.png);
  }
  .subBg.life {
    background-image: url(../images/bg_life.png);
  }
  .subBg.info {
    background-image: url(../images/bg_info.png);
  }
  .subBg.caretoon {
    background-image: url(../images/bg_caretoon.png);
  }
  .subBg.question {
    background-image: url(../images/bg_question.png);
  }
  .subBg.FAQ {
    background-image: url(../images/bg_FAQ.png);
  }
  .subBg.pay {
    background-image: url(../images/bg_pay.png);
  }

  .popup__wrap {
    width: 780px;
    background-position: top 80px center;
  }
  .popup__wrap > h2 {
    font-size: 36px;
    line-height: 1.39;
    letter-spacing: -1.8px;
    padding-top: 136px;
  }
  .popup__wrap > button {
    height: 66px;
    line-height: 62px;
    font-size: 20px;
    letter-spacing: -1px;
    margin-top: 60px;
    transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .popup__wrap > button:hover {
    background-color: #f6f6f6;
  }
  .popup__wrap--btn button {
    transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  /* 아코디언 리스트 */
  .accordion {
    margin-top: 40px;
  }
  .accordion__tit {
    padding: 20px 0;
    background-color: #f6f6f6;
    border-top: solid 1px #aeb0b5;
    border-bottom: solid 1px #e1e1e1;
  }
  .accordion__tit h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.9px;
    padding-top: 0;
    text-align: center;
  }
  .accordionList__item span {
    font-size: 24px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
  }
  .accordionList__item:after {
    width: 18px;
    height: 10px;
    right: 37px;
    top: 34px;
  }
  .accordionList__item--Q {
    padding: 25px 40px;
  }
  .accordionList__item--Q div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 96px);
  }
  .accordionList__item--Q h3 {
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: -0.9px;
  }
  .accordionList__item--A {
    padding: 40px;
  }
  .accordionList__item--A div {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
  }
  /* 이용약관 팝업 */
  .popupWrap {
    max-width: 520px;
  }
  .popupTerms .popupWrap {
    padding-top: 234px;
    background-position: top 48px center;
    background-size: 196px;
  }
  .popupTerms__txt h2 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -1.6px;
    margin: 6px 0 20px;
  }
  .popupTerms__txt i {
    color: #111;
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: -1px;
  }
  .popupTerms__btn {
    margin-top: 64px;
    height: 64px;
  }
  .popupTerms__btn a {
    padding: 19px 0;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -1px;
    transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .popupTerms__btn a.proBtn:hover {
    background-color: rgba(188, 136, 119, 0.18);
  }
  .popupTerms__btn a.carBtn:hover {
    background-color: rgba(56, 99, 146, 0.18);
  }

  select {
    width: 285px;
  }

  /* 에러페이지 */
  .errorPage {
    padding-top: 220px;
    padding-bottom: 260px;
  }
  .errorPage h2 span {
    font-size: 36px;
    line-height: 1.78;
    letter-spacing: -1.8px;
  }
  .errorPage .commonWrap {
    background-size: 680px;
  }
  .errorPage__btnWrap a {
    width: 348px;
    height: 66px;
    padding-left: 112px;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 64px;
    background-position: 228px center;
    background-size: 8px 14px;
    transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .errorPage__btnWrap a:hover {
    background-color: #f6f6f6;
  }

  /* 페이지네이션 */
  .pagination__number li {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .pagination__number li,
  .pagination__prev,
  .pagination__next {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0 8px;
  }
  .pagination__number li:hover {
    background-color: #f6f6f6;
  }
  .loadingWrap {
    margin-left: -40px;
  }

  /* 브라우저 선택 */
  .browser {
    background-color: #f6f6f6;
    padding: 160px 0 100px;
  }
  .browser__info {
    margin-bottom: 80px;
  }
  .browser__info--txt p,
  .browser__info--item p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: -0.9px;
  }
  .browser__info--item {
    float: right;
  }
  .browser__info--item li {
    float: left;
    text-align: center;
    margin-left: 16px;
  }
  .browser__info--item li figure {
    width: 200px;
    height: 197px;
    border-radius: 4px;
    border: solid 1px #e1e1e1;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
  }
  .browser__info--item li figure.chrome {
    background-image: url(../images/icon_chrome.png);
  }
  .browser__info--item li figure.ie {
    background-image: url(../images/icon_ie.png);
  }
  .browser__info--item li figure.edge {
    background-image: url(../images/icon_edge.png);
  }
  .browser__info--item p {
    font-weight: bold;
  }
  .browser__link {
    border-radius: 4px;
    border: solid 1px #e1e1e1;
    background-color: #fff;
    padding: 80px 108px;
  }
  .browser__link span {
    padding: 7px 16px;
    border-radius: 20px;
    background-color: #bc8877;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.9px;
  }
  .browser__link h3 {
    margin: 16px 0;
    color: #111;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: -1.8px;
  }
  .browser__link p {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.55;
    letter-spacing: -1.1px;
    margin-bottom: 32px;
  }
  .browser__link .browser__link--car {
    padding-left: 116px;
    margin-left: 81px;
    border-left: solid 1px #e1e1e1;
  }
  .browser__link .browser__link--car span {
    background-color: #386392;
  }
  .service__slide--banner .slick-slide > div {
    padding: 40px 20px;
  }
  .service__review--review .slick-slide > div {
    padding: 20px 8px;
  }

  /* 체크 박스 */
  .popupCheckBox label {
    padding-left: 32px;
  }
  .popupCheckBox input[type="radio"] + label:before {
    width: 24px;
    height: 24px;
    margin-top: -9px;
  }
  .popupCheckBox input[type="radio"]:checked + label:after {
    margin-top: -2px;
    left: 7px;
    width: 10px;
    height: 10px;
    background-color: #fff;
  }

  /* 체크박스 */
  .checkBoxWrap {
    padding-top: 20px;
    text-align: center;
  }
  .checkBoxWrap input[type="checkbox"] + label {
    font-size: 18px;
    letter-spacing: -0.9px;
  }
  .checkBoxWrap input[type="checkbox"] + label:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: -2px 12px 0 0;
    background-size: 14px;
  }
}

@media (min-width: 1384px) {
  .main__investor {
    padding-right: 218px;
  }
}
@media (min-width: 1466px) and (max-width: 1574px) {
  .service__slide--banner .prev,
  .service__review--review .prev {
    left: -30px;
  }
  .service__slide--banner .next,
  .service__review--review .next {
    right: -30px;
  }
}
@media (min-width: 1024px) and (max-width: 1465px) {
  .service__slide--banner .prev,
  .service__review--review .prev {
    left: 0;
  }
  .service__slide--banner .next,
  .service__review--review .next {
    right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1455px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1413px) {
  .sevice__video--thum li {
    width: calc(33.3333% - 11px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .commonWrap,
  .service__slide .commonWrap h2,
  .service__review .service__review--tit,
  .service__slide--tab {
    width: 90%;
  }
  nav .nav_depth01 {
    padding: 0 5px;
  }
  .main__mainSection--banner {
    width: 100%;
  }
  .main__section--txt ul li {
    width: 180px;
  }
  .main__investor li:nth-child(even) {
    float: left;
    margin-left: 16px;
  }
  .main__company {
    width: 50%;
    float: right;
  }
  .sevice__video--tit .bgTit {
    width: 30%;
  }
  .sevice__video--tit .youtube {
    width: 70%;
  }
  .service__slide--banner,
  .service__review--review {
    width: calc(90% + 40px);
  }
  .service__review--review section {
    width: calc(100% - 30px);
  }
  .service__payment {
    padding-bottom: 100px;
  }
  .listView__detail--tit .right {
    width: 90%;
  }
  .listView__detail--txt {
    padding-left: 131px;
  }
  .list__tab.width33 li {
    width: 33.333%;
    margin-left: 0;
  }
  .event__list--img {
    width: 40%;
  }
  .event__list--txt {
    width: 60%;
  }
  .event__list--txt h3 {
    max-width: 550px;
  }
  .accordion__tit h3:nth-child(1) {
    text-align: center;
  }
  .accordionList__item--Q time {
    float: right;
  }
  .accordionList__item--A p {
    line-height: 1.75;
  }
  .listView__detail--tit .right {
    width: calc(100% - 180px);
  }
}

@media (min-width: 1024px) and (max-width: 1275px) {
  .question__box.left > div:nth-child(1) {
    margin-bottom: 32px;
  }
  .question__box--btn .receipt {
    margin-top: 58px;
  }
}
@media (min-width: 1024px) and (max-width: 1270px) {
  header h1 {
    margin-right: 20px;
  }
  .main__section--txt ul li,
  .main__investor li {
    width: 190px;
  }
  .main__section--txt ul {
    padding-top: 30px;
  }
  .main__section--txt ul li {
    width: 162px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .main__section--txt {
    padding-top: 40px;
  }
  .question__box.left,
  .question__box.right {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .question .commonWrap {
    padding-bottom: 80px;
  }
  .question__box--btn .receipt {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1208px) {
  header .btnBrown,
  header .btnBlue {
    width: 168px;
  }
  .dataLabLink {
    width: 354px;
    padding: 28px 20px 26px;
  }
  .question__box--info {
    line-height: 1.57;
  }
  .question__box--info li {
    display: block;
  }
  .payDetail__box {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1157px) {
  .service__slide--banner article {
    padding-left: 440px;
    padding-right: 35px;
    background-size: 400px;
    background-position: 0 center;
  }
}
@media (min-width: 1024px) and (max-width: 1132px) {
  header .btnBrown,
  header .btnBlue {
    width: 140px;
  }
  .btnBrown,
  .btnBlue {
    font-size: 14px;
  }
  .btnWrap a:last-child {
    margin-left: 4px;
  }
  .btnWrap.floatR {
    margin-top: 15px;
  }
  .dataLabLink {
    width: 280px;
  }
  .main__section--txt ul li {
    width: 154px;
  }
}
@media (min-width: 1024px) and (max-width: 1073px) {
  header .btnBrown,
  header .btnBlue {
    width: 110px;
  }
  .dataLabLink {
    width: 238px;
    padding: 20px 14px 18px;
  }
  .dataLabLink h2 {
    width: 100%;
  }
  .service__slide--tab li {
    padding-right: 24px;
  }
  .main__section--txt ul li {
    width: 148px;
  }
  .payDetail__box {
    padding: 40px 40px 60px;
  }
}
