body {
    font-family: 'Noto Sans', sans-serif;
}

.header_logo svg {
    fill: #000;
}

.onair:after {
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #c59243;
    border-radius: 10px;
    z-index: -1;
}

.onair:hover,
.header.change .onair {
    color: #fff !important;
}



@media screen and (max-width: 1099px) {
    .onair {
        position: absolute !important;
        top: 10px;
        left: 20px;
        padding: 0 20px !important;
        font-size: 13px !important;
    }
}

/* 수정된 container 스타일 - 최대 3개로 제한 */
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 프로필 기본 스타일 - 최대 3개로 제한 */
.profile {
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 20px;

    /* 데스크톱: 최대 3개 */
    flex: 0 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    width: calc(33.33% - 20px);
}

.profile_name {
    font-size: 30px;
    text-align: left;
    font-weight: 800;
}

.profile_job {
    font-size: 25px;
    text-align: left;
    font-weight: 400;
}

/* 태블릿: 2개 */
@media (min-width: 769px) and (max-width: 1199px) {
    .profile {
        flex: 0 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
        width: calc(50% - 20px);
    }
}

.topfont {
    font-size: 40px;
}

@media (max-width: 768px) {
    .topfont {
        font-size: 18px;
    }

    .en-map {
        font-size: 10px
    }
}

.schedule-container {
    border-radius: 8px;
    width: 100%;
    text-align: left;
}

.schedule-container h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.underline {
    text-align: center;
    margin-top: 95px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.responsive-img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
}

.header {
    background: transparent;
    border-bottom: none;
}

.header_menu_gnb li:after {
    color: rgba(255, 255, 255, .3);
}

.header_menu_gnb li a {
    color: rgba(255, 255, 255, .5);
}

.header_menu_gnb li a.on {
    color: #fff;
}

.header_menu_lnb li a {
    color: #fff;
}

/* Change header styles */
.header.change {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header.change .header_menu_gnb li:after {
    color: rgba(0, 0, 0, .2);
}

.header.change .header_menu_gnb li a {
    color: rgba(0, 0, 0, .4);
}

.header.change .header_menu_gnb li a.on {
    color: #111;
}

.header.change .header_menu_lnb li a {
    color: #111;
}

.header.change .header_menu_lnb li a.on,
.header.change .header_menu_lnb li a:hover {
    color: #faaf40;
}

.header .header_logo {
    background: url('//res.heraldm.com/koreaherald/hitforum/2023/images/logo_w.png') center no-repeat;
    background-size: contain;
}

.header.change .header_logo {
    background: url('//res.heraldm.com/koreaherald/hitforum/2023/images/logo.png') center no-repeat;
    background-size: contain;
}

.image-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.button-container {
    position: absolute;
    top: 9.5%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: 20%;
    display: flex;
    justify-content: space-between;
}

.language-btn {
    background-color: transparent;
    border: 2px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    color: black;
    flex: 1;
    margin: 0 5px;
    text-align: center;
    font-weight: bold;
}

.language-btn.active {
    background-color: inherit;
    border: 1px solid black;
}

.speaker {
    font-weight: normal;
}

.speaker .organization {
    font-weight: bold;
}

.contact-header {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}

.flex-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.flex-container span {
    font-size: 18px;
}

@media (max-width: 768px) {
    .en-map {
        font-size: 18px;
    }

    .en-map2 {
        font-size: 18px;
    }

    .en-map3 {
        font-size: 13px;
    }
}

.contact-container {
    text-align: center;
}

.intro_t {
    overflow: hidden;
    position: relative;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 300;
    color: #111;
    word-break: keep-all;
    padding: 0 0 100px;
    letter-spacing: -0.5px
}

@media screen and (max-width:1099px) {
    .main_intro {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px
    }
}

.copyright {
    text-align: center;
    margin-top: 95px;
    font-size: 25px;
    font-weight: 400;
}

ul {
    list-style-type: disc;
    padding: 0;
    margin: 0;
}

.herald-link {
    position: absolute;
    top: 8.2%;
    right: 65%;
    width: 10%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.herald_btn {
    width: 100%;
    height: auto;
}

.modal-body {
    display: flex;
    align-items: flex-start;
}

.modal-image {
    flex: 1;
    margin: 70px;
}

.modal-text {
    flex: 2;
    margin-top: 70px;
    margin-right: 70px;
    margin-bottom: 70px;
    line-height: 1;
}

.modal_name {
    font-size: 25px;
    font-weight: 800;
}

.modal_job {
    font-size: 25px;
    font-weight: 400;
    margin-top: 8px;
}

.modal_info {
    font-size: 23px;
    font-weight: 400;
    margin-top: 26px;
    line-height: 1.3;
}

.site_width {
    width: 100%;
}

.map-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.font-weight-600 {
    font-size: 25px;
    font-weight: 600;
}

.font-weight-400 {
    font-size: 25px;
    font-weight: 400;
}

.font-weight-300 {
    font-weight: 300;
}

.top-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bottom-row {
    text-align: left;
    font-weight: 300;
}

.main_intro {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    font-weight: 700;
    padding: 0 20px;
    box-sizing: border-box;
}

.intro_bg {
    position: relative;
    overflow: hidden;
    padding: 121px 0 185px 0;
    font-size: 29px;
}

.intro-regular {
    font-size: 29px;
    font-weight: normal;
    line-height: 46px;
}

.dashed-sect,
.dotted-sect {
    font-family: 'Bebas Neue';
    font-size: 110px;
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: black;
    font-weight: 700;
}

.dashed-sect::before,
.dashed-sect::after,
.dotted-sect::before,
.dotted-sect::after {
    content: "";
    flex-grow: 1;
    height: 0px;
    margin: 0px 16px;
    background: none;
}

.dashed-sect::before,
.dashed-sect::after {
    border-top: 9px dashed black;
}

.dotted-sect::before,
.dotted-sect::after {
    border-top: 9px dotted black;
}

.speakers_bg {
    position: relative;
    overflow: hidden;
    padding: 150px 0 185px 0;
    font-size: 29px;
}

.program_bg {
    position: relative;
    overflow: hidden;
    padding: 150px 0 185px 0;
    font-size: 29px;
}

.custom-link {
    color: #0081c4;
    text-decoration: none;
    font-weight: bold;
}

.custom-link:hover {
    color: #0081c4;
    text-decoration: underline;
}

.profile1 {
    flex: 0 1 24%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.program-underline {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.schedule {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 87px 57px;
}

.program-time {
    font-size: 25px;
    font-weight: 400;
}

.program-bold {
    font-size: 30px;
    font-weight: 700;
}

.program-userinfo {
    margin-top: 45px;
}

.program-username {
    font-size: 22px;
    font-weight: 700;
}

.program-userjob {
    font-size: 21px;
    font-weight: 400;
}

.program-regular {
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.location_bg {
    position: relative;
    overflow: hidden;
    padding: 150px 0 185px 0;
}

.location_intro {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    font-weight: 700;
    box-sizing: border-box;
}

.location {
    margin: 0 auto;
    max-width: 1280px;
}

.circle-symbol {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    margin-bottom: 5px;
}

.ko-map {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
}

.ko-map2 {
    margin-top: 40px;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
}

.ko-map3 {
    margin-top: 40px;
    font-size: 35px;
    font-weight: 400;
    text-align: left;
}

.en-map {
    font-weight: 700;
    font-size: 25px;
}

.en-map2 {
    margin-top: 60px;
    font-weight: 400;
    font-size: 25px;
}

.en-map3 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 25px;
}

.contact_bg {
    position: relative;
    overflow: hidden;
    padding: 150px 0 75px 0;
    font-size: 35px;
    text-align: center;
}

.contact_info1 {
    font-size: 35px;
    font-weight: 400;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
}

.contact_info {
    font-size: 35px;
    font-weight: 400;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px;
}

.contact_info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact_info li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.contact_info img {
    width: 100px;
    height: auto;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .contact_info ul {
        display: flex;
        justify-content: space-evenly;
        padding: 0;
        margin: 0;
    }

    .contact_info li {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .contact_info li:last-child {
        margin-right: 0;
    }

    .contact_info img {
        width: 100px;
        height: auto;
        margin-left: 5px;
    }
}

.contact_footer {
    font-size: 35px;
    font-weight: 400;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.contact_footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

.contact_footer li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_info {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.footer_img {
    width: 100px;
    height: auto;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .contact_footer ul {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .contact_footer li {
        justify-content: center;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .contact_footer li:last-child {
        margin-right: 0;
    }

    .footer_img {
        margin-left: 5px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    border: 1px solid #888;
    max-width: 1012px;
    max-height: 1100px;
    position: relative;
}

.close {
    position: absolute;
    bottom: -60px;
    right: 0px;
    color: #aaa;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    background-color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

@media (min-width: 768px) {
    .close {
        position: absolute;
        top: 0px;
        right: -60px;
        color: #aaa;
        font-size: 25px;
        font-weight: bold;
        cursor: pointer;
        z-index: 2;
        background-color: white;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.main-image {
    width: 100%;
    max-height: 100vh;
    display: block;
    object-fit: contain;
    background-image: linear-gradient(to bottom, rgb(255, 255, 97) 0%, rgb(255, 255, 97) 47.6%, rgb(36, 25, 21) 47.6%, rgb(36, 25, 21) 100%);
}


.footer_info {
    font-size: 25px;
    font-weight: 700;
}

.footer_img {
    display: block;
    width: 200px !important;
    height: auto !important;
}

.profile-image {
    width: 290px;
    height: 309px;
    object-fit: cover;
    display: block;
}

.popup_img {
    width: 345px;
}

/* 모바일 스타일 */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .profile {
        width: 100%;
        flex: 0 1 100%;
        max-width: 100%;
        margin-bottom: 43px;
        text-align: center;
    }

    .profile img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .profile_name {
        font-size: 15px;
        font-weight: 800;
    }

    .profile_job {
        font-size: 15px;
        font-weight: 400;
    }

    .popup_img {
        width: 100%;
        height: 100%;
    }

    .button-container {
        position: absolute;
        top: 7%;
        left: 60%;
        transform: translateX(-50%);
        width: 50%;
    }

    .language-btn {
        font-size: 14px;
        padding: 8px 16px;
    }

    .main_intro {
        width: 100%;
    }

    .intro-regular {
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
    }

    .intro_bg {
        position: relative;
        overflow: hidden;
        padding: 47px 0 80px 0;
        font-size: 29px;
    }

    .dashed-sect,
    .dotted-sect {
        font-family: 'Bebas Neue';
        font-size: 40px;
        display: flex;
        flex-basis: 100%;
        align-items: center;
        color: black;
        font-weight: 700;
    }

    .speakers_bg {
        position: relative;
        overflow: hidden;
        padding: 58px 0 80px 0;
        font-size: 29px;
    }

    .dashed-sect::before,
    .dashed-sect::after {
        border-top: 6px dashed black;
    }

    .dotted-sect::before,
    .dotted-sect::after {
        border-top: 6px dotted black;
    }

    .schedule {
        grid-template-columns: 1fr;
        gap: 50px 50px;
    }

    .program_bg {
        position: relative;
        overflow: hidden;
        padding: 58px 0 80px 0;
        font-size: 29px;
    }

    .program-underline {
        text-align: center;
        font-size: 21px;
        font-weight: 600;
        border-bottom: 3px solid #000;
        padding-bottom: 10px;
        margin-bottom: 23px;
    }

    .program-time {
        font-size: 19px;
        font-weight: 400;
    }

    .program-bold {
        font-size: 23px;
        font-weight: 700;
    }

    .program-userinfo {
        margin-top: 26px;
        line-height: 0.6;
    }

    .program-username {
        font-size: 15px;
        font-weight: 700;
        color: #6D6D6D;
    }

    .program-userjob {
        font-size: 15px;
        font-weight: 400;
        color: #6D6D6D;
    }

    .location_bg {
        position: relative;
        overflow: hidden;
        padding: 42px 0 80px 0;
        margin: 0 13px;
    }

    .location_intro {
        width: 100%;
        font-weight: 700;
    }

    .iframe_value {
        height: 300px;
    }

    .ko-map {
        margin-top: 26px;
        font-size: 15px;
        font-weight: 700;
        text-align: left;
    }

    .ko-map2 {
        font-size: 15px;
        font-weight: 400;
        text-align: left;
    }

    .ko-map3 {
        margin-top: 16px;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
    }

    .contact_info {
        font-size: 15px;
        font-weight: 400;
    }

    .contact_info1 {
        padding: 0px;
        font-size: 15px;
        font-weight: 400;
    }

    .contact_bg {
        position: relative;
        overflow: hidden;
        padding: 42px 0 0px 0;
        margin: 0 13px;
        text-align: left;
    }

    .underline {
        text-align: center;
        margin-top: 50px;
        font-weight: 700;
        border-bottom: 2px solid #000;
        padding-bottom: 10px;
    }

    #contactInfo::after {
        content: '\A';
        white-space: pre;
    }

    .footer_info {
        font-size: 13px;
        font-weight: 600;
    }

    .copyright {
        text-align: center;
        margin-top: 10px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        margin: 0;
    }

    li {
        flex: 1 1 50%;
        box-sizing: border-box;
        padding: 10px;
    }

    .footer_img {
        max-width: 140px;
        height: auto;
    }

    .contact_info {
        padding: 0px;
    }

    #forum-description br {
        display: none;
    }

    .modal-body {
        display: block;
    }

    .modal-image {
        margin: 0px;
    }

    .modal_name {
        font-size: 15px;
        font-weight: 800;
        margin-top: 26px;
    }

    .modal_job {
        font-size: 15px;
        font-weight: 400;
        margin-top: 8px;
    }

    .modal_info {
        font-size: 14px;
        font-weight: 400;
        margin-top: 26px;
        line-height: 1.3;
        white-space: pre-wrap;
    }

    .modal-content {
        background-color: white;
        margin: 15% auto;
        padding: 26px;
        border: 1px solid #888;
        max-width: 1012px;
        max-height: 900px;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
    }

    .modal-text {
        margin-top: 26px;
        flex: 2;
        margin: 0px;
        line-height: 1;
    }

    .herald-link {
        top: 8.7%;
        right: 73%;
        width: 20%;
        transform: translate(0, 0);
    }

    .herald_btn {
        width: 100%;
        height: auto;
        margin-left: 0px;
        left: 0;
    }
}


.aboutanncon {
    font-weight: 400;
    font-size: 29px;
    line-height: 46px;
    color: #333;
}

/* 링크 스타일 */
.custom-link {
    color: #0077cc;
    text-decoration: none;
}

.custom-link:hover {
    text-decoration: underline;
    color: #005599;
}

.footer-span {
    font-size: 25px;
}


.footer-ma {
    margin-top: 95px;
}

/* 모바일 대응: 화면 너비 768px 이하 */
@media (max-width: 768px) {
    .aboutanncon {
        font-size: 13px;
        line-height: 21px;
    }

    .footer-span {
        font-size: 12px;
    }

    .footer-ma {
        margin-top: 0px;
    }
}


.aboutanncon {

    padding: 150px 0 185px 0;


}



@media (max-width: 768px) {
    .program-userinfo div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 3px;
        margin-bottom: 8px;
    }

    .program-userinfo .program-username::after {
        content: " /";
    }

    .program-userinfo .program-userjob {
        display: inline;
    }

    .program-userinfo .program-username,
    .program-userinfo .program-userjob {
        font-size: 16px;
        line-height: 1.4;
    }

    .aboutanncon {
        padding: 42px 0 80px 0;
    }



}