body {
    margin: 0 auto;
    background-color: #F2F2F2;

    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0em;
}

header {
    background-color: #42595E;
    border-bottom: 1px solid white;
}

header nav {
    margin: 0 auto;
    width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xr_xpos {
    position: relative;
}

#xr_nb1 {
    position: relative;
    display: flex;
}

#xr_nb1 ul.xr_nb4 {
    text-align: left;
}

div.xr_ar>a>img:first-child,
.xr_ar,
div.xr_ar>.a>img:first-child {
    position: unset;
}

.header-banner {
    margin: 0 auto;
    background-color: #42595E;
}

.header-banner>div {
    position: relative;
}

.header-banner>div img {
    border-bottom: 8px solid #FFB972;
    vertical-align: middle;
}

footer {
    background-color: #42595E;
    position: relative;
}

img {
    vertical-align: middle;
}

.xr_txt {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1px;
}

.xr_tl {
    position: unset;
}

.footer-wrap {
    width: 960px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

.footer-menu {
    position: absolute;
    top: 12px;
    left: 16px;
}

.wrap {
    text-align: left;
    width: 960px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 16px;
    box-sizing: border-box;
}

.wrap {
    padding: 60px;
}

.wrap2 {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: start;
    justify-content: space-between;
}

.welcome {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.Normal_text2 {
    word-spacing: 4px;
    line-height: 1.5;
}

.new2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.flex-col {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-150 {
    margin-top: 150px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-25 {
    margin-left: 25px;
}

.relative {
    position: relative;
}


.gap-15 {
    gap: 15px;
}

.gap-25 {
    gap: 25px;
}

.gap-120 {
    gap: 120px;
}

.gap-8 {
    gap: 8px;
}


.topics_left {
    margin: 70px 0 0;
}

.lh-2 {
    line-height: 2;
}

.w-full {
    width: 100%;
}

.w-1\/2 {
    width: 50%;
}

.w-600 {
    width: 600px;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-start {
    justify-content: start;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-shrink {
    flex-shrink: 0;
}

.w-230 {
    width: 230px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mb-30 {
    margin-bottom: 30px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-24 {
    font-size: 24px;
}

.text-32 {
    font-size: 32px;
}

@media only screen and (max-width: 1023px) {
    header nav {
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }

    header nav div.xr_xpos {
        display: none;
    }

    .header-banner {
        display: none;
    }

    .wrap {
        width: 100%;
    }

    .footer-wrap {
        width: 100%;
        overflow: hidden;
    }

    .footer-wrap .xr_s19 {
        display: none;
    }

    .footer-third>img:first-child {
        width: 50px !important;
        height: 50px !important;
        right: 210px;
        left: auto !important;
    }

    .footer-third>img:nth-child(2) {
        width: 50px !important;
        height: 50px !important;
        right: 150px;
        left: auto !important;
    }

    .footer-third div img {
        left: auto !important;
        right: 20px;
    }

    .wrap2 {
        flex-direction: column;
        gap: 20px;
    }

    .wrap {
        padding: 30px;
    }

    .topics_left {
        display: none;
    }

    .sm-ml-0 {
        margin-left: 0 !important;
    }

    .sm-w-full {
        width: 100% !important;
    }

    .sm-flex-col {
        flex-direction: column !important;
    }

    .sm-items-start {
        align-items: start !important;
    }

    .sm-text-center {
        text-align: center;
    }

    .sm-px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sm-px-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sm-py-5 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sm-text-16 {
        font-size: 16px;
    }
}