*,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

* {
    transition: all .2s;
}

html,
body {
    position: relative;
    overflow-x: hidden;
}

section {
    width: 100%;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 101px;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #333333;
    padding-right: 0 !important;
}

a {
    text-decoration: none;
}

.id-list-search>.search {
    width: 100%;
    margin: 0;
    padding: 0;
}

.id-wrap {
    width: 1380px;
    margin: 0 auto;
    padding-top: 102px;
}

.id-list-title {
    margin-top: 40px;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #2D3339;
}

.id-list-search {
    margin-top: 30px;
}

.id-list-search>.search>form>input.textinput {
    width: 100%;
    height: 36px;
    padding-left: 40px;
    background: #F2F2F2;
    border: 1px solid #D0D1D2;
    border-radius: 4px;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8E9BA8;
}

.id-list-search>.search>form>input.submit {
    display: none;
}

.id-list-wrap {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
}

.id-page-banner {
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-left: auto;
}


.id-page-banner img {
    max-width: 240px;
}

.id-page-banner>a {
    
    margin-top: 20px;
}

.id-page-banner>a:first-child {
    margin-top: 0;
}

.id-list-cont>article {
    max-width: 1000px;
    padding-bottom: 9px;
    margin-bottom: 25px;
    padding-right: 15px;
    border-bottom: 1px solid #BDBDBD;
}

article>.link>a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #6899D8;
}

article>.date {
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #4F4F4F;
}

@media screen and (min-width: 1000px) and (max-width: 1439px) {
    .id-wrap {
        width: 940px;
    }

    .id-list-cont>article {
        width: 100%;
    }

    .id-page-banner {
        margin-right: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .id-wrap {
        width: 708px;
    }

    .id-list-cont>article {
        width: 100%;
    }

    .id-page-banner {
        margin-right: 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .id-wrap {
        width: 95%;
    }

    .id-list-cont>article {
        width: 100%;
    }

    .id-page-banner {
        margin-right: 0px;
        display: none;
    }
}