@charset "UTF-8";

#wrap #contents
{
    margin-bottom: 0;
}
#contents .contents .cs_head
{
    margin-bottom: 0;
}
.cs_head .tit::before
{
    display: none;
}
.question-box-top
{
    display: flex;
    align-items: center;
    height: 122px;
    background-color: #f4f8fb;
    box-sizing: border-box;
    border-radius: 15px;
}
.question-box-top h3
{
    line-height: 30px;
    font-size: 16px;
}
.question-box-top .imgbox
{
    position: relative;
    padding: 0 25px 0 32px;
}
.question-box-top .imgbox::before
{
    position: relative;
    content: '';
    display: inline-block;
    background-image: url('../images/inquiry-icon.png');
    width: 70px;
    height: 70px;
}
.question-box
{
    padding: 30px 30px;
    background-color:#fff;
    border-radius: 15px;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}
.question-box > h3
{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 60px;
}
.area
{
    margin-bottom: 20px;
}
.question-tit
{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
input[type=text], input[type=password], input[type=date],
input[type=email], input[type=file], input[type=tel], textarea, select
{
    border-radius: 5px;
}
textarea::placeholder, input::placeholder, select
{
    color:#8b8b8b;
}
 div[name='MAS_FileSeq01_wrap'] input[name='filePath']
 {
    position: relative;
    width: calc(100% - 120px);
    background-image: url('../images/inquiry-fileicon.png');
    background-size: 16px 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 15px 11px;
    font-size: 14px;
}
.job-btn
{
    width: 110px;
    height: 40px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #0072bc;
    position: relative;
    border: 0;
    padding-left: 15px;
    padding-right: 0;
    font-size: 15px;
    line-height: 40px;
}
.job-btn::before
{
    position: absolute;
    left: 12px;
    top: 53%;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('../images/inquiry-file.png')
}
.job-btn:hover
{
    background-color: #005992;
}
.portlet.btn2
{
    padding-bottom: 60px;
}

/* 하단 버튼 */
.inquiry-submitbox {
	display: flex;
	justify-content: center;
	padding: 60px 0;
	gap: 10px;
}
.inquiry-submitbox a {
	cursor: pointer;
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	transition: all 0.2s linear;
	font-size: 16px;
}
.inquiry-submitbox a.btnSave {
	/* 저장 버튼 */
	background-color: #0a72ca;
	margin-right: 20px;
}
.inquiry-submitbox a.btnSave:hover {
	/* 저장 버튼 */
	background-color:#02568d;
}
.inquiry-submitbox a.btnList {
	/* 목록 이동 버튼 */
	background-color:#2c2e33;
}
.inquiry-submitbox a.btnList:hover {
	/* 목록 이동 버튼 */
	background-color:#4e4f50 !important;
}

/* .inquiry-submitbox a.inquiry_list{background-color:#5e738b}
.inquiry-submitbox a.inquiry_list:hover{background-color:#475667}
.inquiry-submitbox a.inquiry_regist{background-color:#0072bc;margin:0 4px;}
.inquiry-submitbox a.inquiry_regist:hover{background-color:#005992;}
.inquiry-submitbox a.inquiry_writing{width:145px;background-color:#223692}
.inquiry-submitbox a.inquiry_writing:hover{background-color:#1a296d} */