.button1
{
	-moz-appearance:none; /* 브라우저 기본 속성 해제(Firefox) */
	-webkit-appearance:none; /* 브라우저 기본 속성 해제(Safari and Chrome) */
	background-color:#31D0D2;
	padding: 15px 10px;
	text-align: center;
	color: white;
	border: none;
	border-radius: 1vmin;
	cursor:pointer;
}

.button2
{
	-moz-appearance:none; /* 브라우저 기본 속성 해제(Firefox) */
	-webkit-appearance:none; /* 브라우저 기본 속성 해제(Safari and Chrome) */
	background-color:#1dbdbf;
	padding: 15px 10px;
	text-align: center;
	color: white;
	border: none;
	border-radius: 1vmin;
	cursor:pointer;
}

.button3
{
	-moz-appearance:none; /* 브라우저 기본 속성 해제(Firefox) */
	-webkit-appearance:none; /* 브라우저 기본 속성 해제(Safari and Chrome) */
	background-color:#ededed;
	padding: 15px 10px;
	text-align: center;
	border: none;
	border-radius: 1vmin;
	cursor:pointer;
}

.swich1_on
{
	-moz-appearance:none; /* 브라우저 기본 속성 해제(Firefox) */
	-webkit-appearance:none; /* 브라우저 기본 속성 해제(Safari and Chrome) */
	background-color:#ffffff;
	padding: 15px 10px;
	text-align: center;
	color: #11a4a6;
	border: 2px;
	border-style: solid;
	border-radius: 1vmin;
	border-color:#1eb8ba;
	cursor:pointer;
	font-weight:bold;
}

.swich1_off
{
	-moz-appearance:none; /* 브라우저 기본 속성 해제(Firefox) */
	-webkit-appearance:none; /* 브라우저 기본 속성 해제(Safari and Chrome) */
	background-color:#ffffff;
	padding: 15px 10px;
	text-align: center;
	color: #999999;
	border: 1px;
	border-style: solid;
	border-radius: 1vmin;
	border-color:#CCCCCC;
	cursor:pointer;
	font-weight:bold;
}

.textbox1
{
	padding: 15px 20px;
	border: 1px solid #CCC;
	border-radius: 2vmin;
}

.title1
{
	font-weight:bold;
	margin-top:40px;
	margin-bottom:15px;
}

.select1
{
	-moz-appearance:none; /* 브라우저 기본 속성 해제(Firefox) */
	-webkit-appearance:none; /* 브라우저 기본 속성 해제(Safari and Chrome) */
	padding: 15px 20px;
	border: 1px solid #CCC;
	border-radius: 2vmin;
}

.hr1 { 
	border: solid 1px #DDDDDD;
	border-bottom:0px;
}

.list_hanja
{
	margin-top:10px;
	border-collapse: collapse;
}

.list_hanja tr:nth-child(-n+1) td
{
	font-size:15px;
	color:#999999;
	text-align: center;
}

.list_hanja tr td
{
	padding: 15px 15px;
	text-align: center;
}

.list_hanja tr
{
	border-bottom: 1px solid #DDDDDD;
	cursor:pointer;
}

.list_hanja_text1
{
	font-weight:bold;
	font-size:25px;
}

.round1
{
	background-color:#f5f5f5;
	padding: 25px 20px;
	border-radius: 2vmin;
}

/* 구글 material symbols icons */
.google_icon1
{
	width:26px;
	height:26px;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
}

/* 팝업창 불투명 배경 */
#popup_mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5); /* 배경 색상 및 투명도 설정 */
}

#popup_hanja
{
	position: absolute;
	width: 92%; /* 팝업 너비 설정 */
	height: 80%;
	background-color: #fff; /* 팝업 배경 색상 설정 */
	border-radius: 2vmin; /* 팝업 모서리 둥글게 설정 */
	max-width:700px;
}

/* 팝업창 불투명 배경 */
#popup_mask2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8); /* 배경 색상 및 투명도 설정 */
}

/* 처리중입니다 화면 */
#loading_message
{
	position: absolute;
	width:80%;
	font-size:25px;
	color: #fff;
	text-align: center;
}
