/* 일반 모바일 */
@media (max-width: 768px) {
    html {
      font-size: 23px;
    }
    .m_product_item {
        font-size: 23px;
    }
    .m_product_sub {
        font-size: 11.5px;
    }
    .mo_menu_list {
        font-size: 18px;
    }
  }
  
  /* 작은 모바일 */
  @media (max-width: 480px) {
    html {
      font-size: 12px;
    }
    .m_product_item {
        font-size: 12px;
    }
    .m_product_sub {
        font-size: 6px;
    }
    .mo_menu_list {
        font-size: 12px;
    }
  }
  
  /* 극소형 모바일 (예: 320px 너비 기준) */
  @media (max-width: 320px) {
    html {
      font-size: 10px;
    }
    .m_product_item {
        font-size: 10px;
    }
    .m_product_sub {
        font-size: 5px;
    }
    .mo_menu_list {
        font-size: 10px;
    }
  }

.mobie_web {
    position: relative;
    width: 100%;
}

.mobie_web img {
    width: 100%;
    height: auto;
    display: block;
}

.m_main_content {
    width: 100%;
}

.m_main_content_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.m_main_content_item_title h3 {
    font-size: 1.83rem;
    font-weight: bold;
    margin-bottom: 1.33rem;
    text-align: center;
    color: #ff5800;
}
.m_main_content_item_title_2 {
    margin-top: 4.58rem;
    margin-bottom: 2.25rem;
}
.m_main_content_item_title_2 h3 {
    font-size: 1.45rem;
}


.m_main_content_item_title_green {
    color: #002c23;
}

.m_main_content_item_title p {
    font-size: 1.08rem;
    color: #0e1011; 
    text-align: center;
    margin-bottom: 2.66rem;
}
.m_main_content_item_title_2 p {
    font-size: 1rem;
}
.m_main_content_inner {
    padding: 5rem 2.2rem;
}
.m_product_item {
    background-color: #e5e5e5;
    border-radius: 1.33em;
    padding: 1.33em;
    padding-bottom: 2.5em;
}
.m_product_item_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0.75em;
    margin-bottom: 1.25em;
}
.m_product_item_top_img_1 {
    width: 60%;
}
.m_product_item_top_img_2 {
    width: 15%;
}
.m_product_item_img {
    width: 100%;
    object-fit: contain;
}
.m_product_description {
    margin-top: 1.75em;
    margin-bottom: 1.3em;
    padding: 0 0.3em;
}
.m_product_description h2 {
    font-size: 2.16em;
    font-weight: bold;
    margin-bottom: 0.7em; 
    padding-left: 0.5em;
}
.m_product_description p {
    font-size: 1em;
    line-height: 1.4;
    color: #3e3a3a;
    word-spacing: 0.1em;
    padding-left: 0.5em;
}
.m_product_link_btn {
    display: flex;    
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    margin-top: 1.5em;
    padding: 0 1.66em;
}
.m_product_link_btn_item {
    width: calc(50% - 0.25em);
    aspect-ratio: 1 / 0.66;
    border-radius: 1em;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m_product_link_btn_item img {
    height: 65%;
    object-fit: contain;
}
.m_product_bottom {
    margin-top: 2.16em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.m_product_buy_btn {
    width: 80%;
    margin-bottom: 0.75em;
}
.m_product_buy_date {
    width: 52%;
    height: auto;
    object-fit: contain;
}
.m_main_content_item_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.m_main_content_item_img:last-child {
    margin-bottom: 7.16rem;
}
.m_sub_content_item {
    padding: 2.66rem 2.25rem 3.75rem 2.25rem;
}
.m_sub_product {
    padding: 3.25rem 1rem 4.58rem 1rem;
}
.m_sub_product h3 {
    font-size: 1.5rem;
    margin-bottom: 2.16rem;
}
.m_sub_product_item {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.m_product_sub {
    width: calc(50% - 0.25em);
}
.m_sub_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-top: 2px solid #e5e5e5;
    height: 5.41rem;
}
.m_sub_menu_item {
    width: 25%;
    aspect-ratio: 1 / 0.63;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.m_sub_menu_item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #dfdedd;
}
.m_sub_menu_item img {
    height: 100%;
    object-fit: contain;
}

.m_sub_menu_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65%;
}
.m_sub_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 1.41rem;
    padding: 1.16rem 0 3.33rem 0;
    border-bottom: 2px solid #d5d5d5;
}
.m_sub_top_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.16rem;
}
.m_sub_rice_top_img {
    width: 59%;
    height: auto;
    object-fit: contain;
}
.m_sub_ai_ring_top_img {
    width: 40%;
    height: auto;
    object-fit: contain;
    padding-top: 2rem;
}
.m_sub_top_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 86%;
}
.m_sub_rice_top_text_img {
    width: 65%;
    height: auto;
    object-fit: contain;
    margin-bottom: 1.25rem;
}
.m_sub_ai_ring_top_text_img {
    width: 55%;
    height: auto;
    object-fit: contain;
    margin-bottom: 1.25rem;
}
.m_sub_top_text p {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #3e3a3a;
}
.m_sub_rice_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0 3.6rem 0;
}
.m_sub_rice_center img {
    width: 83%;
    height: auto;
    object-fit: contain;
}
.m_sub_rice_title {
    font-size: 1.33rem;
    font-weight: bold;
    color: #3e3a3a;
}
.m_sub_rice_bottom_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.m_sub_rice_bottom {
    display: flex;
    gap: 0.25rem;
}
.m_sub_ai_ring_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 4.25rem 0 3.33rem 0;
}
.m_main_content_item_title_sub h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
}
.m_sub_ai_ring_center img {
    width: 95%;
    height: auto;
    object-fit: contain;
}
.m_sub_freezone_top_img {
    width: 43%;
    height: auto;
    object-fit: contain;
}
.m_sub_freezone_top_text_img {
    width: 78%;
    height: auto;
    object-fit: contain;
    margin: 4rem 0 2.25rem 0;
}
.m_sub_freezone_top_bottom_img {
    width: 82%;
    height: auto;
    object-fit: contain;
    margin: 4rem 0 4rem 0;
}
.m_sub_freezone_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.m_sub_freezone_center_img {
    width: 98%;
    height: auto;
    object-fit: contain;
    margin-top: 2rem;
    padding-right: 0.8rem;
}
.m_sub_fire_top_img {
    width: 76%;
    height: auto;
    object-fit: contain;
    margin-top: 1.6rem;
    margin-bottom: 2rem;
}
.m_sub_fire_top_img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:3.66rem;
}
.m_sub_fire_center_img {
    margin-top: 4.58rem;
    margin-bottom: 0.5rem;
}