.left-index {
    padding: 24px;
    width: 186px;
    position: fixed;
    top: 72px;
    height: auto;
    background: #fff;
    border-radius: 0px 16px 16px 0;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  }
  .left-index > h5 {
    font-size: 13px;
    font-weight: 600;
    color: #8f95a1;
    margin-bottom: 16px;
  }
  .left-index > h5 > a {
    display: block;
    color: #e51111;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .left-index > ul {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .left-index > ul > hr {
    border: 1px solid #e7eaee;
  }
  .left-index > ul li a {
    color: #686e7b;
    font-size: 13px;
    line-height: 24px;
  }
  .left-index > ul li a span {
    margin-right: 8px;
    font-weight: 400;
    display: inline-block;
    width: 30px;
    height: 16px;
    background: #bac1cb;
    text-align: center;
    border-radius: 50vh;
    line-height: 16px;
    color: #fff;
    font-size: 11px;
  }
  .left-index > ul li a:hover {
    color: #e51111;
  }
  .left-index > ul li a:hover span {
    background: #e51111;
  }
  
  .tag-info {
    margin: 16px 8px 40px;
  }
  .tag-info > h6 {
    font-size: 14px;
    font-weight: 500;
    color: #686e7b;
    margin-bottom: 8px;
  }
  .tag-info > em {
    display: block;
    font-size: 13px;
    color: #8f95a1;
    margin-bottom: 10px;
  }
  .tag-info > p {
    font-size: 14px;
    line-height: 1.8;
    color: #686e7b;
  }
  .tag-info > p:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50vh;
    background-color: #ff7131;
    margin-bottom: 2px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .tag-info > p > strong {
    font-size: 14px;
    color: #1f9f6c;
    margin-right: 16px;
  }
  
  .wrapper {
    padding: 60px 60px 200px 210px;
  }
  
  .lu-component {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }
  .lu-component > h1 {
    font-weight: 600;
    display: inline-block;
    font-size: 33px;
    margin-bottom: 24px;
  }
  .lu-component > h1 > span {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #1e2229;
    margin-right: 8px;
    margin-bottom: 6px;
  }
  .lu-component .ex-block {
    padding: 24px;
    background: #f8f9fa;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .lu-component .ex-block > h4 {
    font-weight: 600;
    font-size: 17px;
    color: #1e2229;
  }
  .lu-component .ex-block > p {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 24px;
    color: #686e7b;
  }
  
  /*■■■탈부착식 CSS 컴포넌트 모음*/
  
  /*theme1*/
  .theme1-c-btn {
    background-color: #b5936e !important;
    color: #fff !important;
    border: 1px solid #b5936e !important;
  }
  .theme1-c-btn.line {
    background-color: #faf6f1 !important;
    color: #b5936e !important;
    border: 1px solid #faf6f1 !important;
  }
  .theme1-c-font {
    color: #b5936e !important;
  }
  .theme1-c-font2 {
    color: #9b7b59 !important;
  }
  .theme1-c-bg {
    background-color: #b5936e !important;
  }
  .theme1-c-line {
    border-color: #b5936e !important;
  }
  
  /*theme2*/
  .theme2-c-btn {
    background-color: #f26a1b !important;
    color: #fff !important;
    border: 1px solid #f26a1b !important;
  }
  .theme2-c-btn.line {
    background-color: #f4f7ff !important;
    color: #f26a1b !important;
    border: 1px solid #f4f7ff !important;
  }
  .theme2-c-font {
    color: #f26a1b !important;
  }
  .theme2-c-bg {
    background-color: #f26a1b !important;
  }
  .theme2-c-line {
    border-color: #f26a1b !important;
  }
  
  /*theme3*/
  .theme3-c-btn {
    background-color: #2334a1 !important;
    color: #fff !important;
    border: 1px solid #2334a1 !important;
  }
  .theme3-c-btn.line {
    background-color: #f4f7ff !important;
    color: #2334a1 !important;
    border: 1px solid #f4f7ff !important;
  }
  .theme3-c-font {
    color: #2334a1 !important;
  }
  .theme3-c-bg {
    background-color: #2334a1 !important;
  }
  .theme3-c-line {
    border-color: #2334a1 !important;
  }
  
  /*그레이스케일 컬러*/
  .gray-f9-font {
    color: #f8f9fa !important;
  }
  .gray-f9-bg {
    background-color: #f8f9fa !important;
  }
  .gray-f9-line {
    border-color: #f8f9fa !important;
  }
  
  .gray-f6-font {
    color: #f3f5f6 !important;
  }
  .gray-f6-bg {
    background-color: #f3f5f6 !important;
  }
  .gray-f6-line {
    border-color: #f3f5f6 !important;
  }
  
  .gray-f2-font {
    color: #f2f2f2 !important;
  }
  .gray-f2-bg {
    background-color: #f2f2f2 !important;
  }
  .gray-f2-line {
    border-color: #f2f2f2 !important;
  }
  
  .gray-e9-font {
    color: #e7eaee !important;
  }
  .gray-e9-bg {
    background-color: #e7eaee !important;
  }
  .gray-e9-line {
    border-color: #e7eaee !important;
  }
  
  .gray-e6-font {
    color: #e7eaee !important;
  }
  .gray-e6-bg {
    background-color: #e7eaee !important;
  }
  .gray-e6-line {
    border-color: #e7eaee !important;
  }
  
  .gray-d6-font {
    color: #d8dde2 !important;
  }
  .gray-d6-bg {
    background-color: #d8dde2 !important;
  }
  .gray-d6-line {
    border-color: #d8dde2 !important;
  }
  
  .gray-b6-font {
    color: #c8cfd6 !important;
  }
  .gray-b6-bg {
    background-color: #c8cfd6 !important;
  }
  .gray-b6-line {
    border-color: #c8cfd6 !important;
  }
  
  .gray-a6-font {
    color: #bac1cb !important;
  }
  .gray-a6-bg {
    background-color: #bac1cb !important;
  }
  .gray-a6-line {
    border-color: #bac1cb !important;
  }
  
  .gray-86-font {
    color: #8f95a1 !important;
  }
  .gray-86-bg {
    background-color: #8f95a1 !important;
  }
  .gray-86-line {
    border-color: #8f95a1 !important;
  }
  
  .gray-56-font {
    color: #686e7b !important;
  }
  .gray-56-bg {
    background-color: #686e7b !important;
  }
  .gray-56-line {
    border-color: #686e7b !important;
  }
  
  .gray-16-font {
    color: #1e2229 !important;
  }
  .gray-16-bg {
    background-color: #1e2229 !important;
  }
  .gray-16-line {
    border-color: #1e2229 !important;
  }
  
  /*width사이즈 8의 배수*/
  .width8 {
    width: 8px !important;
  }
  .width16 {
    width: 16px !important;
  }
  .width24 {
    width: 24px !important;
  }
  .width32 {
    width: 32px !important;
  }
  .width40 {
    width: 40px !important;
  }
  .width48 {
    width: 48px !important;
  }
  .width56 {
    width: 56px !important;
  }
  .width64 {
    width: 64px !important;
  }
  .width72 {
    width: 72px !important;
  }
  .width80 {
    width: 80px !important;
  }
  .width88 {
    width: 88px !important;
  }
  .width90 {
    width: 90px !important;
  }
  .width96 {
    width: 96px !important;
  }
  .width100 {
    width: 100px !important;
  }
  .width104 {
    width: 104px !important;
  }
  .width112 {
    width: 112px !important;
  }
  .width114 {
    width: 114px !important;
  }
  .width120 {
    width: 120px !important;
  }
  .width128 {
    width: 128px !important;
  }
  .width136 {
    width: 136px !important;
  }
  .width144 {
    width: 144px !important;
  }
  .width152 {
    width: 152px !important;
  }
  .width160 {
    width: 160px !important;
  }
  .width312 {
    width: 312px !important;
  }
  
  /*width사이즈 8의 배수*/
  .height8 {
    height: 8px !important;
  }
  .height16 {
    height: 16px !important;
  }
  .height24 {
    height: 24px !important;
  }
  .height32 {
    height: 32px !important;
  }
  .height40 {
    height: 40px !important;
  }
  .height48 {
    height: 48px !important;
  }
  .height56 {
    height: 56px !important;
  }
  .height64 {
    height: 64px !important;
  }
  .height72 {
    height: 72px !important;
  }
  .height80 {
    height: 80px !important;
  }
  .height88 {
    height: 88px !important;
  }
  .height96 {
    height: 96px !important;
  }
  .height104 {
    height: 104px !important;
  }
  .height112 {
    height: 112px !important;
  }
  .height120 {
    height: 120px !important;
  }
  .height128 {
    height: 128px !important;
  }
  .height136 {
    height: 136px !important;
  }
  .height144 {
    height: 144px !important;
  }
  .height152 {
    height: 152px !important;
  }
  .height160 {
    height: 160px !important;
  }
  
  /*폰트 사이즈 font-size*/
  .font-size10 {
    font-size: 10px !important;
  }
  .font-size11 {
    font-size: 11px !important;
  }
  .font-size12 {
    font-size: 12px !important;
  }
  .font-size13 {
    font-size: 13px !important;
  }
  .font-size14 {
    font-size: 14px !important;
  }
  .font-size15 {
    font-size: 15px !important;
  }
  .font-size16 {
    font-size: 16px !important;
  }
  .font-size17 {
    font-size: 17px !important;
  }
  .font-size18 {
    font-size: 18px !important;
  }
  .font-size19 {
    font-size: 19px !important;
  }
  .font-size20 {
    font-size: 20px !important;
  }
  .font-size21 {
    font-size: 21px !important;
  }
  .font-size22 {
    font-size: 22px !important;
  }
  .font-size23 {
    font-size: 23px !important;
  }
  .font-size24 {
    font-size: 24px !important;
  }
  .font-size25 {
    font-size: 25px !important;
  }
  .font-size26 {
    font-size: 26px !important;
  }
  .font-size27 {
    font-size: 27px !important;
  }
  .font-size28 {
    font-size: 28px !important;
  }
  .font-size29 {
    font-size: 29px !important;
  }
  .font-size30 {
    font-size: 30px !important;
  }
  .font-size31 {
    font-size: 30px !important;
  }
  .font-size32 {
    font-size: 32px !important;
  }
  .font-size33 {
    font-size: 32px !important;
  }
  .font-size34 {
    font-size: 34px !important;
  }
  .font-size35 {
    font-size: 34px !important;
  }
  .font-size36 {
    font-size: 36px !important;
  }
  .font-size37 {
    font-size: 36px !important;
  }
  .font-size38 {
    font-size: 36px !important;
  }
  .font-size39 {
    font-size: 36px !important;
  }
  .font-size40 {
    font-size: 40px !important;
  }
  
  /*폰트 굵기 font-weight*/
  .font-weight300 {
    font-weight: 300 !important;
  }
  .font-weight400 {
    font-weight: 400 !important;
  }
  .font-weight500 {
    font-weight: 500 !important;
  }
  .font-weight600 {
    font-weight: 600 !important;
  }
  
  /*마진 auto margin*/
  .margin-auto {
    margin: 0 auto !important;
  }
  
  /*마진 ALL margin*/
  .margin-a0 {
    margin: 0 !important;
  }
  .margin-a2 {
    margin: 2px !important;
  }
  .margin-a4 {
    margin: 4px !important;
  }
  .margin-a6 {
    margin: 6px !important;
  }
  .margin-a8 {
    margin: 8px !important;
  }
  .margin-a10 {
    margin: 10px !important;
  }
  .margin-a12 {
    margin: 12px !important;
  }
  .margin-a16 {
    margin: 16px !important;
  }
  .margin-a20 {
    margin: 20px !important;
  }
  .margin-a24 {
    margin: 24px !important;
  }
  .margin-a32 {
    margin: 32px !important;
  }
  
  /*마진 Top margin*/
  .margin-t0 {
    margin-top: 0 !important;
  }
  .margin-t2 {
    margin-top: 2px !important;
  }
  .margin-t4 {
    margin-top: 4px !important;
  }
  .margin-t6 {
    margin-top: 6px !important;
  }
  .mt(8)! {
    margin-top: 8px !important;
  }
  .margin-t10 {
    margin-top: 10px !important;
  }
  .margin-t12 {
    margin-top: 12px !important;
  }
  .margin-t16 {
    margin-top: 16px !important;
  }
  .margin-t20 {
    margin-top: 20px !important;
  }
  .margin-t24 {
    margin-top: 24px !important;
  }
  .margin-t32 {
    margin-top: 32px !important;
  }
  .margin-t40 {
    margin-top: 40px !important;
  }
  .margin-t48 {
    margin-top: 48px !important;
  }
  
  /*마진 left margin*/
  .margin-l0 {
    margin-left: 0 !important;
  }
  .margin-l2 {
    margin-left: 2px !important;
  }
  .margin-l4 {
    margin-left: 4px !important;
  }
  .margin-l6 {
    margin-left: 6px !important;
  }
  .margin-l8 {
    margin-left: 8px !important;
  }
  .margin-l10 {
    margin-left: 10px !important;
  }
  .margin-l12 {
    margin-left: 12px !important;
  }
  .margin-l16 {
    margin-left: 16px !important;
  }
  .margin-l20 {
    margin-left: 20px !important;
  }
  .margin-l24 {
    margin-left: 24px !important;
  }
  .margin-l32 {
    margin-left: 32px !important;
  }
  .margin-l40 {
    margin-left: 40px !important;
  }
  .margin-l48 {
    margin-left: 48px !important;
  }
  
  /*마진 right margin*/
  .margin-r0 {
    margin-right: 0 !important;
  }
  .margin-r2 {
    margin-right: 2px !important;
  }
  .margin-r4 {
    margin-right: 4px !important;
  }
  .margin-r6 {
    margin-right: 6px !important;
  }
  .margin-r8 {
    margin-right: 8px !important;
  }
  .margin-r10 {
    margin-right: 10px !important;
  }
  .margin-r12 {
    margin-right: 12px !important;
  }
  .margin-r16 {
    margin-right: 16px !important;
  }
  .margin-r20 {
    margin-right: 20px !important;
  }
  .margin-r24 {
    margin-right: 24px !important;
  }
  .margin-r32 {
    margin-right: 32px !important;
  }
  
  /*마진 bottom margin*/
  .margin-b0 {
    margin-bottom: 0 !important;
  }
  .margin-b2 {
    margin-bottom: 2px !important;
  }
  .margin-b4 {
    margin-bottom: 4px !important;
  }
  .margin-b6 {
    margin-bottom: 6px !important;
  }
  .margin-b8 {
    margin-bottom: 8px !important;
  }
  .margin-b10 {
    margin-bottom: 10px !important;
  }
  .margin-b12 {
    margin-bottom: 12px !important;
  }
  .margin-b16 {
    margin-bottom: 16px !important;
  }
  .margin-b20 {
    margin-bottom: 20px !important;
  }
  .margin-b24 {
    margin-bottom: 24px !important;
  }
  .margin-b32 {
    margin-bottom: 32px !important;
  }
  
  /*패딩 ALL padding*/
  .padding-a0 {
    padding: 0 !important;
  }
  .padding-a2 {
    padding: 2px !important;
  }
  .padding-a4 {
    padding: 4px !important;
  }
  .padding-a6 {
    padding: 6px !important;
  }
  .padding-a8 {
    padding: 8px !important;
  }
  .padding-a10 {
    padding: 10px !important;
  }
  .padding-a12 {
    padding: 12px !important;
  }
  .padding-a16 {
    padding: 16px !important;
  }
  .padding-a20 {
    padding: 20px !important;
  }
  .padding-a24 {
    padding: 24px !important;
  }
  .padding-a32 {
    padding: 32px !important;
  }
  
  /*패딩 Top padding*/
  .padding-t0 {
    padding-top: 0 !important;
  }
  .padding-t2 {
    padding-top: 2px !important;
  }
  .padding-t4 {
    padding-top: 4px !important;
  }
  .padding-t6 {
    padding-top: 6px !important;
  }
  .padding-t8 {
    padding-top: 8px !important;
  }
  .padding-t10 {
    padding-top: 10px !important;
  }
  .padding-t12 {
    padding-top: 12px !important;
  }
  .padding-t16 {
    padding-top: 16px !important;
  }
  .padding-t20 {
    padding-top: 20px !important;
  }
  .padding-t24 {
    padding-top: 24px !important;
  }
  .padding-t32 {
    padding-top: 32px !important;
  }
  .padding-t40 {
    padding-top: 40px !important;
  }
  
  /*패딩 left padding*/
  .padding-l0 {
    padding-left: 0 !important;
  }
  .padding-l2 {
    padding-left: 2px !important;
  }
  .padding-l4 {
    padding-left: 4px !important;
  }
  .padding-l6 {
    padding-left: 6px !important;
  }
  .padding-l8 {
    padding-left: 8px !important;
  }
  .padding-l10 {
    padding-left: 10px !important;
  }
  .padding-l12 {
    padding-left: 12px !important;
  }
  .padding-l16 {
    padding-left: 16px !important;
  }
  .padding-l20 {
    padding-left: 20px !important;
  }
  .padding-l24 {
    padding-left: 24px !important;
  }
  .padding-l32 {
    padding-left: 32px !important;
  }
  
  /*패딩 right padding*/
  .padding-r0 {
    padding-right: 0 !important;
  }
  .padding-r2 {
    padding-right: 2px !important;
  }
  .padding-r4 {
    padding-right: 4px !important;
  }
  .padding-r6 {
    padding-right: 6px !important;
  }
  .padding-r8 {
    padding-right: 8px !important;
  }
  .padding-r10 {
    padding-right: 10px !important;
  }
  .padding-r12 {
    padding-right: 12px !important;
  }
  .padding-r16 {
    padding-right: 16px !important;
  }
  .padding-r20 {
    padding-right: 20px !important;
  }
  .padding-r24 {
    padding-right: 24px !important;
  }
  .padding-r32 {
    padding-right: 32px !important;
  }
  
  /*패딩 bottom padding*/
  .padding-b0 {
    padding-bottom: 0 !important;
  }
  .padding-b2 {
    padding-bottom: 2px !important;
  }
  .padding-b4 {
    padding-bottom: 4px !important;
  }
  .padding-b6 {
    padding-bottom: 6px !important;
  }
  .padding-b8 {
    padding-bottom: 8px !important;
  }
  .padding-b10 {
    padding-bottom: 10px !important;
  }
  .padding-b12 {
    padding-bottom: 12px !important;
  }
  .padding-b16 {
    padding-bottom: 16px !important;
  }
  .padding-b20 {
    padding-bottom: 20px !important;
  }
  .padding-b24 {
    padding-bottom: 24px !important;
  }
  .padding-b32 {
    padding-bottom: 32px !important;
  }
  
  /*둥근 모서리 border-raidus*/
  .radius0 {
    border-radius: 0 !important;
  }
  .radius4 {
    border-radius: 4px !important;
  }
  .radius8 {
    border-radius: 8px !important;
  }
  .radius12 {
    border-radius: 12px !important;
  }
  .radius16 {
    border-radius: 16px !important;
  }
  .radius24 {
    border-radius: 24px !important;
  }
  .radius32 {
    border-radius: 32px !important;
  }
  .radius-half {
    border-radius: 50vh !important;
  }
  
  /*100%width 가변형 flexible*/
  .flexible {
    width: 100% !important;
  }
  
  /*사진선택, 파일선택형 img-type , file-type*/
  .btn-small.img-type {
    min-width: 102px;
    height: 40px;
    padding: 8px 16px 6px;
    border-radius: 8px;
    border: 1px solid var(--light-semantic-border-primary, #d8dde2);
    background: var(--light-semantic-fill-reverse-primary, #fff);
    color: var(--light-semantic-text-primary, #1e2229);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.039px;
  }
  .btn-small.img-type:before {
    vertical-align: middle;
    margin-bottom: 4px !important;
    margin-left: -4px;
    margin-right: 4px;
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../image/component/icon_camera_gray.png) center center
      no-repeat;
    background-size: contain;
  }
  .btn-regular.img-type {
    min-width: 102px;
  }
  .btn-regular.img-type:before {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: -4px;
    margin-right: 4px;
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../image/component/icon_camera.png) center center no-repeat;
    background-size: contain;
  }
  .btn-medium.img-type {
    min-width: 110px;
  }
  .btn-medium.img-type:before {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: -4px;
    margin-right: 6px;
    display: inline-block;
    content: "";
    width: 28px;
    height: 28px;
    background: url(../image/component/icon_camera.png) center center no-repeat;
    background-size: contain;
  }
  .btn-large.img-type {
    min-width: 122px;
  }
  .btn-large.img-type:before {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: -4px;
    margin-right: 8px;
    display: inline-block;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../image/component/icon_camera.png) center center no-repeat;
    background-size: contain;
  }
  
  .btn-small.file-type:before {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: -4px;
    margin-right: 4px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../image/component/icon_file.png) center center no-repeat;
    background-size: contain;
  }
  .btn-regular.file-type:before {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: -4px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../image/component/icon_file.png) center center no-repeat;
    background-size: contain;
  }
  .btn-medium.file-type:before {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: -4px;
    margin-right: 6px;
    display: inline-block;
    content: "";
    width: 28px;
    height: 28px;
    background: url(../image/component/icon_file.png) center center no-repeat;
    background-size: contain;
  }
  .btn-large.file-type:before {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: -4px;
    margin-right: 8px;
    display: inline-block;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../image/component/icon_file.png) center center no-repeat;
    background-size: contain;
  }
  
  .btn-group:after {
    content: "";
    display: block;
  }
  
  .clear-both:after {
    content: "";
    display: block;
    clear: both;
  }
  
  /*버튼 분할 방식 .btn-split*/
  .btn-split2 {
    float: left;
    width: calc(50% - 8px) !important;
  }
  .btn-split2 + .btn-split2 {
    margin-left: 8px;
  }
  .btn-split3 {
    float: left;
    width: calc(33.3333% - 6px) !important;
    margin: 0 3px;
  }
  .btn-split4 {
    float: left;
    width: calc(25% - 4px) !important;
    margin: 0 2px;
  }
  
  /*input + 버튼 조합형*/
  .input-small + .btn-small {
    margin-left: 8px;
  }
  .input-regular + .btn-regular {
    margin-left: 8px;
  }
  .input-regular + .btn-medium {
    margin-left: 8px;
  }
  .input-large + .btn-large {
    margin-left: 8px;
  }
  
  .input-regular.btn-add[type="search"] {
    width: calc(100% - 72px);
  }
  
  /*■■■버튼*/
  .btn-xsmall {
    margin: 0;
    display: inline-flex;
    height: 24px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--Border-Tertiary, #e7eaee);
    background: var(--Background, #fff);
    color: var(--Text-Sub-Primary, #686e7b);
    text-align: center;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px; /* 130% */
    letter-spacing: -0.03px;
  }
  
  .btn-small {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-width: 44px;
    height: 28px;
    padding: 0 12px;
    border: solid 1px #d8dde2;
    background-color: #ffffff;
    font-size: 13px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #1e2229;
    line-height: 26px;
    font-weight: 600;
    border-radius: 6px;
  }
  .btn-small.icon {
    padding: 0 12px 0 8px;
  }
  .btn-small img {
    width: 16px;
    height: 16px;
  }
  .btn-regular {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-width: 64px;
    height: 40px;
    padding: 0 11px;
    border: solid 1px #d8dde2;
    background-color: #ffffff;
    color: var(--light-basic-gray-900, #1e2229);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.045px;
    border-radius: 8px;
  }
  .btn-regular img {
    width: 20px;
    height: 20px;
  }
  
  .btn-medium {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-width: 80px;
    height: 48px;
    padding: 0 16px;
    border: solid 1px #d8dde2;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #1e2229;
    line-height: 46px;
    font-weight: 700;
    border-radius: 8px;
  }
  .btn-medium img {
    width: 20px;
    height: 20px;
  }
  
  .btn-large {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-width: 52px;
    height: 52px;
    padding: 0 16px;
    border-radius: 8px;
    border: solid 1px #d8dde2;
    background-color: #ffffff;
    font-size: 17px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #1e2229;
    line-height: 50px;
    font-weight: 700;
  }
  .btn-large img {
    width: 24px;
    height: 24px;
  }
  
  /* square */
  .btn-small.img-type.square {
    min-width: auto;
    width: 80px !important;
    height: 80px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .btn-small.img-type.square:before {
    margin: 0 auto;
  }
  .btn-small.img-type.square > div {
    margin-top: -4px;
    color: var(--Text-Sub-Primary, #686e7b);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.039px;
  }
  
  .btn-small:disabled,
  .btn-regular:disabled,
  .btn-medium:disabled,
  .btn-large:disabled,
  .btn-regular:hover:disabled,
  .btn-medium:hover:disabled,
  .btn-large:hover:disabled,
  .btn-small.theme1-c-btn:hover:disabled,
  .btn-regular.theme1-c-btn:hover:disabled,
  .btn-medium.theme1-c-btn:hover:disabled,
  .btn-large.theme1-c-btn:hover:disabled {
    background-color: #f3f5f6 !important;
    cursor: not-allowed;
    color: #bac1cb !important;
    border: 1px solid #f3f5f6 !important;
  }
  
  /*버튼 색상*/
  .btn-small.disabled,
  .btn-regular.disabled,
  .btn-medium.disabled,
  .btn-large.disabled {
    border: solid 1px #d8dde2 !important;
    background-color: #d8dde2 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
  }
  
  .btn-xsmall.gray,
  .btn-small.gray,
  .btn-regular.gray,
  .btn-medium.gray,
  .btn-large.gray {
    border: solid 1px #f3f5f6 !important;
    background-color: #f3f5f6 !important;
    color: #686e7b !important;
  }
  
  .btn-xsmall.gray2,
  .btn-small.gray2,
  .btn-regular.gray2,
  .btn-medium.gray2,
  .btn-large.gray2 {
    border: solid 1px #f3f5f6 !important;
    background-color: #f3f5f6 !important;
    color: #686e7b !important;
  }
  
  .btn-xsmall.blue,
  .btn-small.blue,
  .btn-regular.blue,
  .btn-medium.blue,
  .btn-large.blue {
    border: solid 1px #e5effd !important;
    background-color: #e5effd !important;
    color: #2876e7 !important;
  }
  
  .btn-xsmall.red,
  .btn-small.red,
  .btn-regular.red,
  .btn-medium.red,
  .btn-large.red {
    border: solid 1px #ffebee !important;
    background-color: #ffebee !important;
    color: #ee4747 !important;
  }
  
  .btn-xsmall.orange,
  .btn-small.orange,
  .btn-regular.orange,
  .btn-medium.orange,
  .btn-large.orange {
    border: solid 1px #fff0ec !important;
    background-color: #fff0ec !important;
    color: #ff7b5a !important;
  }
  
  .btn-xsmall.green,
  .btn-small.green,
  .btn-regular.green,
  .btn-medium.green,
  .btn-large.green {
    border: solid 1px #eaf9f3 !important;
    background-color: #eaf9f3 !important;
    color: #23bd85 !important;
  }
  
  .btn-small.black,
  .btn-regular.black,
  .btn-medium.black,
  .btn-large.black {
    border: solid 1px #1e2229;
    background-color: #1e2229;
    color: #ffffff;
  }
  
  .btn-xsmall.transparent,
  .btn-small.transparent,
  .btn-regular.transparent,
  .btn-medium.transparent,
  .btn-large.transparent {
    border: solid 1px transparent !important;
    background-color: transparent !important;
    color: #fff !important;
  }
  
  .btn-small.gray.line,
  .btn-regular.gray.line,
  .btn-medium.gray.line,
  .btn-large.gray.line {
    border: solid 1px #bac1cb;
    background-color: #fff;
    color: #8f95a1;
  }
  .btn-small.black.line,
  .btn-regular.black.line,
  .btn-medium.black.line,
  .btn-large.black.line {
    border: solid 1px #1e2229;
    background-color: #fff;
    color: #1e2229;
  }
  
  /*■■■인풋*/
  .input-small {
    display: inline-block;
    min-width: 63px !important;
    height: 28px;
    padding: 0 10px;
    border-radius: 6px !important;
    border: 1px solid #e7eaee;
    background-color: #ffffff;
    font-size: 13px;
    letter-spacing: -0.039px;
    text-align: left;
    color: #1e2229;
    line-height: 28px;
    transition: all 0.5s;
    font-weight: 400;
  }
  .input-regular {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-width: 100px;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #e7eaee;
    background-color: #ffffff;
    font-size: 14px;
    letter-spacing: -0.039px;
    text-align: left;
    color: #1e2229;
    line-height: 40px;
    transition: all 0.5s;
    font-weight: 400;
    border-radius: 8px !important;
  }
  
  .input-medium {
    display: inline-block;
    width: 100px;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px !important;
    border: 1px solid #e7eaee;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: -0.039px;
    text-align: left;
    color: #1e2229;
    line-height: 46px;
    transition: all 0.5s;
    font-weight: 400;
  }
  .input-large {
    display: inline-block;
    width: 100px;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid #e7eaee;
    background-color: #ffffff;
    font-size: 17px;
    letter-spacing: -0.039px;
    text-align: left;
    color: #1e2229;
    line-height: 46px;
    transition: all 0.5s;
    font-weight: 700;
  }
  
  /* disabled */
  input[disabled] {
    border: 1px solid var(--Border-Disabled-Primary, #e7eaee);
    background-color: #f8f9fa !important;
    cursor: not-allowed;
    color: #353c46 !important;
  }
  a[disabled] {
    border: 1px solid var(--Border-Disabled-Primary, #e7eaee);
    background-color: #f8f9fa !important;
    cursor: not-allowed;
    color: #353c46 !important;
  }
  select[disabled] {
    border: 1px solid var(--Border-Disabled-Primary, #e7eaee);
    background-color: #f8f9fa !important;
    cursor: not-allowed;
    color: #353c46 !important;
  }
  
  /* readonly */
  input[readonly] {
    border: 1px solid var(--Border-Disabled-Primary, #e7eaee);
    background-color: #f8f9fa !important;
    cursor: not-allowed;
    color: #bac1cb !important;
  }
  input[readonly][type="text"]::placeholder {
    color: #bac1cb;
  }
  input[readonly][type="email"]::placeholder {
    color: #bac1cb;
  }
  input[readonly][type="password"]::placeholder {
    color: #bac1cb;
  }
  input[readonly][type="number"]::placeholder {
    color: #bac1cb;
  }
  input[readonly][type="tel"]::placeholder {
    color: #bac1cb;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #d8dde2 !important;
    box-shadow: none !important;
  }
  
  .input-small.active,
  .input-small:focus {
    border-color: #1e2229;
  }
  
  /*■■■인풋checkbox*/
  input[type="checkbox"] {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 6px;
    background: #fff url(../image/component/icon_check_completed.png) center
      center no-repeat;
    background-size: 20px;
    border: 1px solid #d8dde2;
  }
  input[type="checkbox"]:checked,
  input[type="checkbox"]:disabled:checked {
    background: #07243b url(../image/component/icon_check_completed_white.png)
      center center no-repeat !important;
    background-size: 20px !important;
    border: 1px solid #07243b;
    cursor: not-allowed;
  }
  input[type="checkbox"]:disabled {
    background: #f3f5f6 url(../image/component/icon_check_completed.png) no-repeat
      center center !important;
    background-size: 20px !important;
    cursor: not-allowed;
    border: 1px solid var(--Border-Disabled-Primary, #e7eaee);
  }
  input[type="checkbox"].readonly:disabled {
    background: #fff url(../image/component/icon_check_completed.png) center
      center no-repeat !important;
    background-size: 20px !important;
    border: 1px solid #d8dde2 !important;
    cursor: not-allowed;
  }
  input[type="checkbox"].small {
    width: 20px;
    height: 20px;
    background: #fff url(../image/component/icon_check_completed.png) center
      center no-repeat;
    background-size: 16px !important;
  }
  
  /*■■■인풋radio*/
  input[type="radio"] {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d8dde2;
    margin-top: -1px !important;
    margin-right: 6px;
  }
  input[type="radio"]:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #f3f5f6;
    border-radius: 50vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  input[type="radio"]:checked {
    background: #b5936e;
    border: 2px solid #b5936e;
    margin-top: -2px !important;
  }
  input[type="radio"]:checked:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  input[type="radio"]:disabled {
    background: #f3f5f6;
    cursor: not-allowed;
  }
  /* chk */
  input[type="radio"].chk {
    background: #fff url(../image/component/icon_check_n.png) center center
      no-repeat;
    background-size: 18px;
  }
  input[type="radio"].chk:checked {
    background: #b5936e;
  }
  input[type="radio"].chk:checked:before {
    background: #b5936e url(../image/component/icon_check.png) center center
      no-repeat;
    background-size: 18px;
    border: 1px solid #b5936e;
  }
  
  /*■■■인풋search*/
  .search-small {
    position: relative;
    display: inline;
  }
  .search-small > .btn-small {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    padding: 0 0 0 0;
    min-width: auto;
    border: 0;
    top: 50%;
    margin-top: -8px;
    right: 8px;
    background: url(../image/component/icon_search.png) no-repeat 0 0;
    background-size: contain;
  }
  .search-small > input[type="search"]::-webkit-search-cancel-button {
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
  
  .search-regular {
    position: relative;
    display: inline;
  }
  .search-regular > .btn-regular {
    position: relative;
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    padding: 0 0 0 0;
    min-width: auto;
    border: 0;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    background: url(../image/component/icon_search.png) no-repeat center center;
    background-size: 20px;
  }
  .search-regular > .btn-regular.primary {
    background: url(../image/component/icon_search_primary.png) no-repeat center
      center;
    background-size: 20px !important;
  }
  .search-regular > input[type="search"]::-webkit-search-cancel-button {
    margin-right: 20px;
  }
  
  .search-medium {
    position: relative;
    display: inline;
  }
  .search-medium > .btn-medium {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    padding: 0;
    min-width: auto;
    border: 0;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    background: url(../image/component/icon_search.png) no-repeat 0 0;
    background-size: contain;
  }
  .search-medium > input[type="search"]::-webkit-search-cancel-button {
    margin-right: 24px;
  }
  
  .search-large {
    position: relative;
    display: inline;
  }
  .search-large > .btn-large {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    padding: 0 0 0 0;
    min-width: auto;
    border: 0;
    top: 50%;
    margin-top: -14px;
    right: 8px;
    background: url(../image/component/icon_search.png) no-repeat 0 0;
    background-size: contain;
  }
  .search-large > input[type="search"]::-webkit-search-cancel-button {
    margin-right: 24px;
  }
  .search-large .input-large {
    width: 100%;
  }
  
  /*■■■셀렉트박스*/
  select {
    background: url(../image/component/icon_arrow_down_select.png) no-repeat right
      16px center !important;
    background-size: 24px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  select.input-regular {
    background: url(../image/component/icon_arrow_down_select.png) no-repeat right
      12px center !important;
    background-size: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
  select.input-small {
    background: url(../image/component/icon_arrow_down_select.png) no-repeat right
      8px center !important;
    background-size: 16px !important;
  }
  
  /*■■■페이지네이션*/
  .paginate-area {
    display: block;
    margin: 32px auto 64px;
  }
  .paginate-area ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .paginate-area:after {
    content: "";
    display: block;
    clear: both;
  }
  .paginate-area ul li {
    float: left;
    margin: 0 2px;
  }
  .paginate-area ul li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.5s;
    color: var(--Text-Sub-Primary, #464646);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.039px;
  }
  .paginate-area ul .dir.prev a {
    background: url(../image/component/icon_arrow_left.png) center center
      no-repeat;
    background-size: 18px;
    border-radius: 6px;
    opacity: 0.7;
    border-radius: 6px;
    border: 1px solid var(--Border-Tertiary, #e7eaee);
  }
  .paginate-area ul .dir.next a {
    background: url(../image/component/icon_arrow_right.png) center center
      no-repeat;
    background-size: 18px;
    border-radius: 6px;
    opacity: 0.7;
    border-radius: 6px;
    border: 1px solid var(--Border-Tertiary, #e7eaee);
  }
  .paginate-area ul .dir.start a {
    background: url(../image/component/pagination-start.png) center center
      no-repeat;
    background-size: 18px;
    border-radius: 6px;
  }
  .paginate-area ul .dir.end a {
    background: url(../image/component/pagination-end.png) center center no-repeat;
    background-size: 18px;
    border-radius: 6px;
  }
  .paginate-area ul .dir.prev a:hover {
    background: #f2f2f2 url(../image/component/icon_arrow_left.png) center center
      no-repeat;
    background-size: 18px;
  }
  .paginate-area ul .dir.next a:hover {
    background: #f2f2f2 url(../image/component/icon_arrow_right.png) center center
      no-repeat;
    background-size: 18px;
  }
  .paginate-area ul .dir.start a:hover {
    background: #f2f2f2 url(../image/component/pagination-start.png) center center
      no-repeat;
    background-size: 18px;
  }
  .paginate-area ul .dir.end a:hover {
    background: #f2f2f2 url(../image/component/pagination-end.png) center center
      no-repeat;
    background-size: 18px;
  }
  .paginate-area ul li.on a {
    font-weight: 400;
    background: #b5936e;
    color: #fff;
    border: 1px solid #b5936e;
    border-radius: 6px;
  }
  .paginate-area ul li.on a:hover {
    background: #b5936e;
    color: #fff;
    border: 1px solid #b5936e;
  }
  .paginate-area ul li a:hover {
    background: #fff;
  }
  
  /*■■■파일업로드*/
  .file-upload .gallery {
    display: block;
    margin-top: 8px;
  }
  .file-upload .gallery:after {
    content: "";
    display: block;
    clear: both;
  }
  .file-upload .gallery .img-thumb {
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 0 8px;
    border-radius: 8px;
    background: url(../image/component/bg_no_image_type_picture.png) no-repeat 0 0;
    background-size: contain;
    overflow: hidden;
   /* border: 1px solid rgba(30, 34, 41, 0.12); */
  }
  .file-upload .gallery .img-thumb + .img-thumb {
    margin-left: 8px;
  }
  .file-upload .gallery .delete {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
    background: url(../image/component/icon_close_prohibited_circled_dark.png)
      no-repeat 0 0;
    background-size: contain;
  }
  .file-upload .gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .file-upload .gallery .file-thumb {
    float: left;
    position: relative;
    width: auto;
    height: 28px;
    margin: 0 4px 0 0;
    padding: 5px 28px 5px 12px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
    background: var(--Background-Lower-Primary, #f3f5f6);
  }
  .file-upload .gallery .file-thumb + .file-thumb {
    margin-left: 2px;
  }
  .file-upload .gallery .file-thumb .name {
    display: block;
    color: var(--color-gray-900, #1e2229);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: -0.036px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  .file-upload .gallery .file-thumb .size {
    display: block;
    text-align: center;
    position: absolute;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    top: 60px;
    font-size: 11px;
    color: #bac1cb;
  }
  .file-upload .gallery .file-thumb .delete {
    width: 18px;
    height: 18px;
    top: 4px;
    right: 4px;
  }
  .file-upload .upload {
    cursor: pointer;
    display: inline;
    position: relative;
    -webkit-tap-highlight-color: transparent;
  }
  .file-upload .upload > input {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  ::-webkit-file-upload-button {
    cursor: pointer;
  }
  .file-upload .upload > .btn-regular {
    width: 102px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
  }
  /* inner-btn */
  .file-upload.inner-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .file-upload.inner-btn .gallery {
    position: relative;
   /* background: url(../image/component/bg_upload_img_default.png) no-repeat center
      center; 
    background-size: cover; */
    margin-top: 0;
    border-radius: 8px;
  }
  .file-upload.inner-btn .gallery + .gallery {
    margin-left: 14px;
  }
  .file-upload.inner-btn .gallery .img-thumb {
    margin: 0;
    background: url();
  }
  .file-upload.inner-btn .gallery .img-thumb img {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    /* border: 1px solid rgba(30, 34, 41, 0.12); */
  }
  .file-upload.inner-btn .gallery .delete {
    z-index: 3 !important;
  }
  .file-upload.inner-btn .upload {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .file-upload.inner-btn .upload button {
    width: 100px;
    height: 100px;
    padding: 0;
  }
  .file-upload.inner-btn .upload input {
    width: 100px;
    height: 100px;
    padding: 0;
  }
  /* type-b */
  .file-upload.type-b {
    display: flex;
    align-items: center;
  }
  .file-upload.type-b + .file-upload.type-b {
    margin: 8px 0 0;
  }
  .file-upload.type-b .btn-small {
    width: 100px;
  }
  .file-upload.type-b .gallery {
    margin: 0;
  }
  .file-upload.type-b .gallery .file-thumb {
    width: 200px;
    height: 35px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: none;
    letter-spacing: normal;
  }
  .file-upload.type-b .gallery .file-thumb .name {
    text-align: left;
    position: static;
    width: auto;
    margin: 0 0 0 16px;
    letter-spacing: normal;
  }
  .file-upload.type-b .gallery .file-thumb .size {
    text-align: left;
    position: static;
    width: auto;
    margin: 0 0 0 8px;
    letter-spacing: normal;
  }
  .file-upload.type-b .gallery .delete {
    position: static;
    margin: 0 0 0 16px;
  }
  /* .file-upload.inner-btn.profile */
  .file-upload.inner-btn.profile {
    position: relative;
    display: block;
    margin: 16px auto 24px;
    width: 160px;
	text-align: center;
  }
  .file-upload.inner-btn.profile .gallery {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    background: url(../image/component/bg_profile.png) no-repeat center center;
    background-size: cover;
    border: 1px solid var(--Light-Basic-Gray-200, #e7eaee);
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  .file-upload.inner-btn.profile .img-thumb {
    width: 100px;
    height: 100px;
    border-radius: 200px;
    overflow: inherit;
    padding: 0 !important;
    border: 0;
  }
  .file-upload.inner-btn.profile .img-thumb img {
    border-radius: 200px;
    width: 100px;
    height: 100px;
    border: 0;
  }
  .file-upload.inner-btn.profile .upload {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 28px;
    height: 28px;
    background: url(../image/component/icon_camera_circled.png) no-repeat center
      center;
    background-size: contain;
  }
  .file-upload.inner-btn.profile .gallery .delete {
    width: 28px;
    height: 28px;
    background: url(../image/component/icon_close_prohibited_circled_dark.png)
      no-repeat 0 0;
    background-size: contain;
  }
  .file-upload.inner-btn.profile .name {
    margin: 16px 0 0;
    color: var(--Text-Secondary, #353c46);
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 117.647% */
    letter-spacing: -0.051px;
  }
  .file-upload.inner-btn.profile .state {
    margin: 12px auto 0;
    min-width: 60px;
	display: inline-block;
    height: 24px;
    padding: 0 9px 0 24px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #faf6f1 url(../../assets/image/mobile/icon_certification_mark.png)
      no-repeat 4px center;
    background-size: 16px;
    color: var(--Primary-Darkened, #9b7b59);
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 130% */
    letter-spacing: -0.03px;
  }
  .file-upload.inner-btn.profile .state > span {
	  color:  var(--Primary-Darkened, #9b7b59);
	  font-weight: 700;
  }
  
  .file-upload.inner-btn.profile .state.male {
    background: #f3f6fc
      url(../../assets/image/mobile/icon_certification_mark_male.png) no-repeat
      4px center;
    background-size: 16px;
    color: var(--Primary-Darkened, #4766ab);
  }
  
  /* type-b */
  .file-upload.type-b {
    display: flex;
    align-items: center;
  }
  .file-upload.type-b .upload {
    width: 70px;
    height: 70px;
  }
  .file-upload.type-b .upload .btn-small.img-type {
    min-width: 70px;
    width: 70px;
    height: 70px;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--light-semantic-text-sub-primary, #666);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    letter-spacing: -0.039px;
  }
  .file-upload.type-b .upload .btn-small.img-type:before {
    margin: 0 0 4px !important;
    background-size: 24px;
  }
  .file-upload.type-b .gallery-scroll {
    width: calc(100% - 78px);
    margin: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden;
  }
  .file-upload.type-b .gallery-scroll::-webkit-scrollbar {
    width: 100%;
    height: 0 !important;
  }
  .file-upload.type-b .gallery-scroll .gallery {
    margin: 0 !important;
    width: 700px;
  }
  .file-upload.type-b .gallery-scroll .gallery .img-thumb {
    margin: 0 0 0 8px !important;
    width: 70px;
    height: 70px;
  }
  .file-upload.type-b .gallery-scroll .gallery .img-thumb .delete {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  /* .file-upload.display-flex */
  .file-upload.display-flex {
    position: relative;
  }
  .file-upload.display-flex .gallery {
    margin: 0 !important;
  }
  .file-upload.display-flex .gallery .img-thumb {
    width: 80px;
    height: 80px;
    /*margin: 0;*/
  }
  .file-upload.display-flex .gallery .img-thumb > div {
    width: 100%;
    height: 100%;
  }
  .file-upload.display-flex .gallery .delete {
    top: 2px;
    right: 2px;
    background: url(../image/component/icon_close_prohibited_circled_dark.png)
      no-repeat 0 0;
    background-size: contain;
  }
  .file-upload.display-flex .upload {
    width: 80px;
    height: 80px;
  }
  .file-upload.display-flex .upload > input {
    top: 0;
    height: 80px;
  }
  .file-upload.display-flex .gallery-scroll {
    width: calc(100% - 80px);
    margin: 0 0 0 8px !important;
    display: block;
  }
  .file-upload.display-flex .gallery-scroll .gallery .img-thumb + .img-thumb {
    margin: 0 0 0 8px;
  }
  
  /*■■■탭메뉴*/
  .tab-menu {
    width: 100%;
    height: auto;
    display: block;
  }
  .tab-menu .inner-wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  .tab-menu .inner-wrap .tab-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--Border-Quaternary, #f3f5f6);
    background: var(--Background-Lower-Primary, #f3f5f6);
    padding: 1px;
  }
  .tab-menu .inner-wrap .tab-header li {
    transition: all 0.5s;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border-radius: 6px;
    border: 0;
  }
  .tab-menu .inner-wrap .tab-header li a {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: var(--Text-Sub-Secondary, #8f95a1);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.039px;
  }
  .tab-menu .inner-wrap .tab-header li.active a {
    border: 1px solid var(--Border-Secondary, #d8dde2);
    background: var(--Background, #fff) !important;
    color: var(--Text-Primary, #1e2229) !important;
    font-weight: 700;
    background: #1e2229;
    color: #fff;
  }
  .tab-menu .inner-wrap .tab-content {
    width: 100%;
    background: #fff;
    height: auto;
    margin-top: 0;
    border: 0;
    padding: 0;
  }
  .tab-menu .inner-wrap .tab-content > div {
    display: none;
    font-size: 14px;
  }
  .tab-menu .inner-wrap .tab-content > div.active {
    display: block;
  }
  /*type-b*/
  .tab-menu.type-b {
    background: #ffffff;
  }
  .tab-menu.type-b .inner-wrap .tab-header {
    position: relative;
    height: 35px;
    border: 0;
    padding: 0 16px;
    background: #ffffff;
  }
  .tab-menu.type-b .inner-wrap .tab-header li {
    border: 1px solid #e7eaee;
    border-bottom: 1px solid #1e2229;
    color: #bac1cb;
    font-size: 13px;
    font-weight: 400;
    background-color: #ffffff;
  }
  .tab-menu.type-b .inner-wrap .tab-header li + li {
    border-left: 1px solid #e7eaee;
  }
  .tab-menu.type-b .inner-wrap .tab-header li.active {
    background: #fff;
    color: #686e7b;
    border: 1px solid #252c3a;
    border-bottom: 1px solid #fff;
    font-weight: 600;
  }
  .tab-menu.type-b .inner-wrap .tab-header li.active:hover {
    background: #fff;
    color: #252c3a;
    border-bottom: 1px solid #fff;
  }
  .tab-menu.type-b .inner-wrap .tab-content {
    height: auto;
    margin-top: 0;
    border: 0;
    padding: 0;
  }
  
  /* type-c */
  .tab-menu.type-c {
    border-bottom: 1px solid #e7eaee;
  }
  .tab-menu.type-c > .inner-wrap > .tab-header {
    border: 0 !important;
    margin: 0;
    width: 100%;
    height: 44px;
    border-radius: 0;
    background: #fff;
    padding: 0;
  }
  .tab-menu.type-c > .inner-wrap > .tab-header li {
    padding: 0 12px;
    color: var(--light-semantic-color-text-sub-tertiary, #bac1cb);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.042px;
    border: 0;
    border-radius: 0;
    text-align: center;
  }
  .tab-menu.type-c > .inner-wrap > .tab-header li > div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.042px;
  }
  .tab-menu.type-c > .inner-wrap > .tab-header li > div .new:after {
    content: "";
    display: block;
    margin: 0 0 0 4px;
    width: 5px;
    height: 5px;
    padding: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 999px;
    background: var(--Light-Basic-Red, #ff223c);
  }
  .tab-menu.type-c > .inner-wrap > .tab-header li.active {
    position: relative;
    border: 0;
    background-color: #fff;
    color: var(--light-semantic-color-text-primary, #353c46);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.042px;
  }
  .tab-menu.type-c > .inner-wrap > .tab-header li.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #b5936e;
  }
  .tab-menu.type-c > .inner-wrap > .tab-header li a {
    border: 0;
    color: var(--Text-Sub-Tertiary, #bac1cb);
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.042px;
  }
  .tab-menu.type-c > .inner-wrap > .tab-header li.active a {
    color: var(--Text-Primary, #1e2229);
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.042px;
  }
  /* type-d */
  .tab-menu.type-d {
    padding: 0;
    margin: 16px 0 0;
    border-bottom: 1px solid #f3f5f6 !important;
  }
  .tab-menu.type-d > .inner-wrap > .tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border: 0 !important;
    margin: 0;
    height: auto;
    border-radius: 0;
    border-bottom: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
    background: #fff;
    padding: 0 0 16px;
  }
  .tab-menu.type-d > .inner-wrap > .tab-header li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 78px;
    color: var(--Text-Sub-Primary, #686e7b);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.039px;
    border-radius: 8px;
    border: 1px solid var(--Border-Tertiary, #e7eaee);
    white-space: normal;
    word-wrap: break-word;
  }
  .tab-menu.type-d > .inner-wrap > .tab-header li.active {
    border: 1px solid var(--Primary, #b5936e);
    background: var(--Primary-Lightened, #e8f5ff);
    color: var(--Primary-Darkened, #269aec);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.039px;
  }
  .tab-menu.type-d > .inner-wrap > .tab-header li img {
    width: 28px;
    height: 28px;
  }
  
  /*■■■별점후기*/
  .star-rating-small {
    display: flex;
    align-items: center;
  }
  .star-rating-small ul {
    display: flex;
    align-items: center;
  }
  .star-rating-small ul li {
    margin-right: 0;
    width: 12px;
    height: 12px;
    background: url(../image/component/icon_star_rating.png) no-repeat 0 0;
    background-size: contain;
  }
  .star-rating-small ul li.active {
    background: url(../image/component/icon_star_rating_filled.png) no-repeat 0 0;
    background-size: contain;
  }
  .star-rating-small .star-score {
    padding-top: 4px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    margin-left: 4px;
    font-size: 12px;
    color: #686e7b;
    font-weight: 500;
  }
  
  .star-rating-regular {
    display: flex;
    align-items: center;
  }
  .star-rating-regular ul {
    display: flex;
    align-items: center;
  }
  .star-rating-regular ul li {
    margin-right: 0;
    width: 16px;
    height: 16px;
    background: url(../image/component/icon_star_rating.png) no-repeat 0 0;
    background-size: contain;
  }
  .star-rating-regular ul li.active {
    background: url(../image/component/icon_star_rating_filled.png) no-repeat 0 0;
    background-size: contain;
  }
  .star-rating-regular .star-score {
    padding-top: 2px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    margin-left: 6px;
    font-size: 13px;
    color: #686e7b;
    font-weight: 500;
  }
  
  .star-rating-medium {
    display: flex;
    align-items: center;
  }
  .star-rating-medium ul {
    display: flex;
    align-items: center;
  }
  .star-rating-medium ul li {
    margin-right: 0;
    width: 24px;
    height: 24px;
    background: url(../image/component/icon_star_rating.png) no-repeat 0 0;
    background-size: contain;
  }
  .star-rating-medium ul li.active {
    background: url(../image/component/icon_star_rating_filled.png) no-repeat 0 0;
    background-size: contain;
  }
  .star-rating-medium .star-score {
    padding-top: 4px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    margin-left: 6px;
    font-size: 14px;
    color: #686e7b;
    font-weight: 500;
  }
  .star-rating-medium ul li.half {
    background: url(../image/component/icon_star_rate_left_n.png) no-repeat;
    background-size: contain;
  }
  
  .star-rating-large {
    display: flex;
    align-items: center;
  }
  .star-rating-large ul {
    display: flex;
    align-items: center;
  }
  .star-rating-large ul li {
    margin-right: 0;
    width: 40px;
    height: 40px;
    background: url(../image/component/icon_star_rating_n.png) no-repeat 0 0;
    background-size: contain;
  }
  .star-rating-large ul li.active {
    background: url(../image/component/icon_star_rating_s.png) no-repeat 0 0;
    background-size: contain;
  }
  .star-rating-large .star-score {
    padding-top: 10px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    margin-left: 8px;
    font-size: 17px;
    color: #686e7b;
    font-weight: 500;
  }
  
  /* star-rating-insert */
  .star-rating-insert {
    display: flex;
    align-items: center;
  }
  .star-rating-insert ul {
    display: flex;
    align-items: center;
  }
  .star-rating-insert ul li {
    cursor: pointer;
    margin-right: 0;
    width: 48px;
    height: 48px;
    background: url(../image/component/icon_star_rating.png) no-repeat 0 0;
    background-size: contain;
  }
  .star-rating-insert ul li.active {
    background: url(../image/component/icon_star_rating_filled.png) no-repeat 0 0;
    background-size: contain;
    -webkit-tap-highlight-color: transparent;
  }
  .star-rating-regular ul li.half {
    background: url(../image/component/icon_star_rate_left_n.png) no-repeat;
    background-size: contain;
  }
  
  /* star-rating-insert-half */
  .star-rating-insert-half {
    display: flex; 
    align-items: center;
  }
  .star-rating-insert-half ul {
    display: flex;
    align-items: center;
  }
  .star-rating-insert-half ul li {
    cursor: pointer;
    margin-right: 0;
    width: 24px;
    height: 48px; 
  }
  .star-rating-insert-half ul li:first-child { 
	margin-left: 8px;
  }
  .star-rating-insert-half ul li:nth-child(odd) { 
    background: url(../image/component/icon_star_left_n.png) no-repeat 0 0;
    background-size: contain;
  }
  .star-rating-insert-half ul li:nth-child(even){
    background: url(../image/component/icon_star_right_n.png) no-repeat 0 0;
    background-size: contain;
	margin-right: 8px;
  }
  .star-rating-insert-half ul li.active:nth-child(odd) {
    background: url(../image/component/icon_star_left_s.png) no-repeat 0 0;
    background-size: contain; 
  }
  .star-rating-insert-half ul li.active:nth-child(even) {
    background: url(../image/component/icon_star_right_s.png) no-repeat 0 0;
    background-size: contain; 
  } 
  
  
  /*■■■아코디언*/
  .accordion {
    width: 100%;
    height: auto;
    display: block;
  }
  .accordion .inner-wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  .accordion .inner-wrap > ul {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #e7eaee;
  }
  .accordion .inner-wrap > ul > li {
    width: 100%;
    display: inline-block;
  }
  .accordion .inner-wrap > ul > li .accordion-header {
    width: 100%;
    height: 44px;
    cursor: pointer;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e7eaee;
  }
  .accordion .inner-wrap > ul > li .accordion-header > p {
    font-size: 15px;
    line-height: 44px;
    padding-left: 16px;
  }
  .accordion .inner-wrap > ul > li .accordion-header > p:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -12px;
    background: url(../image/component/icon_arrow_down.png) no-repeat 0 0;
    background-size: contain;
  }
  .accordion .inner-wrap > ul > li .accordion-content {
    display: none;
    background: #fff;
    width: 100%;
    min-height: 100px;
    border-bottom: 1px solid #e7eaee;
  }
  .accordion .inner-wrap > ul > li .accordion-content > p {
    padding: 16px;
    font-size: 14px;
    color: #686e7b;
  }
  .accordion .inner-wrap > ul > li.active .accordion-header > p:after {
    background: url(../image/component/icon_arrow_up.png) no-repeat 0 0;
    background-size: contain;
  }
  /* box-type */
  .accordion.box-type {
    width: 328px;
    height: auto;
    display: block;
  }
  .accordion.box-type .inner-wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  .accordion.box-type .inner-wrap > ul {
    width: 100%;
    display: inline-block;
    border-top: none;
  }
  .accordion.box-type .inner-wrap > ul > li {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #e7eaee;
  }
  .accordion.box-type .inner-wrap > ul > li .accordion-header {
    width: 100%;
    height: 44px;
    cursor: pointer;
    position: relative;
    background: #fff;
    border-left: 1px solid #e7eaee;
    border-right: 1px solid #e7eaee;
    border-bottom: none;
  }
  .accordion.box-type .inner-wrap > ul > li .accordion-header > p {
    font-size: 15px;
    line-height: 44px;
    padding-left: 16px;
  }
  .accordion.box-type .inner-wrap > ul > li .accordion-header > p:after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    background: url(../image/component/icon_arrow_down.png) no-repeat 0 0;
    background-size: contain;
  }
  .accordion.box-type .inner-wrap > ul > li .accordion-content {
    display: none;
    width: 100%;
    background: #fff;
    min-height: 200px;
    margin-bottom: 8px;
    cursor: pointer;
    border: 1px solid #e7eaee;
  }
  .accordion.box-type .inner-wrap > ul > li .accordion-content > p {
    padding: 16px;
    font-size: 14px;
    color: #686e7b;
  }
  .accordion.box-type .inner-wrap > ul > li.active .accordion-header > p:after {
    background: url(../image/component/icon_arrow_up.png) no-repeat 0 0;
    background-size: contain;
  }
  .accordion.box-type .inner-wrap > ul > li:last-child .accordion-header {
    border-bottom: 1px solid #e7eaee;
  }
  .accordion.box-type .inner-wrap > ul > li:last-child .accordion-content {
    border-top: none;
  }
  /* faq */
  .accordion.faq {
    background: #fff;
    padding: 24px 16px 0;
    width: 100%;
  }
  .accordion.faq .inner-wrap > ul > li {
    border-bottom: 1px solid #e7eaee;
  }
  .accordion.faq .inner-wrap > ul > li .accordion-header {
    position: relative;
    height: auto;
    padding: 16px 32px 16px 8px;
    border-bottom: 0;
  }
  .accordion.faq .inner-wrap > ul > li .accordion-header:before {
    position: absolute;
    left: 0;
    top: 17px;
    content: "Q.";
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #bac1cb;
  }
  .accordion.faq .inner-wrap > ul > li .accordion-header p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1e2229;
    display: -webkit-box;
    line-height: 1.5em;
    height: 1.5em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    overflow: hidden;
    transition: height 0ms 400ms;
  }
  .accordion.faq .inner-wrap > ul > li.active .accordion-header p {
    display: flex;
    height: auto;
  }
  .accordion.faq .inner-wrap > ul > li .accordion-header > p:after {
    right: 0;
    top: 14px;
    margin-top: 0;
  }
  .accordion.faq .inner-wrap > ul > li .accordion-content {
    position: relative;
    background-color: #fff;
    padding-left: 8px;
    border-bottom: 0;
    min-height: 0;
  }
  .accordion.faq .inner-wrap > ul > li .accordion-content:before {
    position: absolute;
    left: 0;
    top: 15px;
    content: "A.";
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #121f63;
  }
  .accordion.faq .inner-wrap > ul > li .accordion-content p {
    padding: 12px 0 16px 16px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    color: #1e2229;
  }
  .accordion.faq .inner-wrap > ul > li .accordion-content img {
    display: block;
    max-width: 100%;
    margin: 16px 0 0;
  }
  
  /*■■■모달레이어*/
  .popup {
    display: none;
    min-width: 320px;
    width: 320px;
    left: 50% !important;
    top: 0;
    transform: translateX(-50%);
    border-radius: 16px;
    background: var(--Background, #fff);
    box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.12);
  }
  .popup > .inner-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 24px;
    position: relative;
  }
  .popup .inner-wrap .popup-header {
    text-align: center;
    color: var(--Text-Primary, #1e2229);
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 117.647% */
    letter-spacing: -0.051px;
    margin-bottom: 12px;
  }
  .popup .inner-wrap .popup-content {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
    color: var(--Text-Sub-Primary, #686e7b);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.039px;
  }
  .popup .inner-wrap .popup-close {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    opacity: 1;
    background: url(../image/component/icon_close_prohibited_circled.png)
      no-repeat 0 0;
    background-size: contain;
  }
  .popup .inner-wrap .popup-close:hover {
    opacity: 1;
  }
  
  /* full */
  .popup.full {
    min-width: auto;
    max-width: 520px !important;
    width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    height: 100%;
    border-radius: 0;
  }
  .popup.full > .inner-wrap {
    padding: 48px 0 24px;
    overflow-y: auto;
  }
  .popup.full .popup-header {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    max-width: 520px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: var(--White, #fff);
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 118.75% */
    letter-spacing: -0.048px;
    border-bottom: 1px solid var(--Jameet-Black, #414143);
    background: var(--Jameet-Black, #414143);
  }
  .popup.full .inner-wrap .popup-close {
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 100;
  }
  .popup.full .inner-wrap .popup-close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    opacity: 1;
    background: url(../image/component/icon_close_prohibited_white.png) no-repeat
      0 0;
    background-size: contain;
  }
  /* header-black */
  .popup.full.header-black .popup-header {
    border-bottom: 1px solid #b5936e;
    background-color: #b5936e;
    color: var(--Light-Basic-White, #fff);
  }
  .popup.full.header-black .inner-wrap .popup-close {
    background: url(../image/mobile/icon_modal_close.png) no-repeat 0 0;
    background-size: contain;
  }
  
  /* fixed-bottom */
  .popup.fixed-bottom {
    position: fixed !important;
    width: 100% !important;
    max-width: 520px;
    left: auto !important;
    top: auto !important;
    bottom: 0 !important;
    transform: translateY(0) !important;
    border-radius: 16px 16px 0 0;
  }
  .popup.fixed-bottom .inner-wrap .popup-close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    opacity: 1;
    background: url(../image/component/icon_close_prohibited.png) no-repeat 0 0;
    background-size: contain;
  }
  .popup.fixed-bottom > .inner-wrap {
    padding: 48px 16px 32px;
    overflow-y: auto;
  }
  
  /*■■■슬라이더*/
  .slider {
    width: 100%;
    height: auto;
  }
  .slider .swiper-container {
    width: 100%;
    height: 400px;
  }
  .slider .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider .slider-btn-prev {
    z-index: 10;
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    left: 32px;
    background: url(../image/component/icon_slider_prev.png) no-repeat 0 0;
    background-size: contain;
  }
  .slider .slider-btn-next {
    z-index: 10;
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    right: 32px;
    background: url(../image/component/icon_slider_next.png) no-repeat 0 0;
    background-size: contain;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 24px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  
  .swiper-pagination.swiper-pagination-fraction {
    font-weight: 300;
    border-radius: 50vh;
    font-size: 13px;
    color: #fff;
    left: 50%;
    bottom: 24px;
    margin-left: -32px;
    width: 64px;
    height: 24px;
    line-height: 24px;
    display: inline-block !important;
    background: rgba(0, 0, 0, 0.4);
  }
  .swiper-pagination.swiper-pagination-fraction > span {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
  }
  
  .slider .swiper-container.thumb-type {
    width: 100%;
    height: 100%;
    margin-top: 8px;
  }
  .slider .swiper-container.thumb-type .swiper-slide {
    width: 100px !important;
    height: 100px !important;
    cursor: pointer;
  }
  
  /* img-view-slide */
  .swiper-container.img-view-slide {
    margin: 16px 0 0;
  }
  .swiper-container.img-view-slide .swiper-slide {
    position: relative;
    width: 80px !important;
    padding-bottom: 80px !important;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--light-basic-gray-200, #e7eaee);
    margin: 0 8px 0 0;
  }
  .swiper-container.img-view-slide .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
  }
  .swiper-container.img-view-slide .swiper-slide.last {
    border: 0;
  }
  /* small */
  .swiper-container.img-view-slide .swiper-slide {
    width: 72px !important;
    padding-bottom: 72px !important;
  }
  
  /* add-list */
  .add-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .add-list li {
    margin: 8px 8px 0 0;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0px 12px 0px 16px;
    border-radius: 50px;
    border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
    background: var(--Background-Lower-Primary, #f3f5f6);
    color: var(--Text-Secondary, #353c46);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.039px;
  }
  .add-list li .btn-del {
    margin-left: 4px;
    width: 20px;
    height: 20px;
    background: url(../image/component/icon_close_prohibited_circled_dark.png)
      no-repeat center center;
    background-size: contain;
  }
  
  /*■■■카테고리 슬라이더*/
  .category-slider {
    background: #fff;
    border: 1px solid #e7eaee;
    position: relative;
    padding: 0 0 0 16px;
    width: 100%;
    height: 46px;
    border: 0;
    margin-bottom: 0;
  }
  .category-slider:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0.5px;
    background-color: #e7eaee;
  }
  .category-slider .swiper-container {
    width: 100%;
    height: 100%;
  }
  .category-slider .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .category-slider .swiper-container .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
  .category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
    color: var(--Text-Sub-Tertiary, #bac1cb);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.042px;
    line-height: 46px;
    padding: 0 4px;
    margin: 0 8px;
  }
  .category-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .category.active {
    font-weight: 700;
    color: #1e2229;
  }
  .category-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .category.active:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #b5936e;
  }
  /* type-b */
  .category-slider.type-b {
    padding: 0 0 0 16px;
    margin: 16px 0;
    height: 28px;
  }
  .category-slider.type-b:before {
    display: none !important;
  }
  .category-slider.type-b
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .category {
    display: flex;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--Border-Tertiary, #e7eaee);
    background: var(--Background, #fff);
    color: var(--Text-Sub-Primary, #686e7b);
    text-align: center;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.036px;
    margin: 0 8px 0 0;
  }
  .category-slider.type-b
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .category.active {
    border: 0 !important;
    border: 1px solid var(--Navy-Black, #353c46) !important;
    background: var(--Navy-Black, #353c46) !important;
    color: var(--Light-Basic-White, #fff) !important;
  }
  
  /*■■■말줄임/줄단위자르기*/
  .shortening {
    width: 400px;
    height: 200px;
    border: 2px solid #e7eaee;
    background: #fff;
  }
  .shortening .inner-wrap {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 24px;
  }
  
  /*■■■이미지줌*/
  .img-popup img {
    width: 400px;
  }
  
  /*■■■스위치버튼*/
  .btn-switch {
    width: 52px !important;
    height: 32px !important;
    border: 1px solid #d8dde2;
    background: #d8dde2;
    position: relative;
    border-radius: 16px;
  }
  .btn-switch:after {
    transition: all 0.5s;
    display: block;
    width: 28px;
    height: 28px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    content: "";
    border-radius: 14px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 2px;
  }
  .btn-switch:hover:after {
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  }
  .btn-switch.inactive {
    background: #d8dde2 !important;
    border: 1px solid #d8dde2 !important;
  }
  .btn-switch.inactive:after {
    left: auto !important;
    left: 2px !important;
    right: auto !important;
  }
  
  .active-example button.active {
    border: 2px solid #1e2229 !important;
    color: #1e2229;
    font-weight: 600;
  }
  .toggle-example button.active {
    border: 2px solid #1e2229 !important;
    color: #1e2229;
    font-weight: 600;
  }
  .active-example .btn-small.active,
  .toggle-example .btn-small.active {
    line-height: 24px;
  }
  .active-example .btn-regular.active,
  .toggle-example .btn-regular.active {
    line-height: 31px;
  }
  .active-example .btn-medium.active,
  .toggle-example .btn-medium.active {
    line-height: 40px;
  }
  .active-example .btn-large.active,
  .toggle-example .btn-large.active {
    line-height: 46px;
  }
  
  /* quantity-change */
  .quantity-change {
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .quantity-change .btn-minus {
    width: 28px;
    height: 28px;
    background: #fff url(../image/component/icon_minus.png) no-repeat center
      center;
    background-size: 20px;
    text-indent: -5000px;
    border-radius: 6px;
    border: 1px solid #d8dde2;
  }
  .quantity-change .input {
    min-width: auto;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: var(--Light-Semantic-Text-Primary, #353c46);
    text-align: center;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.036px;
    background-color: transparent;
    white-space: normal;
    word-wrap: break-word;
  }
  .quantity-change > div {
    margin: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .quantity-change .btn-plus {
    width: 28px;
    height: 28px;
    background: #fff url(../image/component/icon_plus.png) no-repeat center center;
    background-size: 20px;
    text-indent: -5000px;
    border-radius: 6px;
    border: 1px solid #d8dde2;
  }
  
  /* btn-switch */
  .btn-switch {
    width: 44px !important;
    height: 26px !important;
    border-radius: 50vh;
    background: #0072e4;
    border-color: #0072e4;
  }
  .btn-switch:after {
    width: 22px;
    height: 22px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    content: "";
    border-radius: 50vh;
    margin-top: -11px;
    right: 1px;
  }
  .btn-switch.inactive:after {
    left: 1px !important;
  }
  
  /* app-setting */
  .app-setting {
    padding: 0 16px;
  }
  .app-setting > ul > li {
    margin: 16px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .app-setting > ul > li .tit {
    color: var(--light-basic-gray-900, #353c46);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 153.333% */
    letter-spacing: -0.045px;
    white-space: normal;
    word-wrap: break-word;
  }
  .app-setting > ul > li .switch-setting {
    text-align: right;
  }
  
  /* datepicker-here */
  .datepicker-here {
    background: #ffffff url(../image/component/icon_calendar.png) right 12px
      center no-repeat;
    background-size: 20px;
    padding-right: 37px;
  }
  .input-medium.datepicker-here {
    background: #ffffff url(../image/component/icon_calendar.png) right 16px
      center no-repeat;
    background-size: 24px;
    padding-right: 40px;
  }
  
  /* square */
  .square .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
  }
  .square .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .square {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
  }
  .square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .file-upload .gallery-scroll {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .file-upload .gallery-scroll::-webkit-scrollbar {
    height: 0;
  }
  .file-upload .gallery-scroll .gallery {
    width: 440px;
  }
  .file-upload .upload > input {
    top: -6px;
    height: 35px;
  }
  
  /* refresh */
  button.refresh {
    margin-right: 16px;
    width: 52px;
    height: 52px;
    background: url(../image/mobile/icon_refresh.png) no-repeat center center;
    background-size: contain;
  }
  
  /* writing */
  button.writing {
    margin-right: 16px;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    border: 1px solid var(--Primary, #b5936e);
    background: #b5936e url(../image/component/icon_plus_white.png) no-repeat
      center center;
    background-size: 28px;
    z-index: 9999;
  }
  
  /* inquiry */
  button.inquiry {
    margin-right: 16px;
    width: 92px;
    height: 92px;
    background: url(../image/mobile/icon_inquiry.png) no-repeat center center;
    background-size: contain;
  }
  
  /* writing */
  button.writing {
    margin-right: 16px;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    border: 1px solid var(--Primary, #b5936e);
    background: #b5936e url(../image/component/icon_pencil_white.png) no-repeat
      center center;
    background-size: 28px;
  }
  
  /* guide */
  button.guide-book {
    margin-right: 16px;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    background: url(../image/component/icon_guide.png) no-repeat center center;
    background-size: contain;
  }
  
  /* btn */
  .btn-writing {
    margin-right: 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 24px;
  }
  .btn-writing:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../image/component/icon_pencil_white.png) no-repeat;
    background-size: contain;
    margin: 0 0 0 -4px;
  }
  
  .btn-more {
    color: var(--Text-Sub-Primary, #686e7b);
    text-align: right;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.036px;
  }
  
  .btn-icon-more {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: url(../image/component/icon_arrow_right.png) no-repeat;
    background-size: contain;
    opacity: 0.5;
  }
  
  .btn-copy {
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--Border-Secondary, #d8dde2);
    background: url(../image/component/icon_duplicate.png) no-repeat center center;
    background-size: 18px;
  }
  
  .btn-tel {
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--Border-Secondary, #d8dde2);
    background: url(../image/component/icon_tel.png) no-repeat center center;
    background-size: 18px;
  }
  
  .btn-heart {
    width: 32px;
    height: 32px;
    background: #fff url(../image/component/icon_heart.png) no-repeat center
      center;
    background-size: contain;
  }
  .btn-heart.active {
    background: #fff url(../image/component/icon_heart_active.png) no-repeat
      center center;
    background-size: contain;
  }
  
  .btn-refresh {
    width: 24px;
    height: 24px;
    background: url(../image/mobile/icon_refresh.png) no-repeat;
    background-size: contain;
  }
  
  .btn-medium.add {
    min-width: auto;
    width: 48px;
    height: 48px;
  }
  .btn-medium.add img {
    width: 24px;
    height: 24px;
  }
  
  /* banner1 */
  .banner1 a {
    margin: 16px 16px 0;
    position: relative;
    height: 76px;
    flex-shrink: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 12px;
    background: #f8f9fa url(../image/component/icon_arrow_right_gray.png)
      no-repeat right 16px center;
    background-size: 18px;
  }
  .banner1 .img img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
  }
  .banner1 .info {
    width: calc(100% - 52px);
    padding: 0 70px 0 12px;
  }
  .banner1 .nick {
    color: var(--Text-Primary, #1e2229);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.039px;
  }
  .banner1 .cont {
    margin: 4px 0 0;
    color: var(--Text-Secondary, #353c46);
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.036px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  
  /* banner2 */
  .banner2 {
    margin: 32px 0 0;
  }
  .banner2 a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 29.1%;
    height: 0;
    overflow: hidden;
  }
  .banner2 a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-fit: cover;
  }
  
  /* btn-close */
  .btn-close {
    text-align: right;
    padding: 0 16px 16px 0;
  }
  .btn-close button {
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.56px;
    text-align: left;
    color: #686e7b;
  }
  
  /* btn-insert */
  .btn-insert {
    height: 52px;
    padding: 12px 24px 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 50px;
    border: 1px solid var(--Primary, #b5936e);
    background: var(--Primary, #b5936e);
    color: var(--Background-Dark-Inverted, #fff);
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.048px;
  }
  .btn-insert:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../image/component/icon_writing_with_pencil_white.png)
      no-repeat center center;
    background-size: contain;
  }
  
  /* btn-modify */
  .btn-modify {
    width: 72px;
    height: 32px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    border-radius: 8px;
    border: solid 1px #d8dde2;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.56px;
    text-align: left;
    color: #686e7b;
  }
  .btn-modify:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../image/mobile/icon_modify.png) no-repeat center center;
    background-size: contain;
  }
  
  /* btn-delete */
  .btn-delete {
    width: 20px;
    height: 20px;
    background: url(../image/component/icon_close.png) no-repeat center center;
    background-size: contain;
  }
  
  /* fixed-header-btn */
  .fixed-header-btn {
    position: fixed;
    left: 50%;
    top: 12px;
    transform: translate(-50%, -0);
    z-index: 100;
    max-width: 520px;
    width: 100%;
    height: 1px;
  }
  .fixed-header-btn .btn-graph {
    position: absolute;
    top: 0;
    right: 16px;
    width: 24px;
    height: 24px;
    background: red url(../image/mobile/icon_graph.png) no-repeat center center;
    background-size: contain;
  }
  
  /* download */
  .btn-small.download {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .btn-small.download:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../image/mobile/icon_download.png) no-repeat center center;
    background-size: contain;
    margin: 0 4px 0 0;
  }
  
  /* download2 */
  .btn-small.download2 {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--light-basic-gray-150, #f2f2f2);
    background: var(--light-basic-gray-150, #f2f2f2);
    color: var(--light-semantic-text-secondary, #464646);
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: -0.036px;
  }
  .btn-small.download2:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../image/mobile/icon_download.png) no-repeat center center;
    background-size: contain;
    margin: 0 4px 0 0;
  }
  
  /* write */
  .btn-small.write {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .btn-small.write:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../image/mobile/icon_write.png) no-repeat center center;
    background-size: contain;
    margin: 0 4px 0 0;
  }
  
  /* write-blue */
  .btn-small.write-blue {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .btn-small.write-blue:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../image/mobile/icon_write_blue.png) no-repeat center center;
    background-size: contain;
    margin: 0 4px 0 0;
  }
  
  /* chat */
  .btn-small.chat {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .btn-small.chat:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../image/mobile/icon_chat.png) no-repeat center center;
    background-size: contain;
    margin: 0 4px 0 0;
  }
  
  /* profile */
  .btn-small.profile {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .btn-small.profile:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../image/mobile/icon_profile2.png) no-repeat center center;
    background-size: contain;
    margin: 0 4px 0 0;
  }
  
  /* .btn-small.edit */
  .btn-small.edit {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-small.edit:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../image/mobile/icon_edit.png) no-repeat center center;
    background-size: contain;
    margin: 0 4px 0 0;
  }
  
  /* .btn-small.reload */
  .btn-small.reload {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .btn-small.reload:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../image/mobile/icon_reload.png) no-repeat center center;
    background-size: contain;
    margin: 0 4px 0 0;
  }
  
  /* .btn-small.view */
  .btn-small.view {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .btn-small.view:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../image/mobile/icon_view.png) no-repeat center center;
    background-size: contain;
    margin: 0 4px 0 0;
  }
  
  /* .btn-small.chk */
  .btn-small.chk {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .btn-small.chk:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../image/mobile/icon_check.png) no-repeat center center;
    background-size: contain;
    margin: 0 4px 0 0;
  }
  
  /* btn-url */
  .btn-url {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: url(../image/mobile/icon_url.png) no-repeat center center;
    background-size: contain;
    margin: 0 0 0 4px;
  }
  
  /* btn-radio-checkbox */
  .btn-radio-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    margin-top: -8px;
  }
  .btn-radio-checkbox label {
    margin: 8px 8px 0 0;
  }
  .btn-radio-checkbox label:last-child {
    margin-right: 0;
  }
  .btn-radio-checkbox input {
    display: none;
  }
  .btn-radio-checkbox .btn {
    display: inline-flex;
    width: 100%;
    height: 40px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid var(--Border-Tertiary, #e7eaee);
    background: var(--Background, #fff);
    color: var(--Text-Sub-Primary, #686e7b);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.3px;
    white-space: normal;
    word-wrap: break-word;
  }
  .btn-radio-checkbox .btn img {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 -2px;
  }
  .btn-radio-checkbox input:checked + .btn {
    border: 1px solid var(--Primary, #b5936e);
    background: var(--Primary-Lightened, #faf6f1);
    color: var(--Primary-Darkened, #9b7b59);
	font-weight: 700;
  }
  /* cols2 */
  .btn-radio-checkbox.cols2 label {
    width: calc((100% - 8px) / 2);
    margin: 8px 8px 0 0;
  }
  .btn-radio-checkbox.cols2 label:nth-child(2n) {
    margin-right: 0;
  }
  .btn-radio-checkbox.cols2 .btn {
    color: var(--Text-Secondary, #353c46);
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 140% */
    letter-spacing: -0.045px;
  }
  .btn-radio-checkbox.cols2 input:checked + .btn {
    color: var(--Primary, #b5936e);
    font-weight: 700;
    line-height: 21px; /* 140% */
  }
  /* cols3 */
  .btn-radio-checkbox.cols3 label {
    width: calc((100% - 16px) / 3);
    margin: 8px 8px 0 0;
  }
  .btn-radio-checkbox.cols3 label:nth-child(3n) {
    margin-right: 0;
  }
  /* cols4 */
  .btn-radio-checkbox.col4 label {
    width: calc((100% - 24px) / 4);
    margin: 8px 8px 0 0;
  }
  .btn-radio-checkbox.col4 label:nth-child(4n) {
    margin-right: 0;
  }
  .btn-radio-checkbox.col4 .btn {
    display: block;
    width: 100%;
    height: 40px;
    padding: 11px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--Light-Semantic-Border-Secondary, #d8dde2);
    background: #fff;
    color: var(--Light-Semantic-Text-Primary, #353c46);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.039px;
  }
  .btn-radio-checkbox.col4 input:disabled + .btn {
    border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
    background: var(--Light-Basic-Gray-150, #f2f2f2);
    color: var(--Light-Semantic-Text-Sub-Secondary, #8f95a1);
  }
  /* type-b */
  .btn-radio-checkbox.type-b .btn {
    height: 48px;
    padding: 0px 20px;
    color: var(--Light-Semantic-Text-Secondary, #464646);
    font-weight: 400;
    border-radius: 8px;
    border: 1px solid var(--Border-Tertiary, #e7eaee);
    background: var(--Background, #fff);
  }
  .btn-radio-checkbox.type-b input:checked + .btn {
    color: var(--Primary-Darkened, #9b7b59);
    font-weight: 700;
    border: 1px solid var(--Primary, #b5936e);
    background: var(--Primary-Lightened, #faf6f1);
  }
  
  /* btn-top-right */
  .btn-top-right {
    position: fixed;
    top: 176px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 101;
    width: 100%;
    height: 0;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 16px 0 0;
  }
  
  /* btn-bottom-left */
  .btn-bottom-left {
    position: fixed;
    bottom: 64px;
    z-index: 2;
    width: 100%;
    height: auto;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 16px;
  }
  
  /* btn-bottom-right */
  .btn-bottom-right {
    position: fixed;
    bottom: 16px;
    z-index: 1;
    width: 100%;
    height: 0;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 16px;
  }
  .btn-bottom-right img {
    width: 24px;
    height: 24px;
  }
  
  .btn-filter {
    margin: 0 !important;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background: url(../image/component/icon_filter.png) no-repeat 0 0;
    background-size: contain;
  }
  
  .btn-del {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: url(../image/mobile/icon_close_circle.png) no-repeat center center;
    background-size: contain;
  }
  
  /* btn-file-upload-layer */
  .btn-file-upload-layer button {
    margin: 24px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: var(--light-semantic-text-primary, #353c46);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 153.333% */
    letter-spacing: -0.045px;
  }
  .btn-file-upload-layer button:before {
    content: "";
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
  }
  .btn-file-upload-layer button.btn-camera:before {
    background: url(../image/component/icon_camera.png) no-repeat center center;
    background-size: contain;
  }
  .btn-file-upload-layer button.btn-file:before {
    background: url(../image/component/icon_file.png) no-repeat center center;
    background-size: 24px;
  }
  .btn-file-upload-layer button.btn-face-id:before {
    background: url(../image/component/icon_face_id.png) no-repeat center center;
    background-size: 24px;
  }
  
  /* radio-checkbox */
  .radio-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -12px;
    overflow: hidden;
  }
  .radio-checkbox > li {
    width: 50%;
    margin: 16px 0 0;
  }
  .radio-checkbox label {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .radio-checkbox label input {
    border-radius: 50% !important;
  }
  
  /* btn-login-chk */
  .btn-login-chk {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 140px;
    padding: 16px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--Border-Tertiary, #b5936e);
    background: var(--Background, #fff);
    box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
  }
  .btn-login-chk h5 {
    color: var(--Text-Primary, #1e2229);
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.036px;
    white-space: normal;
    word-wrap: break-word;
  }
  .btn-login-chk h4 {
    margin: 8px 0 12px;
    color: var(--Text-Primary, #1e2229);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 117.647% */
    letter-spacing: -0.051px;
    white-space: normal;
    word-wrap: break-word;
  }
  .btn-login-chk h3 {
    margin: 6px 0 0;
    color: var(--Text-Primary, #1e2229);
    font-family: Pretendard;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.06px;
    white-space: normal;
    word-wrap: break-word;
  }
  .btn-login-chk .img {
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    padding: 3px;
    border-radius: 50%;
    border-radius: 100px;
    background: linear-gradient(180deg, #3789ff 0%, #6d94cc 50%, #3daf9a 100%);
  }
  .btn-login-chk .img > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: url(../image/mobile/bg_logo_text.png) no-repeat center center;
    background-size: contain;
    padding: 3px;
  }
  .btn-login-chk .img > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .btn-login-chk .brand {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .btn-login-chk .brand img {
    display: flex;
    width: 24px;
    height: 24px;
  }
  .btn-login-chk .brand span {
    color: var(--Text-Primary, #1e2229);
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.036px;
  }
  .btn-login-chk .number {
    margin: 4px 0 12px;
    color: var(--Text-Sub-Primary, #686e7b);
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 127.273% */
    letter-spacing: -0.033px;
  }
  .btn-login-chk .btn {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  /* radio-order-by */
  .radio-order-by {
    margin: 16px 16px 0;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .radio-order-by label input {
    display: none;
  }
  .radio-order-by label span {
    display: flex;
    height: 28px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
    background: var(--Background-Lower-Primary, #f3f5f6);
    color: var(--Text-Sub-Primary, #686e7b);
    text-align: center;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.036px;
  }
  .radio-order-by label input:checked + span {
    border: 1px solid var(--Primary, #b5936e);
    background: var(--Primary, #b5936e);
    color: var(--Text-Dark-Inverted, #fff);
  }
  
  /* btn-radio-tab */
  .btn-radio-tab {
    margin: 8px 0 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btn-radio-tab > label {
    width: 33.33%;
  }
  .btn-radio-tab > label + label {
    border-left: 1px solid rgba(30, 34, 41, 0.08);
  }
  .btn-radio-tab > label input {
    display: none;
  }
  .btn-radio-tab > label .con {
    color: var(--Text-Sub-Secondary, #8f95a1);
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.048px;
  }
  .btn-radio-tab > label .tit {
    margin: 4px 0 0;
    color: var(--Text-Sub-Primary, #686e7b);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.039px;
  }
  .btn-radio-tab > label input:checked + .btn .con,
  .btn-radio-tab > label input:checked + .btn .tit {
    color: #b5936e;
    font-weight: 700;
  }
  
  .btn-select-arrow {
    background: url(../image/component/icon_arrow_down_select.png) no-repeat right
      12px center !important;
    background-size: 20px !important;
  }
  
  /* fixed-top-message */
  .fixed-top-message {
    position: fixed;
    top: 48px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    max-width: 520px;
    padding: 8px;
    background: var(--Red-Lightened, #faf6f1);
    color: var(--Primary-Darkened, #9b7b59);
    text-align: center;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.036px;
  }
  .fixed-top-message.gray {
    background: var(--Gray-100, #f8f9fa);
    color: var(--Text-Secondary, #353c46) !important;
  }
  .fixed-top-message.gray a {
    color: var(--Text-Sub-Primary, #686e7b);
  }
  .fixed-top-message.blue {
    background: var(--Primary-Lightened, #f3f8ff);
    color: var(--Primary-Darkened, #0060bf);
  }
  .fixed-top-message.red {
    background: var(--Primary-Lightened, #ffebee);
    color: var(--Primary-Darkened, #ee4747);
  }
  .fixed-top-message-space {
    height: 32px;
  }
  .fixed-top-message a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    color: var(--Red-Darkened, #ee4747);
    text-align: right;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 127.273% */
    letter-spacing: -0.033px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .fixed-top-message .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 16px;
    height: 16px;
    background: url(../../assets/image/component/icon_close_prohibited_bold.png)
      no-repeat;
    background-size: contain;
  }
  