
.main_popup{
    width: 90%;
    height: 600px;
    margin: auto;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    z-index: 100;
	display: none;
}

.popup_close_box{
    width: 25px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family:'NotoSansKR-Regular' ;
    cursor: pointer;
    z-index: 100;
}

.popup_close_img{
    width: 25px;
    margin: 0 auto 2px;

}

.popup_close_img>img{
    width: 100%;
}

.emergency_notice_title_box{
    width: 100%;
    height: 95px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #272F75;
}

.emergency_notice_title_img{
    width: 45px;
}

.emergency_notice_title_img>img{
    width: 100%;
}

.emergency_notice_title_span{
    margin-left: 10px;
    color: #fff;
    font-size: 24px;
    font-family:'NotoSansKR-Bold';
}

.emergency_notice_contents{
    width: 100%;
    padding: 35px 35px 20px;
    box-sizing: border-box;
}

.emergency_notice_h1{
    font-size: 18px;
    font-family:'NotoSansKR-Bold' ;
    margin-bottom: 30px;
    color: #292F71;
}

.emergency_notice_text1{
    width: 100%;
    font-size: 13px;
    color: #292F71;
    font-family:'NotoSansKR-Medium' ;
}

.emergency_notice_text2{
    width: 100%;
    font-size: 13px;
    color: #292F71;
    font-family:'NotoSansKR-Medium' ;
    margin-top: 20px;
}

.emergency_notice_text3{
    width: 100%;
    font-size: 13px;
    color: #292F71;
    font-family:'NotoSansKR-Medium' ;
    margin-top: 20px;
}

.emergency_notice_text4{
    text-align: right;
    font-size: 12px;
    color: #292F71;
    font-family:'NotoSansKR-Regular' ;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.popup_close{
    opacity: 0;
    z-index: -1;
}

/* 오늘 하루 보지 않기 팝업 */
 .btn_today_close {
	 width: 100%;
	 height: 45px;
	 background-color: #272F75;
	 text-align: center;
	 color: #fff;
	 font-size: 14px;
	 display: block;
	 position: absolute;
	 bottom: -45px;
}
 .btn_today_close span {
	 display: block;
	 line-height: 40px;
	 vertical-align: bottom;
	 opacity: 0.8;
}
 .main_popup.on {
	 display: block;
	 background-color: #fff;
}


@media all and (min-width:800px){

	.brick-vowel {
	  display: inline-block;
	  width: 49%;
	  vertical-align: top; /* 가로 정렬 기준 설정 (상단, 중앙, 하단 중 선택) */
	}

	.brick-vowel {
		/*width: 50%;
		float: left;*/
	}

	.section3 {
		margin-top: 15px;
		/*margin-bottom: 15px;*/
	}

}

