@charset "utf-8";

#captcha {
    position: relative;
    width: 100%;
    display: block;
    padding-left: 200px;
    margin-bottom: 20px;
}
#captcha #captcha_mp3 {
    position: absolute;
    top: 0;
    left: 150px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 27.5px;
    height: 27.5px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    text-indent: -999px;
    background: #e2e2e2 url(../../../../../img/captcha.png) no-repeat -1px -1px;
}
#captcha #captcha_img {
    width: 150px;
    height: 55px;
    border: 1px solid #e9e9e9;
    vertical-align: top;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}
#captcha #captcha_reload {
    border-top: 1px solid #cccccc;
    background: #e2e2e2 url(../../../../../img/captcha.png) no-repeat 2px -27px;
}
#captcha #captcha_reload {
    position: absolute;
    top: 28px;
    left: 150px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 27.5px;
    height: 27.5px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    text-indent: -999px;
    background: #e2e2e2 url(../../../../../img/captcha.png) no-repeat -2px -33px;
    border-top: 1px solid #ccc;
}
#captcha #captcha_key {
    margin: 0px;
    padding: 0 5px;
    width: 100% !important;
    height: 55px;
    border: 1px solid #eee;
    background: #fff;
    font-size: 1.333em;
    font-family: "NanumGothicBold";
    text-align: center;
    line-height: 2.8em;
    vertical-align: top;
}
#captcha #captcha_info {
    display: block;
	text-align:left;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em;
    position: absolute;
	left:0;
}

.inquiry_table input, .inquiry_table textarea {
	height:50px;
	padding-left:7px;
	border:1px solid #d3d3d3;
	background:#fff !important;
}
.inquiry_table textarea {
	padding-top:10px;
	min-height:100px;
	line-height:1.25em;
}
.inquiry_table input:focus, .inquiry_table textarea:focus {
	border:2px solid #8a8a8a;
	background:#ebeef1 !important;
}
.inquiry_popup .tit p {
	line-height:20px;
}
.inquiry_table .policy_area .policy_agree {
	font-size:0.875em;
	font-weight:400;
}
.inquiry_table input[type=checkbox], input[type=radio] {
	margin:0;
}
#privacy_pop { display: table; width:90%; border:1px solid #ddd;margin:30px auto; }
#privacy_pop p { display: table-cell; vertical-align: middle; padding:30px; }
