#bo_news_list{
    display: flex;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0; /* 하단 여백 제거 */
    justify-content: space-between;
    gap: 40px;
}
#bo_page_tit{
    width: 36%;
}
#bo_webzine_wrapper{
    width: 64%;
}
#bo_webzine_wrapper iframe{
    width: 100%;
    min-height: 900px;
    height: 100vh; /* auto 대신 기본 높이 설정 */
}
#bo_page_tit{
    padding-top: 60px;
    padding-left: 160px;
}
#bo_page_tit h3{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}
#bo_page_tit .tt{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    word-break: keep-all;
}
#bo_page_tit .ss{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
@media screen and (max-width:1560px) {
    #bo_page_tit{
        padding-left: 4%;
    }
    #bo_webzine_wrapper {
        width: 60%;
    }
    #bo_page_tit h3{
            font-size: 36px;
    }
    #bo_page_tit .tt{
            font-size: 18px;
    }
    #bo_page_tit .ss{
            font-size: 15px;
    }
    #wrapper{
        padding-top: 0;
    }
    
}
@media screen and (max-width: 900px) {
    #bo_page_tit{
        width: 100%;
        text-align: center; /* 모바일에서 가운데 정렬 */
        padding-top: 40px;
        padding-bottom: 30px; /* 모바일에서 타이틀과 iframe 사이 간격 */
        padding-left: 20px;
        padding-right: 20px;
    }
    #bo_page_tit h3{
        margin-bottom: 20px; /* 제목과 설명 사이 간격 */
    }
    #bo_page_tit .tt{
        margin-bottom: 10px; /* 설명 문장 간 간격 */
    }
    #bo_news_list{
        flex-direction: column;
    }
    
    #bo_webzine_wrapper iframe{
        min-height: unset;
        height: 130vh !important; /* 작은 화면 높이 */
    }
    #bo_webzine_wrapper{
        width: 100% ;
    }
}
@media screen and (max-width: 768px) {
    #wrapper{
        margin-top: 0 !important;
    }
    #bo_news_list{
        padding-top: 60px; /* 모바일 상단 여백 조정 */
        padding-bottom: 30px;
    }
    #bo_page_tit{
        padding-top: 50px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #bo_page_tit h3{
        font-size: 28px;
        margin-bottom: 12px; /* 작은 화면에서 간격 조정 */
    }
    #bo_page_tit .tt{
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 1.4;
    }
    #bo_page_tit .ss{
        font-size: 13px;
        line-height: 1.4;
    }
    #bo_webzine_wrapper iframe{
        height: 110vh !important; /* 작은 화면 높이 */
    }
}
@media screen and (max-width: 500px) {
    #bo_webzine_wrapper iframe{
        /* min-height: 500px; */
        height: 200vh !important; /* 작은 화면 높이 */
    }
}