/* single page start */

.single-container {
}

.about-us-2__content .section__title {
  font-size: 36px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .about-us-2__content .section__title {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .about-us-2__content .section__title {
    font-size: 24px;
  }
}
.single-post__inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.single-post__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 24px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.single-post__data {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #666;
}

.single-post__data__name {
}

.single-post__data__date {
}

.single-post__data__contents {
  margin-bottom: 60px;
}

.single-post__fv {
  margin-bottom: 80px;
}

.single-post__fv img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.single-post__attachments {
  border: 1px solid #d4d4d4;
  margin-bottom: 60px;
}

.single-post__attachments h3 {
  padding: 10px;
  background: #f3f3f3;
  font-size: 14px;
  line-height: 1;
}

.single-post__attachments ul {
  list-style: none;
}

.single-post__attachments li {
  padding: 10px;
  background: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .single-post__fv {
    margin-bottom: 10%;
  }
  .single-post__inner {
    padding: 0 4%;
  }
  .single-post__title {
    font-size: 18px;
    margin-bottom: 4%;
  }
  .single-post__data__contents {
    margin-bottom: 9%;
  }
  .single-post__attachments {
    margin-bottom: 9%;
  }
}

/* single page end */

/* archive page start */

.archive-post__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.archive-post__select {
  line-height: 1;
  font-size: 14px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 0;
  width: 90px;
  flex-shrink: 0;
  padding: 0 4px;
  height: 45px;
}
.archive-post__title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  color: #333;
}

.archive-post__search {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.archive-post__search input {
  width: 300px;
  height: 45px;
  padding: 8px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #ccc;
  border-right: none;
}

.archive-post__search input::placeholder {
  font-size: 14px;
  color: #999;
}

.archive-post__search button {
  width: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9b1a5b;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

.archive-post__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000;
}

.archive-post__table th,
.archive-post__table td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.archive-post__table td.center {
  text-align: center;
  font-size: 14px;
}

.archive-post__table td.ellipsis {
  line-height: 1.5;
}
.archive-post__number {
  width: 90px;
}

.archive-post__date {
  width: 120px;
}

.archive-post__table th {
  background: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
}

.archive-post__table tr {
  cursor: pointer;
  transition: 0.3s;
}

.archive-post__table tr:hover {
  background: #f1f1f1;
}

.archive-post__table td a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.archive-post__table td a:hover {
  color: #333;
  text-decoration: underline;
}

.archive-post__pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.archive-post__pagination a,
.archive-post__pagination span {
  display: inline-block;
  padding: 10px 12px;
  margin: 0 5px;
  border: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.3s ease;
}

.archive-post__pagination a:hover {
  background: #9b1a5b;
  color: #fff;
  border-color: #9b1a5b;
}

.archive-post__pagination .current {
  background: #9b1a5b;
  color: #fff;
  border-color: #9b1a5b;
  font-weight: bold;
}

@media (max-width: 767px) {
  .archive-post__number {
    width: 40px;
  }

  .archive-post__date {
    width: 80px;
  }
  .archive-post__container {
    margin: 0 auto 10%;
    padding: 0 4%;
  }
  .archive-post__search {
    justify-content: center;
    margin-bottom: 8%;
  }

  .archive-post__search input {
    width: 100%;
    height: 40px;
    font-size: 13px;
  }
  .archive-post__search input::placeholder {
    font-size: 13px;
    color: #999;
  }
  .archive-post__search button {
    width: 50px;
    height: 40px;
    font-size: 12px;
  }
  .archive-post__select {
    font-size: 12px;
    width: 80px;
    height: 40px;
  }

  .archive-post__table th,
  .archive-post__table td {
    font-size: 12px;
    padding: 8px;
  }

  .archive-post__table td.center {
    text-align: center;
    font-size: 11px;
  }

  .archive-post__pagination a,
  .archive-post__pagination span {
    padding: 4px 8px;
    font-size: 12px;
    margin: 0 3px;
  }
}

/* archive page end */

/* footer start */

.footer__pdf {
  background-color: #f6f6f6;
  padding: 16px 0;
}

.footer__pdf__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.footer__pdf__item {
  padding: 0 20px;
  text-align: center;
  display: block;
  color: #888;
  line-height: 1;
  font-size: 14px;
  position: relative;
}

.footer__pdf__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e1e1e1;
}

.footer__pdf__item:last-child:after {
  display: none;
}

@media (max-width: 767px) {
  .footer__pdf {
    padding: 16px 0;
  }
  .footer__pdf__item {
    padding: 0 8px;
    font-size: 12px;
  }
}

@media (max-width: 370px) {
  .footer__pdf__item {
    font-size: 10px;
  }
}

/* footer end */

/* common tab start */
.common-tab__container {
  width: 100%;
  padding-bottom: 30px;
}
.common-tab__button {
  width: 100%;
  max-width: 600px;
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
}

.common-tab__button__item {
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-align: center;
  color: #888;
  font-size: 24px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

.common-tab__button__item:hover {
  border-bottom: 2px solid #9b1a5b;
  color: #9b1a5b;
}

.common-tab__button__item.active {
  border-bottom: 2px solid #9b1a5b;
  color: #9b1a5b;
  font-weight: bold;
}

.common-tab__contents {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.common-tab__contents p {
  text-align: center;
}

.common-tab__contents__item {
  width: 100%;
  display: none;
}

.common-tab__contents__item.show {
  display: block;
}

@media (max-width: 767px) {
  .common-tab__contents {
    margin-top: 6%;
    margin-bottom: 10%;
  }
  .common-tab__button {
    padding: 0 4%;
  }

  .common-tab__button__item {
    height: 45px;
    font-size: 14px;
  }
}
/* common tab end */

/*common */
.cb-cursor {
  z-index: 999999 !important;
}
.br_pc_only {
  display: inline-block;
}
.br_sp_only {
  display: none;
}
@media (max-width: 767px) {
  .br_pc_only {
    display: none;
  }
  .br_sp_only {
    display: inline-block;
  }
}
/* common end*/

/* contact */
#contact-map {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  #contact-map {
    width: 100%;
    height: 50vw;
  }
}

.contact-custom-label {
  position: absolute;
  background: none;
  color: red;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  text-shadow:
    -1.5px -1.5px 0 white,
    1.5px -1.5px 0 white,
    -1.5px 1.5px 0 white,
    1.5px 1.5px 0 white;
}

/* contact end */

/* greeting */

.greeting__history {
  width: 100%;
}

.greeting__history__inner {
  width: 100%;
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}

.greeting__history {
  width: 100%;
  margin-top: 120px;
}

.greeting__history__bottom {
  width: 100%;
  margin-top: 120px;
}

.greeting__history h3 {
  font-size: 28px;
  margin-bottom: 20px;
  display: flex;
  font-weight: 500;
  align-items: center;
}

.greeting__history h3 svg {
  margin-right: 10px;
}

.greeting__history__table {
  width: 100%;
}

.greeting__history__table__list {
  width: 100%;
}
.greeting__history__table__list__item {
  display: flex;
  border-bottom: 1px solid #1f1f1f;
}
.greeting__history__table__list__item h5 {
  font-size: 18px;
  font-weight: 400;
  padding: 14px 20px;
  width: 250px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.greeting__history__table__list__item h5::before {
  content: "";
  background-color: #999;
  position: absolute;
  z-index: 1;
  top: 25%;
  width: 1px;
  height: 50%;
  right: 0;
}
.greeting__history__table__list__item p {
  font-size: 16px;
  padding: 14px 20px;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.greeting__history__bottom h5 {
  text-align: center;
  justify-content: center;
  font-size: 16px;
}

.greeting__history__bottom .greeting__history__table__list__item {
  padding: 14px 0;
}

.greeting__history__bottom h5::before {
  display: none;
}

.greeting__history__bottom p {
  text-align: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.greeting__history__bottom p span {
  display: block;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5;
}

.greeting__history__bottom p span:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.greeting__history__table__list__item p::before {
  content: "";
  background-color: #999;
  position: absolute;
  z-index: 1;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  left: 0;
}

@media (max-width: 1024px) {
  .greeting__history {
    margin-top: 20%;
  }
  .greeting__history__bottom {
    margin-top: 14%;
  }
  .greeting__history h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .greeting__history__table__list__item h5 {
    font-size: 16px;
  }
  .greeting__history__bottom h5 {
    font-size: 14px;
  }
  .greeting__history__table__list__item p {
    font-size: 14px;
  }
  .greeting__history__bottom .greeting__history__table__list__item h5 {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .greeting__history {
    margin-top: 20%;
  }
  .greeting__history__bottom {
    margin-top: 14%;
  }
  .greeting__history__inner {
    padding: 0 4%;
  }
  .greeting__history h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .greeting__history__table__list__item {
    flex-direction: column;
  }
  .greeting__history__table__list__item h5 {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 14px;
    width: 100%;
  }
  .greeting__history__bottom h5 {
    font-size: 14px;
  }

  .greeting__history__table__list__item h5::before {
    display: none;
  }
  .greeting__history__table__list__item p {
    font-size: 14px;
    padding: 0 14px 16px;
    width: 100%;
  }
  .greeting__history__bottom .greeting__history__table__list__item p {
    padding-bottom: 0;
  }
  .greeting__history__bottom .greeting__history__table {
    overflow-y: none;
    overflow-x: scroll;
  }
  .greeting__history__bottom .greeting__history__table__list {
    width: 700px;
  }
  .greeting__history__bottom .greeting__history__table__list__item {
    flex-direction: row;
  }
  .greeting__history__bottom .greeting__history__table__list__item h5 {
    width: 100px;
  }
}
/* greeting end */

/* top page */
.top-fv {
  position: relative;
  height: 820px !important;
}

.top-fv:before {
  z-index: 2;
}
.top-fv .container {
  position: relative;
  z-index: 3;
}

.top-fv .video-container {
  z-index: 1;
}
.top-fv__popup {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.top-fv__popup__item {
  width: calc(33.3333% - 10px);
  position: relative;
  transition: 0.3s;
}
.top-fv__popup__item.hide {
  opacity: 0;
}
.top-fv__popup__item__img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-fv__popup__item__img img {
  width: 100%;
  display: block;
}
.top-fv__popup__item__button {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.top-fv__popup__item__button img {
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .top-fv {
    height: 500px !important;
  }
  .top-fv__popup__item__button {
    width: 4vw;
    height: 4vw;
    right: 1.2vw;
    top: 1.2vw;
  }
}
@media (max-width: 767px) {
  .top-fv {
    height: inherit !important;
    overflow: visible;
  }
  .top-fv .video-container {
    display: none;
  }
  .top-fv__popup__item__button {
    width: 9vw;
    height: 9vw;
    right: 2vw;
    top: 1vw;
  }
  .top-fv__popup {
    position: absolute;
    z-index: 4;
    top: 20px;
    transform: translateX(-50%);
    padding: 0 4%;
    display: block;
  }
  .top-fv__popup__item.hide {
    display: none;
  }
  .top-fv__popup__item {
    width: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
  }
}

.about-us-2__item-list li {
  align-items: flex-start;
}

.about-us-2__item-list li svg {
  flex-shrink: 0;
  margin-top: 6px;
}
/* top page end */

/* 인사말 */
.greetings-text-sign img {
  width: 100px;
  margin-left: 0;
}
.greetings-text {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #f0f0f0;
}

.greetings-img {
  width: 300px;
  min-width: 300px;
  height: auto;
  margin-top: 0;
  background: none;
  flex-shrink: 0;
}

.greetings-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.greetings-text__content {
  flex: 1;
  min-width: 0;
}

@media (max-width: 767px) {
  .greetings-text {
    flex-direction: column;
    gap: 24px;
  }

  .greetings-img {
    width: 180px;
    min-width: 0;
    margin: 0 auto;
  }
}
/* 인사말 end */

/* 투자운용 핵심 투자원칙 */
.investment-principles__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: 36px 40px;
  margin-bottom: 28px;
  background: linear-gradient(90deg, #5c4033 0%, #1a1210 100%);
  border-radius: 8px;
}

.investment-principles__header .section__subtitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 8px;
}

.investment-principles__header .section__title {
  color: #fff;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.4;
}

.investment-principles__desc {
  margin: 0;
  max-width: 400px;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

.investment-principles__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.investment-principles__card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 28px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
}

.investment-principles__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e8e8e8;
}

.investment-principles__card-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.investment-principles__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: #9b1a5b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.investment-principles__card-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}

.investment-principles__card-en {
  display: block;
  font-size: 13px;
  font-style: italic;
  color: #9b1a5b;
  line-height: 1.4;
}
.investment-principles__title {
  text-align: left;
}

.investment-principles__card-num {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: rgba(155, 26, 91, 0.8);
  flex-shrink: 0;
}

.investment-principles__card-lead {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
}

.investment-principles__card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.investment-principles__card-list li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

.investment-principles__card-list li + li {
  margin-top: 8px;
}

.investment-principles__card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999;
}

@media (max-width: 1024px) {
  .investment-principles__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 24px;
  }

  .investment-principles__desc {
    max-width: none;
    text-align: left;
  }

  .investment-principles__grid {
    grid-template-columns: 1fr;
  }
  .investment-principles__title {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .investment-principles__card-top {
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .investment-principles__card-heading {
    gap: 10px;
  }

  .investment-principles__icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .investment-principles__icon svg {
    width: 18px;
    height: 18px;
  }

  .investment-principles__card-title {
    font-size: 15px;
  }

  .investment-principles__card-en {
    font-size: 12px;
  }

  .investment-principles__card-num {
    font-size: 24px;
  }
}
/* 투자운용 핵심 투자원칙 end */
