
/* 4월의 사연 백그라운드 이미지 3page.js에 넣었음-진솔 */

.uljunews_title::before{background-image: url('/static/img/202506/public/title_log.png')}
.Content_Text_Icon_Title::before{ background-image: url('/static/img/202506/public/title_log.png');}
.Content_Text_Icon_Title {margin-bottom: 1.5em;}
.tempBox {display:none;}

.con_text06::before{background-image: url('/static/img/202506/public/title_log.png');}

.uljunews_title .news{ color: #FF7995; }
.collect_title{color: #FF7995;}
.collect_title_bar{border-bottom: 1px solid #FF7995;}

.calendar{background-color:#FFF3F7;}

.rcculture, .rcevent{background-color:#ffffff;}

.con_img01{margin-top: 0px; margin-bottom: 10px;}

/* 공통으로 사용되는 부분은 default.css에 반영하고, 커스텀 가능 영역만 남겨둘 것*/
.post_box{background-color: #fff;}
.post_name > p {background-color:  #FFF3F7;}

.Content_flex_D{display: flex; align-self: flex-start;margin: 0px;}
.Content_flex_ld6{flex: 0 0 8%;}
.Content_flex_ld11{flex: 0 0 11%;}
.Content_flex_ld17{flex: 0 0 17%;}
.Content_flex_rd{flex: 1 0 80%;}

/* 사월의 사연 말풍선 컬러*/
.post_tooltip-top::after {border-bottom-color: #fff;}
.post_tooltip-right::after {border-left-color: #fff;}
.post_tooltip-left::after {border-right-color: #fff;}

/* 사연 타이틀 컬러 */
.content_april_title > span{background-color:  #FFF3F7;}
/**************************************/

.marginbottom_none{margin-bottom: 0px;}
.margintop_up{margin-top: 2vw;}

/* 테이블 이미지 크기조정 */
.con_none_table2{display: flex;justify-content: flex-start;width:50%;margin: 0;}

.con_table_img > div{margin: 0px;}

/* a링크 박스 */
/* z-index 추가 */
.a_box{position: fixed;display: flex; background-color: #FF7995; border-radius:8px; width:7vw; padding:1vw; right: 2.291vw; bottom: 2.86vw;text-align: center;z-index: 999;}
.a_box:hover{background-color: #FDE446;}

.a_box > .a_links{color: #FFF3F7;font-size: 1.6em;font-weight: 600; }
.a_box:hover > .a_links{color:#333}
.boundary{border-top: 7px solid #FF7995; width: 105vw;position: relative; left: -34%; margin-bottom: 3.54vw;opacity:0.3}

.bbb > .Content_Text_Main_Text:first-child{font-size: 1.875em;}
.Content_Text_B{font-size: 1.2em; font-family: 'pretendard';}
@media (max-width: 480px){
    
    .con_img01 img{border-radius: 0px}

    .con_none_table2{display: flex;justify-content: flex-start;width:100%;margin: 0;}

    .Content_flex_ld6{flex: 0 0 19%;}
    .Content_flex_ld11{flex: 0 0 27%;}
    .Content_flex_ld17{flex: 0 0 22%;}
    .Content_flex_rd{flex: 1 0 75%;}

    .mo_margintop_up{margin-top: 6vw;}
    .mo_margin_bottom_none{margin-bottom: 0px;}
    .mo_margin_bottom_t_none{margin-bottom: 0px;}
    .mo_margin_bottom_t_none > .Content_Text_Main_Text {margin-bottom: 0px;}

    .a_box{position: fixed;display: flex; background-color:  #FF7995;border-radius:8px;width:18vw; padding: 3vw; right: 4.291vw; bottom: 5.86vw;text-align: center;}
    .a_box:hover{background-color: #FDE446;}

    .a_box > .a_links{color: #FFF3F7;;font-size: 3.75vw;font-weight: 600; }
    .boundary{border-top: 7px solid #FF7995; width: 105vw;position: relative; left: -10%; margin-bottom: 12.5vw;opacity:0.1}
}