[flex-center] {
    display: flex;
    align-items: center;
    justify-content: center;
}

[flex-around] {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

[flex-between] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[flex-shrink] {
    flex-shrink: 0;
}

[flex-align="start"] {
    align-items: start;
}

[flex-align="end"] {
    align-items: end;
}

[flex="auto"] {
    flex: auto;
}

[textLine="1"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

[textLine="2"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

[textLine="3"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

[textLine="4"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    background: linear-gradient(180deg, #FDF9DD 0%, #FFFFFF 11%), #EFEFEF;
}

* {
    box-sizing: border-box;
}

a {
    display: block;
    text-decoration: none;
}

a img {
    display: block;
}

.news_img {
    object-fit: cover;
}

#app {
    width: 100%;
}

.header {
    height: 3.2rem;
    padding: 0 0.63rem;
}

.header .back,
.header a {
    width: 0.55rem;
    height: 1.04rem;
}

.header div:nth-child(2) {
    gap: 0.41rem;
}

.header .icon {
    width: 1.5rem;
    height: 1.5rem;
}

.header .logo {
    width: 10.5rem;
    height: 1.2rem;
}

.header .menu {
    width: 1.13rem;
    height: 1.13rem;
}

/* search  start*/
.search_box {
    margin: 1.31rem 0.63rem 1.31rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 21.25rem;
    position: relative;
    height: 2.38rem;
}

.search_box input {
    font-family: 'Roboto 400', sans-serif;
    width: 100%;
    height: 2.38rem;
    border-radius: 1.19rem;
    background: #FFFFFF;
    border: 0.03rem solid #36554A;
    font-size: 0.88rem;
    padding: 0 1.22rem 0 1.16rem;
    color: #333333;
    outline: none;
}

.search_box input::placeholder {
    color: #9F9F9F;
    font-family: 'Roboto 400', sans-serif;
}

/* search end */
footer {
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: #4D4D4D;
    font-family: 'Roboto 400', sans-serif;
    padding: 1rem 0;
    border-top: 1px solid rgba(77, 77, 77, 0.3);
}

footer div:nth-child(1) {
    margin-bottom: 0.5rem;
}

footer span {
    margin: 0 0.625rem;
    opacity: 0.7;
    font-size: 0.75rem;
}

footer a {
    color: #4D4D4D;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 0.03em;
    font-family: 'Roboto 400', sans-serif;
}

/* menu */
.menu_pannel {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 450px;
    height: 100vh;
    width: 100%;
    background: linear-gradient(180deg, #FDF9DD 0%, #FFFFFF 11%), #EFEFEF;
    z-index: 10;
    overflow-y: scroll;
}

.menu_pannel .menu_container {
    margin: 1.2rem auto 0;
    padding: 0 0.63rem;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.31rem;
    align-items: center;
    justify-content: space-between;
}

.menu_pannel .menu_item {
    width: 100%;
    height: 8.75rem;
    padding: 0.47rem 0.44rem;
    border-radius: 1.88rem;
    color: #FDF9DD;
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.88rem;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.menu_pannel .menu_item>img {
    width: 9.59rem;
    height: 6.63rem;
    border-radius: 1.88rem;
    object-fit: cover;
}

.menu_pannel .menu_item:nth-child(1),
.menu_pannel .menu_item:nth-child(4),
.menu_pannel .menu_item:nth-child(5),
.menu_pannel .menu_item:nth-child(8) {
    background: #36554A;
    color: #FDF9DD;
}

.menu_pannel .menu_item:nth-child(2),
.menu_pannel .menu_item:nth-child(6),
.menu_pannel .menu_item:nth-child(9) {
    background: #F7D95F;
    color: #36554A;
}

.menu_pannel .menu_item:nth-child(3),
.menu_pannel .menu_item:nth-child(7) {
    background: #FDF9DD;
    color: #36554A;
}