.popap_notice{

    display: none;

}

#overlay {

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    z-index: 5;

    opacity: 0.8;

    background: var(--Black, #050506);

}



.notice {

    min-width:34%;

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    width: fit-content;

    height: fit-content;

    margin: auto;

    border-radius: 6px;

    border: 1px solid var(--Gray-3, #E3E4EB);

    background: var(--Gray-4, #F4F4F7);

    padding: 20px 20px;

    color: #fff;

    filter: drop-shadow(0px 4px 29px rgba(40, 40, 71, 0.07));

    z-index: 6;

}



.notice>svg {

    margin: 0 auto;

    display: block;

}



.notice>svg#close_notice2 {

    position: absolute;

    right: 30px;

    top: 30px;

    cursor: pointer;

}



.notice h3 {

    color: var(--Black, #050506);

    text-align: center;

    margin-top: 20px;

    font-family: Inter;

    font-size: 22px;

    font-style: normal;

    font-weight: 700;

    line-height: normal;

}



.notice span {

    color: var(--Dark, #72737F);

    text-align: center;



    /* Text 2 */

    font-family: Inter;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 20px;

    /* 142.857% */

    max-width: 500px;

    margin: 20px auto;

}



.notice #close_notice {

    color: #FFF;

    font-size: 15px;

    font-weight: 500;

    border-radius: 5px;

    background: var(--Orange, #FD7805);



    /* Orange shadow */

    box-shadow: 0px 2px 8px 0px rgba(253, 120, 5, 0.25);

    padding: 16px 19px;

    margin: 20px auto 0;

    width: fit-content;

    cursor: pointer;



}




dfn, cite, em, i,b,strong{

    display: contents;

}

.event {

    padding: 133px 0 133px;

}



.breadcrumbs {

    display: flex;

    gap: 8px;

    align-items: center;

    margin-bottom: 60px;

}



.breadcrumbs a {

    color: #FD7805;

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    /* 142.857% */

    text-decoration-line: underline;

    text-decoration-style: solid;

    text-decoration-skip-ink: none;

    text-decoration-thickness: auto;

    text-underline-offset: auto;

    text-underline-position: from-font;

    transition: opacity .5s ease;

    white-space: nowrap;

}



.breadcrumbs a:hover {

    opacity: .5;

}



.breadcrumbs span {

    color: #72737F;

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    /* 142.857% */

}





.content {

    display: flex;

    gap: 20px;

    box-sizing: border-box;

    justify-content: space-between;



}



.content_left {

    gap: 16px;

    display: flex;

    flex-wrap: wrap;

    width: 100%;

}



.event_cat_box {

    display: flex;



    align-items: center;

    gap: 5px;

}



.event_cat_box span {

    color: #72737F;

    font-size: 16px;

    font-weight: 400;

    line-height: 20px;

    /* 125% */

}



.event_cat_box span.cat {

    color: #050506;

    font-size: 14px;

    padding: 4px 14px;

    border-radius: 56px;

}



.event_title {

    color: #050506;

    font-size: 22px;

    width: 70%;

    font-weight: 700;

}



#event_reg2 {

    border-radius: 5px;

    background: #FD7805;

    padding: 0 19px;

    height: 48px;

    color: #FFF;

    font-size: 15px;

    font-weight: 600;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 0 0 auto;

    box-shadow: 0px 2px 8px 0px rgba(253, 120, 5, 0.25);

    transition: color .5s ease, background .5s ease;

}  



#event_reg2:hover,.event_nav #event_reg:hover {

    color: #FD7805;

    background: #F4F4F7;

}



.event_insert {

    color: #FD7805;

    font-size: 16px;

    font-weight: 400;

    line-height: 20px;

    margin: 20px 0;

}

.event_desc{
width: 100%;
    padding-bottom: 20px;

    border-bottom: 1px solid #D5D5E5;

}

.event_desc,

.event_desc>p {

    color: #000000;

    font-size: 16px;

    font-weight: 400;

    line-height: 20px;

    /* 125% */

}



.event_desc>p {

    display: flex;

    flex-wrap: wrap;

}



.event_desc>p:not(:last-child) {

    margin-bottom: 20px;

}



.event_desc b{

    width: 5px;

}



.event_desc img{

    margin: 0 auto;

}

.attached_documents{
    display: block;
}
.content_insert {

    color: #050506;

    font-size: 18px;

    font-weight: 700;

    margin: 24px 0 10px;

}
.event_top_box{

    padding-top: 20px;

    border-top: 1px solid #D5D5E5;

    border-bottom: 1px solid #D5D5E5;

    width: 100%;

}



.box_title {

    display: flex;

}



.event_preview {

    border-radius: 6px;

    overflow: hidden;

    max-width: 53px;

    margin-right: 16px;

    object-fit: cover;

}



.event_info {

    padding: 4px 0 20px;
    border-bottom: 1px solid #D5D5E5;
    margin-bottom: 20px;


}





.event_info ul {

    display: flex;

    gap: 13px;

    flex-wrap: wrap;

    padding: 0;

    margin: 0;

}



.event_info li {

    display: flex;

    width: 100%;

    gap: 8px;

    color: #050506;

    font-size: 16px;

    font-weight: 500;

    line-height: 20px;

    /* 125% */

}



.event_info li span {

    color: #000000;

}



.event_nav {

    padding: 24px 0 0;

    display: flex;

    gap: 16px;

}



.event_nav #back {

    color: #252529;

    font-size: 15px;

    font-weight: 500;

    padding: 16px 19px;

    gap: 10px;

    display: flex;

    border-radius: 5px;

    align-items: center;

    border: 1px solid #B2B3BF;

}



.event_nav #event_reg {

    border-radius: 5px;

    background: #FD7805;

    box-shadow: 0px 2px 8px 0px rgba(253, 120, 5, 0.25);

    color: #FFF;

    font-size: 15px;

    font-weight: 600;

    display: flex;

    padding: 16px 19px;

    align-items: center;

    transition: color .5s ease, background .5s ease;

}



.documents {

    padding: 0;

    margin: 0;

}



.documents li {

    display: block;

}



.documents li a {

    color: #72737F;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;

    display: flex;

    gap: 10px;

    transition: color .5s ease;

    width: fit-content;

}



.documents li a:hover {

    color: #FD7805;

}

.documents li:not(:last-child){

    margin-bottom: 10px;

}
.popap_notice .notice {
    padding: 40px 156px;
}

.popap_notice .notice span {
    max-width: 328px;
}

.popap_pass_btn_box {
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.popap_notice .notice #close_notice {
    border-radius: 5px;
    border: 1px solid #FD7805;
    margin: 0;
    background: rgb(0, 0, 0);
    background: none !important;
    padding: 12px 36px;
    color: #050506;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

#register_now {
    border-radius: 5px;
    border: 1px solid #FD7805;
    background: #FD7805;
    color: #FFF;
    width: 136px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}
@media screen and (max-width: 1200px) {

    .content {

        flex-wrap: wrap;

    }



    .content_left {

        order: 2;

        width: 100%;

    }



    .event_preview {

       /* margin: 20px auto;*/

       /* order: 1;*/

    }



    .breadcrumbs {

        display: ruby;



    }



    .breadcrumbs a:first-child {

        height: 20px;



    }



    .breadcrumbs a:first-child svg {

        height: 20px;

        margin-top: 4px;



    }



    .breadcrumbs span:not(:last-child) {

        margin: 0 4px;

    }



    .breadcrumbs span:last-child {

        display: contents;

    }

}

@media screen and (max-width: 900px){



    .box_title{

        flex-wrap: wrap;

    }

    .event_title{
        width: 78%;

    }

    #event_reg2{
        display: none;
        margin: 20px auto;

    }
    .event_preview {
        margin: 20px auto;
        order: 0;
        margin: 0 20px 0 0;
    }

}

@media screen and (max-width: 850px){

    .event {

        padding: 30px 0 130px;

    }

}

@media screen and (max-width: 500px){

    .event {

        padding: 30px 0 50px;

    }



}
@media screen and (max-width: 420px){
    #register_now{
        width: 100%;
    }
}
@media screen and (max-width: 370px) {

    .event_nav {

        flex-wrap: wrap;

    }



    #back {

        order: 2;

        margin-bottom: 20px;

        width: 100%;

        justify-content: center;

    }



    #event_reg {

        width: 100%;

        justify-content: center;

        order: 1;

    }





}