body {
    margin: 0;
    background-color: #f4f6f7;
}

.home-m {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    --home-m-why-pic-spacing: 15px;
}

.width-90vw {
    width: 90vw;
}

.display-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-m-model-title {
    margin: 1em 0 0.8em 0;
    display: flex;
    align-items: center;
}

.home-m-model-title-lace-l {
    border-top: 1px solid transparent;
    border-right: 45px solid #3395ff;
}

.home-m-model-title-content {
    font-size: 19px;
    font-weight: bolder;
    color: #0f5faf;
    text-align: center;
    width: 6em;
    margin: 0 0.1em 0 0.1em;
}

.home-m-model-title-lace-r {
    border-top: 1px solid transparent;
    border-left: 45px solid #3395ff;
}

.home-m-title {
    margin: 0.2em;
    font-size: 25px;
    font-weight: bolder;
}

.home-m-frame {
    width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-m-special {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-m-special-swiper {
    width: 99vw;
}

.swiper {
    --swiper-pagination-color: #ffffff;
}

.specials-swiper-more{
    position: absolute;
    z-index: 11;
    right: 10px;
    bottom: 1px;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 4px 8px black;
    text-align: center;
}

.home-m-why {

}

.home-m-why-pic-package {
    width: 100%;
}


.home-m-why-pic-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--home-m-why-pic-spacing);
}

.home-m-why-pic {
    height: 100px;
    width: calc(50% - var(--home-m-why-pic-spacing) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background-size: 100% 100%;
    background-position: center center;
}

.home-m-why-pic-row .bottom {
    width: 100%;
    height: 2.8em;
}

.p1 {
    background-image: url("../images/inv.home.mobile.ENVIRONMENT.png");
}

.p2 {
    background-image: url("../images/inv.home.mobile.TWO_ZONES.png");
}

.p3 {
    background-image: url("../images/inv.home.mobile.INDUSTRY.png");
}

.p4 {
    background-image: url("../images/inv.home.mobile.DISTRICT.png");
}

.p5 {
    background: url("../images/inv.home.mobile.KOR-POLICY.png") no-repeat;
    background-size: 100% 100%;
}


.home-m-start {

}


.home-m-start-pics {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    text-align: center;
}

.home-m-start-pics > div {
    margin: 0.4em 0 0.4em;
    background-size: 100% 100%;
}

.home-m-start-pic2 {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/inv.home.mobile.SET_UP.png") no-repeat;
}

.home-m-start-pic2 > p {
    color: var(--vt-c-text-dark-1);
}

.home-m-start-pic3 {
    height: 90px;
    display: flex;
    justify-content: center;
    background: url("../images/inv.home.mobile.KOR-ESTIMATION.png") no-repeat;
}

.home-m-start-pic3 > p {
    color: var(--vt-c-text-dark-1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.floating-window {
    position: fixed;
    bottom: 0.5vw;
    right: 0.5vw;
    z-index: 9999;
    width: 47vw;
}

.floating-window .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 25px;
    background-color: transparent;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-window > img {
    width: 100%;
    height: 100%;
}


.home-m-start-tags {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 16px;
    text-align: center;
}

.home-m-start-tag {
    display: flex;
    justify-content: center;
    position: relative;
    height: 60px;
}

.home-m-start-tag > p {
    width: 96px;
    color: #676767;
    margin: 1em 0.5em 0.5em 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.home-m-start-tag-line {
    width: 2.7em;
    height: 2px;
    background-color: #d6d6d6;
    position: absolute;
    bottom: 0;
}

.home-m-service-row {
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 0.6em;*/
}

.home-m-service-row-ele {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0.3em 0.3em 0.5em 0.3em;
    width: 19vw;
}

.home-m-service-row-ele > img {
    margin: 0.4em;
    height: 55px;
}

.home-m-service-row-ele > p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 12px;
    text-align: center;
    height: 3vh;
}

.home-m-latest {

}

.home-m-latest-ele {
    background-color: white;
    width: 100%;
    margin-bottom: 1vh;
}

.home-m-latest-ele-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2vw 2vw 4vw;
}

.home-m-latest-ele-title div:first-child {
    font-weight: bolder;
    font-size: 24px;
}

.home-m-latest-ele-title div:last-child {
    color: #b4b4b4;
    font-size: 15px;
}

.home-m-latest-ele-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2vw;
}

.home-m-latest-ele-content-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15vw;
}

.home-m-latest-ele-content-date :first-child {
    font-size: 25px;
    color: #0090fe;
}

.home-m-latest-ele-content-date :last-child {
    font-size: 12px;
}

.home-m-latest-ele-content-text {
    font-size: 13px;
    width: 68vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.home-m-bottom {
    margin-top: 4vh;
    margin-bottom: 4vh;
    width: 100%;
}

.home-m-bottom-cards {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.home-m-bottom-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    width: 100%;
    border-radius: 20px;
    margin-top: 1vw;
    margin-bottom: 1vw;
    text-align: center;
    background: no-repeat center center;
    background-size: 100% 100%;
}

.home-m-bottom-cards > .bg1 {
    background-image: url("../images/inv.home.mobile.KOR-FAQs.png");
    height: 8.5vh;
}

.home-m-bottom-cards > .bg2 {
    background-image: url("../images/inv.home.mobile.KOR-SERVICE_CENTER.png");
    width: 44vw;
}

.home-m-bottom-cards > .bg3 {
    background-image: url("../images/inv.home.mobile.KOR-FOREIGN-RELATED.png");
    width: 44vw;
}


/* add 2024-07-31 start*/
.start-your-businiss{
    font-size: 18px;
    margin-right: 0;
    margin-left: 0;
    height: 300px;
}

.syb-item-1 {
    padding: 0;
}
.start-your-businiss .syb-div {
    margin: 0 0 5px 0;
    background-size: 100% 100%;
}
.syb-div img {
    margin: 5px 20px;
}
.syb-div div {
    margin: auto 5px;
    line-height: 1.3;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.start-your-businiss .syb-div:nth-child(1){
    background-image: url(../images/inv.newhome.syb1.png);
}
.start-your-businiss .syb-div:nth-child(2){
    background-image: url(../images/inv.newhome.syb2.png);
}
.start-your-businiss .syb-div:nth-child(3){
    background-image: url(../images/inv.newhome.syb3.png);
}
.start-your-businiss .syb-div:nth-child(4){
    background-image: url(../images/inv.newhome.syb4.png);
    margin-bottom: 0;
}
.mySwiper-syb {
    width: 100%;
    height: 210px;
    /*margin-top: 10px;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
}
.swiper-slide {
    text-align: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.mySwiper-syb .syb-start {
    position: absolute;
    width: 15vw;
    height: 15vw;
    top: 30%;
    left: 40%;
}
.mySwiper-syb .syb-start:hover{
    transform: translate(-50%, -50%) scale(1.5);
}
.mySwiper-syb .syb-text{
    position: absolute;
    width: 100%;
    top: 80%;
    left: 50%;
    font-size: 18px;
    color: #FFFFFF;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    transform: translate(-50%, -50%);
}
.d-flex {
    display: flex !important;
}
.mt-2 {
    width: 100%;
}
.ml-2 {
    margin-right: .5rem !important;
}
/* add 2024-08-01 end*/



.home-m-bottom {
    margin-top: 4vh;
    margin-bottom: 4vh;
}

.home-m-bottom-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.home-m-bottom-card {
    background-size: 100% 100%;
    width: 44vw;
    height: 10vh;
    margin-bottom: 1vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
}
.home-m-bottom-card.faqs {
    font-size: 20px;
}

.img-parent-background-image {
    display: none;
}


