@charset 'utf-8';

/* reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 0;
    font-family: 'pretendard';
}
html, body{
    
}
li{
    list-style: none;
}
button{
    border:none; 
    box-shadow:none;
    background-color: transparent;
    all: unset; 
    cursor: pointer;
}
a {
    color: #102820; 
    text-decoration: none; 
    outline: none;
}

.hidden{
    font-size: 0;
    text-indent: -9999px;
    opacity: 0;
}
.inner{
    padding: 0 24px;
    margin: 0 auto;
    position: relative;
}
.img-wrap img{
    width: 100%;
    margin: 0 auto;
}
/* !reset */
body{
    background-color: #eee;
}
.wrapper{
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}
header{
    background-color: #FFF;
    color: #11151C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
header button{
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 정비사 검수 */
header a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}
#mechanic-wrap{
    scroll-behavior: auto;
}
#mechanic-wrap section{
    padding: 48px 0;
}
#mechanic-wrap .title-wrap{
    padding-bottom: 16px;
}
#mechanic-wrap .title-wrap .title{
    color: var(--Color-Text-black, #11151C);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
#mechanic-wrap .text-wrap{
    padding-bottom: 32px;
}
#mechanic-wrap .text-wrap h4,
#mechanic-wrap .text-wrap h4 b{
    color: var(--Color-Text-black, #11151C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
}
#mechanic-wrap .text-wrap h4 b{
    font-weight: 600;
}
.mechanic-main{
    padding: 16px 20px;
    background-color: #2B323B;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.mechanic-main h3{
    color: var(--Color-Text-white, #FFF);
    font-size: var(--size-font-title-title-1, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
}
.mechanic-main .img-wrap{
    width: 96px;
    height: 96px;
}

/* video-wrap */
#page-wrap .video-wrap{
    background-color: #F5F8FC;
  }
  
  .video-wrap .video-title{
    color: var(--Color-Text-gray-01, #717D8E);
    text-align: center;
    font-size: var(--size-font-title-title-2, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
  }
  .video-wrap .list-view-btn{
    color: var(--Color-Text-gray-01, #717D8E);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 32px;
    margin-left: 24px;
    cursor: pointer;
  }
  .video-wrap .list-view-btn svg{
    position: relative;
    top: 2px;
  }
  .video-wrap .video-list{
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 12px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: stretch;
    justify-content: space-between;
    padding-right: 24px;
  }
  .video-wrap .video-list li{
    width: 280px;
    box-sizing: border-box;
    flex: 0 0 280px;
    position: relative;
  }
  .video-wrap .video-list li:first-of-type{
    margin-left: 24px;
  }
  .video-wrap .video-list li::before{
    content:'';
    padding: 4px 8px;
    color: #FFF;
    font-size: var(--size-font-body-body-1, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    border-radius: 6px;
    background: var(--color-basic-black-70, rgba(17, 21, 28, 0.70));
    backdrop-filter: blur(4px);
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
  }
  .video-wrap .video-list li:nth-of-type(1)::before{
    content: '엔진룸';
  }
  .video-wrap .video-list li:nth-of-type(2)::before{
    content: '외부 상태';
  }
  .video-wrap .video-list li:nth-of-type(3)::before{
    content: '프레임';
  }
  .video-wrap .video-list li:nth-of-type(4)::before{
    content: '내부 기능';
  }
  .video-wrap .video-list li:nth-of-type(5)::before{
    content: '휠 / 타이어';
  }
  .video-wrap .video-list li:nth-of-type(6)::before{
    content: '하부';
  }
  .video-wrap .video-list li:nth-of-type(7)::before{
    content: '소모품';
  }
  .video-wrap .video-list .video-box{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #dee1e4;
    position: relative;
  }
  .video-wrap .video-list .video-box::after{
    content: "";
      position: absolute;
      display: block;
      top: 0;
      width: 50px;
      height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
    animation: shine 2s infinite;
  }
  
  @keyframes shine {
      from {
          left: 0;
      }
      to {
          left: 90%;
      }
  }
  .video-wrap .video-list video{
    height: 100%;
    position: relative;
    z-index: 1;
    object-fit: cover
  }
  .video-wrap .video-list video[poster]{
    width: 100%;
    height: 100%;
  }
  .video-wrap .video-title{
    color: var(--Color-Text-gray-01, #717D8E);
    text-align: center;
    font-size: var(--size-font-title-title-2, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding-top: 12px;
  }
  .video-wrap .btn-wrap{
    padding: 32px 24px 0;
  }
  .inspection-list-modal{
    position: fixed;
    z-index: 999;
  }
  .inspection-list-modal .modal-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: var(--color-basic-black-70, rgba(17, 21, 28, 0.70));
    display: none;
    z-index: 10;
  }
  .inspection-list-modal .modal-box{
    position: fixed;
    background: #fff;
    min-height: 270px;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px 20px 0 0;
    transition: 0.5s;
    top: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .inspection-list-modal.show{
    display: block;
  }
  .inspection-list-modal.show .modal-bg{
    display: block;
  }
  
  .inspection-list-modal.show .modal-box{
    /* transform: translateX(-50%); */
    top: 0;
  }
  .inspection-list-modal .modal-header{
    width: 100%;
    height: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .inspection-list-modal .modal-header .modal-close{
    width: 64px;
    height: 64px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inspection-list-modal .modal-header .modal-close svg{
    width: 24px;
    height: 24px;
  }
  .inspection-list-modal .modal-title-wrap{
    padding: 0 20px 16px;
  }
  .inspection-list-modal h4{
    color: var(--Color-Text-black, #17191C);
    font-size: var(--Size-Font-Heading-H2, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  .inspection-list-modal h4 em{
    color: var(--Color-Text-green, #00B277);
    font-size: var(--Size-Font-Heading-H2, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
  }
  .inspection-list-modal h6{
    margin: 0;
    color: var(--Color-Text-gray-01, #717D8E);
    font-size: var(--size-font-body-body-1, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    padding-top: 16px;
  }
  
  .inspection-list-modal .modal-contents{
    /* height: calc(100% - 120px); */
    overflow: auto;
    padding: 0 20px 20px;
  }
  
  .inspection-list-modal .modal-contents li{
    padding: 16px 16px 16px 12px;
    margin-top: 8px;
    border-radius: 12px;
    background-color: #F5F8FC;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
  .inspection-list-modal .modal-contents li:last-of-type{
    margin-bottom: 20px;
  }
  .inspection-list-modal .modal-contents li .img-wrap{
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
  }
.inspection-list-modal .modal-contents dt{
    color: var(--Color-Text-black, #11151C);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    color: var(--Color-Text-black, #11151C);
    padding-bottom: 4px;
}
.inspection-list-modal .modal-contents dd{
    color: var(--Color-Text-gray-01, #717D8E);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}

/* !video-wrap */
.tool-wrap{
    background-color: #2B323B;
}
#mechanic-wrap .tool-wrap .title{
    color: #fff;
}
#mechanic-wrap .tool-wrap .text-wrap h4{
    color: #fff;
}
.tool-wrap .tool-list{
    padding-bottom: 32px;
}
.tool-wrap .tool-list li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border-radius: 12px;
    background: #232B33;
    padding: 16px;
    margin-bottom: 12px;
    position: relative;
}
.tool-wrap .tool-list li:last-of-type{
    margin-bottom: 0;
}
.tool-wrap .tool-list li:last-of-type::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(43, 50, 59, 0.00) 0%, #2B323B 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.tool-wrap .tool-list li .img-wrap{
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
}
.tool-wrap .tool-list dt{
    color: var(--Color-Text-white, #FFF);
    font-size: var(--size-font-title-title-2, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    padding-bottom: 4px;
}
.tool-wrap .tool-list dd{
    color: var(--Color-Text-gray-02, #A9B4C4);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.tool-wrap .list-view-btn,
.care-wrap .view-button{
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-radius: var(--Radius-Buttons-2, 8px);
    border: 1px solid var(--color-grey-grey-70, #576375);
    color: var(--color-grey-grey-10, #EDF4FC);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.method-wrap{
    background-color: #F5F8FC;
}
.method-wrap .method-list{
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 8px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: stretch;
    justify-content: space-between;
    padding-right: 20px;
}
.method-wrap .method-list > li{
    border-radius: 16px;
    flex: 0 0 280px;
    width: 280px;
    overflow: hidden;
}
.method-wrap .method-list > li:first-of-type{
    margin-left: 20px;
}
.method-wrap .top-box{
    padding: 12px 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 198px;
}
.method-wrap .method-list li:nth-of-type(1) .top-box{
    background-image:url('../img/method_01.webp');
}
.method-wrap .method-list li:nth-of-type(2) .top-box{
    background-image:url('../img/method_02.webp');
}
.method-wrap .method-list li:nth-of-type(3) .top-box{
    background-image:url('../img/method_03.webp');
}
.method-wrap .method-list li:nth-of-type(4) .top-box{
    background-image:url('../img/method_04.webp');
}
.method-wrap .method-list li:nth-of-type(5) .top-box{
    background-image:url('../img/method_05.webp');
}
.method-wrap .method-list li:nth-of-type(6) .top-box{
    background-image:url('../img/method_06.webp');
}
.method-wrap .method-list li:nth-of-type(7) .top-box{
    background-image:url('../img/method_07.webp');
}

.method-wrap .top-box .label-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 8px;
    border-radius: 6px;
    background: var(--color-background-common-scrim-40, rgba(23, 25, 28, 0.40));
}
.method-wrap .top-box .label-wrap .label-name,
.method-wrap .top-box .label-wrap .label-tools span{
    color: var(--Color-Text-gray-03, #C1C9D6);
    font-size: var(--size-font-body-body-2, 12px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    position: relative;
}
.method-wrap .top-box .label-wrap .label-tools span{
    padding-right: 9px;
}
.method-wrap .top-box .label-wrap .label-tools span:last-of-type{
    padding-right: 0;
}
.method-wrap .top-box .label-wrap .label-tools span::after{
    content:'';
    width: 1px;
    height: 8px;
    background: #C1C9D6;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.method-wrap .top-box .label-wrap .label-tools span:last-of-type::after{
    display: none;
}
.method-wrap .top-box h4{
    color: var(--Color-Text-white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    padding: 36px 0 8px;
    text-align: left;
}
.method-wrap .top-box .badge-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px;
}
.method-wrap .top-box .badge-wrap .badge{
    color: var(--Color-Text-gray-03, #C1C9D6);
    text-align: center;
    font-size: var(--size-font-caption-caption-2, 10px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 15px */
    padding: 3.5px 4px;
    border-radius: 6px;
    background: var(--color-background-common-scrim-70, rgba(23, 25, 28, 0.70));
    overflow: hidden;
    display: block;
}
.method-wrap .bottom-box{
    padding: 20px 16px 24px;
    background-color: #11151C;
}
.method-wrap .bottom-box li{
    position: relative;
    padding: 16px 12px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}
.method-wrap .bottom-box li:last-of-type{
    margin-bottom: 0;
}
.method-wrap .bottom-box .number{
    color: var(--Color-Text-black, #11151C);
    font-size: var(--size-font-body-body-1, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.method-wrap .bottom-box p{
    color: var(--Color-Text-black, #11151C);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
}

#mechanic-wrap .review-wrap{
    background:#EDF4FC;
    padding: 40px 0 0;
}
#mechanic-wrap .review-wrap .text-wrap{
    padding-bottom: 0;
}
.review-slider {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto;
    overflow: hidden;
}
.review-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    gap: 8px;
    width: calc(280px * 12);
    animation: slide 30s linear infinite;
    padding: 32px 0 40px;
}
.review-wrap li{
    flex: 0 0 280px;
    min-width: 280px;
    padding: 24px 20px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 4px 4px 15px 0px rgba(1, 63, 138, 0.08);
    text-align: left;
}
@keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-288px * 6));
    }
}
.review-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}
.review-top .car-name{
    color: var(--Color-Text-gray-02, #A9B4C4);
    font-size: var(--size-font-caption-caption-1, 11px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 16.5px */
}

.review-middle{
    color: #000;
    font-size: var(--size-font-title-title-2, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.review-middle b{
    color: #000;
    font-size: var(--size-font-title-title-2, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.review-bottom{
    padding-top: 4px;
    color: var(--Color-Text-gray-02, #A9B4C4);
    font-size: var(--size-font-caption-caption-1, 11px);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 16.5px */
}
#mechanic-wrap .care-wrap{
    background: #434D71;
}
#mechanic-wrap .care-wrap .title-wrap .title{
    color: #fff;
}
#mechanic-wrap .care-wrap .text-wrap h4{
    color: #C1C9D6;
}
.care-wrap .care-list{
    position: relative;
}
.care-wrap .care-list::after{
    content:'';
    width: 100%;
    height: 248px;
    background: linear-gradient(180deg, rgba(67, 77, 113, 0.00) 0%, #434D71 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.care-wrap .care-list li{
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: #313A5A;
}
.care-wrap .care-list li:last-of-type{
    margin-bottom: 0;
}
.care-wrap .care-list li .img-wrap{
    width: 48px;
    height: 48px;
}
.care-wrap .care-list li dt{
    color: var(--Color-Text-white, #FFF);
    font-size: var(--size-font-title-title-2, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    padding-bottom: 4px;
}
.care-wrap .care-list li dd{
    color: var(--Color-Text-gray-02, #A9B4C4);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.care-wrap .view-button{
    margin-top: 32px;
}
.care-modal{
    background-color: #FFF;
    position: fixed;
    max-width: 500px;
    width: 100%;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 11;
    display: none;
}
.care-modal .modal-header{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.care-modal .modal-header .modal-close{
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.care-modal .modal-contents{
    width: 100%;
    height: calc(100% - 56px);
    overflow-y: auto;
}
.care-modal .modal-contents img{
    width: 100%;
}
#mechanic-wrap .discount-wrap{
    background: var(--color-grey-grey-5, #F5F8FC);
}
.discount-wrap .car-list{
    margin: 0 auto;
    border-radius: 20px;
    background-color: #fff;
}
#mechanic-wrap .discount-wrap .car-list .text-wrap{
    padding-bottom: 0;
}
.discount-wrap .car-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 10px;
    padding: 16px 12px 22px 24px;
}
.discount-wrap .car-list li:first-of-type{
    padding-top: 8px;
}
.discount-wrap .car-list li:last-of-type{
    padding-bottom: 14px;
}
.discount-wrap .car-list li::after{
    content: '';
    width: calc(100% - 2px);
    height: 2px;
    background-color: #F5F8FC;
    position: absolute;
    left: 1px;
    bottom: 0;
    right: 1px;
}
.discount-wrap .car-list li:last-of-type:after{
    display: none;
}
.discount-wrap .text-wrap{
    text-align: left;
}
.discount-wrap .logo{
    width: 20px;
    height: 20px;
    padding-top: 0;
}
.discount-wrap .logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.discount-wrap .text-wrap .car-name{
    color: var(--Color-Text-black, #17191C);
    font-size: var(--Size-Font-Title-T3, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    padding-bottom: 6px;
}
.discount-wrap .text-wrap .car-price{
    color: var(--Color-Text-gray-02, #8D97A5);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    text-decoration-line: line-through;
}
.discount-wrap .text-wrap .discount-price{
    color: var(--Color-Text-black, #17191C);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.discount-wrap .text-wrap .discount-price span{
    color: #FF7F37;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 19.5px */
    padding-right: 4px;
}
.discount-wrap .img-wrap{
    width: 111px;
    height: 66px;
}
.discount-wrap .img-wrap img{
    width: 100%;
}

#mechanic-wrap .coupon-wrap{
    background: #E2FBEE;
    padding: 60px 0;
}
.coupon-wrap h5{
    color: #008F7A;
    text-align: center;
    font-size: var(--Size-Font-Title-T2, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    padding-bottom: 12px;
}
.coupon-wrap h3{
    color: var(--Color-Text-black, #11151C);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    padding-bottom: 24px;
}
.coupon-wrap .img-wrap{
    width: 248px;
    margin: 0 auto 24px;
}
.coupon-download{
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--Color-Background-Button-Primary, #0C8);
    background-size: 20px 20px;
    background-position: center right 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84551 3.39824C7.45498 3.78876 7.45498 4.42193 7.84551 4.81245L15.0331 12L7.84551 19.1875C7.45498 19.5781 7.45498 20.2112 7.84551 20.6018C8.23603 20.9923 8.86919 20.9923 9.25972 20.6018L17.1544 12.7071C17.5449 12.3166 17.5449 11.6834 17.1544 11.2929L9.25972 3.39824C8.86919 3.00772 8.23603 3.00772 7.84551 3.39824Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    color: #FFF;
    text-align: center;
    font-size: var(--size-font-title-title-2, 16px);
    font-style: normal;
    font-weight: 700;
}
/* !정비사 검수 */


/* !회원가입 */
/* 모바일 모달 */
.join-modal {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    overflow-y: auto;
    display: none;
}
.join-modal.on{
    display: block;
}
.join-modal .close-wrap {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: var(--Color-Text-black, #11151C);
    font-size: var(--size-font-title-title-1, 18px);
    font-style: normal;
    font-weight: 700;
}
.join-modal .close-wrap button{
    position: absolute;
    width: 56px;
    height: 56px;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.join-modal .tab-list{
    padding-bottom: 40px;
}
.join-modal .join-title {
    padding: 32px 20px;
}
.join-modal h2 {
    margin-bottom: 16px;
}
.join-modal h3 {
    color: var(--Color-Text-black, #11151C);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.sns-join {
    padding: 0 20px;
}

.sns-join li {
    width: 100%;
    margin-top: 16px;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
}
.sns-join li:first-child {
    margin-top: 0;
}
.sns-join li.kakao-join {
    background: #FEE500;
}
.sns-join li.naver-join {
    background: #03C75A;
}
.sns-join .email-join{
    margin-top: 64px;
}

.sns-join .email-join {
    border: 1px solid #C1C9D6;
}
.sns-join .email-join::before{
    content: '또는';
    color: var(--Color-Text-gray-02, #A9B4C4);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 0 16px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -43px;
    z-index: 1;
}
.sns-join .email-join::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D9E1EE;
    position: absolute;
    left: 0;
    right: 0;
    top: -33px;
}
.sns-join li a {
    border: none;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    height: 48px;
}
.sns-join .sns-img {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sns-join li .sns-text {
    font-size: 14px;
    font-weight: 600;
    color: #717D8E;
}
.sns-join li.kakao-join .sns-text {
    color: #191919;
}
.sns-join li.naver-join .sns-text {
    color: #fff;
}
.join-box h3 {
    color: var(--Color-Text-black, #11151C);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.join-box h4 {
    color: var(--Color-Text-gray-01, #717D8E);
    font-size: var(--size-font-body-body-1, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px;
}
/* !모바일 모달 */
/* !회원가입 */