@charset "utf-8";
/* CSS Document */

/*  contact
=======================================================*/
.cate .form-p {
	margin: 0 auto;
	width: 900px;
	text-align: right;
}

.common-table #com, .common-table #name, .common-table #address {
	width: 90%;
	height: 20px;
	ime-mode: active;
}

.common-table #email {
	width: 90%;
	height: 20px;
	ime-mode: disabled;
}

.common-table #pcode1 {
	width: 10%;
	height: 20px;
	ime-mode: disabled;
}

.common-table #pcode2 {
	width: 15%;
	height: 20px;
	ime-mode: disabled;
}

.common-table #tel {
	width: 50%;
	height: 20px;
	ime-mode: disabled;
}

.common-table #note {
	width: 90%;
	height: 150px;
}

.cate #btn-area {
	margin: 10px auto 0;
	width: 200px;
	height: 30px;
}

.cate #btn-area #btn-l {
	width: 90px;
	height: 30px;
	float: left;
}

.cate #btn-area #btn-r {
	width: 90px;
	height: 30px;
	float: right;
}

.cate #btn-area #btn-send {
	width: 200px;
	height: 30px;
	text-align: center;
}

.cate #btn-area #btn-back {
	width: 90px;
	height: 30px;
	text-align: center;
}

.cate #btn-area #btn-resend {
	width: 90px;
	height: 30px;
	text-align: center;
}

.err {
	color: #C00;
	font-size: 0.9em;
}


/*161212*/

.privacyPolicy {
	margin: 20px auto;
    border: 1px solid #a9a9a9;
    overflow: auto;
    font-size: 12px;
    padding: 10px 20px 20px;
    height: 200px;
    width: 860px;
}

.privacyPolicy ul {
    margin-top: 10px;
}

.privacyPolicy ul li {
    margin-bottom: 15px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
}

.taC {
    text-align: center;
}

.pp_title {
    font-size: 14px;
    font-weight: bold;
}

.taR {
    text-align: right;
}

.pp_btn {
    width: 200px;
    height: 30px;
    text-align: center;
}

.pp_btn:hover {
    cursor: pointer;
	opacity: 0.7;
}

h5.contact_h5 {
    line-height: 44px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.contact_text{
	margin: 0 auto;
    width: 900px;
}

.g_box {
    position: relative;
}

#g_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 509px;
    z-index: 100;
    background-color: #444;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}