/* BASIC css start */
:root {
  --color-primary: #E9A72C;
  --color-primary-light: #F6F3ED;
  --color-line: #D0C1A5;
  --color-text: #000000;
  --color-gray: #dddddd;
}


#contentWrap {
  background: white;
}

.hbuying-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 120px 0;
}

/* Çì´õ ¿µ¿ª */
.header-section {
  text-align: center;
  margin-bottom: 50px;
}

.header-section a {
  font-size: inherit;
  color: var(--color-primary);
  background : var(--color-primary-light);
  font-weight: 600;
  cursor: pointer;
}

.header-section a:hover {
  background : #ffffff;
}

.badge-text {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-title {
  color: var(--color-text);
  font-size: 58px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 20px;
}

.description {
  font-size: 22px;
  line-height: 36px;
  color: var(--color-text);
}

.description .highlight {
    display: block;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
}


/* ¼Ò°³ ¿µ¿ª */

.hbuying-intro {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.hbuying-intro-title {
  font-size: 28px;
  font-weight: 900;
  color: var(--color-primary);
}

.hbuying-intro-desc {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-text);
  line-height: 30px;
  flex: 1;
}

.hbuying-intro-desc strong {
  color: var(--color-primary);
  cursor: pointer;
}

.hbuying-divider {
  width: 100%;
  height: 0;
  border-top: 2px solid var(--color-primary);
}



/* ´ë·®±¸¸Å ¾È³» Ä«µå */

.bulk-guide-card-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}


.bulk-guide-card {
    width: 85%;
    padding: 30px 0px;
    box-sizing: border-box;
    background: var(--color-primary-light);
    border-radius: 30px;
    outline: 1px var(--color-line) solid;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}

/* Çì´õ ¿µ¿ª */
.bulk-guide-header {
    align-self: stretch;
    align-items: center;
    padding: 20px;
    display: flex;
    border-right: 1px solid var(--color-line);
    text-align: center;
}

/* Å¸ÀÌÆ² */
.bulk-guide-title {
  width: 240px;
  display: flex;
  flex-direction: column;
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 900;
  word-wrap: break-word;
}

/* ±¸ºÐ¼± ÄÁÅ×ÀÌ³Ê */
.bulk-guide-divider {
  padding: 10px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: flex;
}

/* ±¸ºÐ¼± */
.bulk-guide-divider-line {
  width: 157px;
  height: 0px;
  transform: rotate(90deg);
  transform-origin: top left;
  outline: 1px var(--color-line) solid;
  outline-offset: -0.50px;
}

/* ÄÜÅÙÃ÷ ¿µ¿ª */
.bulk-guide-content {
    width: 340px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    display: inline-flex;
}

/* ¼ÒÁ¦¸ñ */
.bulk-guide-heading {
  align-self: stretch;
  color: black;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  word-wrap: break-word;
}

/* ¼³¸í ÅØ½ºÆ® */
.bulk-guide-description {
    align-self: stretch;
    display: flex;
    color: black;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
}

.bulk-guide-description b {
  color: var(--color-primary);
}

/* ÀÌ¹ÌÁö */
.bulk-guide-image {
  width: 223px;
  height: 157px;
  border: 1px var(--color-line) solid;
  margin-right: 30px;
}


.bulk-guide-heading a {
  font-size: inherit;
  color: var(--color-primary);
  background : var(--color-primary-light);
  font-weight: 600;
  cursor: pointer;
}

.bulk-guide-heading a:hover {
  background : #ffffff;
}

.bulk-guide-button {
  width: 370px;
  padding: 30px 20px;
  background: black;
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 600;
}

.bulk-guide-button a {
color: white;
font-size: 24px;
}

.bulk-guide-bottomnotice {
  font-size: 20px;
  line-height: 38px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bulk-guide-bottomnotice a {
  font-size: inherit;
  color: var(--color-primary);
  background : var(--color-primary-light);
  font-weight: 600;
  cursor: pointer;
}


.animate {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-out;
}

.animate.active {
    opacity: 1;
    transform: translateY(0);
}

.animate1 {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

.animate1.active {
    opacity: 1;
    transform: translateY(0);
}

/* BASIC css end */

