@charset 'utf-8';

/* Contents Wrapper */
.contents_wrap .contents { display: flex; flex-direction: column; gap: 48px; }
.contents_wrap .contents .content_flex_wrap { margin-top: 0; }
.contents_wrap .contents .content_text { position: relative; }
.contents_wrap .contents p { margin: 32px 0; }

/* Content Flex Layout */
.content_flex_wrap .sideimg_wrap img { object-position: top; }

/* Background Image Elements */
.contents_wrap .contents .back_img_space { padding-bottom: 150px; }
.contents_wrap .contents .company_back_img { position: absolute; bottom: 0; right: 0; width: auto; height: 180px; }

/* Footer */
.menuMain li.menuCompany a { border-left: 4px solid #338753; }


/* Desktop Styles (1080px+) */
@media screen and (min-width: 1080px) {
    h1 { margin-bottom:50px; }
    .menuMain li.menuCompany a::after { transform: scale(1, 1); }
    .content_text { width:500px; min-width: 450px; }
    .contents_wrap .contents { padding: 96px 0 0; }
    .contents_wrap .contents p { margin: 0; }
    .contents_wrap .contents .back_img_space { padding-bottom: 60px; }
    .contents_wrap .contents .company_back_img { right:-200px; height:160px; }
    .content_flex_wrap .sideimg_wrap { width: calc(40vw); max-height: 500px; aspect-ratio: 95 / 64; }

    .right .content_flex_wrap .sideimg_wrap { margin-top:-100px; }
}