@charset "utf-8";

/* =================================================================================
 Agreement
================================================================================= */
/* -------------------------------------------------------
 init
------------------------------------------------------- */
body{
	min-width: 700px;
	font-size: 14px;
	line-height: 1.5;
	color: #544e41;
	text-align: center;
	background-color: #f3efef;
}

.popupWindow .popupContainer {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background:#fff;
}

.popupWindow .popupInner {
	padding: 10px 30px 30px;
}

.popupWindow .popupTitle {
	font-size: 22px;
	text-align: center;
	border-bottom:1px solid #6f624e;
	padding: 10px;
}

.popupWindow .secTitle {
	width: 680px;
	margin-bottom: 5px;
	font-size:18px;
}

.popupWindow .secTitle_2 {
	width: 680px;
	margin-bottom: 5px;
	font-size:16px;
}

.popupWindow .secTitle_3 {
	width: 680px;
	margin-bottom: 5px;
	font-size:14px;
}

.popupWindow .popupContent {
	margin-bottom: 20px;
	border-bottom: 1px dashed #6f624e;
	padding-bottom:20px;
}

.cordImgWrap{text-align: center;}


/* table */
.popupWindow .popupInner_2 {padding: 20px 30px 30px;}

@media only screen and (max-width:640px){
	body{min-width: 100%;}

	.popupWindow .popupInner_2 {padding: 20px 15px 30px;}

	.popupWindow .popupContainer {width: 100%;}
	.popupWindow .popupInner {padding: 10px 15px 30px;}

	.popupWindow .secTitle,
	.popupWindow .secTitle_2,
	.popupWindow .secTitle_3{width: 100%;}
	

	.cordImgWrap img{width: 100%;}

}