@charset "utf-8";

/* 서브페이지 기본 세팅 s */
.contents { padding: 10rem 0 12rem; min-height: 360px; }

@media screen and (max-width:768px){
	.contents { padding: 8rem 0 10rem; }
}


/* Program */
.prog-timeline-wrap { display: flex; flex-direction: column; gap:10rem; }
.prog-timeline__inner { display: flex; flex-wrap: wrap; gap: 3rem; }
.prog-timeline__side { flex: 0 0 38rem; border-top:1px solid; border-bottom:1px solid; }
.prog-timeline__side-sticky { position: sticky; top: 12rem; padding: 3rem; }
.prog-timeline__side-title { font-size: var(--fs-32); font-weight: 700; margin-bottom: 2.4rem; }
.prog-timeline__side-desc { line-height: 1.6; margin-bottom: 3.2rem; }
.prog-timeline__side-sticky dl { display: grid; grid-template-columns: 60px 1fr; gap:1rem; line-height: 1.6; }
.prog-timeline__side-sticky dt { color:#6b7280; }
.prog-timeline__side-sticky dd {  }
.prog-timeline__quote { padding: 3.2rem 2rem; background-color: #f6f8ff; border-left: 4px solid; font-style: italic; color: #45464d; font-size: 14px; line-height: 1.6; }
.prog-timeline__quote p { line-height: 1.6; }

.prog-timeline__content { flex: 1; text-align: left; }
.timeline-list { position: relative; }
.timeline-list li::before { content: ""; position: absolute; top: -1px; left: 0px; width: 3rem; height: calc(100% + 2px); background-color:white; transition: .3s; }
.timeline-list li::after { content: ""; position: absolute; top: -1px; right: 0px; width: 3rem; height: calc(100% + 2px); background-color:white; transition: .3s; }
.timeline-list li { position: relative; display: flex; gap: 32px; padding: 4.8rem 4rem; transition: background-color 0.3s; border: 1px solid; border-bottom:none; }
.timeline-list li:last-child { border-bottom: 1px solid; }
.timeline-item__time-box { flex: 0 0 9rem; }
.timeline-item__time { font-size: var(--fs-20); font-weight: 700; display: block; }
.timeline-item__line { height: 1px; width: 32px; background-color: #6b7280; margin: 8px 0; transition: width 0.3s; }
.timeline-item__end-time { font-size: 13px; color: #6b7280; }


.timeline-item__info { flex: 1; }
.timeline-item__title { font-size: var(--fs-24); font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
.timeline-item__title span { display: block; margin-top: 2px; font-size: var(--fs-18); font-weight: 400; color: #6b7280; line-height: 1.3; }
.timeline-item__desc { display: flex; gap:1rem; font-size: 14px; line-height: 1.6; margin-bottom: 1rem; }
.timeline-item__tag { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; height: 2.4rem; padding: 1px 12px 0; background-color: #00164e; color: #ffffff; font-size: 12px; font-weight: 700; border-radius: 99px; text-transform: uppercase; letter-spacing: 0.1em; }
.timeline-item__meta { display: flex; flex-direction: column; gap: 1.2rem; margin-top: 2rem; padding: 2rem; background: #f6f8ff; color: #45464d; transition: .3s; }
.timeline-item__meta dl { display: flex; gap: 2rem; }
.timeline-item__meta dt { color: #6b7280; flex-shrink: 0; }
.timeline-item__meta dd { color: #45464d; }
.timeline-item__meta dl p { line-height: 1.5; }
.timeline-item__meta dd b { font-weight: 600; }

.timeline-list li:hover { background-color: #f6f8ff; }
.timeline-list li:hover::before { background-color: #f6f8ff; }
.timeline-list li:hover::after { background-color: #f6f8ff; }
.timeline-list li:hover .timeline-item__line { width: 64px; }
.timeline-list li:hover .timeline-item__meta { background: #e6e8ea; }


.prog-detail { padding: 6rem 0; overflow: hidden; }
.prog-detail__inner { display: flex; align-items: center; gap: 60px; }
.prog-detail__text { flex: 1; text-align: left; order: 1; }
.prog-detail__title { font-size: 40px; font-weight: 800; margin-bottom: 32px; line-height: 1.2; color: #191c1e; }
.prog-detail__desc { font-size: 18px; color: #45464d; line-height: 1.8; margin-bottom: 32px; }
.prog-detail__btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; background-color: #000000; color: #ffffff; font-weight: 700; border-radius: 2px; text-decoration: none; transition: opacity 0.3s; }
.prog-detail__btn:hover { opacity: 0.8; }

.prog-detail__visual { flex: 1; position: relative; order: 2; }
.prog-detail__img-wrap { aspect-ratio: 1 / 1; background-color: #ffffff; padding: 16px; border-radius: 4px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); position: relative; z-index: 1; }
.prog-detail__img { width: 100%; height: 100%; background-size: cover; background-position: center; filter: grayscale(100%); transition: filter 0.7s; }
.prog-detail__img:hover { filter: grayscale(0%); }
.prog-detail__deco { position: absolute; bottom: -32px; right: -32px; width: 256px; height: 256px; background-color: #00164e; opacity: 0.1; z-index: 0; }

@media (max-width: 1024px) {
    .prog-timeline__inner { flex-direction: column; }
    .prog-timeline__side { flex: 1; border:1px solid; }
}

@media (max-width: 768px) {
    .prog-detail__inner { flex-direction: column-reverse; }
    .timeline-item { flex-direction: column; gap: 16px; }
    .timeline-item__time-box { flex: 0 0 auto; }
}



/* 연사소개 */
.speakers-contents .gafh-speakers { width: 100%; margin: 0 auto 10rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem 0; }
.speakers-contents .spk-group-title { position: relative; margin-top: 6rem; margin-bottom: 4rem; padding-bottom: 3rem; }
.speakers-contents .spk-group-title::before { content: ''; position: absolute; bottom:0; left:50%; transform: translateX(-50%); width: 100vw; height: 1px; background: black; }
.speakers-contents .spk-group-title h3 { font-size: var(--fs-52); font-weight: 700; margin-bottom: 1rem; line-height: 1.3; }
.speakers-contents .spk-group-title h4 { font-size: var(--fs-20); font-weight: 400; line-height: 1.3; }
.speakers-contents .spk-group-title h4:last-child { color:#45464d; }
.spk-hero__desc { font-size: 18px; color: #45464d; line-height: 1.6; }

.spk-quote { position: relative; }
.spk-quote h2 { font-size: var(--fs-52); font-weight: 700; margin-bottom: 1rem; line-height: 1.3; }
.spk-quote p { font-size: var(--fs-20); font-weight: 400; line-height: 1.3; color:#45464d; }


@media screen and (max-width: 1200px) { 
	.speakers-contents .gafh-speakers { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 768px) { 
	.speakers-contents .gafh-speakers { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 420px) { 
	.speakers-contents .gafh-speakers { grid-template-columns: 1fr; }
}


/* 오시는길 */
.loc-map-wrap { display: grid; grid-template-columns: repeat(12, 1fr); margin-bottom: 80px; overflow: hidden; }

#gafh-loc-map-wrap .loc-map {    grid-column: span 8;    height: 500px;    position: relative;    background-color: #e6e8ea;    display: flex;    flex-direction: column;}
#gafh-loc-map-wrap .loc-map__iframe {    flex: 1 1 auto;    min-height: 0;    width: 100%;    height: auto !important;    border: 0;    display: block;}
#gafh-loc-map-wrap .gafh-map-external {    flex: 0 0 auto;    margin: 0;    padding: 10px 14px;    background: rgba(0, 0, 0, 0.72);    text-align: right;}
#gafh-loc-map-wrap .gafh-map-external a {    color: #fff;    font-size: 13px;    font-weight: 500;    text-decoration: underline;    text-underline-offset: 2px;}
#gafh-loc-map-wrap .gafh-map-external a:hover,
#gafh-loc-map-wrap .gafh-map-external a:focus {    color: #e8ecff;}

.loc-map { grid-column: span 8; height: 500px; position: relative; background-color: #e6e8ea; }
.loc-map__img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(80%); transition: all 0.7s; }
.loc-map:hover .loc-map__img { filter: grayscale(0%); opacity: 1; }
.loc-map__pin { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.loc-map__label { background-color: #ffffff; padding: 16px 24px; border-radius: 2px; display: flex; align-items: center; gap: 12px; shadow: 0 10px 20px rgba(0,0,0,0.2); }

.loc-address { background: var(--key-color); color:white; grid-column: span 4; padding: 48px; display: flex; flex-direction: column; justify-content: center; text-align: left; }
.loc-address__title { font-size: var(--fs-30); font-weight: 700; margin-bottom: 24px; }
.loc-address__text { font-size: var(--fs-20); font-weight: 300; line-height: 1.6; margin-bottom: 32px; opacity: 0.9; }
.loc-address__info { border-top: 1px solid rgba(255,255,255,0.2); padding: 16px 0; display: flex; align-items: center; gap: 16px; font-size: 14px; font-weight: 500; }

/* Bento Grid Transportation */
.loc-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 80px; }

.loc-card { position: relative; padding: 4rem; border: 1px solid; border-right:none; text-align: left; transition: 0.3s; background: white; }
.loc-card::before { content: ''; position: absolute; top:-1px; left:0; width: 4rem; height: calc(100% + 2px); background: white; transition: 0.3s; }
.loc-card::after { content: ''; position: absolute; top:-1px; right:0; width: 4rem; height: calc(100% + 2px); background: white; transition: 0.3s; }
.loc-card--parking { position: relative; border-right:1px solid; }

.loc-card__icon { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 32px; background-color: #f2f4f6; transition: all 0.3s; }
.loc-card__title { font-size: var(--fs-24); font-weight: 700; margin-bottom: 24px; }
.subway-list { display: flex; flex-direction: column; gap: 24px; }
.subway-item { display: flex; flex-direction: column; gap: 4px; }
.subway-line { display: flex; align-items: center; gap: 8px; }
.line-tag { width: 20px; display: flex; align-items: center; justify-content: center; aspect-ratio: 1/1; border-radius: 99px; color: #ffffff; font-size: 14px; font-weight: 700; }
.subway-desc { color: #45464d; padding-left: 48px; }

.bus-section { margin-bottom: 24px; }
.bus-label { font-size: 15px; color:#45464d; text-transform: uppercase; margin-bottom: 8px; }
.bus-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.bus-tag { padding: 4px 12px; background-color: var(--key-color); color: #ffffff; border-radius: 99px; font-weight: 500; }

.loc-card__desc { font-size: 16px; color: #45464d; line-height: 1.6; margin-bottom: 24px; }
.loc-card__desc b { font-weight: 700; }
.loc-card__note { padding: 16px; background-color: #f2f4f6; line-height: 1.6; transition: 0.3s; }

.loc-card:hover .loc-card__icon { filter: invert(1); }
.loc-card:hover { background: #f6f8ff; }
.loc-card:hover::before { background: #f6f8ff; }
.loc-card:hover::after { background: #f6f8ff; }
.loc-card:hover .loc-card__note { background: #e6e8ea; }

/* Notice Block */
.loc-notice { margin-top: 12rem; max-width: 720px; padding: 1rem 0; padding-left: 3rem; border-left: 4px solid #000000; text-align: left; }
.loc-notice__title { font-size: var(--fs-20); font-weight: 700; margin-bottom: 16px; }
.loc-notice__desc { color: #45464d; line-height: 1.8; }

@media (max-width: 1024px) {
    .loc-map-wrap { grid-template-columns: 1fr; }
    .loc-map, .loc-address { grid-column: span 1; }
    .loc-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .loc-hero__title { font-size: 48px; }
    .loc-address { padding: 32px; }
    .loc-card { padding: 32px; }
}








