[v-cloak] {
    display: none !important;
}

[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, #E2EEE2 0%, #FBFBF9 20rem);
}

* {
    box-sizing: border-box;
}

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

a img {
    display: block;
}

.news_img {
    object-fit: cover;
}

#app {
    width: 100%;
}

/* header strat */
header {
    height: 3.2rem;
    display: grid;
    grid-template-columns: 1.13rem 1fr 1.13rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.72rem;
    margin-bottom: 0.75rem;
}

header>div:nth-child(2) {
    gap: 0.25rem;
}

header .back {
    width: 0.53rem;
    height: 1rem;
}

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

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

header .logo {
    width: 8.13rem;
    height: 1rem;
}

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

.search_img {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1.22rem;
    top: 50%;
    transform: translateY(-50%);
}

.search_box input {
    font-family: 'Roboto 400', sans-serif;
    width: 100%;
    height: 2.38rem;
    border-radius: 1.19rem;
    background: #FFFFFF;
    font-size: 0.88rem; 
    padding: 0 1.22rem 0 1.16rem;
    color: #333333;
    border: none;
    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;
    right: 0;
    max-width: 450px;
    height: 100vh;
    width: 100%;
    background: linear-gradient(180deg, #E2EEE2 0%, #FBFBF9 20rem);
    z-index: 10;
    overflow-y: scroll;
}

.menu_pannel .menu_container {
    margin: 1.31rem auto 0;
    border-radius: 0.94rem;
    background: #FFFFFF;
    padding: 1.72rem 1.875rem;
    width: 21.25rem;
}

.menu_pannel .menu_container .logo {
    font-family: 'Moul 400', sans-serif;
    font-size: 2rem;
    line-height: normal;
    letter-spacing: normal;
    color: #42714A;
    text-align: center;
    white-space: nowrap;
    position: relative;
}

.menu_pannel .menu_container .logo .pen {
    position: absolute;
    width: 6.25rem;
    height: 2.48rem;
    bottom: 0.5rem;
    right: -1rem;
}

.menu_pannel .menu_container .logo .flower {
    position: absolute;
    width: 1.25rem;
    height: 1.18rem;
    left: -0.2rem;
    top: 0;
}

.menu_pannel .menu_container>div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    align-items: center;
    justify-content: space-between;
}

.menu_pannel .menu_item {
    width: 100%;
    height: 8.13rem;
    padding: 1.25rem 0.5rem;
    border-radius: 1.25rem;

    font-family: 'Roboto 400', sans-serif;
    font-size: 0.88rem;
    line-height: normal;
    letter-spacing: normal;
    color: #3D3D3D;
    text-align: center;
}

.menu_pannel .menu_item>img {
    width: 3.13rem;
    height: 3.13rem;
    margin: 00.94rem auto 0;
}

.menu_pannel .menu_item:nth-child(4n) {
    background: rgba(178, 217, 33, 0.9);
}

.menu_pannel .menu_item:nth-child(4n+1) {
    background: rgba(243, 238, 212, 0.9);
}

.menu_pannel .menu_item:nth-child(4n+2) {
    background: rgba(229, 139, 74, 0.8);
}

.menu_pannel .menu_item:nth-child(4n+3) {
    background: rgba(66, 113, 74, 0.8)
}

.menu_pannel .menu_item_select:nth-child(4n) {
    border: 0.15rem solid rgba(178, 217, 33);
}

.menu_pannel .menu_item_select:nth-child(4n+1) {
    border: 0.15rem solid rgba(243, 238, 212, 1);
}

.menu_pannel .menu_item_select:nth-child(4n+2) {
    border: 0.15rem solid rgba(229, 139, 74);
}

.menu_pannel .menu_item_select:nth-child(4n+3) {
    border: 0.15rem solid rgba(66, 113, 74);
}