﻿@charset "utf-8";
/* Reset CSS */



* {margin: 0; padding: 0; border: 0;}
html, body {width: 100%; height: 100%;}
caption,legend,.accessibility {position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden; z-index:-1;}
ul, ol, dl, li{list-style: none;}

body {font-family: Pretendard; line-height:1.2em; font-size: 100%; color: #333;}



/*POPUP*/
#m_popup {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.m_pop_content{
	margin: 0 auto ;
	text-align: center;
}
.m_pop_content img{padding-top: 150px; width:80px;}
.m_pop_title {
	width:100%;
	padding: 13px 0;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	color:#181A1B;	
}
.m_pop_title2 {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color:#66707A;	
	line-height: 150%;
}
