@charset "utf-8";
/* 채용 공고 팝업 : s */
.popup_employment {
	position: absolute;
	top: 380px;
	right: 50px;
	z-index: 1;
}
.popup_employment .btn_popup_close {
    position: absolute;
    top: 27px;
    right: 27px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
/* 채용 공고 팝업 : e */

.screen_out {
    display: none;
}

.content-apply{
	letter-spacing:-1px;
}
.content-apply .smail_text{
	
}
.content-apply .red_point{
	color:#ff1010;
}
.content-apply em{
	font-style:normal;
}

.content-apply .apply-h3{
	margin:40px auto 0;
	text-align:center
}


.content-apply .apply-h3 span{
	display:block;
}

.content-apply .apply-h3 .text1{
	font-size:20px;
	line-height:26px;
}
.content-apply .apply-h3 .text2{
	font-size:28px;
	line-height:35px;
}

.content-apply .apply-h4{
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	color: #202020;
	padding: 20px 0;
	border-bottom:2px solid #888; 
	margin-top:40px;
}

.content-apply .apply-box{
	display:table;
	width:100%;
	padding:30px 0;
	border-bottom:1px solid #ccc
}

.content-apply .apply-info,
.content-apply .apply-view-sale{
	display:table-cell;
}
.content-apply .apply-info{
	width:64%;
	height:100%;
	padding:0 2%;
	position:relative;
}
.content-apply .apply-info:before{
	content:'';
	display:block;
	position:absolute;
	top:0;right:0;
	background:#ccc;
	width:1px;
	height:inherit;
}
.content-apply .apply-view-sale{
	width:32%;
	height:100%;
	/*margin-top:40px;*/
}
.content-apply .apply-info > strong{
	display: block;
	font-size: 22px;
	letter-spacing: -1.8px;
	margin-bottom: 15px;
	color: #1c65a9;
}
.content-apply .apply-info > em{
    display: block;
    font-size: 15px;
    letter-spacing: -1.3px;
    margin-bottom: 17px;
    font-style: normal;
}
.content-apply .apply-info > em > span{
	font-weight:600
}

.content-apply .info-table{
	width:100%;
	font-size:13px;
	
}
.content-apply .info-table tr:first-child th,
.content-apply .info-table tr:first-child td{
	border-top:1px solid #efefef
}

.content-apply .info-table th,
.content-apply .info-table td{
	padding:6px 16px;
	border-bottom:1px solid #efefef
}

.content-apply .info-table th{
	border-right:1px solid #efefef
}


.content-apply .apply-view-sale{
	text-align:center;
	vertical-align:middle;
}

.content-apply .apply-view-sale .support{
	color:red;
}
.content-apply .apply-view-sale .support > strong,
.content-apply .apply-view-sale .support > span{
	display:inline-block;
}

.content-apply .apply-view-sale .sale{
	position:relative;
}
.content-apply .apply-view-sale .sale > strong,
.content-apply .apply-view-sale .sale > span{
	display:table-cell;
	vertical-align:middle;
}
.content-apply .apply-view-sale .sale > strong{
	min-width:120px;
	color:#aaa;
	font-size:25px;
}
.content-apply .apply-view-sale .sale > strong:before{
	content:'';
	display:block;
	position:absolute;
	background:#000;
	width:185px;
	height:1px;
	left:0;top:50%;
	margin-top:-1px;
}
.content-apply .apply-view-sale .sale >span{
	position:relative;
	text-align:center;
	background:#000;
	color:#fff;
	width:40px;
	height:40px;
	border-radius:20px;
}
.content-apply .apply-view-sale .sale .new-deco{
	width:70px;
	height:70px;
	border-radius:35px;
}

.content-apply .apply-view-sale .sale,
.content-apply .apply-view-sale .won,
.content-apply .apply-view-sale  a{
	display:block;
	width:205px;
	margin: 0 auto;
}
.content-apply .apply-view-sale .won{
    font-size: 35px;
	line-height:40px;
    font-family: verdana;
    font-weight: bold;
}
.content-apply .apply-view-sale .won > strong{
    font-family: verdana;
    font-weight: bold;
}
.content-apply .apply-view-sale .won > span{
    font-family: noto1;
}
.content-apply .apply-view-sale a{
	display:block;
	padding: 10px 0;
	margin-top:5px;
	background-color:red;
	color:#fff;
}

.applyArea{
	width:100%;
}
.applyArea .con{
	width:100%;
	margin:0 auto;
}
.applyArea .con .inner{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.applyArea .con .inner .bullet{
	position:absolute;
}
.applyArea .con .inner a{
	display:inline-block;
}
.applyArea .con .inner b{
	font-family:"noto6";
	font-weight:100;
}
.applyArea .div-table{
	display:table;
}
.applyArea .div-table > *{
	display:table-cell;
	vertical-align:middle;
}
