.m_open_div1{
    width: 100%;
    height: auto;
    background: url("../../imgs/kifng-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.m_open_div1_body{
    width: 90%;
    height: 200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.m_open_div1_body span:nth-of-type(1){
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 1rem;
}
.m_open_div1_body span:nth-of-type(2){
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
}

.m_open_div2{
    width: 100%;
    height: auto;
}
.m_open_div2_body{
    width: 90%;
    height: auto;
    margin: auto;
}
.m_open_div2_body_title{
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 1rem 0rem;
}
.m_open_div2_body_items{
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
.m_open_div2_body_1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
    padding: 1rem 0rem;
    margin-bottom: 1rem;
}
.m_open_span1{
    font-size: 18px;
    padding: 1rem 0rem;
}
.m_open_span2{
    width: 90%;
    color: #8799AA;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.m_open_div3{
    width: 100%;
    height: auto;
    background: #F9F9F9;
}
.m_open_div3_body{
    width: 90%;
    height: auto;
    margin: auto;
}
.m_open_div3_body_title{
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 1rem 0rem;
}
.m_open_div3_body_item{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.m_open_div3_body img{
    width: 320px;
    height: 200px;
}
.m_open_div3_body_item span:nth-of-type(1){
    font-size: 18px;
    padding: .5rem 0rem;
    font-weight: bold;
}
.m_open_div3_body_item span:nth-of-type(2){
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
}
.m_open_div4{
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
.m_open_div4_body{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 0rem;
}
.m_open_div4_items{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.m_open_span3{
    font-size: 20px;
    font-weight: bold;
    padding-top: 2rem;

}
.m_open_span4{
    font-size: 16px;
    padding: 1rem 0rem;
    font-weight: bold;

}
.m_open_span5{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: justify;

}
.m_open_span6{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.m_open_span7{

}
.m_open_span7>img{
    width: 60px;
}


.m_f_div4{
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
}
.m_f_div4_body{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.m_f_div4_body_title{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.m_f_div4_body_title span:nth-of-type(1){
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-bottom: 1rem;
}
.m_f_div4_body_title span:nth-of-type(2){
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 1rem;
}

.m_f_div4_body_ims{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m_f_span1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 14px;
}
.m_f_span1 img{
    width: 60px;
}

.m_f_div5_body_ims{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.m_f_div5_body_ims img{
    width: 100%;
}
.m_f_div5_body_ims span{
    width: 44%;
    margin-bottom: 1rem;
}


