﻿.tf-container { position: relative; margin-left: auto; margin-right: auto; padding-right: 15px; padding-left: 15px; width: 1440px; max-width: 100%; }

.tf-blog { padding: 50px 0px; }
.detail-inner { margin-right: 30px; }
.detail-inner .image { margin-bottom: 31px; }
.detail-inner .title { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: flex-start; justify-content: space-between; flex-direction: column; }
.detail-inner .content-inner { margin-bottom: 21px; }

.tab-button { background-color: #161616; border: none; color: #6E7A88; padding: 15px 30px; margin: 5px; font-size: 16px; border-radius: 10px; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease; }
.tab-button.active { background-color: var(--primary-color5); color: #080808; }
.tab-button:hover { background-color: var(--primary-color5); color: #080808; }

@media screen and (max-width: 768px) {
  .tab-button { padding: 12px 25px; font-size: 14px; }
}

@media screen and (max-width: 480px) {
  .tab-button { padding: 10px 20px; font-size: 12px; }
}

.social-item li a:hover svg path { fill: var(--primary-color5); }

.info-link { font-family: 'Alexandria', sans-serif; font-size: 15px; font-weight: 300; line-height: 44px; text-underline-position: from-font; text-decoration-skip-ink: none; color: #6E7A88; }
.info-link a { font-family: 'Alexandria', sans-serif; font-size: 15px; font-weight: 300; line-height: 44px; text-decoration-line: underline; text-decoration-style: solid; text-underline-position: from-font; text-decoration-skip-ink: auto; color: #6E7A88; }
.social-share-container { font-family: Alexandria, sans-serif; margin: 50px 0 50px; text-align: left; }
.social-share-container .social-title { font-size: 46px; font-weight: 400; line-height: 74px; color: #fff; text-underline-position: from-font; text-decoration-skip-ink: none; margin-bottom: 15px; }
.social-share-container .social-item { display: flex; align-items: center; gap: 55px; list-style: none; padding: 0; margin: 0; }
.social-share-container .social-item li { display: inline-block; }
.social-share-container .social-item a { text-decoration: none; color: #fff; font-size: 35px; transition: transform 0.3s ease, color 0.3s ease; }
.social-share-container .social-item a:hover { transform: scale(1.2); color: #FFB800; }
.social-share-container .social-item svg, .social-share-container .social-item i { width: 35px; height: 35px; }
.content-card { width: 100%; aspect-ratio: 2 / 5; position: relative; border-radius: 15px 15px 0px 0px; overflow: hidden; transition: transform 0.3s ease; margin-bottom: 50px; min-height: 450px; max-height: 600px; }
.content-card img { width: 100%; height: 65%; object-fit: cover; display: block; }
.content-card::after { content: ""; position: absolute; bottom: 35%; left: 0; width: 100%; height: 20%; background: linear-gradient(to top, var(--background-body) 5%, transparent); pointer-events: none; }
.content-card-content { position: relative; width: 100%; height: 35%; background: linear-gradient(to top, var(--background-body) 5%, transparent); padding: 15px; color: white; text-align: left; }
.tf-content-headlist .title { font-family: 'Alexandria', sans-serif; font-size: 25px; font-weight: 400; line-height: 32px; display: block; margin-bottom: 5px; }
.level { font-family: 'Alexandria', sans-serif; font-size: 15px; font-weight: 400; line-height: 30px; color: var(--primary-color5); display: block; margin-bottom: 5px; }
.duration { font-family: 'Alexandria', sans-serif; font-size: 15px; font-weight: 400; line-height: 32px; display: flex; flex-direction: row; align-items: center; gap: 7px; }
.content-card img.star-icon { width: 12px; height: 12px; }
.tf-content-headlist { margin: 50px 0; text-align: center; }
.tf-content-write { margin: 50px 0px; }
.tf-content-faculty101 { margin: 50px 0px; }
.tf-content-faculty101 .border-box { padding: 15px 20px; }
.tf-content-faculty101 .faculty-card { border-radius: 12px; overflow: hidden; transition: transform 0.3s ease-in-out; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; gap: 10px; margin-bottom: 60px; }
.tf-content-faculty101 .faculty-card img { height: 290px; object-fit: cover; border-radius: 20px; }
.tf-content-faculty101 .faculty-card img.star-icon { width: 10px; height: 10px; }
.tf-content-faculty101 h3 { font-family: 'Urbanist', sans-serif; font-size: 40px; font-weight: 700; line-height: 24px; color: #FFFFFF; margin-bottom: 30px; }
.tf-content-faculty101 h5 { font-family: 'Alexandria', sans-serif; font-size: 25px; font-weight: 400; line-height: 32px; color: #F4F6F8; }
.tf-content-faculty101 small { font-family: 'Alexandria', sans-serif; font-size: 15px; font-weight: 300; line-height: 40px; color: #F4F6F8; }
.button-card { display: flex; flex-direction: column; justify-content: center; background: #FFDB7E; border-radius: 20px; height: 290px; width: 100%; padding: 20px; }
.button-card p { font-family: 'Alexandria', sans-serif; font-size: clamp(16px, 2vw, 24px); font-weight: 500; line-height: 1.3; color: #000000; text-align: left; }
.button-card img { margin-top: 15px; width: 35px; height: 35px; }
.mobile-image { width: 70%; }
.content-table { width: 100%; border-collapse: collapse; font-family: 'Urbanist', sans-serif; font-weight: 800; font-size: 15px; line-height: 40px; }
.content-table th, .content-table td { border: 1px solid #f1c446; padding: 8px; text-align: left; }
.content-table th { color: #f1c446; }
.content-table thead { background-color: transparent; }
.mt-3 { margin-top: 1rem !important; }

.image-description { display: flex; justify-content: space-between; align-items: flex-start; margin: 10px 0px 30px 0px; padding: 0px; width: 100%; }
.full-image { width: 100%; }

.bist-campaign { background-color: var(--primary-color5); color: #141B22; padding: 5px 10px; border-radius: 13px; font-family: 'Alexandria', sans-serif; font-size: 14.8px; line-height: 37.2px; text-align: center; cursor: pointer; border-radius: 8px; font-weight: 600; display: inline-flex; align-items: center; gap: 10px; border: 1.34px solid #FFB800; }
.bist-campaign:hover { background-color: #080b0e; }
.bist-campaign:focus, .bist-campaign:focus-visible { background-color: var(--primary-color5); color: #141B22; outline: 2px solid #141B22; outline-offset: 2px; }
.bist-campaign:focus:not(:focus-visible) { outline: none; }

.border-box { position: relative; display: inline-block; padding: 10px 30px; border-left: 2px solid #FFB800; border-right: 2px solid #FFB800; border-top-left-radius: 10px; border-bottom-right-radius: 10px; overflow: hidden; }
.border-box::before, .border-box::after { content: ""; position: absolute; width: 30%; height: 2px; background: #FFB800; transition: all 0.3s ease-in-out; }
.border-box::before { top: 0; left: 0; border-top-left-radius: 10px; }
.border-box::after { bottom: 0; right: 0; border-bottom-right-radius: 10px; }

.tf-content-row { display: flex; flex-direction: column; align-items: center; gap: 30px; }

.reverse { flex-direction: row-reverse; }
