/* BASIC css start */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

.donation_hero { margin: 0 33%; background-image: url('https://mothersall.img6.kr/story/regular_donation/donation_hero_beigeback.png'); }
.donation_hero img { width:100%; }
.donation_hero p { font-size: 1.5em; text-align: center; color: #000; padding-bottom: 10%; }

.hero_story { padding: 5% 7% 10%; background-image: url('https://mothersall.img6.kr/story/regular_donation/donation_hero_lightbeigeback.png'); }
.hero_story > .story_tit { border-top: 2px solid #000; text-align: left; font-size: 3em; line-height: 1.25em; font-family: 'S-CoreDream-5Medium'; margin: 5% auto; padding-top: 5%; background: none;}
.hero_story > p { font-family: 'sans-serif'; text-align:left; font-size: 1.25em; line-height: 1.5em; background: #fff; padding: 5%; border-radius: 9px; margin: 5% auto; }

.bar-container {
    width: 100%;
    display: flex;
    height: 80px;
    margin-top: 10%;
    /*border: 1px solid #ccc;*/
}

.bar { font-family: 'DungGeunMo'; font-size: 2.5em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: bold;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}

.name-tag { position: absolute; margin: -3% 33% 0; z-index: 2;
    display: flex;  color: #000;
    font-family: 'DungGeunMo'; font-size: 1.75em;
    align-items: center;
}

.name_item1 { left: 2%; justify-content: flex-start; }
.name_item2 { right: 2%; justify-content: flex-end; }

.name-tag img {
    width: 25%; margin: 0 1%;
}

.item1 {
    background-color: #da4a4d; /* ÅäÀÌÈ÷¾î·Î Red */ 
}

.item2 {
    background-color: #f2c33e; /* ÄíÅ·¸¶½ºÅÍ Yellow */ 
}

.percentage_item1 {
    position: absolute; 
    right: 5%;
}
.percentage_item2 {
    position: absolute; 
    left: 5%;
}


.hero_livechat { margin: 0 33%; background-color: #ff8135; padding: 1% 3%; /* border-radius: 10px; border: 2px solid #000;*/ }
/* BASIC css end */

