@charset "utf-8";
/*----------------------------------------------------
	                 contact
------------------------------------------------------*/
.inquiry_box{
	padding: 20px;
	border: 1px solid #f6f6f6;
	background: #fff;
}
#ppBox{
	border: solid 1px #e9e9e9;
	background: #f6f6f6;
}
#ppBox dl,
#ppBox p{
	padding-bottom: 10px;
}
#ppBox dt{
	font-weight: bold;
}
#policyCheck{
	text-align: center;
}
#policyCheck{
	text-align: center;
}
#confirmBtn{
	border: none;
	background: #f09e1d;
	outline: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: 'fontello';
	color: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-transition: background 0.5s linear;
	-webkit-transition: background 0.5s linear;
	transition: background 0.5s ease-in-out;
}
#confirmBtn:hover{
	background: #f3b149;
}
	
#siteSeal{
	background: black;
	width: 100px;
	height: 50px;
}
#contactTbl .ico{
	display: inline-block;
	background: #45b1c7;
	border-radius: 2px;
	color: #fff;
	padding:5px;
	line-height: 1em;
	margin-left: 10px;
}
#contactTbl input{
	border: solid 1px #e5e5e5;
	border-radius: 3px;
}
#contactTbl textarea{
	border: solid 1px #e5e5e5;
	border-radius: 3px;
}
#sealArea:after{
	content: "";
	display: block;
	clear: both;
}
/*----------------------------------------------------
	               contact_err
------------------------------------------------------*/
.err{
	display: block;
	font-weight: bold;
	color: #b90000;
}
#errCaution{
	width: 100%;
	text-align: center;
	padding: 20px;
	background: #f6f6f6;
	color: #b90000;
	font-weight: bold;
	margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}
/*----------------------------------------------------
	                 privacy
------------------------------------------------------*/
.privacy #inquiryBox{
	border: 1px solid #e9e9e9;
}
.privacy #panel{
	border: 1px solid #e9e9e9;
	margin-top: -1px;
}
.privacyTit{
	border-bottom: 1px dotted #e9e9e9;
	font-weight: normal;
}

.privacy ol.privacyNumList,
.privacy ol.privacyNumList li{
	font-weight: bold;
	list-style-type: decimal;
}
.privacy ol.privacyNumList ul,
.privacy ol.privacyNumList ul li{
	font-weight: normal;
	list-style-type: disc;
}
.tab{
	border-style: solid;
	border-color: #e9e9e9;
	border-width: 1px 1px 0 1px;
	display: block;
}
.tab a{
	display: block;
	background: #f4f4f4;
	text-decoration: none;
	text-align: center;
	color: #262626;
}
.tab a.selected,
.tab a:hover{
	background: #fff;
	text-decoration: none;
	color: #262626;
}
#tabs:after{
	content: "";
	display: block;
	clear: both;
}
.privacyTbl{
	border: solid 1px #e9e9e9;
}
.privacyTbl th,
.privacyTbl td{
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.privacyTbl th{
	background: #e1e1e1;
}
#privacyDate{
	text-align: right;	
}
/*----------------------------------------------------
	                 sitemap
------------------------------------------------------*/
.sitemap .siteMapTit a,
.sitemap .siteMapTit a:hover{
	color: #393939;
}
.sitemap .siteMapTit a{
	text-decoration: none;
}
.sitemap .siteMapTit a:hover{
	text-decoration: underline;
}
.sitemap .details li:before{
	content: "\e801";
	font-family: 'fontello';
	padding-right: 5px;
}
.sitemap .details li{
	padding-left: 1em;
	text-indent: -1em; 
	display: block;
}
.sitemap .siteMapTit .mainPage{
	display: block;
	border-left: solid #262626 2px;
}
.sitemap .details{
	font-size: 12px;
}