/* OEM Inquiry Form (image-matched) */
#incRightM .oemInquiryBox{
	margin-top:15px;
	width:100%;
	align:center;
	max-width:240px;
	background:#ccd2d8;
	border:1px solid #d4d9de;
	border-left-color:#f1f2f4;
	box-sizing:border-box;
		font-family: 'TDTD°íµñOTF','¸¼Àº °íµñ', 'µ¸¿ò', 'Sans-Serif', 'Verdana', 'Arial', 'SunSans-Regular' !important;
}

#incRightM .oemInquiryBox2{
	margin-top:15px;
	width:100%;
	align:center;
	max-width:240px;
	background:#ccd4cc;
	border:1px solid #d4d9de;
	border-left-color:#f1f2f4;
	box-sizing:border-box;
		font-family: 'TDTD°íµñOTF','¸¼Àº °íµñ', 'µ¸¿ò', 'Sans-Serif', 'Verdana', 'Arial', 'SunSans-Regular' !important;
}

#incRightM .oemInquiryTitle{
	background:#156082;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	height:40px;
	line-height:40px;
	letter-spacing:-0.5px;
}
#incRightM .oemInquiryTitle2{
	background:#196b24;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	height:40px;
	line-height:40px;
	letter-spacing:-0.5px;
}
#incRightM .oemInquiryGap{
	height:5px;
	background:linear-gradient(to bottom,
		#d0dfe6 0px,
		#d0dfe6 1px,
		#ffffff 1px,
		#ffffff 4px,
		#f0f1f3 4px,
		#ccd2d8 5px
	);
}
#incRightM .oemInquiryBody{
	padding:10px 15px 14px 15px;
}
#incRightM .oemInquiryLabel{
	display:block;
	margin:8px 0 4px;
	font-size:14px;
	color:#000;
}
#incRightM .oemInquiryInput,
#incRightM .oemInquiryTextarea{
	width:100%;
	box-sizing:border-box;
	border:2px solid #0C445E;
	background:#fff;
	font-size:14px;
	padding:6px 8px;
	border-radius:0;
	outline:none;
}
#incRightM .oemInquiryInput{ height:24px; }
#incRightM .oemInquiryTextarea{
	height:148px;
	resize:none;
}
#incRightM .oemInquiryBtnWrap{
	text-align:center;
	margin-top:14px;
}
#incRightM .oemInquirySubmit{
	width:160px;
	height:48px;
	border-radius:8px;
	border:1px solid #6b2a06;
	background:linear-gradient(to bottom, #c2744a 0%, #9a4b1d 35%, #7f3814 100%);
	color:#fff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	text-shadow:0 -1px 0 rgba(0,0,0,0.45);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.35),
		0 6px 0 #5a1f00,
		0 10px 14px rgba(0,0,0,0.35);
}

#incRightM .oemInquirySubmit2 {
    width: 160px;
    height: 48px;
    border-radius: 8px;
    /* Å×µÎ¸®¸¦ ÀÌ¹ÌÁöÀÇ ¾îµÎ¿î Ã»·Ï»öÀ¸·Î º¯°æ */
    border: 1px solid #064b5f; 
    /* ÀÌ¹ÌÁöÀÇ »ó´Ü/Áß´Ü/ÇÏ´Ü ÅæÀ» ¹Ý¿µÇÑ ±×¶óµ¥ÀÌ¼Ç */
    background: linear-gradient(to bottom, #1a718a 0%, #0d5a71 35%, #084a5c 100%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.45);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.2), /* ³»ºÎ ±¤ÅÃ */
        0 6px 0 #043542,                /* ¹öÆ° Ãø¸é(µÎ²²°¨) */
        0 10px 14px rgba(0,0,0,0.35);    /* ¹Ù´Ú ±×¸²ÀÚ */
    transition: all 0.1s;
}

#incRightM .oemInquirySubmit:active{
	transform:translateY(3px);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.35),
		0 3px 0 #5a1f00,
		0 6px 10px rgba(0,0,0,0.35);
}

#incRightM .oemInquirySubmit2:active {
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.2),
        0 2px 0 #043542, 
        0 4px 6px rgba(0,0,0,0.3);
    transform: translateY(4px);
}