@charset 'utf-8';
/**
 * CSS Reset by WebPDP
 * ---------------------------------------------------------------------------------------------- */
html,body{width:100%;height:100%}html{overflow-y:scroll}html,body,p,div,span,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,img,object,iframe,pre,form,fieldset,legend,label,table,caption,thead,tfoot,tbody,tr,th,td,a,address,blockquote,q,abbr,b,bdo,cite,code,del,dfn,em,i,ins,kbd,pre,samp,small,strong,sub,sup,var{margin:0;padding:0;border:0;outline:0;background:transparent;font-style:normal;font-size:100%;text-decoration:none;vertical-align:baseline}body{background-color:#ffffff;*word-break:break-all;-ms-word-break:break-all;cursor:default}legend{*width:0}html:first-child select{height:20px;padding-right:6px}option{padding-right:6px}button,input,select{margin:0;padding:0;vertical-align:middle}button,label{cursor:pointer}button *{position:relative}button img{left:-3px;*left:auto}table{border-collapse:collapse;border-spacing:0}li{list-style:none}img{vertical-align:top}hr{display:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}del{text-decoration:line-through}:focus{outline:0}
/**
 * Font Reset by WebPDP
 * ---------------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,button,input,select,option,textarea,table,th,td{font-size:11px;font-family:'돋움',dotum,helvetica,sans-serif;color:#969696}
/**
 * Link Reset by WebPDP
 * ---------------------------------------------------------------------------------------------- */
a {color:#969696;text-decoration:none}
a:hover {color:#efefef;text-decoration:underline}
/**
 * Common
 * ---------------------------------------------------------------------------------------------- */
.blind {visibility:hidden;position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;font-size:0;line-height:0}
.right {text-align:right}

/**
 * Request
 * ---------------------------------------------------------------------------------------------- */
html {overflow:hidden}
body {overflow:hidden;background-color:#d6d6d6}
.wrap {height:536px;padding:3px;background-color:#d6d6d6}
.header {height:64px}
.header h1 {width:400px;height:63px;background:#d6d6d6 12px 25px no-repeat url('/images/request_title.gif')}
.contents {height:415px;margin:0;padding:46px 25px 10px 25px;background-color:#f8f6ef}
.contents div {clear:both;border-top:1px solid #d4d3d1}
.contents label {display:block;float:left;width:77px;height:30px;background:11px 9px no-repeat}
label.name {background-image:url('/images/rlabel_name.gif')}
label.phone {background-image:url('/images/rlabel_phone.gif')}
label.mail {background-image:url('/images/rlabel_mail.gif')}
label.title {background-image:url('/images/rlabel_title.gif')}
label.content {background-image:url('/images/rlabel_content.gif')}
input {width:306px;height:20px;margin:4px 0 0 2px;padding-left:5px;border:1px solid #dbdbdb;background-color:#ffffff}
input#name {width:130px}
input.submit {width:100px;height:30px;margin:26px 3px 0 0;padding:0;border:0;cursor:pointer}
textarea {width:305px;height:214px;overflow-y:auto;margin:4px 0 4px 2px;padding-left:5px;border:1px solid #dbdbdb;background-color:#ffffff;resize:none}