body{
    margin: 0;
    background-color: #f1f2f4;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* navbar */
header{
    width: 100%;
    height: 65px;
    background-color: #ffffff;
}
.navbar{
    margin-left: 1.8rem;
    padding-top: 13px;
}
.logoImg{
    width: 130px;
    height: auto;
}
.logo{
    width: auto;
    height: auto;
    float: left;
}
.logoTag{
    text-decoration: none;
    font-size: small;
    display:inline-block;
    margin-left: 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: italic;
    color: darkgray;
}
.logoSpanTag{
    color: #f6c343;
}
.navSearch{
    float: left;
    width: 40%;
    margin-left: 2rem;
    margin-right: 1rem;
}
.navSearchInput{
    width: 100%;
    height: 40px;
    font-size: large;
    background-color: #f1f5fe;
    border-radius: 8px;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 2.5rem;
    color: darkgray;
}
.navSearchInput:focus{
    outline: none;
}
i{
    position: absolute;
}
.searchIcon{
    margin-top: -28px;
    margin-left: 1rem;
}
.navContents{
    float: left;
    margin-top: -0.3rem;
}
.navContentItems{
    float: left;
    margin-left: 3.5rem;
    cursor: pointer;
}
.navContentImg{
    float: left;
    margin-right: 8px;
    margin-top: -2.5px;
}
.navContentText{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Section */
.categorySection{
    width: 97.5%;
    height: auto;
    margin: auto;
    margin-top: 0.5rem;
}
.categoryContainer{
    width: 100%;
    height: 9rem;
    background-color: #ffffff;
}
.row{
    width: 94%;
    height: auto;
    margin: auto;
    padding-top: 1rem;
}
.rowWrap{
    width: 90%;
    margin: auto;
}
.categoryPost{
    height: auto;
    width: 70px;
    float: left;
    grid-row: auto;
    margin-right: 5.9%;
}
.categoryItemImg{
    width: 64px;
    height: auto;
}
.categoryItemText{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

/* Banner */
.banner{
    width: 100%;
    height: auto;
    margin-top: 1rem;
}
.banner div{
    width: 98%;
    height: auto;
    margin: auto;
}
.banner div img{
    width: 100%;
    height: auto;
}

/* Row Posts */
.rowPostSection{
    width: 97.5%;
    height: auto;
    margin: auto;
    margin-top: 1rem;
}
.rowPostContainer{
    width: 100%;
    height: 340px;
    background-color: #ffffff;
}
.headTextItems{
    font-weight: 600;
    font-size: larger;
    position: static;
    padding-left: 1rem;
    padding-top: 1rem;
}
.rowPostWrap{
   height: auto;
   width: 98%;
   margin: auto;
   overflow-x: scroll;
   display: flex;
   scroll-behavior: smooth;
}
.rowPostWrap::-webkit-scrollbar{
    display: none;
}
.rowPost{
    height: 255px;
    width: 200px;
    border: 1px solid #e4e8f2;
    float: left;
    margin-right: 1rem;
    cursor: pointer;
}
.rowPostImg{
    padding-top: 0.5rem;
}
.rowPostImg:hover{
    transform: scale(1.1);
}
.rowPostImg img{
    width: 190px;
    height: auto;
    padding-right: 0.5rem;
}
.rowPostTitleDiv p{
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}
.rowPostTitleDiv p span{
    font-weight: 600;
}

/* Banner */
.smallPostContainer{
    width: 33%;
    height: 652px;
    background-color: #ffffff;
    float: left;
}
.S1{
    margin-right: 0.4rem;
}
.smallPostWrap{
    height: auto;
    width: 98%;
    margin: auto;
    background-color: #f6c343;
}
.rowSmallPost{
    height: 255px;
    width: 200px;
    border: 1px solid #e4e8f2;
    float: left;
    cursor: pointer;
    margin-left: 1.25rem;
    margin-bottom: 1rem;
}
.sideBanner{
    width: 100%;
    height: 652px;
}
.sideBanner img{
    width: 932PX;
    height: 652px;
    margin-left: 0.5rem;
}
.rPC{
    float: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Prefooter */
.prefooter{
    width: 100%;
    height: 320px;
    float: left;
    background-color: #f5f5f5;
}
.prefooter .container{
    width: 97%;
    height: auto;
    margin: auto;
}
.prefooter .container .title{
    padding-top: 3rem;
    color: gray;
    font-weight: 500;
}
.prefooter .container .text{
    padding-top: 1rem;
    color: darkgrey;
    line-height: 20px;
    font-size: small;
}

/* Footer */
footer{
    width: 100%;
    height: 320px;
    float: left;
    background-color: #212121;
}
footer .container{
    width: 91.75%;
    height: auto;
    padding-top: 1.75rem;
    margin: auto;
}
footer p{
    color: #878787;
    font-size: 12px;
}
footer a{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
footer a:hover{
    text-decoration: underline;
}
footer .column{
    width: 15%;
    height: auto;
    float: left;
}
footer .lastCol{
    border-right: 0.25px solid #878787;
}
footer .sec{
    margin-left: 2rem;
}
footer .secColumn{
    width: 18%;
    height: auto;
    float: left;
}
footer .pText{
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}
footer .final{
    width: 100%;
    height: auto;
    float: left;
    border-top: 0.25px solid #878787;
    margin-top: 2rem;
}
footer .final .wrapper{
    width: 90%;
    height: auto;
    margin: auto;
}
.final .wrapper .col{
    width: 12%;
    height: auto;
    float: left;
    margin-top: 1rem;
}
.final .wrapper .col img{
    float: left;
    padding-top: 0.75rem;
}
.final .wrapper .col p{
    float: left;
    color: #ffffff;
    padding-left: 0.5rem;
}
.payCol{
    margin-left: 5rem;
}