/* ==========================================================================
   1. Utility Classes
   ========================================================================== */
   @font-face {
    font-family: "NanumEB";
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/NanumSquareEB.woff) format("woff");
  }
  
  @font-face {
    font-family: "NanumRoundEB";
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/NanumSquareRoundEB.woff) format("woff");
  }
  
  @font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  html {
    box-sizing: border-box;
    box-sizing: border-box;
  }
  
  *, *:before, *:after {
    box-sizing: border-box;
  }
  
  img {
    width: 100%;
    max-width: 100%;
    vertical-align: top;
  }
  
  ol, ul, li {
    list-style: none;
  }
  
  blockquote, q {
    quotes: none;
  }
  
  blockquote:before,
  blockquote:after,
  q:before, q:after {
    content: none;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }
  
  textarea {
    resize: none;
  }
  
  input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  
  button {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
  }
  
  a, a * {
    cursor: pointer;
  }
  
  pre {
    white-space: pre-wrap;
  }
  
  hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    height: 1px;
    background-color: #ebebeb;
  }
  
  input[type=checkbox],
  input[type=radio] {
    opacity: 1;
    width: 13px;
    height: 13px;
    margin: 0;
    cursor: pointer;
  }
  
  sup {
    vertical-align: super;
    font-size: 0.5em;
  }
  
  a,
  a:hover,
  a:focus {
    color: inherit;
    text-decoration: none;
  }
  
  input::-webkit-search-cancel-button {
    display: none;
  }
  
  input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
  }
  
  html {
    font-size: 16px;
  }
  
  body, button, input, textarea {
    font-family: 'pretendard', sans-serif;
  }
  
  body {
    box-sizing: border-box;
  }

  .blind,
  .hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
   }
   
   /* ==========================================================================
      2. Desktop Header Styles
      ========================================================================== */
   .desktop-header {
     position: fixed;
     background-color: #fff;
     left: 0;
     right: 0;
     z-index: 9999999;
     box-shadow: 0px 4px 32.5px -7px #A3A3A340;

   }
   
   /* Header Container */
   .desktop-header__inner {
     max-width: 1200px;
     margin: 0 auto;
     padding: 10px 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
   }
   
   /* Logo */
   .desktop-header__logo .img {
     width: 84.88px;
     height: 27.08px;
   }
   
   /* Navigation */
   .desktop-header .gnb {
     display: flex;
     align-items: center;
   }
   
   .desktop-header .gnb__menu {
     display: flex;
     align-items: center;
   }
   
   .desktop-header .gnb__item a {
     display: block;
     padding: 8px 24px;
     font-weight: 500;
   }
   
   /* Header Button Styles */
   .desktop-header .gnb__item--border-btn a {
     margin-left: 40px;
     display: inline-block;
     border: 1px solid #000;
     padding: 7px 23px;
     border-radius: 6px;
     font-size: 16px;
     line-height: 24px;
     font-weight: 500;
   }
   
   .desktop-header-btn {
     border: 1px solid #000;
     padding: 7px 23px;
     border-radius: 6px;
     font-size: 16px;
     line-height: 24px;
     font-weight: 500;
   }
   
   /* ==========================================================================
      3. Desktop Footer Styles
      ========================================================================== */
   .desktop-footer {
     font-family: 'Pretendard';
   }
   
   .desktop-footer__inner {
     border-top: 1px solid #DEDEDE;
     max-width: 1200px;
     margin: 0 auto;
     padding-top: 30px;
     margin-top: 30px;
   }
   
   /* Footer Top Section */
   .desktop-footer__top {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     padding-bottom: 40px;
     padding-right: 750px;
     border-bottom: 1px solid #DEDEDE;
     gap: 20px;
   }
   
   .desktop-footer__logo {
     width: 81px;
     height: 24px;
     margin-bottom: 40px;
   }
   
   /* Footer Navigation */
   .desktop-footer__section-title {
     width: 100px;
     font-family: 'NanumEB';
     font-size: 18px;
     font-weight: 700;
     line-height: 37px;
     letter-spacing: -0.03em;
     text-align: left;
     margin-bottom: 8px;
     color: #4C4F5F;
   }
   
   .desktop-footer__nav-list {
     list-style: none;
     padding: 0;
     margin: 0;
   }
   
   .desktop-footer__nav-item {
     font-family: 'Pretendard';
     font-size: 16px;
     font-weight: 500;
     line-height: 30px;
     letter-spacing: -0.03em;
     text-align: left;
   }
   
   .desktop-footer__nav-item a {
     color: #4C4F5F;
     text-decoration: none;
   }
   
   /* Footer Bottom Section */
   .desktop-footer__bottom {
     margin-top: 24px;
   }
   
   .desktop-footer__company-info {
     font-family: 'Pretendard';
     font-size: 16px;
     font-weight: 500;
     line-height: 31px;
     letter-spacing: -0.03em;
     color: #4C4F5F;
   }
   .mobile-header {
    display: none;
  }
   
   /* ==========================================================================
      4. Mobile Footer Styles
      ========================================================================== */
   .mobile-footer {
     display: none;
     font-family: 'Pretendard', sans-serif;
     padding: 40px 24px;
   }
   
   .mobile-footer__logo {
     width: 81px;
     height: 24px;
     margin-bottom: 32px;
   }
   
   /* Mobile Footer Top Section */
   .mobile-footer__top {
     align-items: center;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 10px;
   }
   
   .mobile-footer__section {
     margin-bottom: 32px;
     /* Removed duplicate border-bottom */
   }
   
   /* Mobile Footer Navigation */
   .mobile-footer__section-title {
    width: 100px;
    font-family: 'NanumEB';
    font-size: 16px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: -0.03em;
    text-align: left;
    margin-bottom: 8px;
    color: #4C4F5F;
   }
   
   .mobile-footer__nav-list {
     list-style: none;
     padding: 0;
     margin: 0;
   }
   
   .mobile-footer__nav-item {
     font-family: 'Pretendard';
     font-size: 14px;
     font-weight: 500;
     line-height: 37px;
     letter-spacing: -0.03em;
     text-align: left;
   }
   
   .mobile-footer__nav-item a {
     color: #4C4F5F;
     text-decoration: none;
   }
   
   .mobile-footer__company-info {
     font-family: 'Pretendard';
     font-size: 12px;
     font-weight: 500;
     line-height: 19px;
     letter-spacing: -0.03em;
     color: #4C4F5F;
   }
   
   /* ==========================================================================
      5. Responsive Styles
      ========================================================================== */
   
   /* Large Screens (max-width: 1200px) */
   @media (max-width: 1200px) {
     /* Updated mobile footer width */
     .mobile-footer__inner {
       width: 348px;
       height: 103px;
     }
   
     .desktop-header__inner {
       max-width: inherit;
       padding: 10px 80px;
     }
   
     /* Show mobile footer, hide desktop */
     .mobile-footer {
       display: block;
     }
   
     .desktop-footer {
       display: none;
     }
   
     /* Mobile Footer Adjustments */
     .mobile-footer__top {
       grid-template-columns: repeat(3, 1fr);
       gap: 20px;
       padding-right: 0;
       padding-bottom: 11px;
       border-bottom: 1px solid #D9D9D9;
     }
   }
   
   /* Medium Screens (max-width: 768px) */
   @media (max-width: 768px) {
     .mobile-footer__inner {
       width: 348px;
       height: 103px;
     }
    .desktop-header {
       display: none;
     }   
     .mobile-header {
       display: block;
       position: fixed;
       background-color: #fff;
       left: 0;
       right: 0;
       padding-top: 10px;
       z-index: 15; /* maininner보다 높은 값 설정 */
  }
   
     /* Mobile Header Styles */
     .mobile-header__top {
       padding: 0 24px;
       position: relative;
     }
     .mobile-header .gnb-btn {
      width: 20px;
      height: 16px;
      margin: 10px 0;
      display: block;
      background: url("../images/home/hamburger-btn.png") no-repeat center;
      background-size: contain;
    }
    .mobile-header .gnb-btn.active {
      background: url("../images/home/close-btn.png") no-repeat center;
      background-size: contain;
    }
     .mobile-header__logo {
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       font-weight: 700;
       font-size: 20px;
       line-height: 30px;
       color: #000;
       margin: 0 auto;
       display: inline-block;
     }
   
     /* Mobile Navigation Menu */
     .mobile-header .mobile-gnb {
       display: none;
     }
   
     .mobile-header .mobile-gnb.active {
      display: block; /* 버튼 클릭 시 활성화된 경우에만 표시 */
      position: absolute;
      top: 50px; /* 필요한 위치 조정 */
      width: 100%;
      background-color: #fff;
     }
   
     .mobile-header .mobile-gnb__menu {
       background: #fff;
     }

   
     .mobile-header .mobile-gnb__item a {
       display: inline-block;
       padding: 16px 24px;
       color: #222;
       font-weight: 500;
       font-size: 16px;
       line-height: 24px;
       width: 100%;
     }
   }
   
/* 모바일 미디어 쿼리 (max-width 480px) */
@media screen and (max-width: 480px) {
     /* Updated mobile footer width for smallest screens */
     .mobile-footer__inner {
       width: 100%;
       /* height: 95px; */
     }
     .mobile-footer {
      display: block;
    }
  
    .desktop-footer {
      display: none;
    }
    .mobile-footer__top {
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* 열을 2개로 변경하여 여백 문제 해결 */
      padding: 0 10px; /* 양옆 여백 추가 */
      gap: 5px; /* 간격을 줄여 작은 화면에 적합하게 변경 */
      justify-items: start; /* 요소를 왼쪽 정렬 */
    }
}




input[type="checkbox"].commonCheckbox {
	border: 1px solid #cccccc; width: 24px; height: 24px; 
	background-color: white;
	line-height: 25px;
	vertical-align: middle;
	
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
input[type="checkbox"].commonCheckbox:checked {
  background: #5069FF;
}
input[type="checkbox"].commonCheckbox:hover {
  filter: brightness(90%);
}
input[type="checkbox"].commonCheckbox:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
input[type="checkbox"].commonCheckbox:after {
  content: '';
  position: relative;
  left: 40%;
  top: 20%;
  width: 25%;
  height: 50%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
input[type="checkbox"].commonCheckbox:checked:after {
  display: block;
}
input[type="checkbox"].commonCheckbox:disabled:after {
  border-color: #7b7b7b;
}





input[type="radio"].commonRadio {
	border: 1px solid #cccccc; width: 24px; height: 24px; 
	border-radius: 50%;
	background-color: white;
	line-height: 25px;
	vertical-align: middle;
	
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
input[type="radio"].commonRadio:checked {
  background: #5069FF;
}
input[type="radio"].commonRadio:hover {
  filter: brightness(90%);
}
input[type="radio"].commonRadio:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
input[type="radio"].commonRadio:after {
  content: '';
  position: relative;
  left: 40%;
  top: 20%;
  width: 25%;
  height: 50%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
input[type="checkbox"].commonRadio:checked:after {
  display: block;
}
input[type="checkbox"].commonRadio:disabled:after {
  border-color: #7b7b7b;
}