@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Roboto:wght@400;500;700&display=swap');
/* font-family: 'Noto Sans KR', sans-serif;
font-family: 'Roboto', sans-serif; */


@font-face {
    font-family: 'kopubDotum';
    src: url(../font/KoPubDotum_ProBold.otf);
    font-weight: 700;
}

@font-face {
    font-family: 'kopubDotum';
    src: url(../font/KoPubDotum_ProMedium.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'kopubDotum';
    src: url(../font/KoPubDotum_ProLight.otf);
    font-weight: 400
}

@font-face {
    font-family: 'GmarketSansTTF';
    src: url(../font/GmarketSansBold.otf);
    font-weight: 700;
}

@font-face {
    font-family: 'GmarketSansTTF';
    src: url(../font/GmarketSansMedium.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'GmarketSansTTF';
    src: url(../font/GmarketSansLight.otf);
    font-weight: 400
}


:root {
   --app-height: 100%;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img{
    display: block;
    border: 0;
    width: 100%;
    margin: 0 auto;
}

html{
    max-width: 700px;
    margin: 0 auto;
    touch-action: manipulation;
    scroll-behavior: smooth;
}

/* 스크롤바 숨기기 */
body{-ms-overflow-style: none;}
.scrollbar-hide::-webkit-scrollbar { display: none; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
::-webkit-scrollbar { display: none;}

html, body{
    height: 100vh;
    height: var(--app-height);
}

html, body, header, section, div, h1, h2, p, form, input, button{
    font-family: 'GmarketSansTTF', sans-serif;
    font-size: 16px; /* 모바일 기준 */
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1;
    letter-spacing: -0.025em;
    box-sizing: border-box;
}

input{
    font-family: "kopubDotum", sans-serif;
    font-size: 16px;
}

input label{
    font-family: "kopubDotum", sans-serif;
}

input::placeholder{
    font-family: "kopubDotum", sans-serif;
    color: #b5b5b6;
    font-size: 16px;
}

button{
    display: block;
    border: 0;
    cursor: pointer;
}


/* 플로팅배너 */

.floating {
  max-width: 700px;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 110px;
  background: #fff;
  margin: 0 auto;
  z-index: 1000;  
}

.floating .wrap {
  display: flex;
  height: 110px;
  background: #bccef8;

}

.floating .wrap > div { box-sizing: border-box; }

.floating .wrap .callC{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    background-color: #1f355d;
}

.floating .wrap .callbox{
    width: 80%;
    height: 90px;
    background: #bccef8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0 5px;
}

.floating .wrap .callbox .btn-call{
  width: 100%;
  height: 100%;
  background: none;
}

.floating .wrap .callbox img{
    width: 85%;
}

.floating .wrap .MemberCwrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    background: #3970d9;
    padding: 5px 0 5px 10px;
}

.login-wrapper{
    width: 100%;
}

.www{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: "kopubDotum", sans-serif;
    color: #fff;
}

.www [type="checkbox"] {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.www label{
    display:flex;
    font-size: 12px;
}

.www .btn-detail{
    font-size: 12px;
    color: #fff;
    background: none;
    font-family: "kopubDotum", sans-serif;
    text-decoration: underline;
}

#login-form .squre input{
    width: 100%;
    height: 30px;
    padding: 4px;
    box-sizing: border-box;
    margin-bottom: 7px;
    border-radius: 5px;
    background-color: #fff;
    border: none;
}

#login-form .squre input::placeholder{
    font-family: "kopubDotum", sans-serif;
    color: #b5b5b6;
    padding: 5px;
    font-size: 12px;
}

.floating .wrap .applybtn{
  width: 30%;
  background: #3970d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating .wrap .applybtn .applybtnbox{
    width: 80%;
    height: 90px;
    padding: 0 5px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating .wrap .applybtnbox button{
  width: 100%;
  height: 100%;
  background: none;
}


.floating .wrap .applybtn img{
    display: block;
    width: 85%;
}

/* 자세히 팝업 */
.overlay {
  display: none; 
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(218, 218, 218, 0.452);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* 팝업 박스 */
.popup-content {
  background: #221f20;
  color: #fff;
  font-family: "kopubDotum", sans-serif;
  padding: 25px 20px;
  width: 90%;
  max-width: 400px;
  border-radius: 12px;
  position: relative;
  font-size: 12px;
  box-shadow: -6px 9px 8px 0 rgba(0, 0, 0, 0.15);
}

.popup-content .btn-close {
  position: absolute;
  top: 10px; right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  cursor: pointer;
}

.popup-content .info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.popup-content .info-table th, .info-table td {
  padding: 10px 2px;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.popup-content .info-table th { color: #ccc; }

.popup-content .notice {
  font-size: 12px;
  font-family: "kopubDotum", sans-serif;
  color: #bbb;
  margin-top: 15px;
  line-height: 1.4;
}

/* 전화상담 팝업 */
.overlay1 {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(218, 218, 218, 0.452);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content1 {
  background: #221f20; 
  color: #fff;
  padding: 25px;
  width: 70%;
  max-width: 400px;
  border-radius: 15px; 
  box-sizing: border-box;
  text-align: center;
  box-shadow: -6px 9px 8px 0 rgba(0, 0, 0, 0.15);
}

.btn-phone-link {
  display: block;
  width: 100%;
  background: #4676f5;
  color: #fff;
  border: none;
  padding: 18px 0;
  font-family: "kopubDotum", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 12px;
}

.btn-cancel-link {
  display: block;
  width: 100%;
  font-family: "kopubDotum", sans-serif;
  background: #4c4c4c;
  color: #fff;
  border: none;
  padding: 18px 0;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}

/* info-popup */
.info-popup {
 /* 팝업 보일시 flex로 변경*/
  display: none;
  /* display: flex; */
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(218, 218, 218, 0.452);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content2 {
  font-family: "kopubDotum", sans-serif;
  background: #221f20; 
  color: #fff;
  padding: 25px;
  width: 70%;
  max-width: 400px;
  height: 200px;
  border-radius: 15px; 
  box-sizing: border-box;
  box-shadow: -6px 9px 8px 0 rgba(0, 0, 0, 0.15);
}

.popup-text2 {
  font-size: 16px;
  margin-bottom: 120px;
  display: block;
}

.close-btn2 {
  font-family: "kopubDotum", sans-serif;
  color: #3b5bdb;
  font-size: 16px;
  text-decoration: none;
  float: right;
  cursor: pointer;
  font-weight: bold;
}

/* Benefit */

.Benefit{
    background-color: #f9f9fb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

.Benefit h1{
    font-weight: 700;
    color: #1f355d;
    font-size: 29px;
    margin-bottom: 25px;
}

.Benefit h1 span{
    color: #3970d9;
}

.BenefitEX{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.BenefitEX .EX{
    width: 30%;
    height: 180px;
    border: 1px solid #1f355d;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: -6px 9px 8px 0 rgba(0, 0, 0, 0.15);
}

.BenefitEX .EX .H1B{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f355d;
}

.BenefitEX .EX .line{
    width: 20px;
    height: 1px;
    background-color: #1f355d;
    margin: 15px 0;
}

.BenefitEX .EX p{
    color: #1f355d;
    font-size: 11px;
    line-height: 1.3;
}

.BenefitEX .EX p .bold{
    font-weight: 700;
    color: #1f355d;
}

/* cell */

.cell{
    width: 100%;
    background-color: #1f355d;
    padding: 40px 20px;
}

.cell .cellwrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cell h1{
    font-weight: 700;
    color: #bccef8;
    font-size: 30px;
    margin-bottom: 10px;
}

.cell p{
    color: #fff;
    font-size: 13px;
}

.cell p .bold{
    font-weight: 700;
    color: #f4f1db;
}

.price-table {
  width: 100%;
  margin: 20px 0 10px 0;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #f9f9fb;
  word-break: break-all;
  font-family: "kopubDotum", sans-serif;
  color: #1d1d1b;
}

.price-table .right{
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: right;
    font-size: 10px;
}

.price-table .Gmarket{
  font-family: "GmarketSansTTF";
  font-size: 14px;
  font-weight: 700;
}

.price-table th{
  color: #1f2d5a;
  font-family: "kopubDotum", sans-serif;
  border: 1px solid #c6c4c5;
  padding: 5px 3px;
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
  line-height: 1.5;
}

.price-table td {
  font-family: "kopubDotum", sans-serif;
  border: 1px solid #959090;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  border-left: 1px solid #f9f9f9;
}
.price-table td:last-child{
    border: 1px solid#959090;
}

.price-table thead th {
  background: #f9f9fb;
  font-weight: 700;
  border-bottom: 2px solid#1f2d5a;
  border-left: 1px solid #f9f9f9;
}

.price-table thead th:last-child{
    border-right: 1px solid#959090;
}

.price-table tbody th {
  background: #f9f9fb;
  font-weight: 600;
  color: #1d1d1b;
}

.price-table .lental{
  font-family: "kopubDotum", sans-serif;
  font-weight: 400;
  font-size: 10px;
}
.price-table .highlight td {
  font-family: "GmarketSansTTF";
  font-weight: 700;
  color: #1f2d5a;
  font-size: 10px;
}

.price-table .total td {
  font-family: "GmarketSansTTF";
  font-weight: 700;
  color: #1f2d5a;
}

.price-table .total span {
  font-size: 10px;
  color: #666;
  font-weight: 400;
}

.cell .info {
    margin-bottom: 10px;
}

.cell .info p{
    color: #fff;
    font-family: "kopubDotum", sans-serif;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 5px;
}

.cell .cellbox{
    width: 100%;
    background-color: #172b5a;
    padding: 15px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.cell .cellbox p{
    font-family: "GmarketSansTTF";
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
}

.cell .cellbox p .bold1{
    font-weight: 700;
    font-size: 15px;
    color: #c9d7f7;
}

.cell .cellbox p .bold2{
    font-weight: 700;
    font-size: 15px;
    color: #f4f1db;
}

/* Type */

.Type{
    width: 100%;
    background-color: #d1d3d6;
    padding: 40px 0;
}

.Typewrap{
    width: 100%;
}

.TypeT{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-size: 24px;
}

.TypeT .bold{
    font-weight: 700;
}

.TypeT1{
    background-color: #8ea7e0;
}

.TypeT2{
    background-color: #659bbd;
}

.TypeT3{
    background-color: #335872;
}

.TypeT4{
    background-color: #625d86;
}

.smartcare-wrap {
    width: 100%;
    display: grid;
    place-items: center;
    background: #d1d3d6;
    padding: 0 20px;
}

  .smartcare-card {
    width: 100%;
    background: #fff;
    overflow: hidden;
  }
  
  .smartcare-body {
    /* padding: 10px; */
    padding-bottom: 40px;
  }

  .smartcare-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* padding: 5px; */
    align-items: start;
  }

  .item {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  .item1 {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: row;
    padding: 20px;
  }  

  .meta {
    
  }

  .badge {
    width: fit-content;
    padding: 5px;
    height: 20px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 2px;
    color: #fff;
  }

  .badge-red {
    background: #ad0035;
  }

  .badge-blue {
    background: #034ea2;
  }

  .badge-grey{
    background: #5c5d5f;
  }

  .badge-black{
    background: #292424;
  }

  .badge-orange{
    background: #c5132d;
  }

  .name {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 500;
    color: #1f2937;
  }

  .thumb {
    width: 100%;
  }

  .thumb img {
    width: 100%;
    object-fit: contain;
    display: block;
  }

  .item1 .meta{
    width: 50%;
  }

  .item1 .thumb {
    width: 50%;
    display: flex;    
    justify-content: center;
    align-items: center;
  }

  .item1 img{
    width: 100%;
    object-fit: cover;
    display: block;
  }

  /* 하단 CTA 버튼 */
  .smartcare-btn {
    width: 92%;
    margin-bottom: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    border-radius: 50px;
    border: 2px solid #b9c7e6;
    color: #8ea7e0;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 1px 6px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .smartcare-btn .bold{
    font-weight: 700;
  }
  .care-btn2{
    border: 2px solid #659bbd;
    color: #659bbd;
  }
  .care-btn3{
    border: 2px solid #335872;
    color: #335872;
  }
  .care-btn4{
    border: 2px solid #625d86;
    color: #625d86;
  }


  /* conversion */
.conversion {
    width: 100%;
    max-width: 700px;
  background: #cfc0c0;
  padding: 40px 20px;
  font-family: 'Noto Sans KR', sans-serif;
}

.conversion .title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.4;
  color: #292424;
}

.conversion .title strong {
  font-weight: 700;
}

.conversion .conversion-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.conversion .conversion-list .conitem {
    width: 100%;
    height: 110px;
    display: flex;
    flex-direction: row;
    background: #fff;
    padding: unset;
}

.conversion .thumb {
  width: 30%;
    aspect-ratio: 1 / 1;  
  flex-shrink: 0;
}

.conversion .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conversion .content {
  flex: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.conversion .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #484848;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #484848;
}

.conversion .head span{
  font-size: 14px;
}
.conversion .step {
  font-weight: 700;
  font-size: 20px;
}

.conversion .category {
  font-size: 20px;
  font-weight: 500;
}

.conversion .desc {
  font-size: 11px;
  line-height: 1.6;
  color: #484848;
}

.conversion .notice {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  color: #484848;
  font-family: "kopubDotum", sans-serif;
}

.conversion .notice .sonohomepage{
  color: #484848;
  font-weight: 700;
}

  /* sonomembeship */
.sonomembeship {
    width: 100%;
    max-width: 700px;
  background: #c6ded6;
  padding: 40px 20px;
  font-family: 'Noto Sans KR', sans-serif;
}

.sonomembeship .title {
  text-align: center;
  color: #295850;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.sonomembeship .title strong {
  font-weight: 700;
}

.sonomembeship .sonomembeship-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.sonomembeship .sonomembeship-list .conitem {
    width: 100%;
    height: 110px;
    display: flex;
    flex-direction: row;
    background: #fff;
    padding: unset;
}

.sonomembeship .thumb {
  width: 30%;
    aspect-ratio: 1 / 1;  
  flex-shrink: 0;
}

.sonomembeship .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sonomembeship .content {
  flex: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sonomembeship .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #295850;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #295850;
}

.sonomembeship .head span{
  font-size: 14px;
}
.sonomembeship .step {
  font-weight: 700;
  font-size: 20px;
}

.sonomembeship .category {
  font-size: 20px;
  font-weight: 500;
}

.sonomembeship .desc {
  font-size: 11px;
  line-height: 1.6;
  color: #3e3a39;
}

.sonomembeship .notice {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  color: #3e3a39;
  font-family: "kopubDotum", sans-serif;
}

.sonomembeship .notice .sonohomepage{
  color: #3e3a39;
  font-weight: 700;
}


/* smartcareII */
.smartcareII {
  font-family: 'kopubDotum', sans-serif;
  background: #e6e6e6;
  color: #1d1d1b;
  padding: 24px 20px;
  line-height: 1.6;
}

.sc-header {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #203a63;
  padding: 0 5px;
  margin-bottom: 20px;
  /* position: relative; */
}

.sc-header h1 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  font-family: 'kopubDotum', sans-serif;
}

.sc-header .Version{
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

.sc-header .Version div{
  color: #203a63;
}

.sc-header span{
  font-family: 'kopubDotum', sans-serif;
  font-size: 9px;
  font-weight: 300;
  color: #fff;
}

.logo {
  width: 10%;
  font-weight: 700;
}

.sc-section {
  margin-bottom: 10px;
  font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 0;
}

.sc-section h2 {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 8px;
  font-family: 'kopubDotum', sans-serif;
}

.sc-box {
  margin-bottom: 6px;
  font-family: 'kopubDotum', sans-serif;
}

.sc-box h3 {
  font-size: 12px;
  margin-bottom: 6px;
  font-family: 'kopubDotum', sans-serif;
  font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 0;
}

.sc-box .fwm{
  font-weight: 500;
  font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 0;
}

.sc-box .fwl{
  font-weight: 300;
  font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 0;
}

.sc-box p{
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  font-family: 'kopubDotum', sans-serif;
  font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 0;
}

.price-list{
  list-style-type: none;
  font-size: 12px;
}

.price-list li {
  list-style-type: none;
  line-height: 1.3;
  font-weight: 500;font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 0;
}

.price-list li ul li{
  font-weight: 300;
  list-style-type: none;
  line-height: 1.3;font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 0;
}

.price-list strong {
  display: block;
}

.sc-list{
  list-style-type: none;
  font-size: 12px;
  text-indent: -5px;
  padding-left: 5px;
  margin-left: 10px;font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 0;
}

.sc-list li {
  list-style-type: none;
  line-height: 1.3;
  font-weight: 500;font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 0;
}

.sc-list li ul li{
  font-weight: 300;
  list-style-type: none;
  line-height: 1.3;font-variant-numeric: tabular-nums;font-feature-settings: "tnum" 1, "lnum" 0;
}

.sc-table {
  width: 100%;
  font-family: 'kopubDotum', sans-serif;
  border-collapse: collapse;
  margin-bottom: 6px;
  font-size: 12px; font-variant-numeric: tabular-nums;font-feature-settings: "tnum" 1, "lnum" 0;
}

.sc-table th,
.sc-table td {
  border: 1px solid #9fa0a0;
  border-left: none;
  font-weight: 500;
  padding: 6px;
  text-align: center;
}

.sc-table th:last-child,
.sc-table td:last-child{
  border-right: none;
}

.dot-list li {
  margin-bottom: 8px;
  list-style: disc;
  margin-left: 20px; font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 0;
}

/* company */
.company {
  background-color: #4a4a4a;
  color: #ffffff;
  padding: 40px 20px;
  font-family: 'kopubDotum', sans-serif;
  max-width: 700px;
  margin: 0 auto ;
  padding-bottom: 160px;
}

/* 헤더 레이아웃 */
.company-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.phone-info .label{
  font-family: 'kopubDotum', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.phone-number {
  font-size: 40px;
  font-weight: bold;
  margin: 5px 0;
  color: #fff;
}

.brand-logo {
  width: 30%;
  display: flex;
  align-items: center;
}

/* 사업자 정보 */
.business-info h3 {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 10px;
}

.business-info p {
  font-size: 14px;
  line-height: 1.8;
  color: #e6e6e6;
  font-family: 'kopubDotum', sans-serif;
  font-weight: 300;
  padding: 15px 0;
}

.bar {
  margin: 0 5px;
  color: #666;
}

/* 아코디언 스타일 */
.accordion {
  padding: 15px 0;
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
}

/* 화살표 아이콘 구현 (CSS Triangle) */
.accordion summary::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.accordion[open] summary::after {
  transform: rotate(-135deg);
}

.accordion .content {
  padding: 15px 0;
  font-size: 14px;
  font-family: 'kopubDotum', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  color: #ccc;
}

/* 구분선 */
.divider {
  border: 0;
  border-top: 1px solid #666;
  margin: 0;
}


@media (max-width:699px) and (min-width: 540px){
  .floating{
    height: 140px;
  }
  .floating .wrap{
    height: 140px;
  }
  .floating .wrap .callbox {
    height: 100px;
  }
  .floating .wrap .applybtn .applybtnbox {
    height: 100px;
  }
  .Benefit{
    padding: 50px 20px;
  }
  .BenefitEX .EX{
    height: 200px;
  }
  .BenefitEX .EX .H1B{
    font-size: 20px;
  }
  .BenefitEX .EX p{
    font-size: 14px;
  }
  .price-table th{
    font-size: 14px;
  }
  .price-table td{
    font-size: 14px;
  }
  .price-table .lental{
    font-size: 12px;
  }
  .price-table .highlight td{
    font-size: 14px;
  }
  .price-table .total span{
    font-size: 12px;
  }
  .cell .info p{
    font-size: 12px;
  }
  .cell .cellbox p{
    font-size: 17px;
  }
  .cell .cellbox p .bold1{
    font-size: 17px;
  }  
  .cell .cellbox p .bold2{
    font-size: 17px;
  }
  .name{
    font-size: 20px;
  }
  .conversion .conversion-list .conitem{
    height: 140px;
  }
  .conversion .head span{
    font-size: 20px;
  }
  .conversion .desc{
    font-size: 16px;
  }
  .sonomembeship .sonomembeship-list .conitem{
    height: 140px;
  }
  .sonomembeship .head span{
    font-size: 20px;
  }
  .sonomembeship .desc{
    font-size: 16px;
  }
  .sc-header{
    height: 100px;
    padding: 10px;
  }
  .sc-header h1{
    font-size: 28px;
  }
  .sc-header .Version{
    height: 100%;
    width: unset;
  }
  .sc-header span{
  font-size: 13px;
}
  .company{
    padding-bottom: 180px;
  }
}

@media (min-width: 700px){
  input{
    font-size: 16px;
  }
  .floating{
    height: 140px;
  }
  .floating .wrap{
    height: 140px;
  }
  .floating .wrap .callbox {
    height: 110px;
  }  
  .floating .wrap .applybtn .applybtnbox {
    height: 110px;
  }
  #login-form .squre input::placeholder{
    font-size: 16px;
  }
  .www label{font-size: 16px;}
  .www .btn-detail{font-size: 16px;}
  .www [type="checkbox"]{width: 18px; height: 18px;}
  .Benefit{
    padding: 60px 30px;
  }
  .Benefit h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .BenefitEX .EX{
    height: 260px;
  }
  .BenefitEX .EX .H1B{
    font-size: 28px;
  }
  .BenefitEX .EX p{
    font-size: 18px;
  }
  .cell{
    padding: 60px 30px;
  }
  .cell h1 {
    font-size: 36px;
  }  
  .cell p{
    font-size: 20px;
  }
  .price-table .right{
    font-size: 13px;
  }
  .price-table th{
    font-size: 17px;
  }
  .price-table td{
    font-size: 17px;
  }
  .price-table .lental{
    font-size: 14px;
  }
  .price-table .highlight td{
    font-size: 17px;
  }
  .price-table .total span{
    font-size: 14px;
  }
  .cell .info p{
    font-size: 14px;
  }
  .cell .cellbox p{
    font-size: 20px;
  }
  .cell .cellbox p .bold1{
    font-size: 20px;
  }  
  .cell .cellbox p .bold2{
    font-size: 20px;
  }
  .Type{
    padding: 60px 0;
  }
  .TypeT{
    font-size: 32px;
    padding: 30px 0;
  }
  .name{
    font-size: 24px;
  }
  .smartcare-wrap {
    padding: 0 30px;
  }  
  .smartcare-btn{
    font-size: 24px;
  }
  .conversion {
    padding: 60px 30px;
  }    
  .conversion .title{
    font-size: 32px;
  }
  .conversion .conversion-list .conitem{
    height: 180px;
  }
  .conversion .head span{
    font-size: 24px;
  }
  .conversion .desc{
    font-size: 20px;
  }
  .conversion .notice{
    font-size: 16px;
  }
  .sonomembeship {
    padding: 60px 30px;
  }      
  .sonomembeship .title{
    font-size: 32px;
  }  
  .sonomembeship .sonomembeship-list .conitem{
    height: 180px;
  }
  .sonomembeship .head span{
    font-size: 24px;
  }
  .sonomembeship .desc{
    font-size: 20px;
  }
  .sonomembeship .notice{
    font-size: 16px;
  }  
  .sc-header{
    height: 100px;
    padding: 10px;
  }
  .sc-header h1{
    font-size: 32px;
  }
  .sc-header .Version{
    height: 100%;
    width: unset;
  }
  .sc-header span{
  font-size: 13px;
  }
  .sc-section h2{
    font-size: 20px;
  }
  .sc-box h3{
    font-size: 16px;
  }
  .sc-box p {
    font-size: 14px;
  }
  .price-list{
    font-size: 14px;
  }
  .price-list li{
    line-height: 1.5;
  }
  .sc-list{
    font-size: 14px;
  }
  .sc-table{
    font-size: 14px;
  }
  .smartcareII{
    padding: 40px 30px;
  }
  .company{
    padding-bottom: 200px;
  }
  .phone-number {
    font-size: 45px;
    font-weight: bold;
    margin: 10px 0;
  }
  .phone-info .label{
    font-size: 16px;
  }
  .business-info p{
    font-size: 16px;
  }
  .accordion summary{
    font-size: 16px;
  }
}