@charset "utf-8";

@font-face {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 500;
   src: url(/fonts/Montserrat/Montserrat-Medium.ttf) format('truetype');
}
@font-face {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 600;
   src: url(/fonts/Montserrat/Montserrat-SemiBold.ttf) format('truetype');
}
@font-face {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   src: url(/fonts/Montserrat/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
   font-family: 'Freesentation';
   font-style: normal;
   font-weight: 400;
   src: url(/fonts/Freesentation/Freesentation-4Regular.ttf) format('truetype');
 }
@font-face {
   font-family: 'Freesentation';
   font-style: normal;
   font-weight: 500;
   src: url(/fonts/Freesentation/Freesentation-5Medium.ttf) format('truetype');
}
@font-face {
   font-family: 'Freesentation';
   font-style: normal;
   font-weight: 600;
   src: url(/fonts/Freesentation/Freesentation-6SemiBold.ttf) format('truetype');
}
 @font-face {
   font-family: 'Freesentation';
   font-style: normal;
   font-weight: 700;
   src: url(/fonts/Freesentation/Freesentation-7Bold.ttf) format('truetype');
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0} 
body, th, td, input, select, textarea, button {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Montserrat', 'Freesentation', Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
    color: #555;
}
fieldset,img {border:0 none; vertical-align:top; }
dl,ul,ol,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
button {border:0 none;background-color:transparent;cursor:pointer}
.genuine_content .table {
    border: none;
    font-size: 14px;
    width: 100%;
}
.genuine_content + .genuine_content  {margin-top:20px;}
.genuine_content .table > tbody > tr > th {
    background: none;
    vertical-align: top;
    width: 180px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: left;
    padding: 15px 10px;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
}
.genuine_content .table > tbody > tr > td {
    background: none;
    width: calc(100% - 180px);
    box-sizing: border-box;
    text-align: left;
    padding: 15px 10px;
}
.genuine_content .table input {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #D3D3D3;
    border-radius: 0;
    transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition-property: border-color;
    outline: none;
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    padding: 1px 16px 0;
    box-sizing: border-box;
}
.genuine_content .table input::file-selector-button {
	display: none;
  }
.genuine_content .table input:read-only,.genuine_content .table input:disabled {
    cursor: default;
    background-color: #FAFAFA;
    color: #d5d5d5;
}
.filebox { position:relative; }

.filebox input[type="file"] {
    position: absolute;
    width: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.genuine_content .table input.upload-name {
    width: calc(100% - 125px);
    vertical-align: middle;
    line-height: 38px;
    height: 40px;
    margin-bottom: 10px;
	color: #d5d5d5; font-weight:normal;
}
.genuine_content .table input.upload-name.on {
	background-color:#FFFFFF;
	color:#222222;
}
.receiptfileBtn {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.genuine_content .table > tbody > tr > td > span {
    display: block;
    margin-top: 3px;
}
.btn-upload {
    width: 120px;
    height: 30px;
    color: #fff;
    background: #ccc;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-upload2 {
    width: 120px;
    height: 40px;
    color: #000;
    background: #f4f4f4;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.DRemoveFile {
	width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ff5f57;
	color:#fff;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    position: absolute;
    right: 140px;
    top: 9px;
	cursor:pointer;
}

.genuine_content .genuine_tit {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-left: 0;
    margin: 0 0 16px;
}
.genuine_content .genuine_tit span {
    font-size: 16px;
    color: #777;
    font-weight: 400;
}
.genuine_content .genuine_tit > div {font-size:16px; color:#777; font-weight:400; margin-top:5px;}

.genuine_content .table > tbody > tr.noLine > th, .genuine_content .table > tbody > tr.noLine > td {
    border-bottom: 0;
    padding-bottom: 5px;
}
.question-mark {
    font-size: 13px;
    font-weight: normal;
    color: #191919;
    display: inline-block;
    padding-left: 6px;
    cursor: pointer;
}
.question-mark img {
    width: 18px;
    height: 18px;
    padding-right: 6px;
}
.genuine_form, .genuine_list, .genuine_content .table:not(.noBorder) {
    border-top: 1px solid #000;
    font-size: 14px;
    width: 100%;
}
.question-mark img {
    vertical-align: middle;
    margin-bottom: 5px;
}
@media screen and (max-width: 1240px) {
    body, th, td, div, li, dl, dt {
        word-break: keep-all;
    }
}
@media screen and (max-width: 768px) {
    .genuine_form > tbody > tr > th, .genuine_form > tbody > tr > td, .genuine_content .table > tbody > tr > th, .genuine_content .table > tbody > tr > td {
        display: block;
        padding: 4px 10px 0 10px;
        width: 100%;
    }
	.genuine_content .genuine_tit { margin:0 0 12px;}
	
	.genuine_form > tbody > tr > th,
	.genuine_content .table > tbody > tr > th{
		/*border-bottom: 1px solid #ededed;*/
	}
	.genuine_content .table > tbody > tr > th { line-height:30px;}
}