@charset "utf-8";
@import "fonts.css";

/* header_modal*/

.hamburger_div {
  display: none;
}

.menu_modal {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  z-index: 999;
  overflow: scroll;
  z-index: 99999;
}

.menu_modal > div {
  background: #fff;
  width: 300px;
  height: 100vh;
  z-index: 9999;
}

.modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.modal_header > p {
  font-size: 16px;
  font-weight: 700;
  margin-left: 20px;
}
.modal_header > img {
  padding: 20px;
  cursor: pointer;
}
.menu_modal > div > ul > li {
  display: flex;
  flex-direction: column;
}
.menu_modal > div > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 0px 0px 20px 20px;
  margin-bottom: 10px;
}
.menu_modal > div > ul > li > a:nth-last-child(1) {
  margin-bottom: 0px;
}

.down_btn {
  position: relative;
  top: 20px;
}

.down_btn > a:nth-child(1) {
  margin-right: 20px;
}

.logo_img {
  width: 80px;
  height: auto;
}

.top_navi > .top_right_btn {
  position: absolute;
  right: 0px;
}

.top_right_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_btn {
  width: 90px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #ccc;
  border-radius: 18px;
  text-align: center;
}

.top_btn:hover {
  color: #fff;
  background-color: #2db400;
  border: 1px solid #2db400;
}

nav {
  width: 100%;
  height: 85px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.top_navi > .logo {
  margin-right: 40px;
}

.service_info > .active {
  font-weight: 600;
  color: #000;
}

.service_info2 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.service_info2 > .active {
  font-weight: 600;
  color: #000;
}

.top_navi > .down_btn {
  position: absolute;
  right: 0px;
}
.top_navi > .down_btn > a:first-child {
  margin-right: 10px;
}

.m_href {
  display: none;
}
.up_arrow {
  transform: rotate(180deg);
}

.pc {
  display: block;
}
.mobile {
  display: none;
}
.btn-kakao-talk {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 20;
}
.section {
  width: 100%;
  height: 650px !important;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 140px;
  position: relative;
  display: table;
}

.section.last {
  height: 600px !important;
  padding-top: 200px;
}

.section_2 {
  margin-top: 85px;
  width: 100%;
  height: 600px !important;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 140px;
  position: relative;
  display: table;
}

.section_2.last {
  height: 600px !important;
  padding-top: 200px;
}

.banner1 {
  margin-top: 3rem !important;
}
.contWrap {
  /*display: table-cell*/
}
.contWrap::after {
  content: "";
  display: block;
  clear: both;
}
.contWrap > div {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.phoneWrap,
.txtWrap {
  width: 50%;
  float: right;
}
.txtWrap {
  padding-top: 90px;
}
.phoneWrap {
  position: relative;
  height: 649px;
  text-align: right;
}
.phoneWrap img {
  margin-right: 40px;
}
.contWrap h3 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 55px;
  padding-top: 140px;
  color: black;
}
.contWrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #818181;
}
.section:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/banner.png") no-repeat bottom center;
  background-size: cover;
  animation: bgScale 5s;
  animation-fill-mode: forwards;
  z-index: -1;
}
.section:nth-child(2) {
  background-image: url(../img/bg02.png);
}
.section:nth-child(3) {
  background-image: url(../img/bg03.png);
}
.section:nth-child(4) {
  background-image: url(../img/bg04.png);
}
.section:last-child {
  background-image: url(../img/bottom_banner.png);
}

.section_2:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/banner_2.png") no-repeat bottom center;
  background-size: cover;
  animation: bgScale 5s;
  animation-fill-mode: forwards;
  z-index: -1;
}

.contWrap.two h3 {
  background: url(../img/icon_1.png) no-repeat top left / 84px;
}
.contWrap.three h3 {
  background: url(../img/icon_2.png) no-repeat top left / 84px;
}
.contWrap.four h3 {
  background: url(../img/icon_3.png) no-repeat top left / 84px;
}

.one .txtWrap {
  width: 100%;
}
.one h3 {
  padding-top: 0 !important;
}
.one h3,
.one p {
  color: #fff;
}
.app-links {
  margin-top: 55px;
}
.app-links a {
  display: inline-block;
  margin-right: 10px;
}
.app-links a:last-child {
  margin-right: 0;
}
.app-links a img {
  width: 195px;
}

.phoneWrap {
  position: relative;
}
.phone-right .phoneWrap {
  left: 7rem;
}
.phone-right div.phoneWrap:nth-child(1) {
  display: block;
}
.phone-right div.phoneWrap:nth-child(3) {
  display: none;
}
.phoneWrap img {
  position: absolute;
  top: 0;
  margin-right: 0;
}
.three-phone .phoneWrap img:nth-child(1) {
  left: 0;
}
.three-phone .phoneWrap img:nth-child(2) {
  left: 50%;
  margin-left: -181.5px;
  z-index: 2;
}
.three-phone .phoneWrap img:nth-child(3) {
  right: 2rem;
}
.two-phone .phoneWrap img {
  position: absolute;
  top: 0;
}
.two-phone .phoneWrap img:nth-child(1) {
  left: 0;
}
.two-phone .phoneWrap img:nth-child(2) {
  right: 0;
  z-index: 2;
  margin-right: 4.3rem;
}

.contact {
  text-align: center;
}
.contact .txtWrap {
  float: none;
  width: 100%;
}
.contact h6 {
  font-size: 40px;
  color: #1ca971;
  margin-top: 4rem;
}
.contact .mailto {
  margin-top: 1.5rem;
  margin-bottom: 80px;
}
.contact .mailto a {
  width: 15rem;
  background: #1ca971;
  padding: 1.1rem;
  border-radius: 10rem;
  display: inline-block;
  font-size: 22px;
  color: white;
}

.footer .logo-footer {
  /*height: 90px*/
}

.footer .info {
  margin-top: 30px;
}
.footer .info span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.3px;
  color: #979797;
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
}
.footer .info span::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #636363;
  position: absolute;
  top: 10px;
  right: 0;
}
.footer .info span:nth-child(5) {
  margin-right: 0;
  padding-right: 0;
}
.footer .info span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer .info span:nth-child(5)::after,
.footer .info span:last-child::after {
  width: 0;
  height: 0;
}
.footer .copyright {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #5c5c5c;
}
.footer .sns-bottom {
  margin-top: 50px;
  text-align: center;
}
.footer .sns-bottom a {
  display: inline-block;
  margin-right: 32px;
}
.footer .sns-bottom a:last-child {
  margin-right: 0;
}
.footer .sns-bottom a img {
  width: 36px;
}

/* fullpage custom vertical nav */
#fp-nav::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(220, 220, 220, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
}
#fp-nav ul li {
  margin: 11px 7px;
}
#fp-nav ul li a span {
  width: 9px;
  height: 9px;
  background: rgba(220, 220, 220, 0.5);
  margin: -2px 0 0 -4.5px;
}
#fp-nav ul li a.active span {
  width: 9px;
  height: 9px;
  background: #df2d32;
  margin: -2px 0 0 -4.5px;
}
#fp-nav ul li a.active span::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(223, 45, 50, 0.34);
  position: absolute;
  top: -6px;
  left: -6px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 9px;
  width: 9px;
  margin: -2px 0 0 -4.5px;
}

.driver_banner {
  margin-top: 80px;
  width: 100%;
  height: 600px;
  background: url(../img/banner_2.png) no-repeat 60% 100%;
  position: relative;
}

.driver_bottom {
  margin-top: 80px;
  width: 100%;
  height: 600px;
  background: url(../img/bottom_banner.png) no-repeat 60% 100%;
  position: relative;
}

.driver_banner > p {
  position: absolute;
  left: 16.5%;
  top: 35%;
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  line-height: 75px;
}

.driver_info_from > .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin: 92px 31.25% 60px 31.25%;
}

.driver_ul {
  margin: 0px 31.25%;
}

.driver_li {
  margin-bottom: 50px;
}

.driver_li > p {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.driver_li > label {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.common_input {
  width: 100%;
  height: 50px;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding-left: 20px;
  font-size: 18px;
}

.common_input:focus {
  border: 3px solid #000;
}

.guide_msg {
  text-align: center;
  margin: 0px 5%;
}

.guide_msg > p {
  font-size: 16px;
  color: #666;
}

.sbn_btn {
  background-color: #2b95d1;
  margin: 25px 31.25% 90px 31.25%;
  width: 38.5%;
  height: 80px;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
}

.faq_container {
  margin: 190px 24.01% 90px 24.01%;
  width: 52.08%;
}

.faq_container > .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 55px;
}

.faq_index {
  display: inline-block;
  width: 100%;
  margin-bottom: 52px;
}

.faq_index > li {
  width: 19.18%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  float: left;
  margin: 7px;
}

.faq_index > li.active {
  background-color: #2b95d1;
}

.faq_list {
}

.faq_list_ul > .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 24px;
  margin: 0px 16px;
  height: 90px;
  border-bottom: 2px solid #ddd;
}

.faq_list_ul > .title.open_title {
  border-bottom: none;
}

.faq_list_ul > .title.close_title {
  border-bottom: 2px solid #ddd;
}

.faq_list_ul > .title > p {
  font-size: 24px;
  line-height: 24px;
}

.faq_list_ul > .title > img {
  margin-right: 15px;
}

.faq_list_ul > .title > p > span {
  display: contents;
  color: #b3b3b3;
  line-height: 24px;
}

.faq_list_ul > .content {
  width: 92%;
  height: 100%;
  background-color: #eee;
  margin: 0 auto;
  padding: 3%;
  padding-bottom: 40px;
  display: none;
}

.faq_list_ul > .content > p {
  font-size: 22px;
}

.faq_list_ul > .content.open {
  display: block;
}
.faq_list_ul > .content.close {
  display: none;
}
.addr_scroll {
  width: 100%;
  height: 300px;
  margin: 5px 0;
  position: relative;
  border: 1px solid;
}
.stopover_div {
  position: relative;
}
.minus_icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  right: 12px;
  cursor: pointer;
}
.start_date_title {
  font-size: 14px;
  color: #666;
}
#card_info_in {
  font-size: 11px;
  padding: 0px;
}

.mainpopups {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  visibility: hidden;
}

.mainpopups > div {
  width: 700px;
  height: calc(100% - 100px);
  overflow: auto;
}
.mainpopups > div img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .driver_banner > p {
    font-size: 60px;
  }

  .driver_info_from > .title {
    margin: 92px 20.25% 60px 20.25%;
  }

  .driver_ul {
    margin: 0px 20.25%;
  }
}

@media screen and (max-width: 1080px) {
  .service_info > a {
    font-size: 15px !important;
  }
  .service_info2 > a {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1000px) {
  .driver_banner > p {
    font-size: 50px;
  }

  .faq_container {
    margin: 100px 11.01% 90px 11.01%;
    width: 78.08%;
  }
}

@media screen and (max-width: 960px) {
  .hide_box {
    display: none !important;
  }

  .hamburger_div {
    display: flex;
    align-items: center;
  }

  .section {
    min-height: 60vh;
    overflow: hidden;
  }
  .section.last {
    padding-top: 40px;
  }
  .service_info > a {
    font-size: 15px;
  }
  .service_info2 {
    display: none;
  }

  .service_info2 > a {
    font-size: 15px;
  }
  .phoneWrap {
    height: 45vh;
  }
  .phoneWrap img {
    width: 100%;
  }
  .contWrap h3 {
    font-size: 40px;
  }

  .seven .phoneWrap,
  .seven .txtWrap,
  .eight .phoneWrap,
  .eight .txtWrap {
    width: 100%;
  }
  .seven .phoneWrap,
  .eight .phoneWrap {
    margin-top: 50px;
  }
  .seven .phoneWrap img,
  .eight .phoneWrap img {
    width: 50%;
  }
  .seven .phoneWrap img:nth-child(1) {
    left: 30px;
  }
  .seven .phoneWrap img:nth-child(2) {
    margin-left: -160px;
  }
  .seven .txtWrap h3,
  .eight .txtWrap h3 {
    text-align: center;
  }
  .seven .txtWrap p,
  .eight .txtWrap p {
    text-align: center;
  }

  .contWrap.eight h3 {
    background: url(../img/ic-08.png) no-repeat top center / 101.5px;
  }
  .eight .phoneWrap img:nth-child(1) {
    left: 10%;
  }
}

@media screen and (max-width: 900px) {
  .top_navi {
    width: 100% !important;
    justify-content: space-between;
    margin: 0 10px;
  }

  .section_2 {
    margin-top: 0px;
    height: 500px !important;
    padding-top: 0px;
  }

  .driver_banner > p {
    font-size: 45px;
  }

  .service_info {
    display: none;
  }

  .m_href {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 86px 20px 0px 20px;
  }

  .m_href > a {
    text-align: center;
    font-size: 25px;
    height: 45px;
    padding-top: 10px;
    margin-right: 15%;
    margin-bottom: 10px;
    color: #8f8f8f;
  }

  .m_href > a.active {
    color: #000;
    font-weight: 600;
  }

  .driver_banner {
    margin-top: 0px;
  }

  .faq_container {
    margin: 50px 9.01% 90px 9.01%;
    width: 81.08%;
  }

  .guide_msg > p {
    font-size: 15px;
    color: #666;
    letter-spacing: -0.3px;
    word-spacing: -0.2px;
  }

  .mainpopups > div {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 767px) {
  .driver_banner > p {
    left: 9.5%;
    font-size: 45px;
  }

  .driver_info_from > .title {
    margin: 92px 11.25% 60px 11.25%;
  }

  .driver_ul {
    margin: 0px 12.25%;
  }

  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .d-block {
    display: table-cell !important;
  }

  nav {
    height: 80px;
  }

  nav > div {
    margin: 0;
    width: 100%;
  }

  nav .sns a {
    margin-right: -30px;
  }

  nav .sns a img {
    width: 15rem;
    margin-top: -1rem;
    margin-right: -4px;
  }
  .btn-kakao-talk {
    right: 1rem;
    bottom: 1rem;
  }
  .btn-kakao-talk img {
    width: 5rem;
    height: 5rem;
  }
  .section {
    padding-top: 60px;
  }
  .section:nth-child(1)::before {
    top: 0;
    background: url("../img/banner.png") no-repeat 60% 0%;
    background-size: cover;
  }
  .contWrap h3 {
    font-size: 40px;
    padding-top: 70px;
    margin-bottom: 30px;
  }
  .contWrap p {
    font-size: 20px;
  }
  .app-links a {
    width: 45%;
  }
  .app-links a img {
    width: 100%;
  }
  .contWrap h3 {
    text-align: center;
    background-position: top center !important;
  }
  .contWrap p {
    text-align: center;
  }
  .contWrap h6 {
    font-size: 20px;
  }
  .contact .mailto a {
    width: 14rem;
    padding: 0.9rem;
    font-size: 20px;
  }
  .phoneWrap,
  .txtWrap {
    width: 100%;
  }
  .banner1 {
    margin-top: 0 !important;
  }
  .txtWrap {
    padding-top: 22px;
  }
  .phoneWrap {
    height: 55vh;
    overflow: hidden;
  }
  .phoneWrap img {
    margin-right: 0;
    margin-left: 10px;
    width: 60%;
  }
  .three-phone .phoneWrap img:nth-child(2) {
    margin-left: -167px;
    top: 0 !important;
  }
  .three-phone .phoneWrap img:nth-child(3) {
    right: 0;
  }
  .two-phone .phoneWrap img:nth-child(2) {
    margin-right: 0;
  }
  .phone-right div.phoneWrap:nth-child(1) {
    display: none;
  }
  .phone-right div.phoneWrap:nth-child(3) {
    display: block;
  }
  .phone-right .phoneWrap {
    left: 0;
  }

  .app-links {
    text-align: center;
  }

  .contWrap.two h3 {
    background: url(../img/ic-02.png) no-repeat top center / 45px;
  }
  .contWrap.three h3 {
    background: url(../img/ic-03.png) no-repeat top center / 45px;
  }
  .contWrap.four h3 {
    background: url(../img/ic-04.png) no-repeat top left / 45px;
  }
  .contWrap.five h3 {
    background: url(../img/ic-08.png) no-repeat top left / 50.5px;
  }

  .six .txtWrap h3 {
    background: url(../img/ic-07.png) no-repeat top center / 47.5px;
  }
  .contWrap.seven h3 {
    background: url(../img/ic-09.png) no-repeat top left / 50.5px;
  }
  .contWrap.eight h3 {
    background: url(../img/ic-09.png) no-repeat top left / 50.5px;
  }

  .seven .phoneWrap img,
  .eight .phoneWrap img {
    width: 70%;
  }
  .seven .phoneWrap img:nth-child(1) {
    left: 0;
  }
  .seven .phoneWrap img:nth-child(2) {
    margin-left: -112px;
  }
  .seven .phoneWrap,
  .eight .phoneWrap {
    margin-top: 0px;
  }

  .eight .phoneWrap img:nth-child(1) {
    left: 0;
  }

  .faq_index > li {
    width: 17.18%;
  }

  .reserv_content {
    padding: 6.7% 5.7% !important;
  }
}

@media screen and (max-width: 320px) {
  body {
    min-width: 320px;
  }
  .contWrap h3 {
    font-size: 26px;
  }
  .contWrap p {
    font-size: 13px;
  }
  .phoneWrap {
    height: 50vh;
  }

  .seven .phoneWrap img:nth-child(2) {
    margin-left: -95px;
  }

  .footer .info span {
    font-size: 12px;
  }
  .footer .copyright {
    font-size: 12px;
  }
}

p {
  font-family: "Noto Sans Korean";
}

a {
  font-family: "Noto Sans Korean";
}

.wrapper {
  width: 100%;
  /* height: 100%; */
  min-height: 680px;
  padding-top: 126px;
  padding-bottom: 40px;
  background-color: #f1f1f1;
}

.contwrap {
  border-bottom: 80px solid #ffe3aa;
}
.contwrap_top {
  width: 900px;
  height: 280px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 66px;
}

.banner_top {
  margin-top: 109px;
}

.banner_img {
  height: 200.6px;
}

.banner_text {
  margin-top: 80px;
}

.banner_text > .txt1 {
  font-size: 20px;
  font-weight: 400;
}
.banner_text > .txt2 {
  font-size: 36px;
  font-weight: 700;
}

.banner_box {
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 17px;
}

.banner_btn {
  width: 110px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #f9ba3d;
  border-radius: 8px;
  cursor: pointer;
}

.banner_btn:hover {
  background-color: #f9ba3d;
}

.banner_btn:hover > a {
  color: #fff;
}

.banner_btn > a {
  color: #f9ba3d;
  font-size: 14px;
}

.info_list {
  height: 590px;
  margin: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.info_box {
  width: 900px;
  height: 170px;
  display: flex;
  align-items: center;
}

.info_box2 {
  display: flex;
  margin: 4px 0px;
}

.info_box2 > p {
  height: 23px;
  line-height: 23px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.info_img {
  width: 160px;
  height: 160px;
  margin-right: 40px;
}

.info_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.check_img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer {
  width: 100%;
  height: 120px;
  border-top: 2px solid #eee;
  background-color: #fff;
  z-index: 99;
  position: absolute;
}

.footer_box {
  /*width: 900px;*/
  height: 78px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 19px;
}

.footer_img {
  margin-right: 30px;
}

.footer_text {
}

.footer_text > p {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.footer_text > p:last-child {
  margin-top: 10px;
}

.chk_list {
  display: flex;
  flex-direction: column;
}

.terms_box {
  width: 600px;
  /* width: 520px; */
  /* height: 100%; */
  min-height: 649px;
  background-color: #fff;
  border-radius: 12px;
  margin: 0 auto;
  padding: 40px;
}

.terms_title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}

.terms_con {
  width: 100%;
  margin-top: 22.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chk_line {
  display: flex;
  align-items: center;
  margin-bottom: 11.5px;
}

.chk_line2 {
  display: flex;
  align-items: center;
}

.chk_line3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.chk_txt {
  font-size: 16px;
  font-weight: 700;
  padding-left: 24px;
}

.chk_txt1 {
  font-size: 12px;
  font-weight: 400;
  padding-left: 24px;
}

.chk_box[type="checkbox"] {
  display: none;
}

.chk_box[type="checkbox"] + label {
  background: url("../img/chk_off.png") no-repeat center left / 20px auto;
}

.chk_box[type="checkbox"]:checked + label {
  background: url("../img/chk_on.png") no-repeat center left / 20px auto;
}

.terms_content_box {
  /* max-width: 500px;
    width: 100%; */
  background-color: #f1f1f1;
  padding: 10px;
}

.terms_content {
  overflow: auto;
  height: 80px;
  -ms-overflow-style: none; /* IE and Edge */
}

.terms_content::-webkit-scrollbar {
  display: none; /* Chrome , Safari , Opera */
}

.terms_bottom_title {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.terms_btn {
  width: 520px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.terms_btn > button {
  width: 255px;
  height: 40px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.terms_btn > button:first-child {
  background-color: #ccc;
}

.terms_btn > button:last-child {
  background-color: #f9ba3d;
}

.register_title {
  height: 52px;
  margin-bottom: 20px;
}

.register_title > p:first-child {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
}

.register_title > p:last-child {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #666;
}

.regi_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 11px;
}

.table_line {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.table_index {
  /*width: 19%;*/
  width: 90px;
  height: 100%;
  padding-left: 10px;
  background-color: #f1f1f1;
}

.table_index > p {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.old_file_box {
  display: flex;
  align-items: center;
  padding-top: 2px;
}

.old_file_box > p {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
}

.old_file_box > p:hover {
  font-size: 12px;
  font-weight: 700;
}

.table_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.table_content_flex {
  display: flex;
  align-items: center;
}

.table_content > .var {
  font-size: 20px;
  font-weight: 400;
  margin: 0px 6px;
}

.table_content2 {
  width: 100%;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.table_content2 > p {
  padding-top: 4px;
  font-size: 10px;
  font-weight: 400;
  color: #666;
}

.chk_div_box {
  display: flex;
  align-items: center;
}

.chk_div_box > p {
  padding-top: 4px;
  font-size: 10px;
  font-weight: 400;
  color: #666;
}

#false_chk_id {
  margin-left: 5px;
  color: red;
  font-weight: 700;
  display: none;
}

#false_chk_hp {
  margin-left: 5px;
  color: red;
  font-weight: 700;
  display: none;
}

.input_box {
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0px 10px;
}

.file_btn {
  width: 60px;
  height: 40px;
  line-height: 38px;
  background-color: #f9ba3d;
  border-radius: 7px;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#file_plus {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

.credit_content {
  width: 44.5%;
  max-width: 186px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card_btn {
  width: 120px;
  height: 30px;
  padding: 10px 6.5px;
  border: 1px solid #f9ba3d;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 10px;
  color: #f9ba3d;
}

.card_btn2 {
  width: 130px;
  height: 30px;
  padding: 10px 6.5px;
  border: 1px solid #f9ba3d;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 10px;
  color: #f9ba3d;
}

/* 헤더 */

nav {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  border-bottom: 2px solid #eee;
}

.header {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 6%;
}

.top_navi {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_info {
  /*width: 34.6%;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_info > a {
  font-size: 18px;
  font-weight: 400;
  color: #8f8f8f;
  margin-right: 40px;
}

.service_info2 > a {
  font-size: 18px;
  font-weight: 400;
  color: #8f8f8f;
  margin-right: 40px;
}

.service_info > a:last-child {
  margin-right: 0px;
}

.service_info2 > a:last-child {
  margin-right: 0px;
}

.service_info > .active {
  font-weight: 600;
  color: #000;
}

.service_info2 > .active {
  font-weight: 600;
  color: #000;
}

.contwrap > .down_btn {
  position: absolute;
  right: calc(100% - 40%);
  bottom: calc(100% - 440px);
}

.top_navi > .down_btn > a:first-child {
  margin-right: 10px;
}

.top_right_btn > a:last-child {
  margin: 0 10px;
}

.top_right_btn > a:nth-child(1) {
  border: 1px solid #f9ba3d;
  color: #000;
}

.top_btn:hover {
  color: #fff;
  background-color: #f9ba3d;
  border: 1px solid #f9ba3d;
}

.up_arrow {
  transform: rotate(180deg);
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.btn-kakao-talk {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 20;
}

.section {
  width: 100%;
  height: 650px !important;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 140px;
  position: relative;
  display: table;
}

.section.last {
  height: 600px !important;
  padding-top: 200px;
}

.section_2 {
  margin-top: 67px;
  width: 100%;
  height: 600px !important;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 140px;
  position: relative;
  display: table;
}

.section_2.last {
  height: 600px !important;
  padding-top: 200px;
}

.phoneWrap,
.txtWrap {
  width: 50%;
  float: right;
}
.txtWrap {
  padding-top: 90px;
}
.phoneWrap {
  position: relative;
  height: 649px;
  text-align: right;
}
.phoneWrap img {
  margin-right: 40px;
}

.section:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/banner.png") no-repeat bottom center;
  background-size: cover;
  animation: bgScale 5s;
  animation-fill-mode: forwards;
  z-index: -1;
}
.section:nth-child(2) {
  background-image: url(../img/bg02.png);
}
.section:nth-child(3) {
  background-image: url(../img/bg03.png);
}
.section:nth-child(4) {
  background-image: url(../img/bg04.png);
}

/*
.section:last-child {
  background-image: url(../img/bottom_banner.png);
}
*/

.section_2:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/banner_2.png") no-repeat bottom center;
  background-size: cover;
  animation: bgScale 5s;
  animation-fill-mode: forwards;
  z-index: -1;
}

.one .txtWrap {
  width: 100%;
}
.one h3 {
  padding-top: 0 !important;
}
.one h3,
.one p {
  color: #fff;
}
.app-links {
  margin-top: 55px;
}
.app-links a {
  display: inline-block;
  margin-right: 10px;
}
.app-links a:last-child {
  margin-right: 0;
}
.app-links a img {
  width: 195px;
}

.phoneWrap {
  position: relative;
}
.phone-right .phoneWrap {
  left: 7rem;
}
.phone-right div.phoneWrap:nth-child(1) {
  display: block;
}
.phone-right div.phoneWrap:nth-child(3) {
  display: none;
}
.phoneWrap img {
  position: absolute;
  top: 0;
  margin-right: 0;
}
.three-phone .phoneWrap img:nth-child(1) {
  left: 0;
}
.three-phone .phoneWrap img:nth-child(2) {
  left: 50%;
  margin-left: -181.5px;
  z-index: 2;
}
.three-phone .phoneWrap img:nth-child(3) {
  right: 2rem;
}
.two-phone .phoneWrap img {
  position: absolute;
  top: 0;
}
.two-phone .phoneWrap img:nth-child(1) {
  left: 0;
}
.two-phone .phoneWrap img:nth-child(2) {
  right: 0;
  z-index: 2;
  margin-right: 4.3rem;
}

.contact {
  text-align: center;
}
.contact .txtWrap {
  float: none;
  width: 100%;
}
.contact h6 {
  font-size: 40px;
  color: #1ca971;
  margin-top: 4rem;
}
.contact .mailto {
  margin-top: 1.5rem;
  margin-bottom: 80px;
}
.contact .mailto a {
  width: 15rem;
  background: #1ca971;
  padding: 1.1rem;
  border-radius: 10rem;
  display: inline-block;
  font-size: 22px;
  color: white;
}

/* fullpage custom vertical nav */
#fp-nav::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(220, 220, 220, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
}
#fp-nav ul li {
  margin: 11px 7px;
}
#fp-nav ul li a span {
  width: 9px;
  height: 9px;
  background: rgba(220, 220, 220, 0.5);
  margin: -2px 0 0 -4.5px;
}
#fp-nav ul li a.active span {
  width: 9px;
  height: 9px;
  background: #df2d32;
  margin: -2px 0 0 -4.5px;
}
#fp-nav ul li a.active span::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(223, 45, 50, 0.34);
  position: absolute;
  top: -6px;
  left: -6px;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 9px;
  width: 9px;
  margin: -2px 0 0 -4.5px;
}

.driver_banner {
  margin-top: 80px;
  width: 100%;
  height: 600px;
  background: url(../img/banner_2.png) no-repeat 60% 100%;
  position: relative;
}

.driver_bottom {
  margin-top: 80px;
  width: 100%;
  height: 600px;
  background: url(../img/bottom_banner.png) no-repeat 60% 100%;
  position: relative;
}

.driver_banner > p {
  position: absolute;
  left: 16.5%;
  top: 35%;
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  line-height: 75px;
}

.driver_info_from > .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin: 92px 31.25% 60px 31.25%;
}

.driver_ul {
  margin: 0px 31.25%;
}

.driver_li {
  margin-bottom: 50px;
}

.driver_li > p {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.driver_li > label {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.common_input {
  width: 100%;
  height: 50px;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding-left: 20px;
  font-size: 18px;
}

.common_input:focus {
  border: 3px solid #000;
}

.guide_msg {
  text-align: center;
  margin: 0px 5%;
}

.guide_msg > p {
  font-size: 16px;
  color: #666;
}

.sbn_btn {
  background-color: #2b95d1;
  margin: 25px 31.25% 90px 31.25%;
  width: 38.5%;
  height: 80px;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
}

.faq_container {
  margin: 190px 24.01% 90px 24.01%;
  width: 52.08%;
}

.faq_container > .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 55px;
}

.faq_index {
  display: inline-block;
  width: 100%;
  margin-bottom: 52px;
}

.faq_index > li {
  width: 19.18%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  float: left;
  margin: 7px;
}

.faq_index > li.active {
  background-color: #2b95d1;
}

.faq_list {
}

.faq_list_ul > .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 24px;
  margin: 0px 16px;
  height: 90px;
  border-bottom: 2px solid #ddd;
}

.faq_list_ul > .title.open_title {
  border-bottom: none;
}

.faq_list_ul > .title.close_title {
  border-bottom: 2px solid #ddd;
}

.faq_list_ul > .title > p {
  font-size: 24px;
  line-height: 24px;
}

.faq_list_ul > .title > img {
  margin-right: 15px;
}

.faq_list_ul > .title > p > span {
  display: contents;
  color: #b3b3b3;
  line-height: 24px;
}

.faq_list_ul > .content {
  width: 92%;
  height: 100%;
  background-color: #eee;
  margin: 0 auto;
  padding: 3%;
  padding-bottom: 40px;
  display: none;
}

.faq_list_ul > .content > p {
  font-size: 22px;
}

.faq_list_ul > .content.open {
  display: block;
}
.faq_list_ul > .content.close {
  display: none;
}

/** 2022 11 / 01 추가된 코드 */

.modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.closs_btn {
  cursor: pointer;
}

.modal_content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  z-index: 99;
  margin-top: 100px;
  width: 260px;
  height: 94px;
  background: #fff;
  border-radius: 10px;
}

.modal_content > p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.modal_content > div {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal_content > div > button {
  width: 125px;
  height: 40px;
  color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.modal_content > b {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 20px 0;
}

.reserv_cancel {
  width: auto;
  height: auto;
  color: #ff0000;
  cursor: unset;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

#modal_info_name0 {
  display: flex;
  flex-direction: center;
  align-items: center;
}

#modal_info_name0 > p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

#modal_info_name0 > img:first-child {
  margin-right: 10px;
}

#modal_info_name1 {
  display: flex;
  padding-left: 9px;
}

#modal_info_name2 {
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: space-between;
}

#modal_info_name2 > p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

#modal_final_info {
  margin: 20px 0;
  padding: 10px 0;
  width: 100%;
  height: 18px;
  border: 1px solid #f9ba3d;
  border-radius: 6px;
  justify-content: center;
}

#modal_final_info > img {
  margin-right: 6px;
}

#modal_final_info > p:last-child {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

#modal_info {
  margin-top: 10px;
  flex-direction: column;
  align-items: flex-start;
}

#modal_info > p:nth-child(1) {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-bottom: 4px;
}

#modal_info > p:nth-child(2) {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.reserv_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reserv_list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  border-bottom: 2px solid #eee;
  cursor: pointer;
}

.reserv_list > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #666;
}

.reserv_content {
  /* padding: 6.7% 16.7%; */
  padding-top: 20px;
}

.reserv_content > p:nth-child(1) {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.reserv_btn_box {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 20px 0;
}

.reserv_plus_btn {
  width: 140px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  border: 1px solid #f9ba3d;
  border-radius: 100px;
  cursor: pointer;
}

.reserv_plus_btn > img {
  margin-right: 8px;
}

.reserv_content_box {
  background: #f1f1f1;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16.5px 30px;
  margin-bottom: 20px;
}

.reserv_content_box > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.reserv_content_box1 {
  margin: 20px 0 10px 0;
  display: flex;
  justify-content: space-between;
}

.reserv_content_box1 > div {
  display: flex;
  align-items: center;
}

.reserv_content_box1 > div > div {
  display: flex;
}

.reserv_content_box1 > div > div:nth-child(1) {
  margin-right: 10px;
}

.reserv_content_box1 > div > div > img {
  margin-right: 4px;
}

.reserv_content_box > div > p:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.reserv_content_box > div > p:nth-child(2) {
  font-size: 10px;
  font-weight: 400;
  color: #666;
}

.next_btn {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9ba3d;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.reserv_card {
  width: auto;
  height: auto;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.reserv_card_box1 {
  height: 61px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.reserv_card_bar {
  width: 90%;
  position: absolute;
  top: 18px;
  left: 25px;
}

.reserv_status {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.status_first {
  position: absolute;
}

.reserv_card_box2 {
  /* display:flex;
    justify-content: space-between; */
  margin: 20px 0;
}

.reserv_card_box2 > div {
  /* display:flex;
    align-items: flex-start; */
}

.reserv_card_box2 > div:nth-child(1) {
  /* flex-direction: column;
    align-items: unset; */
}

.price_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price_box > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reserv_title1 {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.reserv_title2 {
  font-size: 14px;
  font-weight: 400;
}
.reserv_title3 {
  font-size: 16px;
  font-weight: 700;
}
.reserv_title4 {
  font-size: 14px;
  font-weight: 700;
}

.select_box {
  width: 120px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 7px;
}

.login_title {
  margin-bottom: 6px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.login_sub_title {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #666;
}

.login_sub_title2 {
  font-size: 12px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #666;
}

.login_sub_box {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.login_sub_box > a {
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.success_btn {
  width: 100% !important;
}

#start_date {
  width: 0px;
  line-height: 14px;
  z-index: -999;
}

#start_time {
  width: 48px;
  height: 18px;
  font-family: "Noto Sans Korean";
  text-align: right;
  position: absolute;
  top: 3px;
  right: 0px;
  z-index: -999;
}

.status_icon {
  width: 45px;
  height: 20px;
}

#ampm_chk {
  line-height: 24px;
}

.result_time_km {
  font-size: 12px;
  line-height: 14.5px;
  margin-right: 3px;
}

.mainVsImageline {
  height: 400px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.maintextimg1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 200px 0px 0;
}
.maintextimgguide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 200px 0px 100px;
}

.maintextimg2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0px 50px;
  gap: 20px;
}

.guidearea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.guidearea > a {
  width: 50%;
}
.guidearea > a > img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .driver_banner > p {
    font-size: 60px;
  }

  .driver_info_from > .title {
    margin: 92px 20.25% 60px 20.25%;
  }

  .driver_ul {
    margin: 0px 20.25%;
  }
}

@media screen and (max-width: 1000px) {
  .driver_banner > p {
    font-size: 50px;
  }

  .faq_container {
    margin: 100px 11.01% 90px 11.01%;
    width: 78.08%;
  }
  .maintextimg1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0px 100px;
  }
  .maintextimg1 > img {
    width: 90%;
  }
  .maintextimg2 > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .maintextimg2 > a > img {
    width: 100%;
  }
  .guidearea > a {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .top_navi {
    justify-content: space-between;
  }

  .banner_top {
    overflow: hidden;
  }

  .section {
    min-height: 60vh;
    overflow: hidden;
  }
  .section.last {
    padding-top: 40px;
  }
  .service_info > a {
    font-size: 16.5px;
  }
  .service_info2 > a {
    font-size: 16.5px;
  }
  .phoneWrap {
    height: 45vh;
  }
  .phoneWrap img {
    width: 100%;
  }

  .contwrap > .down_btn {
    position: relative;
    margin-top: 30px;
    right: unset;
    bottom: unset;
    text-align: center;
  }

  .down_btn > a:nth-child(1) {
    margin-right: 20px;
  }

  .seven .phoneWrap,
  .seven .txtWrap,
  .eight .phoneWrap,
  .eight .txtWrap {
    width: 100%;
  }
  .seven .phoneWrap,
  .eight .phoneWrap {
    margin-top: 50px;
  }
  .seven .phoneWrap img,
  .eight .phoneWrap img {
    width: 50%;
  }
  .seven .phoneWrap img:nth-child(1) {
    left: 30px;
  }
  .seven .phoneWrap img:nth-child(2) {
    margin-left: -160px;
  }

  .seven .txtWrap h3,
  .eight .txtWrap h3 {
    text-align: center;
  }

  .seven .txtWrap p,
  .eight .txtWrap p {
    text-align: center;
  }

  .eight .phoneWrap img:nth-child(1) {
    left: 10%;
  }

  .contwrap {
    border-bottom: unset;
  }

  .contwrap_top {
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  .banner_text > .txt1,
  .banner_text > .txt2 {
    text-align: center;
  }

  .info_list {
    align-items: flex-start;
    height: auto;
  }

  .info_box {
    width: auto;
    height: auto;
    padding: 0 20px 40px 20px;
    align-items: flex-start;
  }

  .info_box2 > p {
    height: auto;
    word-break: keep-all;
  }

  .banner_box {
    justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  .wrapper {
    margin-top: 0;
  }

  .section_2 {
    margin-top: 0px;
    height: 500px !important;
    padding-top: 0px;
  }

  .driver_banner > p {
    font-size: 45px;
  }

  .m_href > a {
    text-align: center;
    font-size: 20px;
    height: 45px;
    padding-top: 10px;
    color: #8f8f8f;
    margin: 0;
    text-align: center;
  }

  .m_href > a.active {
    color: #000;
    font-weight: 600;
  }

  .driver_banner {
    margin-top: 0px;
  }

  .faq_container {
    margin: 50px 9.01% 90px 9.01%;
    width: 81.08%;
  }

  .guide_msg > p {
    font-size: 15px;
    color: #666;
    letter-spacing: -0.3px;
    word-spacing: -0.2px;
    word-break: keep-all;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin: 0;
  }

  .down_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .terms_box,
  .terms_btn {
    width: 400px;
  }

  .terms_btn > button {
    width: 195px;
  }

  #input_wid_cont {
    width: 93% !important;
  }

  #input_wid_cont1 {
    width: 94% !important;
  }

  /* .reserv_card_box1{
        align-items: flex-start;
    } */

  /* .reserv_card_box1 > div > img{
        width:100%;
    } */

  .reserv_title1 {
    font-size: 13px;
  }

  .credit_content {
    width: auto;
  }

  .driver_banner > p {
    left: 9.5%;
    font-size: 45px;
  }

  .driver_info_from > .title {
    margin: 92px 11.25% 60px 11.25%;
  }

  .driver_ul {
    margin: 0px 12.25%;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  nav {
    height: 80px;
  }
  nav > div {
    margin: 0;
    width: 100%;
  }

  .top_navi > .logo {
    margin-right: 0;
  }

  nav .sns a {
    margin-right: -30px;
  }
  nav .sns a img {
    width: 15rem;
    margin-top: -1rem;
    margin-right: -4px;
  }
  .btn-kakao-talk {
    right: 1rem;
    bottom: 1rem;
  }
  .btn-kakao-talk img {
    width: 5rem;
    height: 5rem;
  }
  .section {
    padding-top: 60px;
  }
  .section:nth-child(1)::before {
    top: 0;
    background: url("../img/banner.png") no-repeat 60% 0%;
    background-size: cover;
  }

  .app-links a {
    width: 45%;
  }
  .app-links a img {
    width: 100%;
  }

  .contact .mailto a {
    width: 14rem;
    padding: 0.9rem;
    font-size: 20px;
  }
  .phoneWrap,
  .txtWrap {
    width: 100%;
  }

  .txtWrap {
    padding-top: 22px;
  }
  .phoneWrap {
    height: 55vh;
    overflow: hidden;
  }
  .phoneWrap img {
    margin-right: 0;
    margin-left: 10px;
    width: 60%;
  }
  .three-phone .phoneWrap img:nth-child(2) {
    margin-left: -167px;
    top: 0 !important;
  }
  .three-phone .phoneWrap img:nth-child(3) {
    right: 0;
  }
  .two-phone .phoneWrap img:nth-child(2) {
    margin-right: 0;
  }
  .phone-right div.phoneWrap:nth-child(1) {
    display: none;
  }
  .phone-right div.phoneWrap:nth-child(3) {
    display: block;
  }
  .phone-right .phoneWrap {
    left: 0;
  }

  .app-links {
    text-align: center;
  }

  .six .txtWrap h3 {
    background: url(../img/ic-07.png) no-repeat top center / 47.5px;
  }

  .seven .phoneWrap img,
  .eight .phoneWrap img {
    width: 70%;
  }
  .seven .phoneWrap img:nth-child(1) {
    left: 0;
  }
  .seven .phoneWrap img:nth-child(2) {
    margin-left: -112px;
  }
  .seven .phoneWrap,
  .eight .phoneWrap {
    margin-top: 0px;
  }

  .eight .phoneWrap img:nth-child(1) {
    left: 0;
  }

  .faq_index > li {
    width: 17.18%;
  }

  .footer_box {
    padding: 0 20px;
    height: auto;
  }

  .footer_text > p:last-child {
    margin: 10px 0;
  }
  .mainVsImageline {
    height: 200px;
  }
}

@media screen and (max-width: 540px) {
  .banner_img {
    position: relative;
    animation-name: moving;
    animation-duration: 3s;
    animation-duration: leaner;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
  }

  @-webkit-keyframes moving {
    0% {
      left: -100px;
    }
    100% {
      left: 200px;
    }
  }

  .info_list {
    align-items: unset;
  }

  .info_box {
    flex-direction: column;
    align-items: center;
  }

  .info_box > div:nth-child(2) {
    width: 100%;
  }

  #info_img_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info_img {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .m_href > a {
    font-size: 16px;
  }

  .terms_box,
  .terms_btn {
    width: 87%;
  }

  .terms_btn > button {
    width: 145px;
  }

  #input_wid_cont {
    width: 90% !important;
  }

  #input_wid_cont1 {
    width: 92% !important;
  }

  .table_index > p {
    font-size: 11px;
  }

  .price_box {
    display: block;
  }

  .price_box > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2px 0px;
  }
}

@media screen and (max-width: 420px) {
  .terms_box {
    width: 280px;
    padding: 20px;
  }

  #input_wid_cont {
    width: 89% !important;
  }

  .reserv_title1 {
    font-size: 12px;
  }

  .terms_box,
  .terms_btn {
    width: 93%;
  }

  .terms_btn > button {
    width: 135px;
  }

  .modal_content {
    margin: 100px 20px 0;
  }
}
