.container-body-section {
  padding-top: 100px;
}

.visual-top {
  padding-top: var(--ab-header-height);
  padding-bottom: 10px;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  line-height: 1.3;
  color: #666;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .container-body-section {
    padding-top: 50px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .visual-top {
    padding-top: 0px;
  }

  .container-body-section {
    padding-top: 50px;
  }
}


.pc-only {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}



/******************************************************************************
* 비쥬얼 TOP
******************************************************************************/
.sub-visual {
  position: relative;
  opacity: 1;
}

.sub-visual .txt-box {
  position: absolute;
  left: 0;
  z-index: 5;
  color: var(--ab-natural-0);
}

/* 서브타이틀 */
.sub-visual .txt-box .text-box-1 {
  color: var(--ab-natural-0);
}

/* 메인 타이틀 */
.sub-visual .txt-box .text-box-2 {
  font-family: 'Creato Display', sans-serif;
  font-weight: 700;
  font-size: 6.25rem; /* 100px */
  color: var(--ab-natural-0);
  text-transform: uppercase;
  line-height: 0.75;
  padding-top: 40px;
}

.sub-visual .bg {
  position: relative;
  width: 100%;
  height: 720px;
  opacity: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 1s 0.2s;
}

.sub-visual .bg:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}
 
.sub-visual .bg img {
  transform: translate(-50%,-50%) scale(1.05);
  transition: all 2s 0.5s;
}

.sub-visual.aos-animate .bg {
  clip-path: inset(0 0 0 0);
}

.sub-visual.aos-animate .bg img {
  transform: translate(-50%,-50%) scale(1);
}

.fit-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sub-visual.aos-animate .bg img {
  transform: translate(-50%, -50%) scale(1);
}

.sub-visual .bg img {
  transform: translate(-50%, -50%) scale(1.05);
  transition: all 2s 0.5s;
}

.fit-box img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

.vh-100 {
  height: 100vh;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .sub-visual .bg {
    height: 600px !important;
  }

  .sub-visual .bg.vh-100 {
    height: 100vh !important;
  }

  .sub-visual .txt-box .text-box-2{
    font-size: 3.75rem; /* 60px */
  }
}

@media (max-width: 767px) {
  .sub-visual .bg {
    height: 400px !important;
  }

  .sub-visual .bg.vh-100 {
    height: 100vh !important;
  }

  .sub-visual .txt-box .text-box-2 {
    font-size: 2.5rem; /* 40px */
    padding-top: 20px;
    line-height: 1.1;
  }
}

.w1720 {
  max-width: 1720px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1720px) {
  .w1720 {
      padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .w1720 {
      padding: 0 20px;
  }
}

/******************************************************************************
* 본문중간 sub menu
******************************************************************************/
.sub-nav {
  position: sticky;
  top: 30px; /* 상단 메뉴 높이만큼 보정 */
  z-index: 1;
  display: block;
  position: sticky;
  top: 0;
  /* padding-top: 1.5625rem;
  padding-bottom: 1.5625rem; */
  text-align: center;
  z-index: 9;
  transition: transform .6s ease;
  background-color: #ffffff80;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  overflow-x: auto;
  overflow-y: hidden;
}

.sub-nav-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.sub-nav-tab {
  font-family: 'Pretendard', sans-serif;
  color: var(--ab-natural-350);
  font-weight: 500;
  font-size: 1.25rem; /* 20px */
  letter-spacing: -.01em;
  list-style: none;
  /* padding: 35px; */
  padding: 20px;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
  gap: 65px;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .sub-nav-tab {
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .sub-nav {
    position: relative;
  }

  .sub-nav-tab {
    justify-content: space-between;
    font-size: 1.125rem; /* 18px */
    letter-spacing: -.01em;
    padding: 20px;
    gap: 48px;
  }
}

.sub-nav-tab > li {
  flex: 0 0 auto; 
}

.sub-nav-tab > li > a:hover, 
.sub-nav-tab > li > a.active {
  color: var(--ab-natural-800);
  font-weight: 600;
}

/******************************************************************************
* 본문중간 sub menu 밑에 sub tab
******************************************************************************/

.ab-sub-tab {
  max-width: 950px;
  margin: 0 auto; /* 중앙 정렬 */
  display: flex;
  font-size: 1.25rem; /* 20px */
  font-weight: 600;
}

.ab-sub-tab a {
  flex: 1; /* 반으로 나눔 */
  text-align: center; /* 글자 중앙 */
  padding: 1.25rem 0; /* 높이 맞추고 싶을 때 */
  text-decoration: none;
}

.ab-sub-tab a.active {
  color: var(--ab-natural-0);
  background-color: var(--ab-natural-1);
}

@media (max-width: 1199px) and (min-width: 768px) {

  .ab-sub-tab {
    max-width: 700px;
    font-size: 1.125rem; /* 18px */
  }

  .ab-sub-tab a {
    padding: 16px 0; /* 높이 맞추고 싶을 때 */
  }
}

@media (max-width: 767px) {
  .ab-sub-tab {
    max-width: 100%;
    font-size: 1rem; /* 16px */
  }

  .ab-sub-tab a {
    padding: 13px 0; /* 높이 맞추고 싶을 때 */
  }
  
}

/******************************************************************************
* ABOUT
******************************************************************************/

/********************   회사소개   ********************/
.ab-introduction-section-1 {
  display: flex;
  gap: 29px;
  flex-wrap: wrap;
  padding-bottom: 84px;
}

.ab-introduction-section-1-item {
  flex: 1;
  min-width: 0;
  background-color: var(--ab-natural-210);
  padding: 25px 30px 90px 35px;
  color: var(--ab-natural-820);
}

.ab-introduction-section-1__title {
  display: flex;
  flex-direction: column;
  padding:  110px 0 95px 0;
  gap: 14px;
}

.ab-introduction-section-1__number {
  font-family:  'Montserrat', serif !important;
  font-size: 1.875rem; /* 30px */
  font-weight: 500;
  color: var(--ab-natural-360);
  line-height: 0.8;
}

.ab-introduction-section-1__title > div:first-child {
  font-size: 1.125rem; /* 18px */
  font-weight: 500;
}

.ab-introduction-section-1__title > div:last-child {
  font-family:  'Montserrat', serif !important;
  letter-spacing: -.03em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.375rem; /* 22px */
  line-height: 0.8;
  color: var(--ab-natural-1);
  white-space: nowrap;
}

.ab-introduction-section-1__description,
.ab-introduction-section-2__description {
  /* font-weight: 500; */
  line-height: 1.8;
  letter-spacing: unset;
}

.ab-introduction-section-1 {
  display: flex;
}

.ab-introduction-section-2-item {
  padding: 50px 30px 50px 37px;
  display: flex;
  flex-direction: row;
  gap: 138px;
  border-bottom: 2px solid var(--ab-natural-220);
}

.ab-introduction-section-2__title {
  min-width: 250px;
  flex-direction: column;
  display: flex;
  gap: 14px;
}

.ab-introduction-section-2__title > div:first-child  {
  font-size: 1.25rem; /* 20px */
}

.ab-introduction-section-2__title > div:last-child {
  font-family:  'Montserrat', serif !important;
  letter-spacing: -.03em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem; /* 20px */
  white-space: nowrap;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .ab-introduction-section-1 {
    flex-direction: column;
    padding-bottom: 50px;
  }

  .ab-introduction-section-1-item {
    padding: 25px 30px 25px 35px;
  }

  .ab-introduction-section-1__title {
    padding:  45px 0 35px 0;
  }

  .ab-introduction-section-1__title > div:first-child {
    font-size: 1.125rem; /* 18px */
    font-weight: 500;
  }

  .ab-introduction-section-1__title > div:last-child {
    font-weight: 500;
    font-size: 1.25rem; /* 20px */
  }

  .ab-introduction-section-2-item {
    padding: 25px 30px 25px 37px;
    gap: 50px;
}

  .ab-introduction-section-2__title > div:first-child  {
    font-weight: 500;
    font-size: 1.125rem; /* 18px */
  }

  .ab-introduction-section-2__title > div:last-child {
    font-weight: 500;
    font-size: 1.125rem; /* 18px */
  }

  .ab-introduction-section-1__description
  .ab-introduction-section-2__description {
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .ab-introduction-section-1 {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .ab-introduction-section-1-item {
    padding: 40px 25px;
  }

  .ab-introduction-section-1__title {
    padding:  40px 0 35px 0;
  }

  .ab-introduction-section-1__title > div:first-child,
  .ab-introduction-section-2__title > div:first-child {
    font-size: 1.125rem; /* 18px */
  }

  .ab-introduction-section-1__number {
    font-size: 1.5rem; /* 24px */
  }


  .ab-introduction-section-1__title > div:last-child,
  .ab-introduction-section-2__title > div:last-child {
    font-size: 1.125rem; /* 18px */
  }

  .ab-introduction-section-2-item {
    flex-direction: column; /* title 아래에 description */
     gap: 30px;
  }

  .ab-introduction-section-1__description,
  .ab-introduction-section-2__description {
    font-weight: 400;
  }
}

/********************    CEO 인사말   ********************/
.ab-ceo-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
  flex-wrap: wrap;
}

.ab-ceo-section-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1; /* 남는 공간 채움 */
  font-size: 1.125rem;
  line-height: 1.5;
}

.ab-ceo-section-right {
  flex: 0 0 auto; /* 이미지 크기만큼 width */
}

.ab-ceo-section-right > img {
  width: 100%;
  max-width: 420px;
  height: auto; /* PC에서는 자연스럽게 비율 유지 */
}

.ab-ceo-section-right__title {
  position: relative;
  padding-top: 55px;
  font-size: 1rem;
  z-index: 3;
}

.ab-ceo-section-right__title > span:first-child {
  color: #595959;
}

.ab-ceo-section-right__name {
  position: relative; /* 서명 위치 기준 */
  display: inline-block;
  font-size: 1.875rem; /* 30px */
  font-weight: 600;
  z-index: 2;
  line-height: 2;
}

.ab-ceo-section-right__name > span:first-child{
  position: relative; /* 서명 위치 기준 */
  z-index: 2;
}

.ab-ceo-section-right__name > img {
  position: absolute;
  top: 100%;
  transform: translate(-20%, -50%); /* 약간 겹치게 조정 */
  pointer-events: none; /* 클릭 막기 */
  z-index: 1;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .ab-ceo-section-right > img {
    max-width: 300px;
    object-fit: cover; /* 이미지 비율 유지하며 영역 맞춤 */
  }

  .ab-ceo-section-right__title {
    padding-top: 35px;
  }

  .ab-ceo-section-right__name {
    font-size: 1.5rem; /* 24px */
  }

  .ab-ceo-section-right__name > img {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .ab-ceo-section {
    flex-direction: column; /* 세로로 쌓기 */
    gap: 15px;
  }

  .ab-ceo-section-right {
    padding-bottom: 50px;
  }

  .ab-ceo-section-left {
    font-size: 1rem;
  }

  .ab-ceo-section-right > img {
    padding-top: 30px;
    width: 100%;       /* 가로 꽉 채움 */
    height: auto;      /* 비율 유지, 필요 시 줄이기 */
    object-fit: cover; /* 이미지 비율 유지하며 영역 맞춤 */
  }

  .ab-ceo-section-right__title {
    padding-top: 25px;
  }

  .ab-ceo-section-right__name {
    font-size: 1.25rem; /* 20px */
  }

  .ab-ceo-section-right__name > img {
    width: 110px;
  }
}

/********************   연혁   ********************/
.ab-history-section {
  padding: 100px clamp(50px, 5vw, 100px) 0 clamp(50px, 5vw, 100px);
}

.ab-history-wrapper {
  display: flex;
  gap: 180px;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

/* 연도 영역 */
.ab-history-year .text {
  display: flex;
  flex-direction: column;
  gap: 60px;
  font-family:  'Montserrat', serif !important;
  letter-spacing: -.02em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3.125rem; /* 50px */
  line-height: 1.2;
  color: var(--ab-natural-370);
}

.ab-history-year img {
  max-width: 583px; /* PC 로고 기본 크기 */
  height: auto;
  padding-top: 130px;
  margin-top: 10px;
}

.ab-history-year .text > a:hover, 
.ab-history-year .text > a.active {
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--ab-natural-1);
}


/* 내용 영역 */
.ab-history-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  flex: 1;
}

/* 내용 블록 */
.history-block {
  display: flex;
  flex-direction: column;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  gap: 80px;
}

/* 활성 블록 fade-in */
.history-block.active {
  transform: translateY(0);
}

.ab-history-content-text {
  font-size: 1.25rem; /* 20px */
  font-weight: 500;
  line-height: 2;
  display: flex;
  flex-direction: row;
  gap: 38px;
}

.ab-history-content-text > span:first-child {
  color: var(--ab-natural-350);
}

.ab-history-year.mobile-only {
    position: sticky;
    top: 50px; /* 조절 가능 */
    z-index: 10;
    background: var(--ab-natural-0) !important;
    padding: 20px 0;
}

.ab-history-year.pc-only img {
    display: none;
    width: 100%;
    transition: opacity 0.3s ease;
}

@media (max-width: 1320px) and (min-width: 1198px) {
  .ab-history-wrapper { 
    gap: 100px;
  }
  
  .ab-history-year.pc-only img {
      width: 80%;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .ab-history-section {
    padding-top: 100px;
    gap: 100px;
    flex-direction: column;
  }

  .history-block {
    gap: 30px;
  }

  .ab-history-section > div:last-child {
    flex-direction: column;
    gap: 40px;
  }

  

  .ab-history-content {
    gap: 50px;
  }

  .ab-history-year {
    width: 100%;
    gap: 45px;
    font-size: 2.1875rem; /* 35px */
    line-height: 0.8;
  }

  .ab-history-year > img,
  .mobile-only > img {
    /* max-width: 50%; */
    height: auto;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .ab-history-section {
    padding: 50px 20px ;
    gap: 30px;
    display: flex;
    flex-direction: column;
  }

  .history-block {
    gap: 24px;
  }
  
  .ab-history-content {
    gap: 50px;
  }

  .ab-history-wrapper {
    gap: 50px;
  }

  .ab-history-year {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }

  .ab-history-year img,
  .mobile-only > img {
    width: 100%;
    height: auto;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .ab-history-year .text {
    order: 2;
    font-size: 2.5rem; /* 40px */
    line-height: 0.8;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  
  .ab-history-content {
    order: 3;
  }


  .ab-history-content-text > span:first-child {
    font-size: 1rem; /* 16px */
  }

  .ab-history-content-text > span:last-child {
    font-size: 1rem; /* 16px */
    line-height: 1.6;
  }
}

/********************    IR   ********************/
.ab-ir-company-section {
  padding-top: 100px;
}

.ab-ir-company-section-header > img {
  /* max-width: 1440px; */
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ab-ir-company-section-body{
  padding-top: 93px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.ab-ir-company-section-body-title > span {
  position: relative;
  display: inline-block;  /* 글자 너비 기준으로 길이 설정 */
  font-size: 1.875rem; /* 30px */
  font-weight: 700;
  padding-top: 27px;
}

.ab-ir-company-section-body-title > span::before {
  content: "";
  position: absolute;
  top: 0;                 /* 글자 상단 */
  left: 0;
  width: 60%;             /* 글자 너비의 70% */
  height: 2px;            /* 선 두께 */
  background-color: var(--ab-natural-820); /* 선 색상 */
}

.ab-ir-company-section-body-sub {
  display: flex;
  flex-direction: row;
  gap: 40px;
  border: 1px solid var(--ab-natural-240);
}

.ab-ir-company-section-body-sub-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
  padding: 64px 38px;
  gap: 40px;
  font-size: 1.125rem; /* 18px */
  line-height: 1.8;
}

.ab-ir-company-section-body-sub-item > div {
  display: flex;
  gap: 40px;
}

.ab-ir-company-section-body-sub-item > div > div:first-child {
  flex: 0 0 73px;
  white-space: nowrap;
  color: var(--ab-natural-350);
}

@media (max-width: 1199px) and (min-width: 768px) {
  .ab-ir-company-section {
      padding-top: 100px;
  }

  .ab-ir-company-section-body {
    padding-top: 70px;
    gap: 40px;
  }

  .ab-ir-company-section-body-sub-item > div {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ab-ir-company-section {
      padding-top: 50px;
  }

  .ab-ir-company-section-body {
      padding-top: 45px;
      gap: 30px;
  }

  .ab-ir-company-section-body-sub {
    gap: 0px;
	flex-direction: column;
  }

  .ab-ir-company-section-body-sub-item {
    padding: 30px;
    gap: 20px;
    font-size: 1rem; /* 16px */
  }

  .ab-ir-company-section-body-sub-item > div {
    gap: 20px;
  }

  .ab-ir-company-section-body-sub-item > div > div:first-child {
    line-height: 1.5;       /* 원하는 라인 높이로 고정 (1, 1.2, 1.5 등) */
    vertical-align: middle; /* inline-block일 때 수직 정렬 보정 */
    font-size: 16px;        /* 브라우저 기본 확대 이슈 방지*/
    word-break: keep-all;   /* 필요 시 단어 잘림 방지 */
  }

  .ab-ir-company-section-body-sub-item > div > div:last-child {
    line-height: 1.5;       /* 원하는 라인 높이로 고정 (1, 1.2, 1.5 등) */
    vertical-align: middle; /* inline-block일 때 수직 정렬 보정 */
    font-size: 16px;        /* 브라우저 기본 확대 이슈 방지*/
	word-break: break-all;
	word-wrap: break-word; 
	-webkit-hyphens: none;
  }

  .ab-ir-company-section-body-sub-item:last-child {
    padding-top: 0px;
  }

  .ab-ir-company-section-body-title > span {
    padding-top: 20px;
    font-size: 1.625rem;   /* 26px */
  }
}

.ab-board-section {
  display: flex;
  padding: 100px 40px;
  flex-direction: column;
}

.ab-board-section-header {
  display: flex;
  justify-content: flex-end; /* 오른쪽 끝 정렬 */
  align-items: center;
  width: 100%;
  position: relative;         /* input 안 아이콘 위치용 */
  padding-bottom: 20px;
}

.ab-board-section-header > .search-input-box {
  width: 360px;          /* 최대 너비 */
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ab-natural-400);
}

.ab-board-section-header > .search-input-box > input {
  width: 100%;
  padding: 10px 40px 5px 5px;
  font-weight: 400;
}

input,
input:focus,
input:active  {
    box-shadow: none;
    outline: none;
    border-width: 0;
}

.ab-board-section-header > .search-input-box > input::placeholder {
  color: var(--ab-natural-230);
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
}

.ab-board-section-header > .search-input-box i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--ab-natural-390);
  cursor: pointer;
  padding-bottom: 24px;
}

.ab-board-body-box {
  width: 100%;
  border-bottom: 2px solid var(--ab-natural-380);
}

.ab-board-body-title {
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px
}

.ab-board-body-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease;
}

.ab-board-body-content .ab-board-body-content-inner img {
  max-width: 100%;
  object-fit: cover;
}

.ab-board-body-content-inner {
  /* background: #F8F8F8; */
  padding: 40px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.ab-board-body-content.open {
  opacity: 1;
}

.ab-board-body-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 38px 0;
  /*cursor: pointer;*/
}

.ab-board-body-row--number {
  font-family:  'Montserrat', 'Pretendard', serif;
  font-weight: 500;
  color: var(--ab-natural-0);
  background-color: var(--ab-natural-1);
  padding: 9px 16px;
  justify-content: center;
  align-items: center;
}

.ab-board-body-row--text {
  flex: 1;                   /* 남은 공간 차지 */
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center
}

.ab-board-body-row--text > div:first-child {
  font-size: 1.125rem; /* 18px */
  letter-spacing: -.01em;
}

.ab-board-body-row--text > div:last-child {
  font-size: 0.9375rem; /* 15px */
  color: var(--ab-natural-350);
}

.ab-board-body-row--download {
  flex: 0 0 auto;            /* 크기 고정 */
  margin-left: auto;         /* 오른쪽 끝으로 밀기 */
  font-size: 1.625rem; /* 26px */
  cursor: pointer;
}

.ab-board-section-pagination {
  font-family:  'Montserrat', serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.ab-board-section-pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;   /* 완전 원형 */
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s all;
}

.ab-board-section-pagination a.active {
  background-color: var(--ab-natural-1);
  color: var(--ab-natural-0);
}

.toggle-btn {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-btn .icon {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}


.toggle-btn .line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

/* 클릭 시 플러스가 회전하면서 마이너스로 */
.toggle-btn.active .icon {
  transform: rotate(180deg);
}

/* 수직 라인은 사라지게 처리 */
.toggle-btn.active .vertical {
  opacity: 0;
}

.toggle-btn .icon {
  transition: transform 0.3s ease;
}

.line {
  transition: opacity 0.3s ease;
}

.toggle-btn.active .icon {
  transform: rotate(180deg);
}

.toggle-btn.active .vertical {
  opacity: 0;
}


@media (max-width: 1199px) and (min-width: 768px) {
  .ab-board-section {
    padding-top: 100px;
    padding-left: 0;
  }

  .ab-board-section-header > .search-input-box i {
    padding-bottom: 40px;
  }

}

@media (max-width: 767px) {
  .ab-board-section {
    padding: 50px 0px;
  }

  .ab-board-section-header > .search-input-box {
    width: 250px;          /* 최대 너비 */
    padding-bottom: 0px;
  }

  .ab-board-section-header > .search-input-box i {
    padding-bottom: 24px;
  }

  .ab-board-body{
    padding-top: 20px;
  }

  .ab-board-body-title {
    gap: 15px
  }

  .ab-board-body-row{
    gap: 20px;
    padding: 20px 0;
  }

  .ab-board-body-row--number {
    font-size: 0.875rem; /* 14px */
    padding: 9px 12px;
  }

  .ab-board-body-row--text {
    gap: 5px;
  }

  .ab-board-body-row--text > div:first-child {
    font-size: 1rem; /* 16px */
    line-height: 1.5;
  }

  .ab-board-body-row--text > div:last-child {
    font-size: 0.875rem; /* 14px */
  }

  .ab-board-body-row--download {
    font-size: 1rem;
  }

  .ab-board-section-pagination {
    gap: 10px;
  }

  .ab-board-body-content-inner {
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .ab-board-body-content .ab-board-body-content-inner img {
    width: 100%;
    object-fit: cover;
  }

  .toggle-btn {
    width: 28px;
    height: 28px;
    padding: 2px;
  }

  .toggle-btn .icon {
    width: 28px;
    height: 28px;
  }

  .toggle-btn .line {
    stroke-width: 0.8;
  }

}

/********************    location   ********************/
.ab-location-section {
  position: relative;
}

.ab-location-section-map {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 640px;
  /*max-width: 1440px; /* PC에서 최대 1440px */
  margin: 0 auto;    /* 가운데 정렬 */
  padding-top: calc(7 / 16 * 100%); /* 세로 비율 16:7 유지 */
  overflow: hidden;  /* 넘치는 부분 잘라내기 */
}

.ab-location-section-map > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* 비율 유지 + 꽉 채움 */
}

.ab-location-section-map .ab-location-section-map-api {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.ab-location-section-popup {
  position: absolute;
  top: 50%;          /* 세로 중앙 */
  right: 120px;          /* 오른쪽 붙이기 */
  transform: translateY(-50%); /* 정확히 중앙 */
  max-width: 490px;
  max-height: 405px;
  background: var(--ab-natural-1);  /* 검정색 배경 */
  color: var(--ab-natural-0);
  z-index: 100;       /* 지도 위에 나오게 */
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ab-location-section-popup--logo > img{
  display: block;       /* inline 여백 제거 */
  width: 100%;          /* 부모 너비에 맞춰 반응형 */
  max-width: 325px;     /* 최대 크기 제한 */
  height: auto;         /* 비율 유지 */
}

.ab-location-section-popup--address {
  padding: 43px 128px 190px 0;
  white-space: nowrap;
}

.ab-location-section-popup--link {
  margin-top: auto;       /* 맨 아래로 밀기 */
  display: inline-flex;
  align-items: center;
  padding: 15px 28px;
  border: 1px solid var(--ab-natural-0);
  gap: 5px;
  border-radius: 9999px;
  white-space: nowrap;
  width: fit-content;
}

.ab-location-section-info {
  display: flex;
  flex-direction: column;
  gap:85px;
  padding-top: 107px !important;
}

.ab-location-section-info-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.ab-location-section-info-item-icon {
  width: 92px;
  height: 92px;
  border: 1px solid var(--ab-natural-370);
  border-radius: 10%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-location-section-info-item-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* 비율 유지하며 영역 안에 맞춤 */
}

.ab-location-section-info-item-text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.ab-location-section-info-item-text > div {
  display: flex;              /* 라벨/내용을 가로로 */
  align-items: flex-start;    /* 위쪽 정렬 */
  font-size: 1.125rem; /* 18px */
  font-weight: 500;
  align-items: center; /* 세로 가운데 정렬 */
  gap: 15px;
}

.ab-location-section-info-item-text > div:first-child {
  font-weight: 600;
  font-size: 1.5625rem;   /* 25px */
}


.ab-location-section-info-item-text > div > div:first-child {
  width: 80px;                /* 라벨(운행노선, 정류장, 2호선, 9호선) 공통 width */
  color: var(--ab-natural-350);
  flex-shrink: 0;             /* 줄어들지 않게 */
}

.ab-location-section-info-item-text > div > div:last-child {
  flex: 1;                    /* 남은 공간을 차지 */
  color: var(--ab-natural-820);
}

.location-info-train {
  font-size: 1rem;
  color: var(--ab-natural-0) !important;
  text-align: center;
  padding: 7px 13px;
  border-radius: 9999px;
  white-space: nowrap; /* 줄바꿈 방지 */
}

.number-2 {
  background-color: #38ab36;
}

.number-9 {
  background-color: #bb9527;
}


@media (max-width: 1199px) and (min-width: 768px) {
  .ab-location-section-map {
    padding-top: calc(10 / 16 * 100%);
  }

  .ab-location-section-popup {
    top: 40%;
    right: 50px;
  }

  .ab-location-section-popup--logo > img {
    max-width: 250px;
  }

  .ab-location-section-popup--address {
    padding: 30px 0 100px 0;
  }
}

@media (max-width: 767px) {
  .ab-location-section-map {
    padding-top: calc(16 / 16 * 100%);
  }

  .ab-location-section-popup {
    position: relative;
    margin-top: 50px;
    top: 10%;
    right: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 35px 20px;
    z-index: 9;
  }

  .ab-location-section-popup--logo > img {
    max-width: 220px;
  }

  .ab-location-section-popup--address {
    padding: 30px 0 100px 0;
  }
  
  .ab-location-section-info {
    padding-top: 60px !important;
  }

  .ab-location-section-info-item-icon {
    display: none;
  }

  .ab-location-section-info-item-text{
    gap: 20px;
  }

  .ab-location-section-info-item-text > div {
    font-size: 1rem; /* 16px */
    font-weight: 500;
  }

  .ab-location-section-info-item-text > div:first-child {
    font-size: 1.25rem; /* 20px */
  }
}

/******************************************************************************
* brand
******************************************************************************/
.ab-brand {
  /* padding-top: 90px; */
  overflow: hidden;
}

.ab-brand-visual > img {
  max-width: 100%;
  width: 100%;
  max-height: 979px;
  height: auto;
  object-fit: cover;
}

.ab-brand-visual-fade-zoom {
  opacity: 0;
  transform: scale(1.2); /* 초기 살짝 확대 */
  filter: blur(5px); /* 초기 흐릿하게 */
  transition: transform 1s ease-out, opacity 1s ease-out, filter 1s ease-out;
}

.ab-brand-visual-fade-zoom.loaded {
  opacity: 1;                 /* 선명하게 나타남 */
  transform: scale(1);        /* 원래 크기로 */
  filter: blur(0);            /* 선명하게 */
}

.ab-brand-main {
  padding: 100px 200px 0px 200px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ab-brand-main-box {
  display: flex;
  gap: 30px;
}

/* 이미지 wrapper */
.img-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
}

.img-wrapper .brand-img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.4s ease;
}

.img-wrapper .logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-width: 60%; /* 가로 비율 최대 80% */
  max-height: 60%; /* 세로 비율 최대 80% */
  object-fit: contain; /* 긴 이미지 비율 유지 */
  transition: transform 0.4s ease;
  pointer-events: none; /* 마우스 이벤트 방해 안함 */
}

.img-wrapper:hover .brand-img {
  filter: blur(2px) brightness(0.8); /* 살짝 흐려지고 어둡게 */
}

.img-wrapper:hover .logo-img {
  transform: translate(-50%, -50%) scale(1.05); /* 살짝 확대 */
}

.ab-brand-detail-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* .ab-brand-detail-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: center top;
    display: block;
    transform: scale(1);
} */

.ab-brand-title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 50px;
  background-color: rgba(41, 39, 36, .5);
  z-index: 2;
}

.ab-brand-title > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.ab-brand-title-main {
  font-family:  'Montserrat', serif !important;
  font-weight: 600;
  font-size: 3.4375rem; /* 55px */
  line-height: 1.1;
  color: var(--ab-natural-0);
  text-transform: uppercase;
  text-align: center;
}

.ab-brand-title-sub {
  font-size: 1.125rem; /* 18px */
  font-weight: 400;
  color: var(--ab-natural-0);
  text-transform: uppercase;
  line-height: 1.7;
  text-align: center;
  color: var(--ab-natural-250);
}

.ab-brand-logo {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 95px;
  padding: 210px 70px 147px 70px;
}

.ab-brand-logo img > {
  width: 100%;
  height: auto;
  display: block;
}

.ab-brand-logo--link {
  display: inline-flex;
  align-items: center;
  padding: 15px 40px 15px 30px;
  border: 1px solid var(--ab-natural-1);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  gap: 15px;
  border-radius: 9999px;
  white-space: nowrap;
  margin: 0 auto;
}

.ab-brand-logo--link i {
  font-size: 1.875rem; /* 30px */
  color: inherit;
}

.ab-brand-logo--link:hover{
  color: var(--ab-natural-0);
  background-color: var(--ab-natural-1);
}

@media (max-width: 1199px) and (min-width: 768px) {
  .ab-brand {
    /* padding-bottom: 150px; */
  }

  .ab-brand-main {
    padding: 100px 70px 150px 70px;
  }

  .ab-brand-title {
    padding: 260px 0 245px 0;
  }

  .ab-brand-logo {
    padding: 180px 70px 130px 70px;
    gap: 70px;
  }

  .ab-brand-logo img {
    width: 60vw;
    max-width: 340px; /* 최대 크기 제한 가능 */
    height: auto;
  }
  
  .ab-brand-title-main {
    font-size:  2.625rem; /* 42px */
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .ab-brand {
    /* padding-bottom: 50px; */
  }

  .ab-brand-visual > img {
      max-height: 100%;
      height: 100vh;
  }

  .ab-brand-main {
    padding: 50px 20px 100px 20px;
    gap: 30px;
  }
  .ab-brand-main-box {
    gap: 30px;
    flex-direction: column;
  }

  .sub-visual.brand {
    display: flex;
    flex-direction: column;
  }

  .sub-visual.brand .txt-box {
    position: relative;
    left: 0;
    z-index: 5;
    color: var(--ab-natural-1);
    order: 2
  }

  .ab-brand-title {
    position: relative;
    padding: 100px 20px;
    gap: 0;
    background-color: var(--ab-natural-0);
  }

  .ab-brand-logo {
    padding: 50px 45px 100px 45px;
    gap: 40px;
        background-color: rgba(41, 39, 36, .1);
  }

  .ab-brand-logo img {
    width: 50vw;
    max-width: 340px; /* 최대 크기 제한 가능 */
    height: auto;
  }

  .ab-brand-title-main {
    font-size: 1.375rem; /* 22px */
    line-height: 1.6;
    color: var(--ab-natural-1);
  }

  .ab-brand-title-sub {
    font-size: 1rem; /* 16px */
    line-height: 1.6;
    color: var(--ab-natural-1);
  }

  .ab-brand-logo--link {
    padding: 8px 20px;
    font-size: 1rem;
    gap: 0px;
  }

  .ab-brand-logo--link i {
    font-size: 1.6875rem; /* 27px */
  }
}

/******************************************************************************
* STORE
******************************************************************************/
.ab-store {
  /* padding-bottom: 250px; */
}

.ab-store-map {
  position: relative;
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
  padding-top: calc(7.34 / 16 * 100%);
  height: 100%;
}

.ab-store-map > img {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}

.ab-store-map .ab-store-map-api {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.ab-store-map-location-text {
  position: absolute;
  bottom: 40px;           /* 하단에서 20px 떨어진 위치 */
  left: 50%;              /* 가로 가운데 */
  transform: translateX(-50%); /* 정확히 중앙 정렬 */
  padding: 25px 35px;
  background-color: var(--ab-natural-1);
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 10;
  color: var(--ab-natural-0);
  white-space: nowrap;
  font-size: 1.25rem;
}

.ab-store-map-popup {
  position: fixed;
  top: 120px;
  left: 36px;
  width: 100%;
  max-width: 485px;
  max-height: calc(100vh - 180px);
  height: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 100;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ab-store-map-popup-top {
  padding: 0 50px ;
  
}

.ab-store-map-popup-title {
  padding-top: 48px;
  /*cursor: move;           /* 표준 브라우저 */
  -webkit-grab: grab;     /* Safari */
  -moz-grab: grab;        /* Firefox */
  -ms-grab: grab;         /* IE(지원 제한) */
  user-select: none; /* 텍스트 선택 방지 */
  font-weight: 600;
}

.ab-store-map-popup-search {
  display: flex;
  padding: 0 0 22px 0;
  justify-content: space-between;
  gap: 7px
}

.ab-store-map-popup-search > input {
  width: 100%;
  padding: 0 15px;
  border: 1px solid var(--ab-natural-270);
  border-radius: 11px;
  outline: none;
}


.ab-store-map-popup-search > input::placeholder {
  color: var(--ab-natural-230);
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
}

.ab-store-map-popup-search > button {
  padding: 10px 27px;
  border-radius: 11px;
  white-space: nowrap;
}

.ab-store-map-popup-brand {
  display: flex;
  gap: 28px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  z-index: 0;
  padding: 18px 5px 0 5px;
  color: var(--ab-natural-350);
  font-weight: 400;
  white-space: nowrap;
}

.ab-store-map-popup-brand::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--ab-natural-260);
  z-index: 0; /* 제일 아래 */
}

.ab-store-map-popup-brand a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 15px;
  z-index: 1;
}

/* hover 시 강조 밑줄 */
.ab-store-map-popup-brand a::after {
  content: "";
  position: absolute;
  left: -5px;  /* 글자보다 5px 왼쪽으로 */
  right: -5px; /* 글자보다 5px 오른쪽으로 */
  bottom: 0px; /* brand border-bottom 덮도록 */
  height: 1px;
  background: var(--ab-natural-1); /* 강조 색상 */
  
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
}

.ab-store-map-popup-brand a:hover,
.ab-store-map-popup-brand a:focus,
.ab-store-map-popup-brand a.active {
  font-weight: 500;
  color: var(--ab-natural-1);
}


.ab-store-map-popup-brand a:hover::after,
.ab-store-map-popup-brand a:focus::after,
.ab-store-map-popup-brand a.active::after {
  opacity: 1;
}

.ab-store-map-popup-country .custom-select-wrapper {
  padding: 12px 10px 12px 0;
  display: flex;
  gap: 5px;
}

.ab-store-map-popup-country .custom-select {
  flex: 1; /* 두 개 동일한 너비 */
}

.custom-select {
  position: relative;
  border: 1px solid var(--ab-natural-270);
  border-radius: 11px;
  outline: none;
  cursor: pointer;
  user-select: none;
}

/* 선택된 영역 */
.custom-select .selected {
  padding: 15px 20px;
}

.custom-select .selected::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23141414' stroke='%23141414' stroke-width='1.5' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--ab-natural-270);
  border-radius: 11px;
  background: #fff;
  display: none;
  z-index: 10;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.115);
  max-height: 300px;
}

.custom-select .options li {
  padding: 10px 20px;
  cursor: pointer;
}

.custom-select .options li:hover {
  background-color: var(--ab-natural-200);
}

/* 선택된 옵션에 active 색상 */
.custom-select .options li.selected {
  color: var(--ab-natural-1);
}

.custom-select.open .options li.selected {
  background-color: var(--ab-natural-200);
  background-image: none;
}

.custom-select.open .options li::after {
  content: none;
}

/* select box 사용시 */
.ab-select {
  border: 1px solid var(--ab-natural-270);
  border-radius: 11px;
  outline: none;
  padding: 15px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23141414' stroke='%23141414' stroke-width='1.5' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 10px;
}

.ab-select option {
  border: 1px solid var(--ab-natural-270);
}

.ab-select option:hover {
  background-color: var(--ab-natural-200) !important;
}

.ab-store-map-popup-list-wrapper {
  position: relative;
  border-bottom-left-radius: 12px;   /* popup 하단 radius */
  border-bottom-right-radius: 12px;  /* popup 하단 radius */
  overflow: hidden; /* scroll 영역이 둥근 모서리를 침범하지 않게 */
  flex: 1 1 auto;
}

.ab-store-map-popup-list {
  overflow-y: auto;
  height: 100%;
}

/* 그림자: 스크롤 바깥에 배치 */
.top-shadow,
.bottom-shadow {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 5;
}

.top-shadow {
  top: 0;
  height: 2%;
  background: linear-gradient(to bottom, rgba(187,187,187,0.1), rgba(187,187,187,0));
}

.bottom-shadow {
  bottom: 0;
  height: 20%;
  background: linear-gradient(to top, #ffffff, rgba(255,255,255,0));
}

.ab-store-map-popup-list-inner{
  padding: 25px 66px 30px 52px;
}

.ab-store-map-popup-list-inner-text {
  color: var(--ab-natural-410);
  font-size: 0.8125rem; /* 13px */
}

.ab-store-map-popup-list-inner-item {
  border-bottom: 1px solid var(--ab-natural-280);
}

.ab-store-map-popup-list-inner-item.first-item {
  padding: 15px 0 42px 0;
}

.ab-store-map-popup-list-inner-item:not(.first-item) {
  padding: 40px 0 42px 0;
}

.ab-store-map-popup-list-inner-item--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
}

.ab-store-map-popup-list-inner-item--title div:first-child {
  font-size: 1.25rem; /* 20px */
  font-weight: 600;
}

.ab-store-map-popup-list-inner-item--title div:last-child {
  font-family:  'Montserrat', serif !important;
  font-size: 0.8125rem; /* 13px */
  color: var(--ab-natural-350);
}


.ab-store-map-popup-list-inner-item--desc div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem; /* 15px */
  color: var(--ab-natural-820);
}

.ab-store-map-popup-list-inner-item--desc div:last-child {
  align-items: flex-start;
  line-height: 1.8;
}


@media (max-width: 1199px) and (min-width: 768px) {

  .ab-store-map-popup-top {
    padding: 0 40px;
  }

  .ab-store-map-popup-title {
    padding-top: 38px;
  }

  .ab-store-map-popup-list-inner {
    padding: 25px 56px 20px 42px;
  }

  .ab-store-map-popup-list-inner-item.first-item {
    padding: 15px 0 32px 0;
  }

  .ab-store-map-popup-list-inner-item:not(.first-item) {
    padding: 30px 0 32px 0;
  }

  .ab-select {
    padding: 7px 28px 7px 9px;
  }
}

@media (max-width: 767px) {

  .ab-store-map-popup {
    top: var(--ab-header-height);
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: calc(100vh - var(--ab-header-height));
    z-index: 6
  }

  .ab-store-map .ab-store-map-api {
    height: 100%;
  }

  .ab-store-map-popup-top {
    padding: 0 30px;
  }

  .ab-store-map-popup-title {
    padding-top: 28px;
  }

  .ab-store-map-popup-list-inner {
    padding: 25px 46px 20px 32px;
  }

  .ab-store-map-popup-list-inner-item.first-item {
    padding: 15px 0 22px 0;
  }

  .ab-store-map-popup-list-inner-item:not(.first-item) {
    padding: 20px 0 32px 0;
  }

  .ab-store-map-popup-list-inner-item--title div:first-child {
      font-size: 1.125rem; /* 18px */
      font-weight: 500;
  }

  .ab-select {
    padding: 6px 25px 6px 8px; /* 약간 작은 패딩 */
  }

  .ab-store-map-location-text {
    padding: 18px 28px;
    font-size: 1em; /* 18px */
  }
}

/******************************************************************************
* CONTACT
******************************************************************************/
.ab-helpcenter-section {
  display: flex;
  flex-wrap: wrap;
  gap: 150px;
}

.ab-helpcenter-section-item {
  flex: 1;
}

.ab-helpcenter-section-title {
  font-family: 'Creato Display', sans-serif;
  font-weight: 700;
  font-size: 2.1875rem; /* 35px */
  text-transform: uppercase;
  line-height: 0.75;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--ab-natural-280);
}

.ab-helpcenter-section-sub {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.ab-helpcenter-section-sub > div > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1.125rem; /* 18px */
  color: var(--ab-natural-820);
}

.ab-helpcenter-section-sub > div > div > div {
  display: flex;
  gap: 16px;
}

.ab-helpcenter-section-sub > div > div > div > span {
  font-size: 1rem;
  color: var(--ab-natural-350);
  display: flex;
  align-items: end;
  font-weight: 500;
  line-height: 1.6;
}

.ab-helpcenter-section-sub > div > div:first-child {
  font-size: 1.4375rem; /* 23px */
  font-weight: 600;
  padding: 33px 0 35px 0;
}

.ab-helpcenter-section-sub-inner {
  gap: 35px !important;
}

.ab-helpcenter-section-sub-inner--desc {
  flex-direction: column;
  gap: 20px !important;
}

.ab-helpcenter-section-sub-inner--desc > div:first-child {
  font-size: 1rem;
  color: var(--ab-natural-350);
  font-weight: 500;
}

.ab-helpcenter-section-sub-inner--desc > div:not(:first-child){
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.ab-helpcenter-section-sub-inner--desc > div > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ab-helpcenter-section-sub > div > div > div:nth-child(4) {
  line-height: 1.6;
}

.ab-inquire-section-title {
  padding-bottom: 39px;
  border-bottom: 1px solid var(--ab-natural-290);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ab-inquire-section-title > div:nth-child(1) {
  font-size: 1.875rem; /* 30px */
  font-weight: 600;
}

.ab-inquire-section-title > div:nth-child(2) {
  font-size: 1.125rem; /* 18px */
}

.ab-inquire-section-item {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

.ab-inquire-section-item-title {
  display: flex;
  padding: 42px 0 45px 0;
  font-size: 1.25rem; /* 20px */
  font-weight: 600;
}

.ab-inquire-section-item-title > span {
  padding-left: 5px;
  font-size: 0.9375rem; /* 15px */
  font-weight: 500;
}

.ab-inquire-section-item-input {
  display: flex;
  gap: 57px;
}

.ab-inquire-section-item-input input {
  width: 100%;
  padding: 12px 5px;
  border: none;
  border-bottom: 1px solid var(--ab-natural-290);
  outline: none;
}

.ab-inquire-section-item-input > input::placeholder {
  color: var(--ab-natural-300);
  font-weight: 400;
  font-size: 1rem;
}

.ab-inquire-section-item-input > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.border-box-color-e4e4e4 {
  border: 1px solid #e4e4e4 !important;
}

.ab-inquire-section-textarea {
  width: 100%;
  outline: none;
  border: 1px solid #bbbbbb !important;
  padding: 5px 12px;
  height: 400px;
  resize: none;
}

.border-color-bbbbbb {
  border-color: #bbbbbb !important;
}

.ab-inquire-section-item-agree {
  padding: 30px 10px 88px 10px;
  display: flex;
  align-items: center;
  font-size: 1.125rem; /* 18px */
}

.ab-inquire-section-item-agree input[type="checkbox"] {
  appearance: none; /* 기본 브라우저 스타일 제거 */
  width: 19px;
  height: 19px;
  border: 2px solid #9d9d9d;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.ab-inquire-section-item-agree input[type="checkbox"]:checked {
  background-color: #9d9d9d;
}

.ab-inquire-section-item-agree input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  color: #fff;
  font-size: 1rem;
  left: 2px;
  top: -1px;
}

.ab-inquire-section-item-agree label  {
  padding: 0 15px 0 7px;
  cursor: pointer;
  color: var(--ab-natural-820);
}

.ab-inquire-section-item-agree--button {
  padding: 12px 18px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  cursor: pointer;
  color: #555555;
}

.ab-inquire-section-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 40px 15px 30px;
  border: 1px solid var(--ab-natural-1);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  gap: 15px;
  border-radius: 9999px;
  white-space: nowrap;
  margin: 0 auto;
}

.ab-inquire-section-button:hover {
  background-color: var(--ab-natural-1);
  color: var(--ab-natural-0)
}

@media (max-width: 1199px) and (min-width: 768px) {
  .ab-helpcenter-section-title {
    font-size: 1.875rem; /* 30px */
  }

  .ab-helpcenter-section-sub > div > div:first-child {
    font-size: 1.25rem; /* 20px */
  }

  .ab-inquire-section-item-title {
    padding: 32px 0 35px 0;
  }
}

@media (max-width: 767px) {
  .ab-helpcenter-section {
    flex-direction: column;
    gap: 100px;
  }
  
  .ab-helpcenter-section-title {
    font-size: 1.875rem; /* 30px */
  }

  .ab-helpcenter-section-sub {
    gap: 30px;
  }

  .ab-helpcenter-section-sub > div > div {
    font-size: 1rem;
  }

  .ab-helpcenter-section-sub > div > div:first-child {
    font-size: 1.25rem; /* 20px */
  }

  .ab-inquire-section-title {
    padding-bottom: 25px;
  }

  .ab-inquire-section-title > div:nth-child(1) {
    font-size: 1.5rem; /* 24px */
  }

  .ab-inquire-section-title > div:nth-child(2) {
    font-size: 1rem; /* 16px */
    line-height: 1.4;
  }

  .ab-inquire-section {
    padding-bottom: 50px;
  }

  .ab-inquire-section-item {
    padding-top: 25px;
  }

  .ab-inquire-section-item-input {
    flex-direction: column;
    gap: 0px;
  }

  .ab-inquire-section-item-title {
    padding: 32px 0 35px 0;
    font-size: 1.125rem; /* 18px */
    font-weight: 600;
  }

  .ab-inquire-section-textarea {
    height: 250px;
  }

  .ab-inquire-section-item-agree {
    padding-bottom: 50px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 1rem;
  }

  .ab-inquire-section-button {
    /* padding: 15px 30px; */
    padding: 8px 20px;
    font-size: 1rem;
    gap: 0px;
  }

  .bi-arrow-right-short {
    font-size: 1.875rem;
    animation: btn-style-1-icon-move .5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
  }

  @keyframes btn-style-1-icon-move{
    to{
      transform:translateX(50%);
    }
  }


}


/******************************************************************************
* CONTACT
******************************************************************************/
.ab-policy {
    padding: 164px 200px 250px 200px;
}

.ab-policy-inner {
  display: flex;
  flex-direction: column;
  gap: 90px;
  line-height: 1.8;
}

.ab-policy-title {
  font-size: 3.125rem; /* 50px */
  letter-spacing: -.01em;
  font-weight: 700;
}

.ab-policy-title-sub {
  font-size: 1.375rem; /* 22px */
  color: #3a3a3a;
  line-height: 1.8;
  padding-top: 10px;
}

.ab-policy-body {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.ab-policy-body-item--title {
  font-size: 1.5625rem;   /* 25px */
  font-weight: 700;
  padding-bottom: 12px;
}

.ab-policy-body-item--desc {
  font-size: 1.125rem; /* 18px */
}

@media (max-width: 1199px) and (min-width: 768px) {
  .ab-policy {
    padding: 70px 70px 150px 70px;
  }

  .ab-policy-title {
    font-size: 2.25rem; /* 36px */
  }

  .ab-policy-title-sub {
    font-size: 1.25rem; /* 20px */
  }
}

@media (max-width: 767px) {
  .ab-policy {
    padding: 50px 0px 100px 0px;
  }

  .ab-policy-title {
    font-size: 1.75rem; /* 28px */
  }

  .ab-policy-title-sub {
    font-size: 1.125rem; /* 18px */
  }

  .ab-policy-inner {
    gap: 45px;
  }

  .ab-policy-body {
    gap: 40px;
  }

  .ab-policy-body-item--title {
    font-size: 1.25rem; /* 20px */
  }

  .ab-policy-body-item--desc {
    font-size: 1rem; /* 16px */
  }
}


.pl-40 { padding-left: 40px !important}
.pl-60 { padding-left: 60px !important}
.pl-80 { padding-left: 80px !important}
.pl-100 { padding-left: 100px !important}
.pl-120 { padding-left: 120px !important}
.pl-140 { padding-left: 140px !important}
.pt-100 { padding-top: 100px !important}

@media (max-width: 767px) {
  .pl-40 { padding-left: 20px !important}
  .pl-60 { padding-left: 30px !important}
  .pl-80 { padding-left: 40px !important}
  .pl-100 { padding-left: 50px !important}
  .pl-120 { padding-left: 60px !important}
  .pl-140 { padding-left: 70px !important}
}