.elementor-1360 .elementor-element.elementor-element-7e95520{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1360 .elementor-element.elementor-element-0a05438{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-1360 .elementor-element.elementor-element-a71a5c0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1360 .elementor-element.elementor-element-7f00c47{text-align:center;}.elementor-1360 .elementor-element.elementor-element-7f00c47 .elementor-heading-title{font-family:"Exo 2", Sans-serif;font-size:40px;font-weight:600;line-height:42px;}.elementor-1360 .elementor-element.elementor-element-02ef741{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1360 .elementor-element.elementor-element-15ffbf8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1440px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-1360 .elementor-element.elementor-element-0a05438{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-1360 .elementor-element.elementor-element-15ffbf8{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-9d66448 */.top {
    background: url(/wp-content/uploads/2025/09/history.jpg) no-repeat center / cover;
    width: 92%;
    max-width: 1300px;
    height: 500px;
    border-radius: 100px 10px 100px 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top .con {
    width: 92%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top .con .date {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #023779;
    font-family: "Exo 2";
}
.top .con .tit {
    display: block;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin: 40px 0 70px;
    line-height: 48px;
    font-family: "Exo 2";

}

.listWrap {
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
    border-top: 2px solid #000;
}
.listWrap .con {
    width: 100%;
    padding: 50px 0 30px;
    display: flex;
    border-bottom: 1px solid #ccc;
}
.listWrap .con .year {
    width: 300px;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 66px;
    color: #2e4390;
}
.listWrap .con .year_2 {
    width: 300px;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 66px;
    color: #3c78f0;
}
.listWrap .con .list {
    width: calc(100% - 230px);
    font-family: "Exo 2", sans-serif;
}
.listWrap .con .list dl {
    display: flex;
    margin-bottom: 10px;
}
.listWrap .con .list dl dt {
    width: 50px;
    font-family: "Exo 2";
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.listWrap .con .list dl dd {
    width: calc(100% - 50px);
}
.listWrap .con .list dl dd p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.listWrap .con .list dl dd p:last-child {
    margin-bottom: 0;
}

@media (max-width: 812px) {
    .top {
        border-radius: 50px 10px 50px 10px;
        margin-bottom: 0;
    }
    .top .con .date {
        width: 145px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        font-weight: 600;
    }
    .top .con .tit {
        font-size: 23px;
        color: #fff;
        margin: 40px 0;
        line-height: 33px;
    }
    .listWrap{
        width: 100%;
    }
    .listWrap .con {
        padding: 30px 0;
        flex-direction: column;
    }
    .listWrap .con .year {width: 100%; font-size: 45px; line-height: 53px; margin-bottom: 10px;}
    .listWrap .con .year_2 {width: 100%; font-size: 45px; line-height: 53px; margin-bottom: 10px;}
    .listWrap .con .list {width: 100%;}
    .listWrap .con .list dl dt {
        font-size: 16px;
    }
    .listWrap .con .list dl dd {
        width: 100%;
    }
    .listWrap .con .list dl dd p {
        font-size: 16px;
        line-height: 1.5em;
    }
}/* End custom CSS */
/* Start JX Custom Fonts CSS *//* End JX Custom Fonts CSS */