#content {margin-top: 100px; background: #fff;}
.section-box {
    margin: 0 auto;
    padding: 120px 0 100px;
    box-sizing: border-box;
    text-align:center;
}

.section-box h3 {
    font-size: 46px;
    color: #29203B;
    margin-bottom: 24px;
    letter-spacing: -1px;
    word-break: keep-all;
}

.section-box h3 strong, .p_color {
    color: #8556E3;
}

.section-box img {
    max-width:100%;
}
.global-intro .global-desc-text{
    margin-bottom: 85px;
}

.global-desc-text{
    font-size: 18px;
    font-weight: 300;
}
.timeline {
    position: relative;
    max-width: 960px;
    margin: 140px auto 0;
    list-style: none;
    padding-left: 0;
}

.timeline_item {
    position: relative;
    width: 50%;
    padding: 24px 0  0 100px; /* 중앙선과의 간격 */
    margin-bottom: 80px;
    box-sizing: border-box;
    border-left: 1px solid  #8556E3;
}

.timeline_item:nth-child(odd) {
    left: 50%;
    text-align: left;
}

.timeline_item:nth-child(even) {
    left: 0;
    text-align: left;
    border-left: none;
    border-right: 1px solid  #8556E3;
    padding: 24px 100px 0 0;
}
.timeline_item:last-of-type{
    margin-bottom:0;
}
.timeline_item::after {
    content: '';
    position: absolute;
    top: 0;
    width: 22px;
    height: 22px;
    background-color: #8556E3; /* 주요 보라색 */
    border-radius: 50%;
    z-index: 1;
}

.timeline_item:nth-child(odd)::after {
    left: 0; /* 자신의 너비 절반만큼 왼쪽으로 이동 */
    transform: translate(-50%, 0 );
}

/* 짝수 번째 항목의점 위치 (왼쪽 항목) */
.timeline_item:nth-child(even)::after {
    right: 0; /* 자신의 너비 절반만큼 오른쪽으로 이동 */
    transform: translate(50%, 0);
}

.timeline_date {
    position: absolute;
    top: 0;
    font-size: 32px;
    font-weight: 700;
    color: #8556E3;
}

.timeline_item:nth-child(odd) .timeline_date {
    left: 0;
    transform: translate(-50%, -140%);
}

.timeline_item:nth-child(even) .timeline_date {
    right: 0;
    text-align: left;
    transform: translate(50%, -140%);
}

.timeline_content {
    position: relative;
}

.global-timeline .title {
    font-size: 28px;
    color: #8556E3;
    margin-bottom:12px;
}


.timeline_description strong {
    color: #333;
    font-weight: 500;
}

.timeline_logo {
    width: auto;
    height: 97px;
    margin: 28px 0;
    display:  block;
}


.global_link_button {
    display: inline-block;
    background-color: #8556E3;
    color: #fff;
    padding: 18px 42px;
    border-radius: 12px;
    text-decoration: none;
    font-size:18px;
    font-weight: 700;
    transition: background-color 0.3s;
}

.global_link_button:hover {
    background-color: #9668f2;
}
.global-desc-text strong {font-weight: 700;}   

.global-intro-img{width: calc(850/1920 * 100%); margin: 0 auto;}

.global-activities{background:#F6F3FD ;}

.activities-list{
    max-width: 1016px;
    margin: 100px auto 0;
}
.activities-item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    gap: 80px;
}
.activities-image{width:60%}
.activities-item:nth-child(even){
    flex-direction:row-reverse;
}
.activities-content {text-align:left;}
.activities-content .title {
    font-size: 28px;
    color: #8556E3;
    text-align: left;
    display: inline-block;
}
.activities-logo{
    width: auto;
    height: 97px;
    display:  block;
    margin: 28px 0;
}
/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {

}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {

}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {

}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    .global-intro-img{width: calc(468/768 * 100%); }
    .section-box h3 {font-size: 28px;}
    .global-desc-text{font-size: 16px;}
    .timeline_date {font-size: 26px;}
    .global-timeline .title {font-size: 20px;}
    .timeline_logo{height: 77px;}
    .global_link_button{font-size:16px;}
    .timeline{max-width: 740px;}
    .timeline_item{padding:24px 0  0 50px }
    .timeline_item:nth-child(even){padding:24px 50px 0 0}
    .activities-item{justify-content:center;gap:24px;margin-bottom: 40px;}
    .activities-list{max-width:740px}
    .activities-content .title{font-size: 20px;}
    .activities-logo{height:63px;}

}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    #content{margin-top: 106px;}
    .hide-mobile{display: none;}
    .section-box {
        padding: 60px 20px;
    }
    .section-box h3 {
        font-size: 30px;
        padding:0 15px;
        width: 80%;
        margin: 0 auto 30px;
    }
    .section-box h3 i{display: block;}
    .global-intro .global-desc-text{text-wrap:balance; word-break:keep-all;}
    .global-intro .global-desc-text br{display: none;}
    .global-desc-text{font-size: 14px;}
    .global-intro-img{width: 100%;}
    .timeline{max-width: 90%;margin: 100px auto 0;width: max-content;}
    .timeline_item{width:100%; }
    .timeline_item:nth-child(odd){left:0;}
    .timeline_item:nth-child(even){padding:24px 0 0 50px;border-right: none;border-left: 1px solid #8556E3;}
    .timeline_logo{height: 63px;}
    .global-timeline .title{font-size:16px;}
    .global_link_button{font-size:14px;padding: 10px 24px;}
    .timeline_item:nth-child(even) .timeline_date{right: auto;left: 0;transform: translate(-32px, -140%);}
    .timeline_item:nth-child(even)::after {right: auto; left: 0; transform: translate(-50%, 0 );}
    .timeline_item:nth-child(odd) .timeline_date{transform: translate(-32px, -140%);}
    .activities-item{position: relative;justify-content: flex-start;margin-bottom: 80px;}
    .activities-image{width: 320px;}
    .activities-content{position:absolute;left: 0;top: 0;transform: translate(224px, 130px);}
    .activities-item:nth-child(even) .activities-content{left:auto; right:0;transform: translate(-200px, 130px);}
    .activities-content .title{font-size: 16px;width: max-content;}
    .activities-content .title i{display: block;}
    .activities-logo{height: 48px; margin: 8px 0;}
}
