@charset "utf-8";

/* ==================================================================================
    행사소개 : 행사개요
================================================================================== */
.outline .article {

}
.outline .article .section .flex-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.outline .article .section .flex-area .img-area {
    width: 32%;
    box-shadow: 1px 1px 8px 5px rgba(136, 136, 136, 0.20);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}
.outline .article .section .flex-area .img-area a {
    display: flex;
    position: relative;
}
.outline .article .section .flex-area .img-area a img {
    transition: all 0.5s;
    filter: brightness(60%);
}
.outline .article .section .flex-area .img-area:hover a img {
    transform: scale(110%);
}
.outline .article .section .flex-area .img-area a span {
    width: 100%;
    position: absolute;
    top: 53%;
    left: 50%;
    line-height: 1.3;
    text-align: center;
    font-family: 'Isamanru';
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    transform: translate( -50%, -50%);
}
.outline .article .section .flex-area .img-area a span svg {
    margin: 10px 0 0;
    width: 56px;
    height: 56px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.outline .article .section .flex-area .text-area {
    width: 60%;
    word-break: keep-all;
}
.outline .article .section .flex-area .text-area h3:first-child {
    margin: 0 0 30px;
}
.outline .article .section h2.section-title b {
    margin-top: 20px;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Isamanru';
    background-image: linear-gradient(to right, #102A54, #B163DF);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.outline .article .section .flex-area .text-area h3 {
    line-height: 1.8;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    word-break: keep-all;
}
.outline .article .table-responsive {
    border-top: 4px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #102A54 0%, #B163DF 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

/* ==================================================================================
    행사소개 : 인사말
================================================================================== */
.greetings .article {

}
.greetings .article .section .flex-area {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}
.greetings .article .section .flex-area img {
    width: 460px;
    border-radius: 0 40px;
}
.greetings .article .section h2 {
    margin: 0 0 24px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Isamanru';
    color: transparent;
    word-break: keep-all;
    background-image: linear-gradient(to right, #102A54, #B163DF);
    background-clip: text;
    -webkit-background-clip: text;
}
.greetings .article .section .flex-area .text-area p.date {
    margin-bottom: 0;
    font-size: 22px;
    text-align: right;
    font-weight: 800;
}

/* ==================================================================================
    행사소개 : 주최 및 주관
================================================================================== */
.hosts .article {

}
.hosts .article .hosts-area {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin: 30px 0 ;
    overflow: hidden;
}
.hosts .article .hosts-area .host {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0;

    width: 100%;
    overflow: hidden;
    border: 3px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #102A54 0%, #B163DF 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.hosts .article .hosts-area h3 {
    width: 100%;
    padding: 14px;
    text-align: center;
    background-image: linear-gradient(to right, #102A54, #B163DF);
    transition: background-color 0.45s, color 0.25s;
    font-size: 24px;
    font-weight: 900;
    color: #FFF;
}
.hosts .article .hosts-area ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 2%;

    width: 100%;
    padding: 24px;
}
.hosts .article .hosts-area ul li {
    flex: 1 1 32%;
    display: flex;
    justify-content: center;
    align-items: center;

    max-width: 480px;
    padding: 12px 24px;
    text-align: center;
}
.hosts .article .hosts-area ul li img {
    max-width: 100%;
}

/* ==================================================================================
    행사소개 : 오시는길
================================================================================== */
.map .article {

}

/* ==================================================================================
    프로그램 : 연사소개
================================================================================== */
.speakers .article {

}
.speakers .nav-justified > li > a {
    display: flex;
    flex-direction: column;
}
.speakers .nav-justified > li > a > p {
    font-size: 23px;
    font-weight: 800;
}

.speakers .article .section h2 {
    text-align: center;
    gap: 20px;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Isamanru';
    color: transparent;
    word-break: keep-all;
    background-image: linear-gradient(to right, #102A54, #B163DF);
    background-clip: text;
    -webkit-background-clip: text;
}
.speakers-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 1.2%;
    padding: 30px 0;
}
.speakers-list > li {
    display: flex;
    flex-direction: column;
    width: 31%;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
}
#tab03 .speakers-list > li {
    width: 24%;
}
.speakers-list > li:hover {
    background-color: rgba(232, 236, 253, 0.4);
    border: 1px solid rgba(36, 43, 80, 0.6);
}
.speakers-list > li .img-area {
    position: relative;
    max-width: 240px;
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
}
.speakers-list > li .img-area img {
    border: 1px solid #dfdfdf;
    border-radius: 40px;
    background-color: #fff;
}
.speaker.speakers-list > li img {
    width: 100%;
    height: auto;
}
.speakers-list > li .img-area .speakers-label {
    position: absolute;
    padding: 3px 15px;
    bottom: 7px;
    left: -15px;
    background-color: #0b4cc4;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
}
.speakers-list > li p {
    text-align: center;
}
.speakers-list > li p.speakers-num {
    padding: 8px;
    background-color: #242b50;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}
.speakers-list > li .profile-area {
    margin: 5px 0 15px;
}
.speakers-list > li .title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    padding: 10px;
    background-color: #e9eeff;
    color: #8b7ef6;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
.speakers-list > li .name {
    font-weight: 800;
    font-size: 22px;
}
.speakers-list > li .affiliation {
    font-size: 16px;
    color: #666;
}
.speakers-list > li .collapse {
    display: none;
}
.speakers-list > li .collapse.in {
    display: flex;
}
.speakers-list > li .summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    transition: all 0.3s;
    padding: 15px 12px ;
}
.speakers-list > li .summary p {
    display: flex;
    gap: 10px;
    width: 100%;
    word-break: keep-all;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.6px;
    line-height: 1.5;
}
.speakers-list > li .summary span {
    display: flex;
    align-items: center;
    background-color: #242b50;
    color: #fff;
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1.6;
}

/* ==================================================================================
    프로그램 : 세부일정
================================================================================== */
.schedule .article {

}
.schedule .article h2.section-title b {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Isamanru';
    color: transparent;
    word-break: keep-all;
    background-image: linear-gradient(to right, #102A54, #B163DF);
    background-clip: text;
    -webkit-background-clip: text;
}
.schedule .article .table-responsive {

}
.schedule .article .table-responsive .table {

}
.schedule .article .table-responsive .table thead th {
    padding: 8px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #6B5BE5;
}
.schedule .article .table-responsive .table thead th:nth-child(1),
.schedule .article .table-responsive .table thead th:nth-child(2) {
    border-right: 1px solid #fff;
}
.schedule .article .table-responsive .table tbody th {
    padding: 8px;
    text-align: center;
    font-size: 15px;
}
.schedule .article .table-responsive .table tbody td {
    padding: 8px;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #dfdfdf;
}
.schedule .article .table-responsive .table tbody td:last-child {
    border-right: 0;
}

.schedule .article .table-responsive .table tbody tr.highlight-yellow td {
    background-color: #FFF2CC;
}
.schedule .article .table-responsive .table tbody tr.highlight-blue td {
    color: #FF4646;
    background-color: #E7F4F6;
}
.schedule .article .table-responsive .table tbody tr.highlight-gray td {
    background-color: #F2F2F2;
}
.schedule .article .table-responsive .table tbody tr.highlight-text td {
    color: #6B5BE5;
}


/* ==================================================================================
    프로그램 : 행사장 배치도
================================================================================== */
.floorplan .article {

}

/* ==================================================================================
    프로그램 : 온라인 시청
================================================================================== */
.live .article {

}

/* ==================================================================================
    성과전시
================================================================================== */
.showcase .article {

}
.showcase .article .section > .img-area {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px;
}
.showcase .article .section .showcase-list h2 {
    margin: 18px 0 20px;
    font-size: 26px;
    font-weight: 800;
    color: #242b50;
}
.showcase .showcase-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 35px 1.5%;
}
.showcase .showcase-area .showcase-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px 20px 25px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 10px;
    align-items: center;

    width: 100%;
}
.showcase .showcase-area .showcase-list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}
.showcase .showcase-area .showcase-list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    width: 175px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.showcase .showcase-area .showcase-list ul li p {
    width: 100%;
    padding: 2px 10px;
    background-color: #242b50;
    color: #fff;
    border-radius: 10px 10px 0  0;
    text-align: center;
}
.showcase .showcase-area .showcase-list ul li .img-area {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 10px;
}
.showcase .showcase-area .showcase-list ul li .img-area img {
    width: 100%;
}
.showcase .showcase-area .showcase-list:nth-child(1) {
    flex: 1 1 100%;
}
.showcase .showcase-area .showcase-list:nth-child(1) ul li p {
    background-color: #ef91ba;
}
.showcase .showcase-area .showcase-list:nth-child(2) {
    flex: 1 1 51%;
}
.showcase .showcase-area .showcase-list:nth-child(2) ul li p {
    background-color: #ffc9e1;
}
.showcase .showcase-area .showcase-list:nth-child(3) {
    flex: 1 1 21%;
}
.showcase .showcase-area .showcase-list:nth-child(3) ul li p {
    background-color: #25b395;
}
.showcase .showcase-area .showcase-list:nth-child(4) {
    flex: 1 1 21%;
}
.showcase .showcase-area .showcase-list:nth-child(4) ul li p {
    background-color: #ffe258;
}
.showcase .showcase-area .showcase-list:nth-child(5) {
    flex: 1 1 29%;
}
.showcase .showcase-area .showcase-list:nth-child(5) ul li p {
    background-color: #abd194;
}
.showcase .showcase-area .showcase-list:nth-child(6) {
    flex: 1 1 43%;
}
.showcase .showcase-area .showcase-list:nth-child(6) ul li p {
    background-color: #e69776;
}
.showcase .showcase-area .showcase-list:nth-child(7) {
    flex: 1 1 21%;
}
.showcase .showcase-area .showcase-list:nth-child(7) ul li p {
    background-color: #7ccef4;
}
.showcase .showcase-area .showcase-list:last-child ul li:last-child {
    width: 395px ;
}

.showcase .showcase-area .showcase-list:nth-child(3) ul,
.showcase .showcase-area .showcase-list:nth-child(4) ul,
.showcase .showcase-area .showcase-list:nth-child(7) ul {
    justify-content: center
}
.showcase .showcase-area .showcase-list.award ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px !important;
    height: 60px;
    background-color: #7c75c5;
    border-radius: 500px;
    color: #fff;
}


/* ==================================================================================
    AISFC History
================================================================================== */
#wrap.history .article {

}
#wrap.history .article .tab-content .tab-pane {

}
#wrap.history .article .tab-content .tab-pane .title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Isamanru';
    background-image: linear-gradient(to right, #102A54, #B163DF);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
#wrap.history .article .tab-content .tab-pane .topic {
    margin: 5px 0 25px;
    font-size: 21px;
    font-weight: 800;
    color: #000000;
}
#wrap.history .article .tab-content a {
    color: #000;
}
#wrap.history .article .tab-content .conference-info {
    display: flex;
    align-items: center;
    gap: 25px;
}
#wrap.history .article .tab-content .conference-info span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #444;
}
#wrap.history .article .tab-content .conference-info span.place svg {
    color: #a961d8;
}
#wrap.history .article .tab-content .conference-info span.date svg {
    color: #a961d8;
}
#wrap.history .article .tab-content .img-area {
    display: flex;
    gap: 20px;
    padding: 40px 0;
}
#wrap.history .article .tab-content .img-area li {
    border-radius: 5px;
    overflow: hidden;
}
#wrap.history .article .tab-content .img-area li img {
    width: 100%;
    height: 100%;
}

/* ==================================================================================
    사이트맵
================================================================================== */
.sitemap .article {

}

.sitemap .article .sitemap-area .gnb ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 60px 2%;
    width: 100%;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 {
    flex: 1 1 19%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    width: 100%;
    max-width: 240px;
    min-width: 180px;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1::before {
    position: absolute;
    left: 50%;
    top: 55px;
    content: " ";
    width: 1px;
    height: 22px;
    background-color: #dfdfdf;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-size: 21px;
    font-weight: 900;
    border: 1px solid #dfdfdf;
    border-left: 4px solid #060761;
    background-color: #fafafa;
    color: #473e83;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > a:hover {
    color: #fff;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #102A54, #B163DF);
    transition: background-color 0.45s, color 0.25s;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li {
    width: 100%;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li > a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #554d8a;
}
.sitemap .article .sitemap-area .gnb ul > li.depth1 > ul.depth2 > li > a:hover {
    color: #060761;
    border: 1px solid #DCDCFE;
    background-color: #E9E9FE;
}


/* ==================================================================================
    개인정보처리방침
================================================================================== */
.privacy .article {

}

/* ==================================================================================
    이메일무단수집거부
================================================================================== */
.email .article {

}


/* ==================================================================================
    반응형 스타일 - 공통
================================================================================== */

/* 1400px */
@media screen and (max-width: 1400px) {

    /* ==================================================================================
        행사소개 : 행사개요
    ================================================================================== */
    .outline .article .section h2.section-title b {
        margin-top: 20px;
        font-size: 32px;
    }
    .outline .article .section .flex-area .text-area h3 {
        font-size: 17px;
        line-height: 1.6;
    }

    /* ==================================================================================
        행사소개 : 인사말
    ================================================================================== */
    .greetings .article .section .flex-area {
        gap: 44px;
    }
    .greetings .article .section .flex-area img {
        width: 460px;
    }
    .greetings .article .section h2 {
        margin: 0 0 24px;
        font-size: 28px;
    }
    .greetings .article .section .flex-area .text-area p.date {
        margin-top: 44px;
        font-size: 22px;
    }

}


/* 1300px */
@media screen and (max-width: 1300px) {

    /* ==================================================================================
        행사소개 : 행사개요
    ================================================================================== */
    .outline .article .section .flex-area {
        align-items: flex-start;
    }

    /* ==================================================================================
        행사소개 : 인사말
    ================================================================================== */
    .greetings .article .section .flex-area img {
        width: 420px;
    }
    .greetings .article .section h2 {
        font-size: 26px;
    }
    .greetings .article .section .flex-area .text-area p.date {
        font-size: 19px;
    }
    /* ==================================================================================
        성과전시
    ================================================================================== */
    .showcase .article .section .showcase-list h2 {
        font-size: 22px;
    }

}


/* 1200px */
@media screen and (max-width: 1200px) {

    /* ==================================================================================
        행사소개 : 인사말
    ================================================================================== */
    .greetings .article .section .flex-area img {
        width: 320px;
    }
    #tab03 .speakers-list > li {
        width: 49%;
    }
}

/* 1100px */
@media screen and (max-width: 1100px) {

    /* ==================================================================================
        행사소개 : 행사개요
    ================================================================================== */
    .outline .article .section .flex-area .img-area a span {
        font-size: 28px;
    }

    /* ==================================================================================
        행사소개 : 인사말
    ================================================================================== */
    .greetings .article .section .flex-area img {
        width: 220px;
    }
    .greetings .article .section h2 {
        font-size: 24px;
    }
    .greetings .article .section .flex-area .text-area p.date {
        font-size: 18px;
    }

    .showcase .showcase-area .showcase-list:nth-child(1) ul {
        flex-wrap: wrap;
        gap: 25px 15px;
    }

}


/* ==================================================================================
    반응형 스타일 - 모바일 메뉴
================================================================================== */
/* 960px - 모바일 메뉴 시작 */
@media screen and (max-width: 960px) {

    /* ==================================================================================
        행사소개 : 행사개요
    ================================================================================== */
    .outline .article .section h2.section-title b {
        font-size: 28px;
    }
    .outline .article .section .flex-area {
        flex-flow: column nowrap;
        justify-content: flex-start;
        gap: 24px;
    }
    .outline .article .section .flex-area .text-area {
        width: 100%;
    }
    .outline .article .section .flex-area .text-area h3 {
        font-size: 15px;
    }
    .outline .article .section .flex-area .text-area h3:first-child {
        margin: 0 0 16px;
    }

    .outline .article .section .flex-area .img-area {
        display: none;
    }

    /* ==================================================================================
        행사소개 : 인사말
    ================================================================================== */
    .greetings .article .section h2 {
        font-size: 24px;
    }
    .greetings .article .section .flex-area {
        flex-flow: column nowrap;
    }
    .greetings .article .section .flex-area img {
        order: 1;

        width: auto;
        max-width: 100%;
    }
    .greetings .article .section .flex-area .text-area {
        order: 0;
    }
    .greetings .article .section .flex-area .text-area p.date {
        font-size: 17px;
    }

    /* ==================================================================================
        행사소개 : 주최 및 주관
    ================================================================================== */
    .hosts .article .hosts-area ul {
        gap: 16px 4%;

        padding: 24px;
    }
    .hosts .article .hosts-area ul li {
        flex: 1 1 48%;

        max-width: 320px;
        padding: 12px 16px;
    }

    /* ==================================================================================
    프로그램 : 초청강연
================================================================================== */
    .speakers-list {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .speakers-list li {
        width: 90%;
    }


    /* ==================================================================================
        AISFC History
    ================================================================================== */
    #wrap.history .article .tab-content .tab-pane .title {
        font-size: 28px;
    }
    #wrap.history .article .tab-content .tab-pane .topic {
        margin: 5px 0 16px;
        font-size: 18px;
    }
    #wrap.history .article .tab-content .conference-info {
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start;
        gap: 12px;

        margin-top: 16px;
    }
    #wrap.history .article .tab-content .conference-info span.place .feather {
        width: 18px;
        height: 18px;
    }
    #wrap.history .article .tab-content .conference-info span.date .feather {
        width: 18px;
        height: 18px;
    }

    #wrap.history .article .tab-content .img-area {
        flex-flow: column nowrap;
        gap: 16px;

        width: 100%;
        padding: 24px 0 0;
    }
    #wrap.history .article .tab-content .img-area li {
        flex: 1 1 100%;

        overflow: hidden;
        border-radius: 5px;
    }

}

@media screen and (max-width: 700px) {
    .speakers .article .nav-justified {
        flex-direction: column;
    }
    .speakers .article .nav-justified li {
        width: 100%;
    }
    .speakers .nav-justified > li > a {
        flex-direction: row;
        align-items: baseline;
        gap: 10px;
        padding: 8px 15px;
        margin:0;
    }
    .speakers .nav-justified > li > a > p {
        font-size: 20px;
    }
    .speakers .article .section h2 {
        font-size: 25px;
    }
    .speakers-list > li .name {
        font-size: 18px;
    }
    .speakers-list > li .affiliation {
        font-size: 14px;
    }
    .speakers-list > li .title {
        font-size: 15px;
    }
    .speakers-list > li p.speakers-num {
        font-size: 15px;
    }
    .showcase .showcase-area .showcase-list ul {
        justify-content: space-evenly;
    }
}

/* phone ~ 640px */
@media screen and (max-width: 640px) {

    /* ==================================================================================
        행사소개 : 주최 및 주관
    ================================================================================== */
    .hosts .article .hosts-area ul {
        gap: 16px;
    }
    .hosts .article .hosts-area ul li {
        flex: 1 1 100%;
    }
    .greetings .article .section .flex-area .text-area p.date  {
        margin-top: 10px;
    }

    /* ==================================================================================
        프로그램 : 연사소개
    ================================================================================== */
    .speakers-list li {
        width: 100%;
    }
    .speakers-list > li .summary {
        padding: 20px;
    }
}

@media screen and (max-width: 500px) {
    .speakers-list > li .img-area {
        max-width: 220px;
    }
    .speakers-list > li .summary {
        padding: 12px;
    }
    .speakers-list > li .summary span {
        padding: 3px 14px;
        font-size: 12px;
    }
    .showcase .showcase-area .showcase-list {
        flex: 1 1 100% !important;
    }
    .showcase .showcase-area .showcase-list ul li {
        width: 100%;
        gap: 20px;
    }
    .showcase .showcase-area .showcase-list ul {
        flex-direction: column;
        gap: 25px 15px;
    }

}

/* phone ~ 420px */
@media screen and (max-width: 420px) {

    /* ==================================================================================
        행사소개 : 인사말
    ================================================================================== */
    .greetings .article .section h2 {
        font-size: 21px;
    }

    .speakers .nav-justified > li > a > p {
        font-size: 17px;
    }
}

/* phone ~ 360px */
@media screen and (max-width: 360px) {


    .article .section .info-box ul li a {
        word-break: break-all;
    }

}
