*::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.timeline_content_wrapper {
    min-height: calc(100vh - 98px);
    margin-top: 44px;
}

.timeline_content_row1 {
    height: 40px;
    display: flex;
    align-items: center;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
a {
    text-decoration: none;
    color: #000;
}

img,
img a {
    border: none;
    outline: none;
    outline-style: none;
    -moz-outline-style: none;
}

.datarow0 {
    display: flex;
    width: calc(100vw - 92px);
    cursor: pointer;
    position: relative;
    height: 115px;
    max-height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 62px;
    margin-right: auto;
}

.datarow0 .text0 {
}

.datarow0 .text1 {
    font-size: 24px;
    margin-left: 0px;
    margin-right: auto;

    display: flex;
    align-items: center;
    margin-bottom: auto;
}
.datarow0 .text2 {
    margin-left: 8px;
}

.datarow0 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-top: 4px;
    margin-left: 40px;
}

.timeline_content_wrapper .card0 {
    width: calc(25vw - 8px);
    display: flex;
    height: 33vw;
    min-height: 33vw;
    max-height: 33vw;
    flex-direction: column;
    overflow: hidden;
}

/* MOBILE-DESKTOP 600 기준점 */
/* DESKTOP 1366 ::: 이후 패딩 */

@media only screen and (min-width: 400px) {
    /* ... */
}
@media only screen and (max-width: 400px) {
    /* ... */
}
@media only screen and (min-width: 600px) {
    /* ... */
}
@media only screen and (min-width: 768px) {
    /* ... */
}
@media only screen and (min-width: 992px) {
    /* ... */
}
@media only screen and (min-width: 1200px) {
    /* ... */
}
@media only screen and (min-width: 1440px) {
    /* ... */
}
