/* measuremnt.css */

/* ¼­ºê¸Þ´º ÇöÀç ÆäÀÌÁö Ç¥½Ã */
.SNB ul li:nth-of-type(5) ul{
display: block;
}

.SNB ul li:nth-of-type(5) li:nth-of-type(1) span{
display: inline-block;
margin-right:3px;
font-size: 12px;
color: red;
}

/* ÃøÁ¤Áö¿ø CSS */
.details{
position: relative;
}

.details h5.pro_title{
line-height: 100%;
font-size: 20px;
font-weight: 600;
}

p.pro{
width: 100%;
padding: 5px 0;
border-top: 1px dashed #ccc;
font-size: 12px;
text-align: right;
}

p.pro + span{
display:block;
width: 100%;
}

p.pro + span img{
display:block;
padding-bottom: 40px;
margin: 0 auto;
border: 1px solid #eee;
}



/* ÇÁ·Î¸ð¼Ç ¹®ÀÇ */
table.tb_inquiry{
width: 100%;
margin-bottom: 30px;
background: #efefef;
}

table.tb_inquiry caption{
width: 100%;
margin: 20px 0 10px;
padding: 15px 0 10px;
text-align: center;
font-size: 18px;
font-weight: 600;
border-top: 1px dashed #ddd;
}

table.tb_inquiry th{
display: inline-block;
width: 150px;
padding: 10px 30px;
font-size: 13px;
font-weight: 600;
}


table.tb_inquiry td{
display: inline-block;
width: 620px;
padding: 5px 0 5px 15px;
}

.details table.tb_inquiry td.textarea{
display: inline-block;
border: none;
}

.details table.tb_inquiry td textarea{
width: 600px;
height: 200px;
padding: 5px;
border: 1px solid #ccc;
font-family: 'NanumGothic', sans-serif;
}

table.tb_inquiry input{
width: 605px;
height: 28px;
padding-left: 5px;
border: 1px solid #ccc;
}

table.tb_inquiry input.checkbox,
table.tb_inquiry input.radio{
width: 14px;
height: 14px;
margin: 10px 5px;
}

table.tb_inquiry input.checkbox + span,
table.tb_inquiry input.radio + span{
font-size: 13px;
color: #333;
}

/* ¹öÆ° */

div.btn_promotion{
width: 190px;
margin: 0 auto;
text-align: center;
}

div.btn_promotion p{
float: left;
margin: 0 auto;
margin-right: 5px;
}

div.btn_promotion p:hover{
position: relative;
top: 2px;
left: 2px;
}

p.submit{
position: relative;
}

p.submit input[type="submit"]{
height: 35px;
padding-left: 30px;
border: 1px solid #ddd;
border-radius: 20px;
background: #fff;
cursor: pointer;
}

p.submit input[type="submit"] + span{
display: inline-block;
position: absolute;
top: 8px;
left: 8px;
width: 12px;
height: 12px;
border-radius: 15px;
border: 4px solid #02bee6;
}

/* ÆäÀÌÁö ³ôÀÌ °íÁ¤ */
.content .details:after{
content: "";
display: block;
clear: both;
}