*{
    font-size: 9px;
}

.section_title_word h2{
    margin-bottom: 4rem;
}

.section_container_padding {
    padding: 12rem 1.5rem;
}

.download_button1, .download_button2{
    display: flex;
}

.nav_menu{
    height: auto;
}

.nav_menu_box_burger{
    display: flex;
}

.menubefore{
    display: flex;
}

.menuafter{
    display: none;
}

.display_flex{
    display: flex;
}

.display_none{
    display: none;
}

.menu_display{
    position: absolute;
    left: 0;
    top: 60px;
    display: grid;
    transform:translateY(-100%);
    transition: all 0.3s ease;
    width: 100%;
    background-color: white;
    z-index: -1;
}

.display_visible{
    transform:translateY(0);
}

.nav_menu_link{
    flex-direction: column;
}

.nav_lan{
    margin-left: 0;
}

.nav_menu_li a, .nav_lan_li{
    font-size: 1.5rem;
    height: 6rem;
    padding: 0 2rem 0 2rem;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.nav_menu_li a{
    width: 100%;
}

.nav_lan_li{
    display: flex;
    justify-content: center;
}

.section_3_detail {
    height: 100%;
}

.section_3_image{
    position: relative;
    display: flex;
    transform: translateX(0);
}

.section_3_image1, .section_3_image2{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
}

.section_3_word2 p {
    position: static;
}

.section_4_word, .section_4_box img, .section_4_box_revers img{
    width: 100%;
}

.section_5_image{
    position: relative;
    top: 0;
    right: 0;
}

.section_5_image_container{
    display: flex;
    justify-content: center;
}

.section_6_box_detail {
    width: 100%;
}


.section_7_word1 {
    display: block;
    position: relative;
    top: 0;
}

.section7_p1 {
    width: 100%;
    max-width: 100%;
    white-space: normal;
}

.section_7_image {
    top: 0;
}

.section_9_part p {
    font-size: 1.6rem;
}

.section_9_part1_word {
    display: flex;
    flex-direction: column;
}

.section_9_part_container {
    display: flex;
    flex-direction: column;
}

.section_9_part4_word {
    width: 100%;
    margin-bottom: 2rem;
}

.section_10_box span, .section_10_box p {
    font-size: 1.6rem;
}

.section_10_box{
    max-width: max-content;
}
.section_11_container {
    flex-wrap: wrap;
}

.section_11_box {
    width: 100%;
    margin-bottom: 5rem;
}

.section_11_box p, .section_11_box a {
    font-size: 1.6rem;
}

.footer_nav1 {
    flex-direction: column;
}

.footer_nav1 ul{
    margin-bottom: 2rem;
}

.footer_nav1 ul, .footer_nav1 a {
    font-size: 1.5rem;
}

.footer_address, .footer_address a, .footer_nav2 a {
    font-size: 1.3rem;
}

.footer_nav2_box{
    grid-template-columns: 1fr;
}