/* 추가내용 2024.10.08 */
    /* .padding-l-0-5, .padding-r-2 */

/*아이폰에 input 창 안 보이는 경우 따로 설정*/
@supports (-webkit-touch-callout: none) {
    .inp-large {
	    -webkit-appearance: none !important;
	    appearance: none !important;
	    box-sizing: border-box !important;
	    width: 100% !important;
	    padding: 1.5rem 3rem !important;
	    border-radius: 1.5rem !important;
	    box-shadow: inset 0px 0.3rem 0.6rem var(--shadow) !important;
	    overflow: hidden !important;
	    background-color: #f5f5f5 !important;
	    border: 1px solid #ccc !important;
	}
}



/* 화면 크기가 600px 이상일 때 (핸드폰 크기를 넘는 화면) 스타일 */
@media screen and (min-width: 601px) {
	
.imgs-show {
    width: 500%!important;
}
	
.imgs-show-cover {
    width: 100%!important;
}
	
.img-cover{
	width: 100%!important;
}
	}
/*화면크기 끝*/

* {
    -webkit-tap-highlight-color: transparent;
     user-select: none; /* 텍스트 선택 및 캐럿 표시 방지 */
}

/* 전체 스크롤바 설정 */
::-webkit-scrollbar {
        width: 0.5rem;
    height: 1rem;
}

/* 스크롤바의 바 (트랙) 스타일 */
::-webkit-scrollbar-track {
    background-color: transparent; /* 배경 투명 처리 */
}

/* 스크롤바의 드래그 가능한 부분 (thumb) 스타일 */
::-webkit-scrollbar-thumb {
	background-color: #cbcbcb;
    border-radius: 3rem;
}

/* 스크롤바의 드래그 가능한 부분 (thumb) 호버 시 */
::-webkit-scrollbar-thumb:hover {
	background-color: #a1a1a1;
}

/* 스크롤바 화살표를 숨기기 */
::-webkit-scrollbar-button {
    display: none; /* 양쪽 화살표 숨기기 */
}

.show-cash{
    padding: 0.6rem 1.2rem;
    background: #c1dc5861;
    border-radius: 1.5rem;
}
.show-cash > p{
    color: #8EAC19;
}


html, body, p, h1, h2,h3,h4,h5,footer,header
,section, article,main,button,a, ul,li{
    padding: 0;
    margin: 0;
}

button, a, input, input:focus, li, ul, textarea{
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none; /* 밑줄 제거 */
     color: inherit; /* 글꼴 색상을 상위 요소로부터 상속 */
     outline: none;
     list-style-type: none;
    }


/* 글자는 rem으로 감. 
html에 지정된 글자의 크기가 기준으로
1rem = html 지정 글자가 됨.  */

/* 각 파트별 윤곽 색상 */
html,body,div{ box-sizing: border-box;}
body{
    margin: auto;
    position: relative;
}

/* 본문 */


/* 최대 가로 크기 조절  */

.nav-writer,.nav-writer ul, #nav, .header-fixed, body
,.header-menu, .btn-bottom-1-cover,
.btn-bottom-2-cover, .imgs-control-cover,
.card-center-cover, .fixed-btn-cover{
    max-width: var(--maxWide);
}

    /* 기본요소 */
    html{ 
        margin:0;
        padding:0;
        width: 100%;
        height: 100%;
        min-width: 360px;
        min-height: 650px;
        max-width: var(--maxWide);
        margin: auto;
    }
    footer{
        color: #00000080;
        font-size: 1rem;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
        left:0;
        z-index: -1;
    }
    
    .footer{
        padding: 5rem 0 2rem 0;
        color: rgb(192, 192, 192);
        font-size: 1rem;
        width: 100%;
        text-align: center;
        position: unset;
    }
    

/* 폰트 이름 */
@font-face {
    font-family: 'Cafe24Ssurround'; 
    src: url('fonts/Cafe24Ssurround-v2.0.woff2') format('woff2'), /* 웹 폰트 파일 경로 */
         url('fonts/Cafe24Ssurround-v2.0.woff') format('woff'); /* 다양한 포맷에 대한 경로를 제공합니다 */
}


/* 폰트 종류 및 두께 지정 */
.cafe24-srround-b,h1,h2,h5{
    font-family: 'Cafe24Ssurround', sans-serif;
    font-weight: bold;
}
.muli-b,footer,.btn-mid,.btn-small,h3,li, .btn-select-green, .step-descript h3,
.section-ask div.card-flex-r-center p
{
    
    font-family: "muli", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.muli-r,.guide p, .card-main table, .step-descript p, nav li,
.section-ask section > h3, #scheduleComments h4
{
    font-family: "muli", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.adobe-gothic-b, .table-price td:nth-child(2), h4,.card-main p, .card-setting table button,
.card-setting table td{
    font-family: "adobe-gothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* 폰트 사이즈 지정 */

html{font-size: 12px;}
.font-size-1{ font-size: 1rem; }
.font-size-1-2, .guide p, .card-setting table button{ font-size: 1.2rem; }
.font-size-1-3{ font-size: 1.3rem; }
.font-size-1-4{ font-size: 1.4rem; }
.font-size-1-5{ font-size: 1.5rem!important; }
.font-size-1-8{ font-size: 1.8rem; }
.font-size-2{ font-size: 2rem; }
.font-size-3{ font-size: 3rem; }
.font-size-4{ font-size: 4rem; }
.font-size-2-5{ font-size: 2.5rem;}

p, .p{ 
    font-size: 1.2rem;
    font-family: "muli", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--darkGrey);
}
h1{ font-size: 5rem; }
h3{ font-size: 1.3rem; }
h4{ font-size: 1.3rem; }
h5{ font-size: 2rem; }

    /* 폰트 디자인 */
.font-menu-title{
    font-family: "muli", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: var(--green);
    font-size: 2rem;
}
.font-menu{
    display: flex;
}   
    .font-menu li{
        font-family: "muli", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: var(--grey);
        font-size: 1.2rem;
    }
    .font-menu li.check, .font-menu li.check-w-8{
        position: relative;
        color: var(--green);
    }


    .font-menu li.check-black{
        position: relative;
        color: var(--black);
    }
    .font-menu li.check-black::before{
        content: '';
        width: 7rem;
        height: 0.3rem;
        background-color: var(--black);
        position: absolute;
        left: -2rem;
        bottom: -1rem;
    }

    .font-menu li.check::before{
        content: '';
        width: 7rem;
        height: 0.3rem;
        background-color: var(--lightGreen);
        position: absolute;
        left: -2rem;
        bottom: -1rem;
    }

    .font-menu li.check-w-8::before{
        content: '';
        width: 8.5rem;
        height: 0.3rem;
        background-color: var(--lightGreen);
        position: absolute;
        left: -2rem;
        bottom: -1rem;
    }


.btn-mid{ font-size: 1.3rem; }
.btn-small,.btn-small-clicked{ font-size: 1.1rem; }

.logo-text-big{
    height: 4.5rem;
    background-image: url(img/logo-text.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-text-mid{
    height: 3.5rem;
    background-image: url(img/logo-text.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.font-w-500{
font-weight: 500!important;
}

.font-w-700{
    font-weight: 700!important;
    }
    

/* 폰트 색상 지정 */
:root{
    --lightPurple: #E0B1EC; /* btn-hover-p */
    --purple:#7D29DB;
    --yellow:#F1C900;
    --black : black;
    
    --lightGreen: #CAE171; /* btn-hover-g */
    --shadowGreen: #bfdd4979; 
    --green: #8EAC19; /* icon-check::before */
    --naver: #17A401;

    --lightGrey: #CBCBCB;
    --grey: #A1A1A1; /* placeholder */
    --darkGrey: #707070;
    --sdarkGrey:#4B4B4B;
    --shadow:#00000029;
    --popupblack: #212121c4;

    --maxWide : 600px; /* 가로 최대 크기 */
}
.font-bold{
    font-weight: bold;
}
.font-whtie{
    color: white;
}
.font-purple{
    color: var(--purple);
}
.font-yellow{
    color: var(--yellow);
}
.font-black{
    color: var(--black);
}
.font-green{
    color: var(--green);
}
.font-grey, nav li, #textArea::placeholder{
    color: var(--grey)!important;
}
.font-darkGrey, .guide p{
    color: var(--darkGrey)!important;
}
.font-shadow{
    color: var(--shadow)!important;
}
.font-naver{
    color: var(--naver);
}
.background-white{
    background-color: white;
}

input::placeholder{
    color: var(--grey);
}

h4{ color: var(--darkGrey);}

/* 이미지 & 아이콘 지정 */
     /* 다피플 로고 */
.logo-img-big{
    height: 7rem;
    background-image: url(img/logo-img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.logo-img-mid{
    height: 5rem;
    background-image: url(img/logo-img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.answer-img{
    height: 5rem;
    background-image: url(img/answer-img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 6rem;
}
.answer-img-small{
    height: 5rem;
    background-image: url(img/answer-img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 6rem;
}
.answer-img-xsmall{
    height: 3rem;
    background-image: url(img/answer-img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 3rem;
}
.writer-img{
    height: 5rem;
    background-image: url(img/writer-img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: unset;
    width: 6rem;
}
.writer-img-small{
    height: 3rem;
    background-image: url(img/writer-img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: unset;
    width: 2.5rem;
}

.icon-notice{
    height: 0.7rem;
    width: 0.7rem;
    border-radius: 50%;
    background-color: var(--lightPurple);
    position: absolute;
    top:0;
    right: 0;
}

.icon-x{
    position: absolute;
    margin:2rem;
}

.icon-x-2{
    width: 2rem; /* X 모양의 가로 길이를 조절합니다. */
    height: 2rem; /* X 모양의 세로 길이를 조절합니다. */
    position: relative;
}   
    .icon-x-2::before,
    .icon-x-2::after {
        content: "";
        position: absolute;
        height: 2rem; /* 선의 두께를 조절합니다. */
        border: solid 0.1rem;
        top: 0;
        left: 0;
        transform: rotate(45deg); /* 각 선의 회전을 설정합니다. */
    }

    .icon-x-2::after {
        transform: rotate(-45deg);
    }


.icon-reply{
    right: 2rem;
    top: 2rem;
    position: absolute;
    height: 1.2rem;
    width: 2rem;
    background: url(img/icon-reply.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white; /* 배경색을 흰색으로 설정 */
}

.icon-revise{
    right: 0rem;
    top: 0rem;
    position: absolute;
    height: 1.5rem;
    width: 2rem;
    background: url(img/icon-feather-edit.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white; /* 배경색을 흰색으로 설정 */
}

.icon-writer {
    bottom: 0.5rem;;
    position: absolute;
    height: 4rem;
    width: 4rem;
    background: url(img/step-writer-1.JPG);
    background-size: 3rem;
    background-position: 0.5rem 0.4rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: white; /* 배경색을 흰색으로 설정 */
}

.icon-remove {
    width: 1.8rem;
    height: 1.8rem;
    background-color: var(--shadow);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
  }
  
  .icon-remove::before,
  .icon-remove::after {
    content: '';
    width: 0.2rem;
    height: 1.1rem;
    background-color: white;
    position: absolute;
    top: 0.3rem;
    left: 0.8rem;
  }
  
  .icon-remove::before {
    transform: rotate(45deg); /* 왼쪽 위에서 오른쪽 아래로 */
  }
  
  .icon-remove::after {
    transform: rotate(-45deg); /* 왼쪽 아래에서 오른쪽 위로 */
  }

.icon-question {
    width: 2rem;
    height: 2rem;
    background-color: var(--grey);
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .icon-question::before {
    font-weight: bold;
    content: '?';
    font-size: 1.6rem;
}

.icon-question-green {
    width: 2rem;
    height: 2rem;
    background-color: var(--lightGreen) ;
    border-radius: 50%;
    color:  white;
    display: flex;
    justify-content: center;
    align-items: center;

    bottom: 1rem;
    position: absolute;
    right: 2rem;
  }
  
  .icon-question-green::before {
    font-weight: bold;
    content: '?';
    font-size: 1.6rem;
}

.icon-profile{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--lightGrey);
    position: relative;
    border: solid 0.1rem var(--lightGrey);
    overflow: hidden;

    &::after{
        content: '';
        width: 1.3rem;
        height: 1.3rem;
        background-color: white;
        position: absolute;
        top: 1em;
        left: 1.2rem;
        border-radius: 50%;
        border: solid 0.1rem var(--lightGrey);
    }
    &::before{
        content: '';
        width: 4rem;
        height: 4rem;
        background-color: white;
        position: absolute;
        top: 2.5rem;
        left: 0rem;
        border-radius: 50%;
    }
}


.icon-card-green-select{
    width: 1rem;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background-color: var(--green);
}

.icon-card-green-select-right{
    width: 1rem;
    height: 100%;
    position: absolute;
    right:0;
    top:0;
    background-color: var(--green);
}

.icon-star{
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    right: 2rem;
    top: 2rem;
    background-image: url(img/star.png);
    
/*    background-size: contain;*/
}

.icon-star-check{
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    right: 2rem;
    top: 2rem;
    background-image: url(img/star-check.png);
 /*   background-size: contain;*/
}

.icon-star-purple{
	cursor: pointer;
    position: absolute;
    left: 1rem;
    top: 1rem;
    background-image: url(img/star-purple.png);
/*    background-size: contain;*/
    background-repeat: no-repeat;
}

.icon-star-check-purple{
    position: absolute;
    left: 1rem;
    top: 1rem;
    background-image: url(img/star-check-purple.png);
/*    background-size: contain;*/
    background-repeat: no-repeat;
}

.btn-star-purple{
	padding: 0 1rem;
    background-image: url(img/star-purple.png);
   /* background-size: 1.5rem;*/
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-star-check-purple{
	padding: 0 1rem;
    background-image: url(img/star-check-purple.png);
    /*background-size: 1.5rem;*/
    background-size: contain;
    background-repeat: no-repeat;
}


.icon-setting{
    position: absolute;
    right: 1rem;
    top: 1.5rem;
}
    .icon-setting ul{
        background-color: white;
        right: 0rem;
        position: absolute;
        display: flex;
        align-items: center;
        flex-direction: column;
        box-shadow: 0 0.2rem 0.5rem;
        overflow: hidden;
        border-radius: 0.5rem;
        width: max-content;
    }
    .icon-setting li{
        margin-right: 0!important;
        border-radius: 0!important;
    }


.search-icon-m {
    top: -0.3rem;
    width: 1.3rem;
    height: 1.3rem;
    background-color: transparent;
    border: 0.1rem solid var(--darkGrey);
    border-radius: 50%;
    position: relative;
}

.search-icon {
    right: -0.5rem;
    top: -0.1rem;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    border: 0.1rem solid var(--darkGrey);
    border-radius: 50%;
    position: relative;
  }
  
  
  .search-icon::before, .search-icon-m::before {
    content: "";
    width: 50%;
    height: 0.1rem;
    background-color: var(--darkGrey);
    position: absolute;
    top: 110%;
    left: 110%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .search-icon:hover, .search-icon-m:hover{
    border: 0.1rem solid var(--shadow);
  }
  .search-icon:hover::before, .search-icon-m:hover::before{
    background-color: var(--shadow);
  }

/*상세내용 버튼 q*/ 

.arrow-right {
    left: 1rem;
    top: 1rem;
    transform: rotate(-45deg);
    height: 1rem;
    width: 1rem;
    border-bottom: 0.2rem solid var(--green);
    border-right: 0.2rem solid var(--green);
  }
 
.arrow-down {
    left: 1rem;
    top: 1rem;
    height: 1rem;
    width: 1rem;
    transform: rotate(45deg);
    border-bottom: 0.2rem solid var(--grey);
    border-right: 0.2rem solid var(--grey);
  }
  
.arrow-right-check {
    transform: rotate(45deg);
    border-bottom: 0.2rem solid var(--grey);
    border-right: 0.2rem solid var(--grey);
  }
  
.arrow-right-check:hover{
    left: 1rem;
    top: 1rem;
    transform: rotate(-45deg);
    height: 1rem;
    width: 1rem;
    border-bottom: 0.2rem solid var(--green);
    border-right: 0.2rem solid var(--green);
}

/*상세내용 버튼 w*/ 

.w-arrow-right {
    left: 1rem;
    top: 1rem;
    transform: rotate(-45deg);
    height: 1rem;
    width: 1rem;
    border-bottom: 0.2rem solid var(--purple);
    border-right: 0.2rem solid var(--purple);
  }
.w-arrow-right:hover{
    transform: rotate(45deg);
    border-bottom: 0.2rem solid var(--grey);
    border-right: 0.2rem solid var(--grey);
}

.w-arrow-right-check {
    transform: rotate(45deg);
    border-bottom: 0.2rem solid var(--grey);
    border-right: 0.2rem solid var(--grey);
  }
  
.w-arrow-right-check:hover{
    left: 1rem;
    top: 1rem;
    transform: rotate(-45deg);
    height: 1rem;
    width: 1rem;
    border-bottom: 0.2rem solid var(--purple);
    border-right: 0.2rem solid var(--purple);
}

/*끝*/

.arrow-right-grey {
    left: 1rem;
    top: 1rem;
    transform: rotate(-45deg);
    height: 1rem;
    width: 1rem;
    border-bottom: 0.2rem solid var(--grey);
    border-right: 0.2rem solid var(--grey);
  }


.arrow-left {
    left: 1rem;
    top: 1rem;
    transform: rotate(135deg);
    height: 1rem;
    width: 1rem;
    border-bottom: 0.2rem solid var(--grey);
    border-right: 0.2rem solid var(--grey);
}
.arrow-left:hover, .arrow-right-grey:hover{
    border-bottom: 0.2rem solid var(--darkGrey);
    border-right: 0.2rem solid var(--darkGrey);
}

.arrow-bottom-grey {
    position: absolute;
    transform: rotate(45deg);
    height: 1rem;
    width: 1rem;
    border-bottom: 0.2rem solid var(--grey);
    border-right: 0.2rem solid var(--grey);
  }

.icon-addProject-cover{
    position: absolute ;
    right: 1rem;
    top: -6rem;
}

.icon-addProject {
    position: relative;
    width: 5rem;
    height: 5rem;
    background-color: var(--green);
    box-shadow: 0px 0.3rem 0.6rem var(--shadow);
    border-radius: 50%;

  
    &::before,
    &::after {
      content: '';
      position: absolute;
      width: 0.5rem; /* 직선의 가로 길이 조절 */
      height: 3rem; /* 직선의 세로 길이 조절 */
      background-color: #ffffff;
      border-radius: 0.2rem; /* 둥근 모양을 만들기 위한 속성 */
      top: 1rem; /* 원 내에서의 세로 위치 조절 */
      left: 2.2rem; /* 원 내에서의 세로 위치 조절 */
    }
  
    &::before {
      transform: rotate(90deg); /* 첫 번째 직선의 회전 */
    }
  
    &::after {
      transform: rotate(0deg); /* 두 번째 직선의 회전 */
    }
  }


    /* 버튼 */
.btn{
    border-radius: 1.5rem;
    box-shadow: 0px 0.3rem 0.6rem var(--shadow);
}

.fixed-btn-cover{
    width: 100%;
    position: fixed;
    bottom: 2rem;
}

.margin-t5-btn-cover{
    width: 100%;
    position: inherit;
    margin-top: 5rem;
}

.btn-line-add{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
  	
  	background-image: url('img/add.png'); /* 배경으로 사용할 이미지 경로 */
   	background-size: contain; /* 배경 이미지가 버튼 크기에 맞게 조정 */
    background-position: center; /* 배경 이미지가 버튼의 가운데에 위치 */
    background-repeat: no-repeat; /* 배경 이미지 반복 안 함 */
    border: none; /* 원한다면 버튼의 기본 테두리 제거 */
}

.btn-line-add-w{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
  	
  	background-image: url('img/add_w.png'); /* 배경으로 사용할 이미지 경로 */
   	background-size: contain; /* 배경 이미지가 버튼 크기에 맞게 조정 */
    background-position: center; /* 배경 이미지가 버튼의 가운데에 위치 */
    background-repeat: no-repeat; /* 배경 이미지 반복 안 함 */
    border: none; /* 원한다면 버튼의 기본 테두리 제거 */
}


.btn-line-add-black{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    border: solid 0.2rem var(--black);
    border-radius: 50%;
  
    &::before,
    &::after {
      content: '';
      background: var(--black);
      position: absolute;
      width: 0.2rem; /* 직선의 가로 길이 조절 */
      height: 1.2rem; /* 직선의 세로 길이 조절 */
      border-radius: 0.2rem; /* 둥근 모양을 만들기 위한 속성 */
      top: 0.5rem; /* 원 내에서의 세로 위치 조절 */
      left: 1.0rem; /* 원 내에서의 세로 위치 조절 */
    }
  
    &::before {
      transform: rotate(90deg); /* 첫 번째 직선의 회전 */
    }
  
    &::after {
      transform: rotate(0deg); /* 두 번째 직선의 회전 */
    }
}

.btn-line-delete{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(img/delete.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.btn-line-delete-img{
	top:0;
	right: 0;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background: var(--darkGrey);
    border-radius: 50%;
  
    &::before,
    &::after {
      content: '';
      background: white;
      position: absolute;
      width: 0.2rem; /* 직선의 가로 길이 조절 */
      height: 1.2rem; /* 직선의 세로 길이 조절 */
      border-radius: 50%; /* 둥근 모양을 만들기 위한 속성 */
      top: 0.6rem; /* 원 내에서의 세로 위치 조절 */
      left: 1.2rem; /* 원 내에서의 세로 위치 조절 */
    }
  
    &::before {
      transform: rotate(45deg); /* 첫 번째 직선의 회전 */
    }
  
    &::after {
      transform: rotate(-45deg); /* 두 번째 직선의 회전 */
    }
}


.btn-small input[type="file"] {
    display: none;
}

.btn-small{
    word-wrap: nowrap;
    padding:1.5rem 2rem;
    border-radius: 1.5rem;
    box-shadow: 0px 0.3rem 0.6rem var(--shadow);
    width: max-content;
}
.btn-small:hover{
    box-shadow: inset 0px 0.3rem 0.6rem var(--shadow);
}
.btn-small-clicked{
    padding:1.5rem 2rem;
    border-radius: 1.5rem;
    box-shadow: inset 0px 0.3rem 0.6rem var(--shadow);
    width: max-content;
}
.btn-mid{
    padding:1.5rem 3rem;
    border-radius: 1.5rem;
    box-shadow: 0px 0.3rem 0.6rem var(--shadow);
    width: 100%;
    background-color:white;
}
.btn-mid:hover{
    box-shadow: inset 0px 0.3rem 0.6rem var(--shadow);
}

.btn-checked{
	background-color: #ebebeb;
	box-shadow: inset 0px 0.3rem 0.6rem var(--shadow)!important;
 }

.btn-hover-p:hover{
    background-color: var(--lightPurple);
}
.btn-hover-g:hover{
    background-color: var(--lightGreen);
}

.btn-bottom-1-cover{
    text-align: right;
    position: fixed;
    bottom: 5rem;
    width: 100%;
}
.btn-bottom-2-cover{
    padding: 2rem;
    width: 100%;
    bottom: 0;
  /*  position: fixed;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-select{
    text-wrap: nowrap;
    padding: 1rem 2.5rem;
    border-radius: 2rem;
    border: solid black 0.2rem;
}
.btn-select-black{
    text-wrap: nowrap;
    color: white;
    padding: 1rem 2.5rem;
    background: black;
    border-radius: 2rem;
}

.btn-select-green{
    text-wrap: nowrap;
    color: white;
    padding: 1rem 2.5rem;
    background: var(--green);
    border-radius: 2rem;
}
.btn-select-grey{
    color: white;
    padding: 1rem 2.5rem;
    background: var(--darkGrey);
    border-radius: 2rem;
    text-wrap: nowrap;
}

.btn-shadow, .btn-select-green, .btn-select-grey, .btn{
    box-shadow: 0 0.3rem 0.6rem var(--shadow);
}
.btn:hover, .btn-shadow:hover, .btn-select-green:hover, .btn-select-grey:hover,
.card-setting table td button:hover, .btn-grey:hover, .btn-green:hover{
    box-shadow: inset 0 0.3rem 0.6rem var(--shadow);
}

.btn-green{
    text-wrap: nowrap;
    color: white;
    background: var(--green);
    border-radius: 2rem;
    box-shadow: 0 0.3rem 0.6rem var(--shadow);
}
.btn-grey{
    color: white;
    background: var(--darkGrey);
    border-radius: 2rem;
    text-wrap: nowrap;
    box-shadow: 0 0.3rem 0.6rem var(--shadow);
}

    /* input */
ul.sns-option{
    background-color: white; 
    top:4rem;
    z-index: 9;
}
    .sns-option li{
        z-index: 1;
        padding: 0.5rem 0rem;
    }

.inp-select{
    padding: 1rem 2rem; /* 내부 여백 설정 */
    border: none; /* 테두리 설정 */
    border-radius: 1rem; /* 테두리 둥글게 설정 */
    box-shadow: 0 0.3rem 0.6rem var(--shadow);
}
    

.inp-cover-m{
    padding: 1rem 1.5rem;
    border-radius: 3rem;
    box-shadow: inset 0px 0.3rem 0.6rem var(--shadow);
}
.inp-cover{
    padding: 0.5rem 1.5rem;
    border-radius: 3rem;
    box-shadow: inset 0px 0.3rem 0.6rem var(--shadow);
}

.inp{
    box-sizing: border-box;
    border-radius: 1.5rem;
    box-shadow: inset 0px 0.3rem 0.6rem var(--shadow);
    overflow: hidden;
}

.inp-large{
    font-size: 1.2rem;
    box-sizing: border-box;
    width: 100%;
    padding: 1.5rem 3rem;
    border-radius: 1.5rem;
    box-shadow: inset 0px 0.3rem 0.6rem var(--shadow);
    overflow: hidden;
}

.inp-mid{
    min-width: 20rem;
    padding:1.5rem 3rem;
    border-radius: 1.5rem;
    box-shadow: inset 0px 0.3rem 0.6rem var(--shadow);
}

.inp-small{
    padding:1.5rem 3rem;
    border-radius: 1.5rem;
    box-shadow: inset 0px 0.3rem 0.6rem var(--shadow);
    width: 10rem;
}

.inp-number{
    width: 1rem;
    margin: 0 1rem;
    padding: 1rem 2rem;
    border: solid var(--grey) 0.1rem;
    border-radius: 1rem;
}

.inp-range-green{
    z-index: -1;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    background: var(--lightGreen);
}
.inp-range-grey{
    z-index: -1;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    background: var(--lightGrey);
}

#scheduleComments h4{
    margin-left: 2rem;
    padding-top: 0.5rem;
}

table.scheduleTable{
    width: 100%;
    border-collapse: collapse;
}

    table.scheduleTable td {
		padding: 1rem 0;
		text-align: center;
	}


    table.scheduleTable th{
        /*padding-bottom: 2rem;*/
        padding-top: 2rem;
    }
    .schedule-container p{
        text-wrap: nowrap;
        padding: 0.1rem;
        color: var(--lightGreen)
    }
	.schedule-container > div {
		min-height: 0.5rem;
	}

    table.scheduleTable td{
        width: 14.29%;
    }

    table.scheduleTable div{
       /* min-height: 3.5rem;*/
       /* padding-top: 1rem;
        box-sizing: content-box;*/
    }
    table.scheduleTable p {
        line-height: 1rem;
        height: 1rem;
    }
    .current-day p {
        color: var(--green);
    }
    
	.month-container {
		display: flex;
		justify-content: space-between;
	}

	.prev-month, .next-month, .cursor {
		cursor: pointer;
	}
	
	.cursor_text, input[type=text], textarea{
		cursor: text!important;
	}

    .schedule-day{
        color: var(--lightGreen);
    }
	.current-day {
    color: var(--lightGreen);
    }

/*회원가입 동의란 체크버튼 q*/
.circle-check-cover{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0 0.3rem 0.6rem var(--shadow);
    border-radius: 50%;
}
.circle-check-cover::before{
    content:"";
    left: 1rem;
    top: 0.5rem;
    position: absolute;
    transform: rotate(45deg);
    height: 1rem;
    width: 0.5rem;
    border-bottom: 0.2rem solid var(--green);
    border-right: 0.2rem solid var(--green);
}

.circle-check-cover:hover{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: inset 0 0.3rem 0.6rem var(--shadow);
    border-radius: 50%;
    background-color: var(--green);
}

.circle-check-cover:hover::before{
    left: 1rem;
    top: 0.5rem;
    position: absolute;
    transform: rotate(45deg);
    height: 1rem;
    width: 0.5rem;
    border-bottom: 0.2rem solid var(--sdarkGrey);
    border-right: 0.2rem solid var(--sdarkGrey);
}

.circle-check-cover-checked{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: inset 0 0.3rem 0.6rem var(--shadow);
    border-radius: 50%;
    background-color: var(--green);
}

.circle-check-cover-checked::before{
    left: 1rem;
    top: 0.5rem;
    position: absolute;
    transform: rotate(45deg);
    height: 1rem;
    width: 0.5rem;
    border-bottom: 0.2rem solid var(--sdarkGrey);
    border-right: 0.2rem solid var(--sdarkGrey);
}
.circle-check-cover-checked:hover{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0 0.3rem 0.6rem var(--shadow);
    border-radius: 50%;
    background-color: white;
}

.circle-check-cover-checked:hover::before{
    content:"";
    left: 1rem;
    top: 0.5rem;
    position: absolute;
    transform: rotate(45deg);
    height: 1rem;
    width: 0.5rem;
    border-bottom: 0.2rem solid var(--green);
    border-right: 0.2rem solid var(--green);
}

/*회원가입 동의란 체크버튼 w*/
.w-circle-check-cover{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0 0.3rem 0.6rem var(--shadow);
    border-radius: 50%;
}
.w-circle-check-cover::before{
    content:"";
    left: 1rem;
    top: 0.5rem;
    position: absolute;
    transform: rotate(45deg);
    height: 1rem;
    width: 0.5rem;
    border-bottom: 0.2rem solid var(--purple);
    border-right: 0.2rem solid var(--purple);
}

.w-circle-check-cover:hover{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: inset 0 0.3rem 0.6rem var(--shadow);
    border-radius: 50%;
    background-color: var(--lightPurple);
}

.w-circle-check-cover:hover::before{
    left: 1rem;
    top: 0.5rem;
    position: absolute;
    transform: rotate(45deg);
    height: 1rem;
    width: 0.5rem;
    border-bottom: 0.2rem solid var(--sdarkGrey);
    border-right: 0.2rem solid var(--sdarkGrey);
}

.w-circle-check-cover-checked{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: inset 0 0.3rem 0.6rem var(--shadow);
    border-radius: 50%;
    background-color: var(--lightPurple);
}

.w-circle-check-cover-checked::before{
    left: 1rem;
    top: 0.5rem;
    position: absolute;
    transform: rotate(45deg);
    height: 1rem;
    width: 0.5rem;
    border-bottom: 0.2rem solid var(--sdarkGrey);
    border-right: 0.2rem solid var(--sdarkGrey);
}
.w-circle-check-cover-checked:hover{
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0 0.3rem 0.6rem var(--shadow);
    border-radius: 50%;
    background-color: white;
}

.w-circle-check-cover-checked:hover::before{
    content:"";
    left: 1rem;
    top: 0.5rem;
    position: absolute;
    transform: rotate(45deg);
    height: 1rem;
    width: 0.5rem;
    border-bottom: 0.2rem solid var(--purple);
    border-right: 0.2rem solid var(--purple);
}

/* 간격 지정(margin) */

    /* margin */
.margin-0-5{margin: 0.5rem;}
.margin-1{margin: 1rem;}
.margin-2{margin: 2rem;}
.margin-t-0-5{margin-top: 0.5rem;}
.margin-t-1{margin-top: 1rem;}
.margin-t-1-5{margin-top: 1.5rem;}
.margin-t-2{margin-top: 2rem;}
.margin-t-3{margin-top: 3rem;}
.margin-t-4{margin-top: 4rem;}
.margin-t-5{margin-top: 5rem;}
.margin-t-6{margin-top: 6rem;}
.margin-t-7{margin-top: 7rem;}
.margin-t-8{margin-top: 8rem;}
.margin-t-9{margin-top: 9rem;}
.margin-t-10{margin-top: 10rem;}
.margin-t-15{margin-top: 15rem;}
.margin-t-16{margin-top: 16rem;}
.margin-t-18{margin-top: 18rem;}
.margin-t-20{margin-top: 20rem;}
.margin-t-30vh{margin-top: 30vh;}
.margin-t-40vh{margin-top: 40vh;}

.margin-b-05{ margin-bottom: 0.5rem;}
.margin-b-1{ margin-bottom: 1rem;}
.margin-b-2{ margin-bottom: 2rem;}
.margin-b-3{ margin-bottom: 3rem;}
.margin-b-4{ margin-bottom: 4rem;}
.margin-b-5{ margin-bottom: 5rem;}
.margin-b-6{ margin-bottom: 6rem;}
.margin-b-7{ margin-bottom: 7rem;}
.margin-b-8{ margin-bottom: 8rem;}
.margin-b-9{ margin-bottom: 9rem;}
.margin-b-10{ margin-bottom: 10rem;}
.margin-b-15{ margin-bottom: 15rem;}

.margin-b-30vh{ margin-bottom: 30vh;}
.margin-b-100{ margin-bottom: 100%;}

.margin-r-1{margin-right: 1rem;}
.margin-r-2{margin-right: 2rem;}
.margin-r-3{margin-right: 3rem;}
.margin-r-4{margin-right: 4rem;}
.margin-r-5{margin-right: 5rem;}

.margin-l-0-5{margin-left: 0.5rem;}
.margin-l-1{margin-left: 1rem;}
.margin-l-2{margin-left: 2rem;}
.margin-l-3{margin-left: 3rem;}
.margin-l-4{margin-left: 4rem;}
.margin-l-5{margin-left: 5rem;}

.margin-tb-1{margin: 1rem 0;}
.margin-tb-2{margin: 2rem 0;}
.margin-tb-3{margin: 3rem 0;}
.margin-tb-4{margin: 4rem 0;}
.margin-tb-5{margin: 5rem 0;}
.margin-t-60{margin: 60rem 0 0 0;}

.margin-rl-1{
    margin-left:1rem;
    margin-right:1rem;
}
.margin-rl-2{
    margin-left:2rem;
    margin-right:2rem;
}
.margin-rl-3{
    margin-left:3rem;
    margin-right:3rem;
}
.margin-rl-4{
    margin-left:4rem;
    margin-right:4rem;
}
.margin-rl-5{
    margin-left:5rem;
    margin-right:5rem;
}


.margin-rl-1-t-16-b-1{ margin: 16rem 1rem 1rem 1rem;}

.margin-rl-0-t-8{ margin: 8rem 0rem 12rem 0rem;}
.margin-rl-1-t-8{ margin: 8rem 1rem 12rem 1rem;}
.margin-rl-1-t-14{ margin: 14rem 1rem 12rem 1rem;}
.margin-rl-1-t-16{ margin: 16rem 1rem 12rem 1rem;}
.margin-rl-1-t-24{ margin: 24rem 1rem 12rem 1rem;}
.margin-rl-1-t-16-b-6{ margin: 16rem 1rem 6rem 1rem;}

    /* padding */

.padding-t-1{padding-top: 1rem!important;}
.padding-t-2{padding-top: 2rem!important;}
.padding-t-3{padding-top: 3rem!important;}
.padding-t-4{padding-top: 4rem!important;}
.padding-t-5{padding-top: 5rem!important;}
.padding-t-6{padding-top: 6rem!important;}

.padding-b-0-5{padding-bottom: 0.5rem!important;}
.padding-b-1{padding-bottom: 1rem!important;}
.padding-b-2{padding-bottom: 2rem!important;}
.padding-b-3{padding-bottom: 3rem!important;}
.padding-b-4{padding-bottom: 4rem!important;}
.padding-b-5{padding-bottom: 5rem!important;}
.padding-b-6{padding-bottom: 6rem!important;}
.padding-b-7{padding-bottom: 7rem!important;}
.padding-b-8{padding-bottom: 8rem!important;}
.padding-b-9{padding-bottom: 9rem!important;}
.padding-b-10{padding-bottom: 10rem!important;}
.padding-b-15{padding-bottom: 15rem!important;}

.padding-tb-0-5{
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

.padding-tb-1{
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

.padding-tb-2{
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}

.padding-rl-0-5{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.padding-rl-1{padding: 0 1rem;}
.padding-rl-2{padding: 0 2rem;}

.padding-l-0-5{padding-left: 0.5rem;}
.padding-l-1{ padding-left: 1rem;}
.padding-l-2{ padding-left: 2rem;}
.padding-l-3{ padding-left: 3rem;}
.padding-l-4{ padding-left: 4rem;}

.padding-r-0-5{ padding-right: 0.5rem;}
.padding-r-1{ padding-right: 1rem;}
.padding-r-2{ padding-right: 2rem;}
.padding-r-3{ padding-right: 3rem;}

.padding-0-5{padding: 0.5rem;}
.padding-0-8{padding: 0.8rem;}
.padding-1{padding: 1rem;}
.padding-1-5{padding: 1.5rem;}
.padding-2{padding: 2rem;}
.padding-3{padding: 3rem;}

.padding-11-66{padding: 1rem 6rem;}
.padding-11-55{padding: 1rem 5rem;}
.padding-11-44{padding: 1rem 4rem;}



.padding-2-1{padding: 2rem 1rem;}
.padding-3-2{padding: 3rem 2rem;}
.padding-1-2{padding: 1rem 2rem;}
.padding-0-5-1{padding: 0.5rem 1rem;}

    /* position */
.absolute{
    position: absolute;
}
.position-inherit{
    position: inherit;
}
.relative{
    position: relative;
}

    /* 그외 */
.r-0{
    right:0px;
}
.r-1{
    right:1rem;
}
.r-2{
    right:2rem;
}

.float-r{
    float: right;
}
.float-l{
    float:left;
}
.z-index-1{
    z-index: 1!important;
}
.z-index-2{
    z-index: 2;
}

.z-index-3{
    z-index: 3!important;
}

.z-index-9{
    z-index: 9;
}
.box-border{
    box-sizing: border-box;
}

.min-h-13{
    min-height: 13rem;
}
.h-3{height: 3rem;}
.h-3-5{height: 3.5rem;}
.h-4{height: 4rem;}
.h-5{height: 5rem;}
.h-8{height: 8rem;}

.w-5{width: 5rem;}
.w-6{width: 6rem;}
.w-8{width: 8rem;}

.w-10{width: 10rem;}
.w-11{width: 11rem;}
.w-15{width: 15rem;}
.w-20{width: 20rem;}
.w-25{width: 25rem;}

.w-max{
    width: max-content;
}
.w-100{
    width: 100%;
}

.shadow{
    box-shadow: 0rem 0.3rem 0.6rem var(--shadow);
}

.header-fixed{
    position: fixed;
    background: white;
    top: 0;
   }

.header-menu{
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    background: white;
    top: 0;
    box-shadow: 0rem 0.3rem 0.6rem var(--shadow);
    padding: 5rem 2rem 1rem 2rem;
}

.main-menu{
    box-sizing: border-box;
    width: 100%;
    background: white;
    top: 0;
    box-shadow: 0rem 0.3rem 0.6rem var(--shadow);
    padding: 5rem 2rem 2rem 2rem;
    margin: 10rem 0rem 6rem 0rem;
}
.header-shadow{
    box-shadow: 0rem 0.3rem 0.6rem var(--shadow);
    position: relative;
    height: 6rem;
    z-index: 1;
}


.middle-menu{
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    background: white;
    box-shadow: 0rem 0.3rem 0.6rem var(--shadow);
    padding: 2rem 2rem 1rem 2rem;
}
.text-right{
    text-align: right;
}   
.text-center{
    text-align: center;
}   
.text-left{
    text-align: left;
}


.border-radius-1{
    border-radius: 1rem;
}

/* section 별 안내 */
.section-ask div.card-flex-r-center button{
    margin-right: 1rem;
    border-bottom: 0.2rem solid var(--grey);
    border-right: 0.2rem solid var(--grey);
    
}
    .section-ask > section{
        padding: 2rem 0;
        border-bottom: solid rgb(240, 240, 240) 0.1rem;
    }
    .section-ask > section:first-of-type{
        margin-top: 1rem;;
    }

    .section-ask div.card-flex-r-center p{
        font-size: 1.2rem;
        color: var(--darkGrey);
        }
    .section-ask section > h3{
        margin-top: 2rem;
        display: none;
        font-size: 1.2rem;
        color: var(--grey);
    }
    .section-ask div.card-flex-r-center:first-of-type{
    }


/* card 지정 */
.card-setting{
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0.2rem 0.5rem var(--shadow);
    border-radius: 1rem;
    overflow: hidden;
    color: var(--grey);
    background:white;
    font-size: 1.2rem;
}
    .card-setting table{
        width: 100%;
        text-align: center;
        border-collapse: separate; /* 테두리를 분리하도록 설정합니다. */
        border-spacing: 1.5rem; /* 간격을 조절합니다. */
    }
    .card-setting table td button{
        box-shadow: 0 0.2rem 0.5rem var(--shadow);
        border-radius: 1rem;
        padding: 1rem; 
        width: 100%;
    }
    .card-setting td.none-shadow{
        box-shadow: none;
    }

.card{
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0.2rem 0.5rem var(--shadow);
    border-radius: 1rem;
    overflow: hidden;
    color: var(--grey);
}

.card-noshadow{
    width: 100%;
    box-sizing: border-box;
    color: var(--grey);
}

.card-bubble{
    text-align: center;
    top: 77%;
    margin: auto;
    background-color: white;
    width: 25rem;
    padding: 2rem;
    border-radius: 2rem;
    box-shadow: 0rem 0.3rem 0.6rem var(--shadow);
    position: relative;
}
    .card-bubble::before{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ffffff;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
}

.card-title{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    color: var(--grey);
}

.card-main{ /* 가장 많이 쓰는 기준 카드 형식 */
	max-height: 14rem;
   /* width: 100%;
    box-sizing: border-box;*/
    display: flex;
    box-shadow: 0 0.2rem 0.5rem var(--shadow);
    border-radius: 1rem;
    overflow: hidden;
    margin: 1rem 0;
    color: var(--grey);
    position: relative;
}
    .card-main > img, .card-title > img,
    .card-main > a > img, .card-title > a > img{
        width: 12rem;
        background:var(--shadow);
    }
    .card-main > div, .card-title > div,
    .card-main > a > div, .card-title > a > div{
        padding: 1rem;
    }
    .card-main ul, .card-title ul, .info-bubble{
        display: flex;
        align-items: center;
    }
    .card-main li,.card-title li,.info-bubble li, .guide h3{
        box-shadow: 0 0.2rem 0.5rem var(--shadow);
        border-radius: 2rem;
        padding: 0.4rem 1rem;
        margin-right: 0.8rem;
        font-size: 1rem;
        width: max-content;
        /* color: var(--darkGrey); */
    }

    .card-main svg, .card-title svg{
        margin-right: 0.3rem;
    }
    .card-main p, .card-title p{
        font-size: 1.2rem;
        color: var(--sdarkGrey);
        margin: 1.8rem 1rem 1rem 0.2rem;
    }
    .card-main table, .card-title table{
        width: 100%;
    }
.card-steps-cover{
    height: 1rem;
    display: flex;
    width: 100%;
    position: absolute;
    bottom: -1rem;
    left: 0;
    justify-content: space-between;
}
    .card-step{
        width:33%;
        background-color: var(--shadow);
    }
    .card-step-g{
        width:33%;
        background-color: var(--shadowGreen);
    }

.card-flex-r-center{
    display: flex;
    align-items: center;
}

.card-flex-r-stretch{
    display: flex;
    align-items: stretch;
}

.card-flex-r-center-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-flex-r-center-space{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.card-flex-r-center-spacebetween{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-flex-r-space{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.card-flex-d-center{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card-flex-r-side{

    /*width: 100%;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.card-rec{
    width: calc(100% + 2rem);
    box-shadow: 0 0.2rem 0.5rem var(--shadow);
    border-radius: 1rem;
}

.card-photos-cover, .card-photos{
    width: 100%;
}
    .card-photos , .card-photos > div{
        display: flex;
        align-items: center;
    }
    
    .card-photos > div{
    	overflow-x: scroll!important;
    }
    
    .card-photos img, .card-photos > label > div{
        border: solid var(--grey) 0.1rem;
        border-radius: 1.5rem;
        display: flex;
        text-align: center;
        width: 7rem;
        height: 7rem;
        margin: 0.5rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card-photos img{
        background-image: url(img/icon-img-default.JPG);
        background-size: cover;
        background-position: center;
    }


/* 줄 */

.table-ask td{
    padding-top: 1rem;
}


.table-price td, .table-price-list td{
    padding-top: 1.5rem;
    font-size: 1.2rem;
}

.table-price td:first-of-type{
    width: 4rem;
}

.table-price-list td{
    width: 25%;
}


.line-title-date{
    display: flex;
}
.line-title-search{
    height: fit-content;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
    .line-title-search p:first-child, .font-title{
        font-size: 1.2rem;
        font-family: "adobe-gothic-std", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: var(--green);
    }
    .line-title-search p:nth-child(2){
        font-size: 1rem;
        font-family: "adobe-gothic-std", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: var(--grey);
    }
    .line-title-search + table{
        margin-top: 1rem;
        width: 100%;
    }
    .line-title-search + table td{
        padding: 1rem 0;
    }

.imgs-show-cover{
    max-width: var(--maxWide);
    min-width: 360px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
    .imgs-show{
    display: flex;
    width: 500vw;
    transition: transform 0.5s ease;
    }

    .img-cover{
		max-width: var(--maxWide);
  		min-width: 360px;
        height: 40rem;
    	width: 100vw;
        background-color: #c7c7c75c;
        position: relative;
      	display: flex;
    	justify-content: center;
    }
    
    .img-cover img{
		max-width: var(--maxWide);
	    min-width: 360px;
	    height: 40rem;
    }
    
    
    .imgs-control-cover ul{
        position: absolute;
        bottom: 2rem;
        display: flex;
    }
    .imgs-control-cover li{
		box-shadow: 1px 2px 6px rgb(0 0 0 / 52%);
        cursor: pointer;
        width: 1rem;
        height: 1rem;
        background-color: white;
        border-radius: 50%;
        margin:0.5rem;
        opacity: 0.5;
    }
    .imgs-control-cover{
        display: flex;
        align-items: center;
        top: 40rem;
        position: absolute;
        width: 100vw;
        justify-content: space-around;
    }
    .imgs-show-checked{
        opacity: 1!important;
    }
.pop-up-cover{
    left:0;
    z-index: 2;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--popupblack);
}
    .pop-up-cover .card{
        background: white;
    }

.step-descript {width: 100%;}

    .step-descript h3:first-child{
        font-size: 1.5rem;
        color: var(--green);
    }
    .step-descript h3:nth-child(2), .step-descript-title{
        font-size: 2.5rem;
        color: var(--green);
    }
    .step-descript p{
        font-size: 1.5rem;
    } 
    
.nav-writer{
    height: 85px;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    bottom: 0;
    /* left: 0; */
    padding: 0 2rem 1.5rem 2rem;
    background-color: white;
}
    .nav-writer ul{
        width: 100%;
        display: flex;
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
    }
    .nav-writer li, .nav-writer a{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-writer li svg, .nav-writer li img{
        margin-bottom: 0.5rem;
    }


    #nav {
        width: 100%;
        height: 9rem;
        position: fixed;
        bottom:1rem;
      }

/* card 뒤 아래, 센터 위치*/
.card-center-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    height: calc(100vh - 15rem);
   /* height: 100vh;*/
}

.card-center-cover > section{
	height: 40rem;	
}

.card-center{
    width: 100%;
    text-align: center;
}

.card-center img{
    width: 100%;
}

/* 관리자페이지 프로젝트 테이블 */
table.manager-show thead td{ 
    padding-bottom: 1rem;
}

table.manager-show tbody td{ 
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*info*/
.flex-down{
   	display: flex;
    flex-direction: column;
}
.info-span{
	margin-top: 0.5rem;
    color: #00000080;
    font-size: 0.9rem;
}