:root {
--sung-information-mb: 155px;
--sung-information-h2-size: 50px;
--sung-information-h4-size: 44px;
--sung-information-span-size: 30px;
--sung-information-p-size: 16px;
--sung-information-txt-padding: 0 148px;
--sung-information-aspect-ratio: 32 / 9;
}
.sung_information {
margin-bottom: var(--sung-information-mb);
padding: 0 50px;
position: relative;
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
align-items: center;
width: 100%;
object-fit: cover;
object-position: center;
aspect-ratio: var(--sung-information-aspect-ratio);
background-size: cover; 
background-position: center;
background-repeat: no-repeat;
}
.sung_information h2 {
text-align: center;
margin-top: 80px;
font-size: var(--sung-information-h2-size);
font-weight: 900;
color: #fff;
}
.sung_information > p {
text-align: center;
font-size: var(--sung-information-p-size);
font-weight: 600;
color: #fff;
margin-top: 8px;
}
.sung_information .txt {
background: #f6f6f6;
position: absolute;
bottom: 0;
transform: translateY(50%);
padding: var(--sung-information-txt-padding);
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.sung_information .txt > div {
padding-top: 20px;
padding-bottom: 20px;
}
.sung_information .txt .count {
display: flex;
justify-content: center;
align-items: flex-start;
}
.sung_information .txt h4 {
font-size: var(--sung-information-h4-size);
color: var(--color-second);
line-height: 1.4;
}
.sung_information .txt span {
font-size: var(--sung-information-span-size);
color: var(--color-second);
font-weight: 700;
}
.sung_information .txt p {
font-size: var(--sung-information-p-size);
text-align: center;
color: #2f2f2f;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
@media screen and (max-width: 1500px) {
:root {
--sung-information-mb: 140px;
--sung-information-h2-size: 44px;
--sung-information-h4-size: 40px;
--sung-information-span-size: 28px;
--sung-information-p-size: 16px;
--sung-information-aspect-ratio: 24 / 9;
}
}
@media screen and (max-width: 1280px) {
:root {
--sung-information-mb: 125px;
--sung-information-h2-size: 38px;
--sung-information-h4-size: 36px;
--sung-information-span-size: 24px;
--sung-information-p-size: 16px;
--sung-information-txt-padding: 0 80px;
--sung-information-aspect-ratio: 22 / 9;
}
}
@media screen and (max-width: 1200px) {
:root {
--sung-information-mb: 110px;
--sung-information-h2-size: 32px;
--sung-information-h4-size: 32px;
--sung-information-span-size: 20px;
--sung-information-p-size: 14px;
--sung-information-txt-padding: 0 60px;
--sung-information-aspect-ratio: 20 / 9;
}
}
@media screen and (max-width: 992px) {
:root {
--sung-information-mb: 130px;
--sung-information-h2-size: 28px;
--sung-information-h4-size: 28px;
--sung-information-span-size: 16px;
--sung-information-p-size: 14px;
--sung-information-txt-padding: 0 30px;
--sung-information-aspect-ratio: 22 / 9;
}
.sung_information h2 {
    text-align: center;
    margin-top: 30px;
    
}
}
@media screen and (max-width: 768px) {
:root {
--sung-information-mb: 130px;
--sung-information-h4-size: 24px;
--sung-information-span-size: 14px;
--sung-information-p-size: 13px;
--sung-information-txt-padding: 0 20px;
--sung-information-aspect-ratio: 16/9;
}
}
@media screen and (max-width: 576px) {
:root {
--sung-information-mb: 225px;
--sung-information-h2-size: 24px;
--sung-information-h4-size: 20px;
--sung-information-span-size: 14px;
--sung-information-p-size: 13px;
--sung-information-txt-padding: 0 10px;
--sung-information-aspect-ratio: 3/1;
}
.sung_information .txt {
transform: translateY(100%);
}
}

