@charset "utf-8";

#pagehead {
    height: 40px;
}

#mds_logo {
    top: 6px;
    position: relative;
    max-width: 90%;
}

.pagelinkbtn > img {
    scale: 0.4;
}

.linkpart {
    max-width: fit-content;
}

.linkpart img {
    max-height: 280px;
    object-fit: contain;
}

.linkpart:hover {
    border-color: #2b2f32 !important;
}

.max-w-1024 {
    max-width: 1024px;
}

.max-w-fill {
    max-width: -webkit-fill-available;
}

#pagedidsearch {
    height: 440px;
    background-image: url("images/mds_design_id_bg@2x.jpg");
    background-position: center;
}

#didsearchimg {
    max-width: 100%;
    max-height: 75%;
    top: 70px;
    position: relative;
}

#didsearchinfo {
    height: fit-content;
}

#didinput {
    min-width: 160px;
}

#btn_didsearch {
    width: 180px;
    height: 45px;
    border: none;
    background: none;
    background-image: url("images/mds_design_id_button_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#pagebottom {
    height: 40px;
}