﻿.homeIconMenuContainer {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.homeIconMenuContainer a {
    width: auto;
}

.footerMenuBtnContainer span::after {
    width: 100px;
}

.detailHeaderContentContainer .title::after {
    width: 80px;
}

.homeAnm lottie-player {
    width: 200px;
    height: 200px;
}

.twoBasicBox {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.strategicList .item {
    width: calc(50% - 16px);
}

.footerCopyContainer .footerCopyLogo {
    flex-direction: column;
    gap: 20px;
    border-radius: 30px;
}

.footerCopyContainer .footerCopyLogo a {
    flex-direction: row;
}

.footerCopyContainer .footerCopyLogoSummary {
    font-size: 15px;
    text-align: center;
}

.footerCopyContainer .footerCopyMenu {
    gap: 5px;
}

#homePage section {
    padding: 0;
}

.strategicList .item:hover {
    border-radius: 20px 60px 20px 20px;
}

.contentLayer {
    width: 225px;

}