@media (min-width: 1501px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .m-schedule-check {
    display: none;
  }
}

@media (max-width:1500px) {
  html,
  body {
    overflow-y:visible;
  }
  .text-inner p,
  .down-btn,
  .mouse {
    display: none;
  }

  .welcome-nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 72px;
  }

  .welcome-nav .site-home {
    display: flex;
    justify-content: space-between;
  }


  .logo a {
    width: 120px;
    background-size: contain;
    background-position: center;
  }
  
  /* welcome */
  .welcome {
    width: 100%;
    height: auto;
    position: static;
    padding-bottom: 50px;
  }
  .welcome-text {
    width: 80%;
    flex-direction: column;
    margin-top: 80px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .text-inner {
    width: 100%;
    margin: 60px 0 40px 0;
  }

  .text-inner h2 {
    display: block;
    text-align: center;
  }

  .text-inner h2 span {
    font-weight: bold;
    display: block;
    line-height: 1.4em;
    color: #fff;
    width: 100%;
    font-size: 22px;
    text-shadow: 0 0 20px black;
  }

  .text-inner h1 {
    display: none;
  }

  /* box-inner */
  .box-inner {
    width: 100%;
  }

  .calendar {
    padding: 20px 30px;
    left: 50%;
    top: 17%;
    transform: translateX(-50%);
    box-shadow: 20px 0 30px rgba(0, 0, 0, 0.274);
    width: 530px;
  }
  .calendar.main {
    padding: 20px 30px;
    left: 50%;
    top: 17%;
    transform: translateX(-50%);
    box-shadow: 20px 0 30px rgba(0, 0, 0, 0.274);
    width: initial;
    min-width: initial;
  }

  .month {
    width: 80%;
  }

  .days {
    margin-bottom: 30px;
  }

  .calendar button {
    display: block;
    border: none;
    width: 100%;
    background-color: #dedede;
    color: #666;
    height: 50px;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
  }
  .calendar_time {
    display: initial;
  }
  .calendar_time > div {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
  }
  .calendar_time div.optbox{
    display: flex;
    justify-content: space-between;
  }
  .calendar_time .btn {
    text-align: center;
  }

  /* header */
  .header {
    width: 100%;
    height: 72px;
  }

  .side-container {
    display: none
  }

  .site-header {
    padding: 10px;
    flex: 1;
  }

  .header .logo {
    display: none;
  }
  /* cnt &page*/
  .cnt {
    height: 100vh;
  }
  #page2 {
    padding-bottom: 70px;
  }
  #page3 {
    padding: 0px;
    height:auto;
    background-color: #f5f6f7;

  }
  .footer {
    padding: 0px;
    display: block;
  }
  /* service-info-inner */
  
  .service-info-inner {
    width: 100%;
    overflow: visible;
    position: static;
    height: auto;
  }

  .guide {
   display: none;
  }
  .service-info {
    justify-content: center;
    align-items: center;
    top: 15%;
    left:auto;
    transform:translate(0)
  }
  .main-text {
    margin-top: 60px;
  }
  .service-info>li {
    width: 90%;
    margin-top: 40px;
  }
  .info-items {
    margin: 30px 0;
  }
  .sub-text {
    font-size: 20px;
  }
  .sub-text br {
    display: none;
  }

  /* page3 */
  .cs-info-inner {
    position: static;
    transform: translate(0);
  }
  .cs-info {
    height: 110px;
  }
  .cs-info-inner h2  {
    margin-top: 60px;
    font-size: 35px;
  }
  .number  {
    font-size: 32px;
  }
  .number div {
    height: 40px;
    width: 40px;
    padding-top: 0;
    margin-right: 10px;
  }
  .number div img {
    width: 100%;
  }
  .mail {
    margin-top: 0;
  }
  .quick-customer {
    align-items: center;
    flex-direction: column;
    height: auto;
    margin-top: 20px;
  }
  .quick-notice {
    display: flex;
    width: 90%;
    height: 180px;
    justify-content: space-between;
  }
  .quick-notice ul{
    width: 100%;
  }
  .quick-notice ul li {
    width: 100%;
    font-size: 16px;
  }
  .quick-link {
    width: 100%;
    justify-content: center;
    margin: 30px 0 25px 0;
  }
  .company-info {
    margin-top: 5px;
  }
  
  /* mega-menu */
  .mega-menu {
    min-width: 100%;
  }
  .menu-list  {
    min-width: 100%;
    display: inline-block;
    padding: 0 10px;
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .close-menu {
    top: 15px;
    left: 10px;
  }
  .mega-menu-inner {
    justify-content: space-between;
  }
  .mega-menu-title {
    margin-top: 100px;
  }
  .mega-menu-title span {
    font-size: 25px;
  }
  .mega-menu-title h1 {
    font-size: 35px;
    margin-top: 10px;
  }
  .menu-list li {
    width: 33.333%;
    float: left;
    border-right: none;
  }

  .col-md-3 {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; 
      margin-bottom: 40px;
  }

  .list-header{
    height: 73px;
    width: 100%;
    display: flex;
    z-index: 1;
  }
  .list-content {
    width: 100%;
    margin-left: 0px;
    position: relative;
    padding-bottom: 60px;
  }
  .m-schedule-check {
    display: block;
    background-color: #397eb5;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #397eb5;
    padding-left: 10px;
    position: relative;
  }
  .m-schedule-check .btn_research{
    font-size: 17px;
    margin: 15px 10px;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 3px 7px;
    color: #fff;
    background-color: transparent;
  }
  .m-schedule-check .itinerary{
    position: absolute !important;
    display: none;
    left: 0;
    top: 60px;
    width: 100%;
    border: 1px solid #999;
  }
  .select-time{
    min-width: 90px;
  }
  .time::after {
      top: 24%;
  }
  .select-time.main {
    width: 120px;
  }
  .calendar-box{
    background-color: #fff;
  }
  .calendar-box .setting{
    margin:0px 10px;
  }
  .calendar-box button {
    height: 55px;
    width: 100%;
    background-color: #397eb5;
    border: none;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 54px;
    color: #fff;
    margin-top: 20px;
    transition: 0.2s;
    cursor: pointer;
  }
  .days div {
    padding: 1px;
  }

  .sub-header {
    height: 73px;
    width: 100%;
    display: flex;
    z-index: 1;
  }
  .login-content {
    width: 100%;
    min-width: 0px;
    margin-left: 0px;
    position: relative;
  }
  .login-inner{
    padding: 90px 0px;
  }

  .reservation-header{
    height: 73px;
    width: 100%;
    display: flex;
    z-index: 1;
  }
  .reservation-content{
    width: 100%;
    min-width: 0px;
    margin-left: 0px;
    position: relative;
  }
  .reservation-content h1 {
    height: 90px;
    line-height: 90px;
  }
  .m-reservation-check{
    display: block;
    background-color: #397eb5;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #397eb5;
    padding-left: 10px;
    position: relative;
  }

  .resrvlist-content {
    width: 80%;
    margin: 0 auto;
    min-width: auto;
  }
  .resrvlist-inner h2{
    height: 90px;
    line-height: 90px;
  }

  .board-container{
    width: 80%;
    margin: 0 auto;
    min-width: auto;
  }
  .calendar_container{
    display: block;
    height: 390px;
    overflow: hidden;
  }
  .datebox {
    padding: 10px;
    margin-right: 0;
  }
  .list-car-tab{
    width: 98%;
  }
  .list-car {
    width: 98%;
  }
  .list-item {
    display: block;
  }
  .list-car-left {
    display: flex;
  }
  .list-car-img {
    flex: 1;
  }
  .list-car-productname {
    display: none;
  }
  .list-item .car-badge {
    margin: 0px 0px 0px 10px;
  }
  .list-car-title h2{
    display: inline;
  }
  .list-car-title.mview {
    display: block;
    flex: 2;
    padding: 50px 20px;
  }
  .list-car-title.mhidden {
    display: none;
  }
  .list-item >div:last-child {
    width: 100%;
    border-top: 1px solid #e9e9e9;
  }

  .reservation-summary.fx .reservation-summarybox {
    width: 100%;
  }

  .accordion-tab .bottominfo li {
    font-size: 13pt;
  }

  .wrapper.loading .list-item{
    height: auto;
  }
  .wrapper.loading .list-item .list-car-img{
    height: 400px;
  }
  .wrapper.loading .list-item .list-car-img .list-car-productname{
    display: block;
  }
  .wrapper.loading .list-item .list-car-text .list-car-loading{
    width: 100%;
  }

}

/* 태블릿 */
@media  (max-width : 1024px) {
  .welcome-text {
    width: 90%;
  }
  .box-inner.main {
    border: none;
    box-shadow: none;
  }
  .select-date {
    width: 120px;
    padding: 6px;
  }
  .select-time.main {
    width: 90px;
  }
  .calendar_time {
    font-size: 18pt;
  }

  .service-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
    transform:translate(0)
  }
  /* mega-menu */
  .mega-menu-inner {
    padding-bottom: 50px;
  }
  .menu-list li {
    height: 150px;
  }
  .menu-list li a {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
  }
  .list-item{
    height: auto;
    display: block !important;
  }
  .list-car-img{
    width: 100%;
  }
  .list-item >div:last-child {
    width: 100%;
  }

  .login-inner{
    width:100%;
  }
  .login-items {
    display: block;
    width: 100%;
    padding: 0px 0px 0px 10px;
  }
  .login-items > div {
    width: 100%;
    border: none;
  }
  .guest-box.login {
    margin-left: 0;
  }
  .guest-box {
    padding: 0 50px 0 80px;
  }

  .reservation-content h1{
    height: 60px;
    line-height: 60px;
    margin: 40px 0px;
  }
  .reservation-content{
    padding: 0px;
  }
  .insurance-inner {
    display: block;
    padding: 16px;
    margin: 0px 0px 50px 0px;
  }
  .insurance-box-fix {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin: 0px !important;
  }
  .input-reservation-info {
    padding: 20px;
  }
  .form-inner{
    display: block;
  }
  .form-inner > div{
    width: 100%;
    padding-right: 0px;
  }

  .resrvlist-inner {
    width: 100%;
  }
  .resrvlist-list {
    padding: 0px 20px;
  }

  .board-container{
    width: 100%;
    margin: 0px;
    padding: 0px 10px 50px 10px;
  }
  .board-container h1{
    padding-top: 40px;
  }

  .register-container {
    width:100%;
    margin: 0px;
    padding: 0px 10px 50px 10px;
  }
  .mypage-tab .mypage-item {
    padding: 0px 12px;
  }

  .reservation-box{
    width: 98%;
  }
  

  .register-container h1{
    padding-top: 40px;
  }

  .resrvlist-content {
    width: 100%;
    margin: 0px;
    padding: 0px 10px 50px 10px;
  }
  .resrvlist-inner h1 {
    padding-top: 40px;
  }

  .quick-notice ul{
    width: 100%;
  }
  .quick-notice ul li {
    width: 100%;
  }
  .accordion-tab .bottominfo ul{
    display: block;
  }
  .accordion-tab .bottominfo li{
    font-size: 12pt;
    border:0px;
    padding: 2px;
  }

  .reservation-summary {
    display: none;
  }
  .accordion-tab {
    width: 100%;
    padding: 0px 16px;
  }
  .accordion-tab .infobox {
    display: block;
  }
  .side-car-info {
    display: block;
  }
  .info-car-text {
    width: 100%;
    padding: 10px;
  }
}

/* 모바일 */
@media (max-width : 860px) {
  .logo {
    margin-left: 0px;
  }
  .sns-login ul li {
    margin: 0;
    padding: 4px;
  }
  .welcome-text {
    padding: 20px;
    width: 100%;
    margin-top: 200px;
  }
  .box-inner {
    padding: 10px;
  }
  .box-inner.fx {
    padding: 10px;
  }
  .box-inner .check-text {
    display: flex;
  }
  .check-text span {
    font-size: 12px;
    color: #000;
  }
  .check-box.smsmail span {
    font-size: 12px;
    word-break: keep-all;
  }
  .agreement-box-twin {
    display: block;
  }
  .list-car {
    width: 100%;
  }  
  .list-item .car-badge {
    margin: 0px 4px;
    height: 32px;
    line-height: 32px;
  }
  .list-item .list-btn {
    display: none;
  }
  .list-item .list-btn button {
    padding: 5px 10px;
  }

  .list-item table .mview {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list-item table .mview span {
    padding: 0px 10px 0px 0px;
    display: inline-block;
    text-align: center;
  }
  .list-item table .mview .btn{
    background-color: #397eb5;
    color: #fff;
    padding: 2px 4px;
    width: 74px;
  }
  .list-item table thead {
    display: none;
  }

  .list-car-title.mview {
    padding: 10px;
    display: block;
    background-color: #fff;
  }
  .list-car-img {
    display: flex;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    justify-content: center;
  }
  .list-car-img img{
  }
  .list-car-img-info {
    display: none;
  }
  .list-car-img .mview{
    display: block;
    position: absolute;
    left: 0;
    transform: rotate(333deg);
    font-weight: 700;
    color: #fff;
    font-size: 10px;
    background-color: #ad3434;
    position: absolute;
    padding: 0px 34px;
    transform: rotate(-40deg);
    top: 8px;
    left: -28px;
  }
  .list-car-imginfo{
    bottom: 20px;
    background-color: #000;
    opacity: 0.4;
  }
  .list-car-titlebar .car-badge{
    display: none;
  }
  .list-car-titlebar .list-car-titleinfo{
    display: none;
  }
  .mypage-tab .mypage-item {
    list-style: none;
    font-size: 10pt;
  }
  .reservation-box{
    height: auto;
  }
  .reservation-box.main {
    width: 100%;
    height: auto;
    display: block;
  }
  .reservation-box button {
    width: 100%;
    display: none;
  }
  .reservation-box .setting {
      margin: 10px 0px;
      display: none;
  }
  .reservation-box.main button{
    display: block;
  }
  .reservation-box.main .setting{
    display: flex;
  }
  .select-time.insur{
      width: 100%;
  }
  .select-time.carmodel{
      width: 100%;
  }
  .select-time{
      flex: 1;
  }
  .select-date {
      flex: 1;
  }
  .calendar_search {
      margin-top: 10px !important;
  }
  .list-content{
    padding: 20px 0px 0px 0px;
  }
  .list-content h1 {
    display: none;
  }
  .list-car-tab{
    display: none;
  }
  .search-door{
    left: calc(60% - 84px);
  }
  table .mhidden{
    display: none;
  }
  .service-info {
  }

  #page2 {
    height: auto;
  }

  .quick-notice li {
    font-size: 12px;
  }
  /* mega-menu */
 
  .menu-list li {
    height: 100px;
  }
  .menu-list li i {
    padding-bottom: 10px;
    font-size: 40px;
  }
  .menu-list li a {
    font-size: 18px;
  }
  .customer-info {
    margin-bottom: 60px;
  }
  .customer-info span {
    font-size: 18px;
  }
  .customer-info strong {
    font-size: 32px;
    margin-top: 10px;
  }

  .resrvlist-inner .resrvlist-item {
    display: block;
  }
  .resrvlist-item .car-img{
    display: none;
  }
  .resrvlist-inner .resrvlist-item .action {
    padding: 10px;
  }

  .list-car-left {
    display: block;
  }

  .list-item {
    border-bottom: none;
    box-shadow: rgb(33 37 41 / 50%) 0px 4px 8px;
  }
  .list-item >div:last-child {
    padding: 0px;
    border-top: 1px solid #999;
  }

  .list-car-title {
    width: 100%;
  }
  .list-car-options.years {
    margin: 8px 0px;
  }
  .list-car-check-box{
    width: 100%;
    height: auto;
  }

  .list-car-check-box table td {
    padding: 6px 16px;
    border-bottom: 1px solid #999;
  }
  .list-car-check-box .addview {
    display: none;
  }
  .pay-btn {
    padding: 0px;
    width: 100%;
  }
  div.banner {
    width: 96%;
  }
  .calendar{
    padding:20px 14px;
    width: 100%;
  }
  .calendar.mini{
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .calendar.main{
    padding:20px 14px;
    width: 90%;
    top: 0px;
  }
  .calendar_container {
    height: 380px;
  }
  .calendar_time > div {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .view_pickup_time {
    position: relative;
  }
  .view_drop_time {
    position: relative;
  }
  .timeview {
    width: 100%;
    right: 0px;
    padding: 0px;
  }
  .sec_cal {
    width: 100%;
  }
  .datebox {
    padding: 10px 0px;
  }
  #prev_calendar, #next_calendar {
    width: 30px;
  }
  .priceview .payview div.left span {
    width: 50px;
  }

  

  /* m-footer */
  .m-footer {
    display: block;
    padding: 20px 10px;

  }
  .m-footer .terms-menu li,
  .m-footer .terms-menu li a,
  .m-footer .company-info p{
    /* color: #333; */
    font-size: 12px;
    line-height: 1.4em;
    opacity: 0.8;
  }
  .company-info p {
    margin: 30px 10px;
  }
  .company-info p span {
    margin-top: 0;
  }

  .m-reservation-check {
    display: none;
  }
  .reservation-content {
    margin: 0;
  }
  
  .reservation-content h1 {
    font-size: 20pt;
    line-height: initial;
    margin: 0;
    padding: 20px 0px;
    height: auto;
  }
  .register-container h1 {
    font-size: 20pt;
    line-height: initial;
    margin: 0;
    padding: 20px 0px;
    height: auto;
  }
  .resrvlist-inner h1 {
    font-size: 20pt;
    line-height: initial;
    margin: 0;
    padding: 20px 0px;
    height: auto;
  }
  .board-container h1 {
    font-size: 20pt;
    line-height: initial;
    margin: 0;
    padding: 20px 0px;
    height: auto;
  }
  .board-list ul li:nth-child(1) {
    width: 50px;
  }
  .board-list ul li:nth-child(1) {
    display: none;
  }
  .board-list ul li:nth-child(4) {
    display: none;
  }

  .board-list.freeboard ul li.title {
    display: flex;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .board-list.freeboard ul li span{
    display: inline-block;
    width:42px;
    padding: 0px 8px;
  }
  .board-list.freeboard ul li span:after{
    content: '답변';
  }

  .board-list.qnalist ul li.title {
    display: block;
  }
  .board-list.qnalist ul li:nth-child(3) {
    display: none;
  }

  .pwdinput input{
    max-width: 100px;
  }

  .input-reservation-info {
    padding: 0px;
  }
  .input-reservation-info h3 {
    margin-top: 20px;
  }
  .login-access em {
    font-size: 10px;
  }
  .login-access span {
    margin: 18px 6px 0px 6px;
  }

  .accordion-tab .bottominfo li:first-child {
    padding-left: 36px;
    word-break: break-word;
  }
  .accordion-tab .bottominfo li.diff {
    padding-left: 36px;
  }
  .accordion-tab .bottominfo li.insur {
    padding-left: 36px;
  }

  .accordion-tab form {
    padding: 10px;
  }

  .company-info {
    width: 100%;
    word-break: keep-all;
  }
  .form-info ul li input {
    padding: 10px;
  }
  .form-info ul li input::placeholder{
    font-size: 12px;
  }
  .form-info ul li span{
    width: 120px;
  }
  .form-info .emailbox{
    width: 50%;
  }
  .form-info .emailbox input{
    padding: 20px 2px;
  }
  .form-info .domainbox{
    display: none;
  }
  .form-info .domainbox input{
    padding: 20px 2px;
  }
  .form-info .mview {
    display: flex;
  }
  .resrvlist-inner .resrvlist-item .resrvlist-info li p {
    width: 100px;
    min-width: 100px;
  }
  .resrvlist-inner .resrvlist-item .resrvlist-info li span {
    border-left: 1px solid #999;
    padding-left : 4px;
  }

  .wrapper.loading .list-item .list-car-img {
    height: 300px;
  }
  .wrapper.loading .list-item .list-car-img .list-car-img-loading{
    display: block;
  }
  .wrapper.loading .list-item .list-car-text .list-car-loading{
    display: block;
  }
  .wrapper.loading .list-item .list-car-text .list-car-loading-mo{
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding: 10px;
  }
  .accordion-tab .bottominfo.mhidden {
    display: none;
  }
  .accordion-tab .bottominfo.mview{
    display: block;;
  }
  .accordion-tab .bottominfo.mview span{
    display: block;;
  }

  .accordion-tab.mhidden {
    display: none;
  }
  .accordion-tab.carinfo .info-car-img {
    height: 176px;
    background-size: 80%;
  }
  .accordion-tab.carinfo .info-car-text font{
    width: 31.33%;
  }
}