@charset "utf-8";

.total-area {
	margin-bottom: 10px;
}

.total-area:after {
	content: "";
	clear: both;
	display: block;
}

.total-area .total {
	float: left;
	height: 33px;
	line-height: 33px;
	color: #585858;
	padding-left: 17px;

	background: transparent url(../img/icon/icon_total.png);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_total.png);
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_total.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 9px 10px;
}

.total-area .total > strong {
	color: #cc0000;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.total-area .sort-area {
	float: right;
}

.total-area .sort-area select {
	float: left;
	min-width: 85px;
	margin-right: 8px;
}

.total-area .sort-area .btn-sort-view {
	float: left;
	width: 58px;
	height: 35px;
	line-height: 35px;
	background: #4c5f74;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	font-size: 1em;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
	cursor: pointer; 

	-webkit-appearance: none;
	appearance: none;
}

/* 채용 폼 양식 */
.recruit-form-wrapper {
	padding-top: 20px;
}

.recruit-form-area {
	clear: both;
	margin-bottom: 70px;
}

.title0401 {
	clear: both;	
	display: block;
	margin-bottom: 20px;
	color: #000000;
	font-size: 2.000em;
	line-height: 1em;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.title0402 {
	clear: both;	
	display: block;
	margin-bottom: 25px;
	color: #212121;
	font-size: 1.385em;
	line-height: 1em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.title0501 {
	clear: both;	
	display: block;
	margin-bottom: 20px;
	color: #555555;
	font-size: 	1.385em;
	line-height: 1em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.title0502 {
	clear: both;	
	display: block;
	margin-bottom: 20px;
	color: #000000;
	font-size: 1.692em;
	line-height: 1em;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.title0401:after,
.word-right:after {
	content: "";
	clear: both;
	display: block;
}

.word-right {
	clear: both;
	text-align: right;
	color: #000000;
	font-size: 1.231em;
	line-height: 1em;
}

.word-right > p {
	display: inline-block;
}

.word-important {
	float: left;
	margin-right: 5px;
}

.word-important > img {
	display: block;
	width: 18px;
}

.word-important > .type02 {
	width: 12px;
	margin-top: 4px;
}

.title0401 .word-important {
	margin-top: 5px;
}

.input-title {
	width: 100%;
	height: 63px;
	border: 3px solid #dbdbdb;
}

.w10 {
	width: 10% !important;
}

.w20 {
	width: 20% !important;
}

.w25 {
	width: 25% !important;
}

.w35 {
	width: 35% !important;
}

.w50 {
	width: 50% !important;
}


.w70 {
	width: 70% !important;
}

select.w70 {
	background-position: 99% center !important;
}

.w100 {
	width: 100% !important;
}

.input-title input[type="text"] {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	color: #555555;
	font-size: 1.692em
}

.recruit-form-box {
	border: 1px solid #dbdbdb;
	border-top: 2px solid #214984;
}

.recruit-form-box.only-textarea {
	padding: 20px;
	background: #f9f9f9
}

.recruit-form-box > dl {
	position: relative;
	background: #f9f9f9;
	padding-left: 150px;
	border-bottom: 1px solid #e7e7e9
}

.recruit-form-box > dl:last-child {
	border-bottom: 0;
}

.recruit-form-box > dl:after {
	content: "";
	clear: both;
	display: block;
}

.recruit-form-box > dl > dt {
	float: left;
	margin-left: -150px;
	padding: 30px 20px 0 20px;
	color: #000000;
	font-size: 1.231em;
	line-height: 1.125em;
}

.recruit-form-box > dl > dd {
	display: block;
	width: 100%;
	padding: 20px;
	border-left: 1px solid #e7e7e9;
	background: #fff;
	font-size: 1.154em;
}

.recruit-form-box > dl > dd:after {
	content: "";
	clear: both;
	display: block;
}

.input-text-add-wrapper {
	position: relative;
	padding-right: 65px;
	margin-top: 10px;
}

.input-text-add-wrapper:first-child {
	margin-top: 0;
}

.input-text-add-wrapper input[type="text"] {
	display: block;
	width: 100%;
	height: 35px;
	border: 1px solid #dbdbdb;
	border-right: 0;
}

.recruit-form-box select {
	height: 35px;
	background: transparent url(../img/icon/icon_selected_down02.gif);
	background: -webkit-linear-gradient(transparent, transparent), url(../img/icon/icon_selected_down02@2x.gif);
	background: linear-gradient(transparent, transparent), url(../img/icon/icon_selected_down02@2x.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 13px 8px;	
}

.recruit-form-box select:focus {
	background: transparent url(../img/icon/icon_selected_up02.gif);
	background: -webkit-linear-gradient(transparent, transparent), url(../img/icon/icon_selected_up02@2x.gif);
	background: linear-gradient(transparent, transparent), url(../img/icon/icon_selected_up02@2x.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 13px 8px;	
}

.btn-input-type01 {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	background: #9d9fa5;
	color: #fff;
	text-align: center;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
	overflow: hidden;
}

.btn-input-type01 > img {
	float: left;
	width: 12px;
	margin-top: 11px;
	margin-right: 5px
}


.word-form-notice {
	position: relative;
	padding-left: 24px;
	margin-top: 11px;
	color: #214984;
	font-size: 0.933em;
	line-height: 1.429em
}

.word-form-notice.type02 {
	margin-left: 173px;
	font-size: 1.077em
}

.word-form-notice .icon-circle-type01 {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: transparent url(../img/icon/icon_notice01.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_notice01@2x.gif);
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_notice01@2x.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px 7px;
	background-color: #214984
}

.input-text-add-wrapper .btn-input-type01 {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 65px;
}

.input-selected-add-wrapper {
	margin-top: 10px;
}



.input-selected-add-wrapper:first-child {
	margin-top: 0;
}

.input-selected-add-wrapper select {
	display: inline-block;
	vertical-align: middle;
	min-width: 140px;
	background-position: 99% center;
}

.input-selected-add-wrapper02 select {
	display: inline-block;
	vertical-align: middle;
	min-width: 200px;
	background-position: 99% center;
}

.input-selected-add-wrapper02 .word-form-notice02 {
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
	height: 35px;
	color: #555555;
	font-size: 0.933em;
	line-height: 1.429em;
	margin-left: 15px;
}

.recruit-form-box > dl > dd textarea {
	height: 125px;
}

.recruit-form-box > dl > dd textarea.height-type02 {
	height: 65px;
}

.recruit-form-box > dl > dd .input-career-wrapper {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	width: 49.5%;;
}

.recruit-form-box > dl > dd .input-career-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.recruit-form-box > dl > dd .input-career-wrapper .input-career-area {
	float: left;
	width: 50%;
}

.recruit-form-box > dl > dd .input-career-wrapper .input-career-area input[type="checkbox"],
.recruit-form-box > dl > dd .input-career-wrapper .input-career-area label {
	display: inline-block;
	vertical-align: middle;
}

.input-term-wrapper {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	width: 290px;
}


.input-term-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-term-wrapper .input-term-area {
	float: left;
	width: 50%;
}

.input-term-wrapper .input-term-area select,
.input-term-wrapper .input-term-area input[type="number"] {
	width: 75px;
	height: 25px;
}

.input-term-wrapper .input-term-area > span {
	display: inline-block;
	vertical-align: middle;
	color: #555555;

	margin-left: 5px;
}

.no-career-wrapper {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
}

.input-checkbox-depth3-wrapper {
	margin: 0;
	padding: 0;
}

.input-checkbox-depth3-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-checkbox-depth3-wrapper > span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
}

.input-checkbox-depth3-wrapper .input-checkbox-depth3-area {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
	padding-top: 5px;
}

.input-checkbox-depth3-wrapper .input-checkbox-depth3-area input[type="checkbox"],
.input-checkbox-depth3-wrapper .input-checkbox-depth3-area label {
	color: #555555;
}

.input-checkbox-depth3-wrapper .input-checkbox-depth3-area:first-child {
	margin-left: 0;
}

.work-home-wrapper {
	margin-top: 10px;
}

.work-home-wrapper .work-home-area {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.work-home-wrapper .work-home-area input[type="checkbox"],
.work-home-wrapper .work-home-area label {
	font-size: 0.933em;
	line-height: 1.429em;
}

.work-home-wrapper .word-form-notice {
	display: inline-block;
	vertical-align: middle;
}

.input-radio-wage-wrapper {
	margin: 0;
	padding: 0;
}

.input-radio-wage-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-radio-wage-wrapper .input-radio-wage-area {
	float: left;
	margin-left: 100px;
}

.input-radio-wage-wrapper .input-radio-wage-area input[type="radio"],
.input-radio-wage-wrapper .input-radio-wage-area label {

	height: 35px;
	line-height: 35px;
}

.input-radio-wage-wrapper .input-radio-wage-area .input-radio-wage-box {
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	overflow: hidden;
	margin-left: 25px;
}

.input-radio-wage-wrapper .input-radio-wage-area .input-radio-wage-box input[type="text"] {
	float: left;
	width: 40%;
	height: 35px;
}

.input-radio-wage-wrapper .input-radio-wage-area .input-radio-wage-box span {
	float: left;
	width: 10%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.input-radio-wage-wrapper .input-radio-wage-area:first-child {
	margin-left: 0;
}

.input-radio-wrapper {
	padding-top: 8px;
}

.input-radio-wrapper .input-radio-area {
	float: left;
	width: 14%;
}

.input-calendar-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 390px;
}

.input-calendar-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-calendar-wrapper .input-calendar-area {
	position: relative;
	float: left;
	width: 45%;
	height: 35px;
	padding: 5px 30px 5px 10px;

	border: 1px solid #d5d5d5;
}

.input-calendar-wrapper .input-calendar-area input[type="text"] {
	display: block;
	width: 100%;
	height: 25px;
	border: 0;
}

.input-calendar-wrapper .input-calendar-area img {
	position: absolute;
	top: 3px;
	right: 5px;
	display: block;
	width: 21px;
	height: 23px;
}

.input-calendar-wrapper span {
	float: left;
	width: 10%;
	height: 35px;
	line-height: 35px;

	text-align: center;
}

.input-random-wrapper {
	padding-top: 8px;
}

.input-random-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-random-wrapper .input-random-area {
	float: left;
	margin-left: 30px;
}


.input-random-wrapper .input-random-area:first-child {
	margin-left: 0;
}

.phone-wrapper {
	position: relative;
	margin-top: 10px;
	padding-left: 80px;
}

.phone-wrapper > dt {
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	line-height: 35px;
	color: #000000;
	font-size: 1.067em
}

.phone-wrapper > dd {
	margin: 0;
	padding: 0;
}

.phone-wrapper:first-child {
	margin-top: 0;
}

.input-phone-wrapper {
	display: inline-block;
	vertical-align: middle;
	max-width: 280px;
}

.input-phone-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-phone-wrapper select,
.input-phone-wrapper input[type="tel"],
.input-phone-wrapper input[type="text"] {
	float: left;
	width: 30%;
}

.input-phone-wrapper span {
	float: left;
	width: 5%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.input-birthday-wrapper {
	max-width: 380px;
}

.input-birthday-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-birthday-wrapper select {
	float: left;
	width: 25%;
}

.input-birthday-wrapper span {
	float: left;
	width: 8%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}


.address-wrapper {
	position: relative;
}

.address-wrapper > .no-career-wrapper {
	position: absolute;
	top: 5px;
	right: 0;
}

.zip-code-wrapper {
	margin-bottom: 10px;
}

.zip-code-wrapper input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	width: 90px !important;
	min-width: auto !important;
	text-align: center;
	text-indent: 0 !important;
}

.zip-code-wrapper .btn-zipcode {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #5d7ed2;
	font-size: 0.867em;
	border: 1px solid #5d7ed2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.zip-code-wrapper .btn-zipcode:hover {
	background: #5d7ed2;
	color: #fff;
}

.input-address-wrapper {
	margin: 0;
	padding: 0;
}

.input-address-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-address-wrapper input[type="text"] {
	float: left;
	width: 49.5%;
	min-width: auto !important;
}

.input-address-wrapper input[type="text"]:nth-child(even) {
	float: right;
}

.input-wrapper-add-delete {
	position: relative;
	padding-right: 150px;
}

.input-wrapper-add-delete input[type="text"] {
	width: 100%;
}

.input-wrapper-add-delete .btn-s-delete {
	position: absolute;
	top: 0;
	right: 0;
}

.btn-s-delete {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	color: #434343;
	font-size: 1.077em;
	border: 1px solid #9da0a5;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}


.btn-s-delete > img {
	width: 12px;
}

.btns-area {
	padding: 30px 0;
	text-align: center;
}

.btns-area:after {
	content: "";
	clear: both;
	display: block;
}

.form-title-area {
	margin: 0;
	padding: 0;
}

.form-title-area:after {
	content: "";
	clear: both;
	display: block;
}


.information-wrapper {
	border: 2px solid #0b4ca6;
	margin: 10px 0 40px 0;
}

.information-wrapper > .title-area {
	padding: 20px 200px 20px 20px;
	background: #fafafa;
	border-bottom: 1px solid #e5e5e7
}

.information-wrapper > .title-area:after {
	content: "";
	clear: both;
	display: block;
}

.information-wrapper > .title-area .left {
	float: left;
}


.information-wrapper > .title-area .left dt {
	display: block;
	color: #363636;
	font-size: 1.538em;
	line-height: 1.400em;
	margin-bottom: 10px;
}

.information-wrapper > .title-area .left dd {
	color: #363636;
	font-size: 2.308em;
	line-height: 1.400em;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.information-wrapper > .title-area .right {
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	margin-right: -200px;
}

.information-wrapper > .title-area .right dt {
	display: block;
	color: #252525;
	font-size: 1.231em;
	line-height: 1.250em;
	margin-bottom: 15px;
}

.information-wrapper > .title-area .right dd {
	color: #5d7ed2;
	font-size: 2.154em;
	line-height: 1em;
	letter-spacing: -2px;
}

.terms-wrapper {
	padding: 30px 30px 20px 30px;
	border-bottom: 1px solid #a1a1a2
}


.terms-area {
	float: left;
	width: 50%;
	padding-right: 1%;
}

.terms-area:nth-child(even) {
	float: right;
	width: 50%;
	padding-left: 1%;
	padding-right: 0;
}



.dl-information01 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 80px;
	font-size: 1.154em;
	line-height: 1.200em;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.dl-information01:after {
	content: "";
	clear: both;
	display: block;
}

.dl-information01 dt {
	float: left;
	margin-left: -80px;
	color: #212121
}	

.dl-information01 dt:before {
	content: "·";
	font-weight: bold;
}

.dl-information01 dd {
	color: #666666
}


.dl-information02 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 120px;
	font-size: 1.154em;
	line-height: 1.200em;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.dl-information02:after {
	content: "";
	clear: both;
	display: block;
}

.dl-information02 dt {
	float: left;
	margin-left: -120px;
	color: #212121
}	

.dl-information02 dt:before {
	content: "·";
	font-weight: bold;
}

.dl-information02 dd {
	color: #666666
}



.terms-wrapper02 {
	padding: 30px 30px 20px 30px;

}

.terms-wrapper02 .title-area {
	margin-bottom: 18px;
	overflow: hidden;
}

.terms-area02 {
	position: relative;
	padding-right: 0;
	/*
	min-height: 245px;
	*/
}

.terms-area02 .company-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 317px;
	height: 245px;
	border: 1px solid #c8c6c6;
	overflow: hidden;
}

.terms-area02 .company-image img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.one-box {
	overflow: hidden;
}


.half-box {
	float: left;
	width: 50%;
}

.half-box:nth-child(odd) {
	border-right: 	1px solid #dbdbdb
}

.company-information01 .half-box:nth-child(odd) {
	border-right: 0
}

.line-none {
	border-bottom: 0 !important;
}

.company-information01 {
	border-bottom: 1px solid #d7d8dc;
	padding: 20px 0 10px 0;
}

.company-information01.line-none {
	border-bottom: 0
}



.company-information02-wrapper {
	padding-top: 80px
}

.company-information02-area {
	margin-bottom: 60px;
}

.company-information02-area:last-child {
	margin-bottom: 0;
}

.company-image-information {
	border: 1px solid #e6e6e6;
	border-top: 2px solid #000000;
	padding: 55px;
}

.company-image-information > img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.company-information02-box {
	position: relative;
	border: 1px solid #dbdbdb;
	border-top: 2px solid #214a84;
}

.company-information02-box.border-none {
	border: 0;
}

.add-information {
	border-top: 1px solid #5c5c5c !important;
	margin-top: 10px;
}

.company-information02-box > .word-type01 {
	padding: 15px 20px;
	font-size: 1.231em;
	line-height: 1.250em;
}


.company-information02-box > dl,
.company-information02-box .half-box > dl,
.company-information02-box .one-box > dl {
	border-bottom: 1px solid #dbdbdb;
	background: #f9f9f9;
	padding-left: 150px;
	overflow: hidden;
	font-size: 1.231em;
	line-height: 1.250em;
}

.company-information02-box > dl:last-child,
.company-information02-box .half-box > dl:last-child,
.company-information02-box .one-box > dl:last-child{
	border-bottom: 0;
}

.company-information02-box .half-box dl:last-child {
	border-bottom: 1px solid #dbdbdb;
}

.company-information02-box > dl > dt,
.company-information02-box .half-box > dl > dt,
.company-information02-box .one-box > dl > dt {
	float: left;
	margin-left: -150px;
	padding: 15px 20px;
	color: #212121;
}

.company-information02-box > dl > dd,
.company-information02-box .half-box > dl > dd,
.company-information02-box .one-box > dl > dd {
	padding: 15px 20px;
	color: #666666;
	background: #fff;
	border-left: 1px solid #dbdbdb;
}

.company-information02-box > dl > dd .btn-open-notice {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.company-information02-box > dl > dd .btn-open-notice > img {
	display: block;
	vertical-align: middle;
	width: 16px;
}

.table-type01 {
	position: relative;
}

.table-type01 table {
	border-collapse: collapse; 
	border: 1px solid #dbdbdb;
	border-top: 2px solid #214a84;
}

.table-type01 table thead th,
.table-type01 table tbody th {
	padding: 15px 20px;
	background: #f9f9f9;
	overflow: hidden;
	font-size: 1.231em;
	line-height: 1.250em;
	color: #212121;
	border: 1px solid #e7e7e9;
}

.table-type01 table tbody td {
	padding: 15px 20px;
	color: #666666;
	border: 1px solid #e7e7e9;
	font-size: 1.231em;
	line-height: 1.250em;
	text-align: center;
	word-break: break-all;
}

.company-information02-box .welfare-information {
	padding: 50px;
}


.company-information02-box .welfare-information > dl {
	position: relative;
	overflow: hidden;
	padding-left: 145px;
	margin-bottom: 10px;
	font-size: 1.154em;
	line-height: 2.000em
}

.company-information02-box .welfare-information > dl:last-child {
	margin-bottom: 0;
}

.company-information02-box .welfare-information > dl > dt {
	float: left;
	margin-left: -145px;
	color: #212121
}	

.company-information02-box .welfare-information > dl > dd {
	color: #666666
}

.layerpopup-notice-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	width: 290px;
	min-height: 140px;
	padding: 10px;
	margin-top: -70px;
	margin-left: -145px;
	border: 1px solid #8d8d8d;
	background: #fff;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(207,207,207,1);
	-moz-box-shadow: 2px 2px 0px 0px rgba(207,207,207,1);
	box-shadow: 2px 2px 0px 0px rgba(207,207,207,1);
	z-index: 10;
}


.layerpopup-notice-wrapper .btn-layerpopup-clsoe {
	display: inline-block;
	vertical-align: middle;
}

.layerpopup-notice-wrapper .btn-layerpopup-clsoe > img {
	display: block;
	width: 12px;
}

.layerpopup-notice-wrapper > ul {
	clear: both;
	padding: 0 5px;
}

.layerpopup-notice-wrapper > ul > li {
	color: #666666;
	font-size: 0.867em;
	line-height: 1.846em;
	letter-spacing: -1px;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
	word-break: keep-all;
}

/* 상세검색 */
.detail-search-wrapper {
	border: 1px solid #dadada;
	border-top: 2px solid #214a84;
	margin-bottom: 40px;
	background: #f9f9f9
}

.detail-search-wrapper .detail-search-result-title {
	padding: 0 30px;
}

.detail-search-wrapper .detail-search-result-title h4 {
	padding: 30px 0 18px 0;
	border-bottom: 1px solid #abb5c8
}

.detail-search-wrapper .detail-search-result-title h4:after {
	content: "";
	clear: both;
	display: block;
}

.detail-search-wrapper .detail-search-result-title h4 > img {
	float: left;
	width: 22px;
	margin-right: 10px;
}

.detail-search-wrapper .detail-search-result-title h4 > span {
	float: left;
	color: #214a84;
	font-size: 1.538em;
	line-height: 1em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.detail-search-area {
	padding: 25px;
	border-bottom: 1px solid #e7e7e9;
}

.detail-search-area:last-child {
	border-bottom: 0;
}

.detail-search-area:after {
	content: "";
	clear: both;
	display: block;
}

.detail-search-area > dl {
	position: relative;
	padding-left: 130px;
	margin-bottom: 10px;
}

.detail-search-area > dl:last-child {
	margin-bottom: 0;
}

.detail-search-area > dl > dt {
	float: left;
	margin-left: -130px;
	color: #000000;
	font-size: 1.231em;
	height: 35px;
	line-height: 30px;
}

.detail-search-area > dl > dd {
	font-size: 1.154em;
}

.detail-search-area > dl > dd:after {
	content: "";
	clear: both;
	display: block;
}

.detail-search-area > dl > dd input[type="search"] {
	display: block;
	width: 100%;
	height: 35px;
	text-indent: 10px;
}

.detail-search-area > dl > dd input[type="search"]::-webkit-search-cancel-button{
	position: relative;
	right: 0;  
	-webkit-appearance: none;
	height: 21px;
	width: 21px;
	cursor: pointer;

	background: transparent url(../img/btn/btn_search_delete01.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/btn/btn_search_delete01@2x.gif);
	background: linear-gradient(transparent,transparent),url(../img/btn/btn_search_delete01@2x.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 21px 21px;
}

.detail-search-area > dl > dd .detail-selected-wrapper {
	margin: 0;
	padding: 0;
}

.detail-search-area > dl > dd .detail-selected-wrapper select {
	width: 200px;
}

.detail-search-area > dl > dd select {
	height: 35px;
	background: transparent url(../img/icon/icon_selected_down02.gif);
	background: -webkit-linear-gradient(transparent, transparent), url(../img/icon/icon_selected_down02@2x.gif);
	background: linear-gradient(transparent, transparent), url(../img/icon/icon_selected_down02@2x.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 13px 8px;
	background-color: #fff;
}

.detail-search-area > dl > dd select:focus {
	background: transparent url(../img/icon/icon_selected_up02.gif);
	background: -webkit-linear-gradient(transparent, transparent), url(../img/icon/icon_selected_up02@2x.gif);
	background: linear-gradient(transparent, transparent), url(../img/icon/icon_selected_up02@2x.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 13px 8px;	
	background-color: #fff;
}


.detail-search-area > dl > dd .input-radio-wrapper01 {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	max-width: 95px;
}

.detail-search-area > dl > dd .input-radio-wrapper01.type02 {
	max-width: 120px;
}

.detail-search-area > dl > dd .input-radio-wrapper01 input[type="radio"] {
	margin-right: 2px;
	line-height: 30px;
}
.detail-search-area > dl > dd .input-radio-wrapper01 label {
	color: #555555;
	font-family: "notokrL", notokrL, sans-serif;
	font-weight: 100;
	line-height: 30px;
}

.detail-search-area > dl > dd .input-pay-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 470px;
}

.detail-search-area > dl > dd .input-pay-wrapper.type02 {
	width: 360px;
}

.detail-search-area > dl > dd .input-pay-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.detail-search-area > dl > dd .input-pay-wrapper .input-pay-area {
	float: left;
	width: 47%;
	height: 35px;
}


.detail-search-area > dl > dd .input-pay-wrapper .input-pay-area > input[type="number"] {
	float: left;
	height: 35px;
	width: 70%;
}

.detail-search-area > dl > dd .input-pay-wrapper .input-pay-area > span {
	float: left;
	width: 30%;
	height: 35px;
	line-height: 35px;
	padding-left: 5px;
}

.detail-search-area > dl > dd .input-pay-wrapper .word-unit {
	float: left;
	width: 6%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.detail-search-area > dl > dd .input-checkbox-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

.detail-search-area .detail-search-box {
	float: left;
	width: 50%;
	padding: 25px 30px;
}

.detail-search-area .detail-search-box:last-child {
	border-left: 1px solid #e7e7e9
}



.detail-search-area .detail-search-box > dl {
	position: relative;
}


.detail-search-area .detail-search-box > dl > dt {
	display: block;
	color: #000000;
	font-size: 1.231em;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
}

.detail-search-area .detail-search-box > dl > dd {
	font-size: 1.154em;
	color: #555555;
}

.detail-search-area .detail-search-box > dl > dd .input-career-wrapper {
	margin-bottom: 10px;
}

.detail-search-area .detail-search-box > dl > dd .input-career-wrapper:after {
	content: "";
	clear: both;
	display: block;
}


.detail-search-area .detail-search-box > dl > dd .input-career-wrapper .input-career-area {
	float: left;
	width: 33%;
	max-width: 80px;
	height: 25px;
	line-height: 25px;
}

.detail-search-area .detail-search-box > dl > dd .input-career-wrapper .input-career-area input[type="checkbox"] {
	margin-right: 2px;
}

.detail-search-area .detail-search-box > dl > dd .input-career-wrapper .input-career-area02 {
	float: left;
	width: 67%;
	height: 25px;
	line-height: 25px;
}	

.detail-search-area .detail-search-box > dl > dd .input-career-wrapper .input-career-area02 .input-career-box02 {
	float: left;
	width: 45%;
}

.detail-search-area .detail-search-box > dl > dd .input-career-wrapper .input-career-area02 .input-career-box02 > input[type="number"] {
	float: left;
	width: 60%;
	height: 25px;
}

.detail-search-area .detail-search-box > dl > dd .input-career-wrapper .input-career-area02 .input-career-box02 > span {
	float: left;
	width: 40%;
	padding-left: 5px;
}

.detail-search-area .detail-search-box > dl > dd .input-career-wrapper .input-career-area02 .word-unit {
	float: left;
	width: 10%;
}

.detail-search-area .detail-search-box > dl > dd .input-career-wrapper02 {
	margin: 0;
	padding: 0;
}

.detail-search-area .detail-search-box > dl > dd .input-career-wrapper02:after {
	content: "";
	clear: both;
	display: block;
}

.detail-search-area .detail-search-box > dl > dd .input-career-wrapper02 .input-career-area02 {
	float: left;
	margin-bottom: 18px;
	margin-right: 20px;
}
.detail-search-area dl dd .word-result {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #555555;
	font-size: 1.154em;
	background: #fff;
	border: 1px solid #d5d5d5;
}

.detail-search-wrapper02 {
	border: 2px solid #214a84;
}

.detail-search-wrapper02 .detail-search-area02 {
	margin: 0;
	padding: 0;
}

.detail-search-wrapper02 .detail-search-area02 > h4 {
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	color: #363636;
	font-size: 1.385em;
	background: #fafafa;
	border-bottom: 1px solid #e5e5e7;

	font-family: "notokrB", notokrB, sans-serif;
	font-weight: 700;
}

.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e7;
}
.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 ul {
	background: transparent url(../img/common/bg_search_line01.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/common/bg_search_line01@2x.gif);
	background: linear-gradient(transparent,transparent),url(../img/common/bg_search_line01@2x.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-size: contain;
}

.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 ul > li {
	float: left;
	width: 25%;
	padding: 8px 20px 7px 20px;
}

.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 ul > li > a {
	display: inline-block;
	vertical-align: middle;
	color: #2d2d2d;
	font-size: 1.231em
}

.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 ul > li > a:hover {
	color: #16ace9;
}

.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 ul > li > a > span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 0.875em;
	color: #777777
}

.self-introduction-wrapper {
	padding-bottom: 40px;
	border-bottom: 1px solid #a5a5a6;
}

.self-introduction-area {
	border: 1px solid #dbdbdb;
	border-top: 2px solid #214a84;
	margin-bottom: 15px;
	text-align: center;
}

.self-introduction-area > h5 {
	color: #000000;
	font-size: 1.769em;
	line-height: 1.565em;
	padding: 30px 20px;
	background: #f9f9f9;
	border-bottom: 1px solid #dbdbdb;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.self-introduction-area .btns {
	padding: 45px 20px 40px 20px;
}

.self-introduction-area .btns > a {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #214a84;
	color: #fff;
	font-size: 1.231em
}

.self-introduction-area02 {
	border: 1px solid #dbdbdb;
	background: #f6f6f6;
	font-size: 1.231em;
	line-height: 1.750em;
	color: #666666;
	padding: 45px 20px;
	margin-bottom: 25px;
	text-align: center;

	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.ul-list01 {
	color: #666666;
	font-size: 1.077em;
	line-height: 2.000em;

	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.ul-list01 li {
	position: relative;
	padding-left: 8px;
	color: #666666;
	word-break: keep-all;
}

.ul-list01 li > .icon {
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	width: 2px;
	height: 2px;
	background: #808080;
}




.ul-list02 {
	color: #0f7ed4;
	font-size: 1.077em;
	line-height: 2.000em;

	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.ul-list02 li {
	position: relative;
	padding-left: 15px;
	color: #0f7ed4;
	word-break: keep-all;
}

.ul-list02 li > .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.report-user-information-wrapper {
	margin-bottom: 40px;
}

.report-user-information-wrapper > h4 {
	padding: 25px;
	background: #494949;
	margin-bottom: 13px;
	color: #ffffff;
	font-size: 1.692em;
	line-height: 1.273em;
	letter-spacing: -1px;
}

.report-user-information-area {
	position: relative;
	padding-left: 280px;
	min-height: 298px;
	border: 1px solid #dbdbdb;
}


.report-user-information-area:after {
	content: "";
	clear: both;
}

.report-user-information-area >.image {
	float: left;
	margin-left: -280px;
	width: 280px;
	text-align: center;
	padding: 15px;
}

.report-user-information-area >.image > img {
	display: inline-block;
	vertical-align: middle;
	width: 203px;
}

.report-user-information-area > .input-report-photo {
	float: left;
	margin-left: -280px;
	width: 280px;
	text-align: center;
	padding: 15px;
}

.report-user-information-area > .input-report-photo > .image {
	display: block;
	width: 203px;
	margin: 0 auto;
}

.report-user-information-area > .input-report-photo > .image > img {
	display: inline-block;
	vertical-align: middle;
	width: 203px;
	margin-bottom: 30px;
}

.report-user-information-area > .input-report-photo > .image > .btn-input-photo {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #214a84;
	color: #214a84;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.report-user-information-area > .input-report-photo > .image > .btn-input-photo:hover {
	border: 1px solid #214a84;
	color: #fff;
	background: #214a84
}

.report-user-information-area .report-user-information-box {
	border-left: 1px solid #dbdbdb;
	background: #f9f9f9;
}

.report-user-information-area .report-user-information-box dl {
	position: relative;
	padding-left: 120px;
	border-bottom: 1px solid #dbdbdb;
}

.report-user-information-area .report-user-information-box dl:last-child {
	border-bottom: 0;
}

.report-user-information-area .report-user-information-box dl dt {
	float: left;
	padding: 18px 20px;
	margin-left: -120px;
	color: #000000;
	font-size: 1.154em;
	line-height: 1.600em
}

.report-user-information-area .report-user-information-box dl dd {
	padding: 18px 20px;
	background: #fff;
	border-left: 1px solid #dbdbdb;
	color: #555555;
	font-size: 1.154em;
	line-height: 1.600em
}



.report-user-information-area .report-user-information-box dl dd .input-calendar-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 390px;
}

.report-user-information-area .report-user-information-box dl dd .input-calendar-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.report-user-information-area .report-user-information-box dl dd .input-calendar-wrapper .input-calendar-area {
	position: relative;
	float: left;
	width: 45%;
	height: 35px;
	padding: 5px 30px 5px 10px;

	border: 1px solid #d5d5d5;
}

.report-user-information-area .report-user-information-box dl dd .input-calendar-wrapper .input-calendar-area input[type="text"] {
	display: block;
	width: 100%;
	height: 25px;
	border: 0;
}

.report-user-information-area .report-user-information-box dl dd .input-calendar-wrapper .input-calendar-area img {
	position: absolute;
	top: 3px;
	right: 5px;
	display: block;
	width: 21px;
	height: 23px;
}

.report-user-information-area .report-user-information-box dl dd .input-calendar-wrapper span {
	float: left;
	width: 10%;
	height: 35px;
	line-height: 35px;

	text-align: center;
}

.recruit-form-attach-wrapper {
	padding: 25px 21px;
	border: 1px solid #dbdbdb;
	border-top: 0;
}

.recruit-form-attach-wrapper .title-area {
	padding-bottom: 9px;
	border-bottom: 1px solid #d4d4d4;
}

.recruit-form-attach-wrapper .title-area:after {
	content: "";
	clear: both;
	display: block;
}

.recruit-form-attach-wrapper .title-area h5 {
	float: left;
	line-height: 35px;
	font-size: 1.385em;
	color: #000000;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.recruit-form-attach-wrapper .title-area a,
.recruit-form-attach-wrapper .title-area label {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	height: 35px;
	line-height: 33px;
	color: #214a84;
	border: 1px solid #214a84;
}

.recruit-form-attach-wrapper .title-area a > img,
.recruit-form-attach-wrapper .title-area a > span {
	display: inline-block;
	vertical-align: middle;
}

.recruit-form-attach-wrapper .title-area a > img {
	width: 10px;
}

.recruit-form-attach-wrapper .recruit-form-attach-area {
	padding: 30px 10px 0 10px;
}

/* 20171127 장성화 */
.input-password-wrapper input {
	display: inline-block;
	vertical-align: middle;
}

.input-password-wrapper .word-form-notice02 {
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
	height: 35px;
	color: #555555;
	font-size: 0.933em;
	line-height: 1.429em;
	margin-left: 5px;
}

.input-password-wrapper .btn-zipcode {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #5d7ed2;
	font-size: 0.867em;
	border: 1px solid #5d7ed2;
}

.input-corporate-registration-number-wrapper {
	position: relative;
	padding-right: 140px;
}

.input-corporate-registration-number-wrapper input[type="text"] {
	width: 100%;
}

.input-corporate-registration-number-wrapper .btn-reg-type01 {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #5d7ed2;
	font-size: 0.867em;
	border: 1px solid #5d7ed2;
}

.input-date-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 350px;
}

.input-date-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-date-wrapper select,
.input-date-wrapper input {
	float: left;
	width: 25%;
}

.input-date-wrapper span {
	float: left;
	width: 8%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.input-email-wrapper {
	display: inline-block;
	vertical-align: middle;

	max-width: 380px;
}

.input-email-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-email-wrapper select,
.input-email-wrapper input {
	float: left;
	width: 100% !important;
	min-width: auto !important;

}

.input-email-wrapper select {
	margin-left: 8px;
}

.input-email-wrapper span {
	float: left;
	width: 5%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.input-selected-career-wrapper {
	max-width: 280px;
}

.input-selected-career-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-selected-career-wrapper > select {
	float: left;
	width: 35%;
}

.input-selected-career-wrapper > .word-unit {
	float: left;
	width: 15%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.phone-wrapper > dd .input-radio-area input[type="radio"],
.phone-wrapper > dd .input-radio-area label {
	height: 35px;
	line-height: 35px;
}

.phone-wrapper > dd .input-radio-area {
	display: inline-block;
	margin-right: 5%;
}

.input-radio-wrapper02 {
	padding-top: 8px;
	border: 1px solid red;
}

.input-radio-wrapper02:after {
	content: "";
	clear: both;
	display: block;
}

.input-radio-wrapper02 .input-radio-area {
	float: left;
	width: 33.3%;
	line-height: 25px;
}

.input-radio-wrapper03 {
	overflow: hidden;
}

.input-radio-wrapper03 .input-radio-area {
	float: left;
	width: 50%;
	line-height: 25px;
}

.layerpopup-auto-logout-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 385px;
	margin-left: -173px;
	margin-top: -110px;
	display: block;
	padding: 0 20px;
	z-index: 10;
}

.layerpopup-auto-logout-area {
	border: 2px solid #465568;
	background: #fff;
}

.layerpopup-auto-logout-area > h2 {
	height: 52px;
	line-height: 48px;
	background: #465568;
	padding: 0 15px;
	color: #fff;
	font-size: 1.538em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.layerpopup-auto-logout-area > h2 > img,
.layerpopup-auto-logout-area > h2 > span {
	display: inline-block;
	vertical-align: middle;
}

.layerpopup-auto-logout-area > h2 > img {
	width: 20px;
	margin-right: 5px;
}

.layerpopup-auto-logout-box {
	padding: 18px 15px;
}

.layerpopup-auto-logout-box > p {
	padding-bottom: 30px;
	color: #666666;
	font-size: 1.154em;
	line-height: 1.333em
}

.tabmenu {
	margin-bottom: 19px;
}

.tabmenu:after {
	content: "";
	clear: both;
	display: block;

}

.tabmenu li {
	float: left;
	width: 50%;
}

.tabmenu li > a {
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #333333;
	font-size: 1.231em;
	border: 1px solid #cacaca;
	border-bottom: 2px solid #575e6f;
}

.tabmenu li:first-child > a {
	border-right: 0;
}

.tabmenu li > a:hover,
.tabmenu li > a.on {
	background: #575e6f;
	color: #fff;
}




.tabmenu02 {
	margin-bottom: 30px;
}

.tabmenu02:after {
	content: "";
	clear: both;
	display: block;

}

.tabmenu02 li {
	float: left;
	width: 50%;
	margin-left: -1px;
}

.tabmenu02 li > input[type="radio"] {
	display: none;
}

.tabmenu02 li > a,
.tabmenu02 li > input[type="radio"] + label {
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #333333;
	font-size: 1.385em;
	border: 1px solid #cacaca;
}

.tabmenu02 li:first-child > a,
.tabmenu02 li:first-child > input[type="radio"] + label {
	border-right: 0;
}

.tabmenu02 li > a:hover,
.tabmenu02 li > a.on,
.tabmenu02 li > input[type="radio"]:checked + label {
	background: #575e6f;
	color: #fff;
}



.layerpopup-date-modify-wrapper {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 288px;
	border: 2px solid #465568;
	margin-left: -151px;
	margin-top: -85px;
	background: #fff;
	text-align: center;
}

.layerpopup-date-modify-wrapper > h2 {
	height: 52px;
	line-height: 48px;
	padding: 0 15px;
	background: #465568;
	color: #fff;
	font-size: 1.538em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	text-align: left;
}	

.layerpopup-date-modify-wrapper .yymmdd-wrapper {
	padding: 15px;
}

.layerpopup-date-modify-wrapper .yymmdd-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.layerpopup-date-modify-wrapper .yymmdd-wrapper select {
	float: left;
	width: 23.33%;
	background-position: 90% center;
}

.layerpopup-date-modify-wrapper .yymmdd-wrapper .word-unit {
	float: left;
	width: 10%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.layerpopup-date-modify-wrapper .btn-save {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
	width: 65px;
	height: 35px;
	line-height: 35px;
	background: #666666;
	font-size: 1.154em;
	color: #fff;

}


/* JOB - Bridge 소개 */
.introduce-wrapper {
	position: relative;
	max-width: 952px;
	min-height: 539px;
	margin: 60px auto 50px auto;
}

.introduce-wrapper > img {
	position: absolute;
	top: 33px;
	right: 7px;
	display: block;
	max-width: 561px;
}

.introduce-wrapper .introduce-area {
	position: relative;
	z-index: 10;
}

.introduce-wrapper .introduce-area .word-slogon01 {
	display: block;
	margin-bottom: 40px;
}

.introduce-wrapper .introduce-area .word-slogon01 > img {
	display: block;
	width: 100%;
	max-width: 327px;
}

.introduce-wrapper .introduce-area .word-slogon02 {
	display: block;
	margin-bottom: 50px;
	color: #363636;
	font-size: 2.308em;
	line-height: 1.400em
}

.introduce-wrapper .introduce-area .word-slogon02 > strong {
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.introduce-wrapper .introduce-area .word-slogon03 {
	color: #666666;
	font-size: 1.385em;
	line-height: 1.667em
}

.introduce-wrapper .span-br {
	display: block;
}

/* 로그인 */
.login-wrapper {
	max-width: 1190px;
	padding: 75px 60px 0 60px;
	margin: 0 auto;
	text-align: center;
}

.login-wrapper .title-area {
	margin-bottom: 80px;
}

.login-wrapper .title-area h4 {
	display: block;
	margin-bottom: 25px;
}

.login-wrapper .title-area h4 > a {
	display: block;
	max-width: 537px;
	padding: 0 20px;
	margin: 0 auto;
}

.login-wrapper .title-area h4 > a > img {
	display: block;
	width: 100%;
}

.login-wrapper .title-area p {
	color: #717171;
	font-size: 1.385em;
	line-height: 1.500em;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.login-wrapper .title-area p .span-br {
	display: block;
}

.login-area {
	border: 1px solid #e8e8e8;
	padding: 87px 83px;
	text-align: left;
}

.login-area:after {
	content: "";
	clear: both;
	display: block;
}

.login-area > .image {
	float: left;
	width: 48%;
	max-width: 424px;
}

.login-area > .login-box {
	float: right;
	width: 48%;
}

.login-area > .login-box .login-tabmenu {
	margin-bottom: 15px;
	overflow: hidden;
}


.login-area > .login-box .login-tabmenu > li {
	float: left;
	width: 50%;
}

.login-area > .login-box .login-tabmenu > li > input[type="radio"] {
	display: none;
}

.login-area > .login-box .login-tabmenu > li > input[type="radio"] + label {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #666666;
	font-size: 1.385em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;

	border: 1px solid #cccccc;
	border-bottom: 2px solid #01307c
}

.login-area > .login-box .login-tabmenu > li > input[type="radio"]:checked + label {
	height: 50px;
	line-height: 48px;
	background: #fff;
	border: 2px solid #002f7b;
	border-bottom: 2px solid #fff;
	color: #01307c;
}

.login-area > .login-box .login-form {
	position: relative;
	padding-right: 135px;
}

.login-area > .login-box .login-form > div {
	height: 54px;
	border: 1px solid #cccccc;
	margin-bottom: -1px;
}

.login-area > .login-box .login-form > div > input {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	border: 0;
}

.login-area > .login-box .login-form > input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 130px;
	height: 100%;
	background: #02317c;
	color: #fff;
	font-size: 1.538em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}


.login-area > .login-box .save-id {
	padding-top: 13px;
}

.login-area > .login-box .save-id input[type="checkbox"],
.login-area > .login-box .save-id label {
	display: inline-block;
	vertical-align: middle;

}

.login-area > .login-box .save-id label {
	font-size: 1.077em;
	color: #818181;
	margin-left: 5px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.login-area > .login-box .members-menu-list {
	clear: both;
	margin-top: 40px;
	padding-top: 23px;
	text-align: center;
	border-top: 1px solid #e0e1e4
}

.login-area > .login-box .members-menu-list > a {
	display: inline-block;
	vertical-align: middle;
	color: #3c3c3c;
	font-size: 1.154em
}

.login-area > .login-box .members-menu-list > a:hover {
	text-decoration: underline;
}

.login-area > .login-box .members-menu-list > .icon-bar01 {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 15px;
	background: #cecfd2;
	margin: 0 20px;
}

.mobile-block {
	display: none !important;
}



.find-id-password-wrapper {
	padding-top: 60px;
}

.find-id-password-wrapper .title-area {
	margin-bottom: 50px
}

.find-id-password-wrapper .title-area p {
	color: #717171;
	font-size: 1.385em;
	line-height: 1.500em;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
	text-align: center;
}

.find-id-password-wrapper .title-area p .span-br {
	display: block;
}

.tabmenu-certification {
	text-align: center;
}	

.tabmenu-certification:after {
	content: "";
	clear: both;
	display: block;
}

.tabmenu-certification > li {
	float: left;
	width: 50%;
}

.tabmenu-certification > li > input[type="radio"] {
	display: none;
}

.tabmenu-certification > li > input[type="radio"] + label {
	display: block;
	height: 64px;
	line-height: 60px;
	background: #f7f7f7;
	border: 1px solid #cccccc;
	border-bottom: 3px solid #002f7b;
	color: #666666;
	font-size: 1.538em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.tabmenu-certification > li > input[type="radio"]:checked + label {
	line-height: 57px;
	background: #ffff;
	border: 3px solid #002f7b;;
	border-bottom: 3px solid #fff;
	color: #01307c;
}

.certification-wrapper {
	border: 3px solid #002f7b;
	border-top: 0;
	padding: 80px 5%;
}

.certification-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.certification-area {
	float: left;
	width: 50%;
	padding-right: 5%;
	border-right: 1px solid #d5d5d5;
}

.certification-area:nth-child(even) {
	float: right;
	padding-right: 0;
	padding-left: 5%;
	border-right: 0;

}

.certification-box {
	position: relative;
	min-height: 180px;
	text-align: left;
	padding: 10px 0 10px 185px;
}

.certification-box > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
}

.certification-box > h4 {
	padding: 0 0 20px 0;
	color: #333333;
	font-size: 1.692em;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}


.certification-box > p {
	margin-bottom: 20px;
	color: #666666;
	font-size: 1.154em;
	line-height: 1.333em;
	min-height: 3.999em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	letter-spacing: -1px;
	word-break: keep-all;
}

.certification-box > a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #555555;
	font-size: 1.231em;
	background: #ededed;
	border: 1px solid #cccccc;
	text-align: center;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}



/*
.find-id-password-wrapper {
	margin-bottom: 50px;
}
*/

.find-id-password-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.find-id-password-area {
	display: block !important;
	float: left;
	width: 49%;
	border: 1px solid #bcbcbc;
	text-align: left;
}


.find-id-password-area:last-child {
	float: right;
}

.find-id-password-area > h4 {
	height: 60px;
	line-height: 60px;
	color: #333333;
	font-size: 1.692em;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;

	padding: 0 20px;
	background: #f4f4f4;
	border-bottom: 1px solid #bcbcbc
}

.find-id-password-box {
	padding: 35px 25px;
}

.input-radio-certification-wrapper {
	padding-left: 120px;
	padding-bottom: 15px;
}

.input-radio-certification-area {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}

.input-radio-certification-area:last-child {
	margin-right: 0;
}

.input-radio-certification-area input[type="radio"],
.input-radio-certification-area label {
	display: inline-block;
	vertical-align: middle;
}

.input-radio-certification-area label {
	margin-left: 5px;
	font-size: 1.077em;
	color: #818181;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.find-id-password-box > dl {
	position: relative;
	padding-left: 120px;
	margin-bottom: 12px;
}

.find-id-password-box > dl:last-child {
	margin-bottom: 0;
}

.find-id-password-box > dl:after {
	content: "";
	clear: both;
	display: block;
}

.find-id-password-box > dl dt {
	float: left;
	margin-left: -120px;
	height: 44px;
	line-height: 44px;
	color: #676767;
	font-size: 1.231em; 
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.find-id-password-box > dl  dd {
	margin: 0;
	padding: 0;
}

.find-id-password-box > dl dd input {
	width: 100%;
	height: 44px;
}

.find-id-password-box > dl dd .input-email-wrapper02:after {
	content: "";
	clear: both;
	display: block;
}

.find-id-password-box > dl dd .input-email-wrapper02 .input-email-area02 {
	float: left;
	width: 65%;
}

.find-id-password-box > dl dd .input-email-wrapper02 .input-email-area02 input[type="text"] {
	float: left;
	width: 45%;
}

.find-id-password-box > dl dd .input-email-wrapper02 .input-email-area02 .word-unit {
	float: left;
	width: 10%;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.find-id-password-box > dl dd .input-email-wrapper02 select {
	float: right;
	width: 32.5%;
	height: 44px;
}


.find-id-password-box > dl dd .input-depth3-wrapper {
	overflow: hidden;
}	

.find-id-password-box > dl dd .input-depth3-wrapper input[type="text"] {
	float: left;
	width: 30%;
	margin: 0;
	padding: 0;
}

.find-id-password-box > dl dd .input-depth3-wrapper .word-unit {
	float: left;
	width: 5%;
	height: 44px;
	line-height: 44px;
	text-align: center;
}


.notice-box {
	position: relative;
	margin-top: 50px;
	padding: 35px 25px 35px 55px;
	background: #f7f7f7;
	border: 1px solid #d0d0d0;
	text-align: left;
}

.notice-box > img {
	position: absolute;
	top: 35px;
	left: 25px;
	display: block;
	width: 20px;
}

.notice-box > ul {
	margin: 0;
	padding: 0;
}

.notice-box > ul > li {
	font-size: 1.154em;
	line-height: 1.600em
}

.notice-box > ul > li:last-child {
	margin-bottom: 0;
}

.images-box {
	display: block;
	margin: 0 auto;
}

.images-box:after {
	content: "";
	clear: both;
	display: block;
}

.images-box > img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/* 주기적인 비밀번호 변경 */
.change-password-wrapper {
	position: relative;
	max-width: 1000px;
	border: 1px solid #dddddd;
	padding: 60px 65px;
	margin: 80px auto 50px auto;
}

.change-password-wrapper .word-slogon-wrapper {
	padding-bottom: 45px;
}

.change-password-wrapper .word-slogon-wrapper > h4 {
	color: #333333;
	font-size: 2.000em;
	line-height: 1.231em;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}

.change-password-wrapper .word-slogon-wrapper > p {
	color: #717171;
	font-size: 1.385em;
	line-height: 1.556em;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.change-password-wrapper .word-slogon-wrapper > p .span-br {
	display: block;
}

.change-password-area {
	position: relative;
	border-top: 1px solid #5e5e5e;
	padding: 60px 70px 60px 290px;
}

.change-password-area > img {
	position: absolute;
	top: 70px;
	left: 70px;
	display: block;
	width: 167px;
}

.change-password-box {
	margin: 0;
	padding: 0;
}

.change-password-box dl {
	position: relative;
	padding-left: 130px;
	margin-bottom: 12px;
	height: 44px;
	line-height: 44px;
}

.change-password-box dl:last-child {
	margin-bottom: 0;
}

.change-password-box dl:after {
	content: "";
	clear: both;
	display: block;
}

.change-password-box dl dt {
	float: left;
	margin-left: -130px;
	font-size: 1.231em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.change-password-box dl dd {
	margin: 0;
	padding: 0;
}

.change-password-box dl dd input[type="password"] {
	display: block;
	width: 100%;
	height: 44px;
	background: #f6f6f6;
	color: #9c9c9c;
	font-size: 1.231em
}

/* 회원가입 전 */
.choise-join-wrapper {
	position: relative;
	max-width: 748px;
	padding: 75px 20px 0 20px;
	margin: 0 auto;
	text-align: center;
}

.choise-join-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.choise-join-wrapper .title-area {
	margin-bottom: 80px;
}

.choise-join-wrapper .title-area p {
	color: #717171;
	font-size: 1.385em;
	line-height: 1.500em;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.choise-join-wrapper .title-area p .span-br {
	display: block;
}

.choise-join-wrapper .choise-join-area {
	float: left;
	width: 335px;
}

.choise-join-wrapper .choise-join-area.type02 {
	float: right;
}

.choise-join-wrapper .choise-join-area > img {
	display:block;
	max-width: 230px;
	width: 100%;
	margin: 0 auto;
}

.choise-join-wrapper .choise-join-area .choise-join-box {
	width: 335px;
	padding: 50px 65px 70px 65px;
	background: #ebbc00;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.choise-join-wrapper .choise-join-area.type02 .choise-join-box {
	background: #2279d7
}

.choise-join-wrapper .choise-join-area .choise-join-box > h4 {
	font-size: 2.308em;
	line-height: 1em;
	height: 52px;
	margin-bottom: 25px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;

	background: transparent url(../img/member/icon_title_line01.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/member/icon_title_line01@2x.gif);
	background: linear-gradient(transparent,transparent),url(../img/member/icon_title_line01@2x.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 36px 2px;
}

.choise-join-wrapper .choise-join-area .choise-join-box > p {
	font-size: 1.538em;
	line-height: 1.400em;
	margin-bottom: 35px;
}


.choise-join-wrapper .choise-join-area .choise-join-box > p .span-br {
	display: block;
}

.choise-join-wrapper .choise-join-area .choise-join-box > a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #c79f00;
	background: #fff;
	border-radius: 4px;
	font-size: 1.846em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.choise-join-wrapper .choise-join-area.type02 .choise-join-box > a {
	color: #2279d7;
}

/* 회원가입 */
.form-join {
	max-width: 810px;
	padding: 50px 20px;
	margin: 0 auto;
}

.form-join-wrapper {
	margin: 0;
	padding: 0;
}

.form-join-wrapper > h4 {
	margin-bottom: 50px;
	font-size: 2.923em;
	line-height: 1em;
	color: #000000;
	text-align: center;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.form-join-area {
	background: #fff;
	padding: 42px 30px;
}

.form-agreement-wrapper {
	margin: 0;
	padding: 0;
}

.input-checkbox {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
}

.input-checkbox input[type="checkbox"] {
	display: none;
}

.input-checkbox input[type="checkbox"] + label {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	text-indent: -5000em;
	font-size: 0;

	background: transparent url(../img/icon/icon_checkbox01_off.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_checkbox01_off@2x.gif);
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_checkbox01_off@2x.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 22px 22px;
}


.input-checkbox input[type="checkbox"]:checked + label {
	background: transparent url(../img/icon/icon_checkbox01_on.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_checkbox01_on@2x.gif);
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_checkbox01_on@2x.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 22px 22px;
}

.total-agreement {
	position: relative;
	padding-left: 40px;
	margin-bottom: 25px;
}

.total-agreement .input-checkbox {
	position: absolute;
	top: 0;
	left: 0;
}

.total-agreement .input-checkbox input[type="checkbox"] + label {
	width: 26px;
	height: 26px;
	background-size: 26px 26px;
}

.total-agreement .input-checkbox input[type="checkbox"]:checked + label {
	width: 26px;
	height: 26px;
	background-size: 26px 26px;
}

.total-agreement > label {
	display: block;
	color: #000000;
	font-size: 1.538em;
	line-height: 1.200em;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}


.form-agreement-area {
	margin-bottom: 20px;
}

.form-agreement-area .title-area {
	margin-bottom: 15px;
}

.form-agreement-area .title-area:after {
	content: "";
	clear: both;
	display: block;
}

.form-agreement-area .title-area .left {
	position: relative;
	float: left;
	padding-left: 30px;
}

.form-agreement-area .title-area .left > .input-checkbox {
	position: absolute;
	top: 0;
	left: 5px;
}

.form-agreement-area .title-area .left > label {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	color: #666666;
	font-size: 1.538em;
	line-height: 1em;
}


.form-agreement-area .title-area .right {
	position: relative;
	float: right;
	font-size: 1.077em;
	color: #214984;
	padding-right: 18px;
	margin-right: 10px;
}

.form-agreement-area .title-area .right .arrow {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 11px;
	height: 6px;
	margin-top: -2px;

	background: transparent url(../img/icon/icon_arrow_down03.png);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_down03@2x.png);
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_down03@2x.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 11px 6px;
}

.form-agreement-area .title-area .right.on .arrow {
	background: transparent url(../img/icon/icon_arrow_up03.png);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_up03@2x.png);
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_up03@2x.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 11px 6px;
}

.form-agreement-area .form-agreement-box {
	display: none;
	border: 1px solid #dbdbdb;
	height: 150px;
	padding: 15px 10px;
	margin: 0 10px 0 5px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 1em;
	line-height: 1.385em;

	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.btns-certification-wrapper {
	border-top: 1px solid #c6c6c6;
	padding: 20px 0 30px 0;
}

.btns-certification-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.btns-certification-wrapper .btns-certification-area {
	float: left;
	width: 48%;
	border: 1px solid #666666;
}

.btns-certification-wrapper .btns-certification-area:nth-child(odd) {
	float: right;
}

.btns-certification-wrapper .btns-certification-area a {
	position: relative;
	display: block;
	padding: 25px 112px 25px 20px;
}

.btns-certification-wrapper .btns-certification-area a .title {
	display: block;
	color: #333333;
	font-size: 1.385em;
	line-height: 1em;
	margin-bottom: 10px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.btns-certification-wrapper .btns-certification-area a .submit {
	display: block;
	max-width: 180px;
	color: #666666;
	font-size: 1em;
	line-height: 1.231em;
	word-break: keep-all;
}

.btns-certification-wrapper .btns-certification-area a .image {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 112px;
	height: 100%;
	background: #f7f7f7
}

.btns-certification-wrapper .btns-certification-area a .image > img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 85px;
	height: 71px;
	margin-top: -35px;
	margin-left: -43px;
}


.form-wrapper {
	padding-top: 30px;
}

.form-area {
	padding-bottom: 50px;
	margin-bottom: 60px;
	border-bottom: 1px solid  #858585;
}

.form-box {
	margin: 0;
	padding: 0;
}


.form-box > dl {
	position: relative;
	padding-left: 200px;
	margin-bottom: 20px;
}

.form-box > dl:last-child {
	margin-bottom: 0;
}

.form-box > dl:after {
	content: "";
	clear: both;
	display: block;
}

.form-box > dl > dt {
	float: left;
	margin-left: -200px;
	padding: 7px;
	color: #000000;
	font-size: 1.385em;
	line-height: 1.333em;
}

.form-box > dl > dd {
	display: block;
	width: 100%;
	font-size: 1.154em;
}

.form-box > dl > dd:after {
	content: "";
	clear: both;
	display: block;
}

.form-box > dl > dd input[type="text"],
.form-box > dl > dd input[type="password"] {
	min-width: 340px;
}



.form-box select {
	height: 35px;
	background: transparent url(../img/icon/icon_selected_down02.gif);
	background: -webkit-linear-gradient(transparent, transparent), url(../img/icon/icon_selected_down02@2x.gif);
	background: linear-gradient(transparent, transparent), url(../img/icon/icon_selected_down02@2x.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 13px 8px;	
}

.form-box  select:focus {
	background: transparent url(../img/icon/icon_selected_up02.gif);
	background: -webkit-linear-gradient(transparent, transparent), url(../img/icon/icon_selected_up02@2x.gif);
	background: linear-gradient(transparent, transparent), url(../img/icon/icon_selected_up02@2x.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 13px 8px;	
}

.through-line {
	border-top: 1px solid #e6e6e6;
	padding-bottom: 30px;
}

.input-money-wrapper {
	position: relative;
	max-width: 340px;
	padding-right: 55px;
}

.input-money-wrapper > span {
	position: absolute;
	top: 0;
	right: 0;
	height: 35px;
	line-height: 35px;
}

.input-money-wrapper input[type="number"] {
	width: 100%;
}

.input-double-checked {
	position: relative;
	padding-right: 75px;
	max-width: 415px;
}


.input-double-checked .btn-doublechecked {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 70px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #5d7ed2;
	font-size: 0.867em;
	border: 1px solid #5d7ed2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.word-used-password {
	padding-top: 10px;
	font-size: 0.846em;
	color: #ff0000;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.word-used-password.possible {
	color: #5d7ed2;
}

.layerpopup-submit-wrapper {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	max-width: 620px;
	padding: 0 10px;
	margin-left: -274px;
	margin-bottom: 100px;
}

.layerpopup-submit-area {
	display: block;
	border: 2px solid #465568;
	background: #fff;
	text-align: center;
	margin: 0 auto;
}

.layerpopup-submit-area > .title-area {
	height: 52px;
	line-height: 48px;
	padding: 0 15px;
	background: #465568;
	text-align: left;
}	

.layerpopup-submit-area > .title-area:after {
	content: "";
	clear: both;
	display: block;
}

.layerpopup-submit-area > .title-area > h2 {
	float: left;
	color: #fff;
	font-size: 1.538em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.layerpopup-submit-area > .title-area > .btn-layerpopup-close {
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 13px;
}

.layerpopup-submit-area > .title-area > .btn-layerpopup-close img {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
}


.layerpopup-submit-wrapper .submit-list {
	padding: 15px;
}

.layerpopup-submit-wrapper .submit-list ul {
}

.layerpopup-submit-wrapper .submit-list >  ul > li {
	position: relative;
	padding: 10px 90px 10px 10px;
	border-bottom: 1px solid #d7d8dc;
	font-size: 1.154em;
	line-height: 29px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	text-align: left;
}

.layerpopup-submit-wrapper .submit-list >  ul > li:last-child {
	border-bottom: 0;
}

.layerpopup-submit-wrapper .submit-list >  ul > li .btn-s {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -15px;
}


/* 결과 */
.complete-result-wrapper {
	padding: 100px 45px 0 45px;
}

.complete-result-area {
	border: 1px solid #e8e8e8;
	background: #fbfbfb;
	text-align: center;
	padding: 45px 65px;
}

.complete-result-area > img {
	display: block;
	width: 135px;
	margin: 0 auto 25px auto;
}

.complete-result-area > h4 {
	color: #333333;
	font-size: 2.154em;
	line-height: 1em;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
}

.complete-result-area > .word-result {
	background: #d6eaf2;
	padding: 30px 25px;;
	margin-bottom: 35px;
	border: 1px solid #c1dbe5;
	font-size: 1.846em;
	color: #333333;
}

.complete-result-area > .word-result > span {
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}
.complete-result-area > .word-result > strong {
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.complete-result-area > .word-result02 {
	font-size: 1.231em;
	line-height: 1.500em;
	color: #333333;
	margin-bottom: 45px;
}

.complete-result-area > .word-result02 .span-br {
	display: block;
}


/* 2017. 12.28 추가 작업 */
.btn-search-result-close {
	margin-top: -1px;
	margin-bottom: 40px;
	border-top: 1px solid #dadada
}

.btn-search-result-close:after {
	content: "";
	clear: both;
	display: block;
}

.btn-search-result-close .btn-open-close {
	display: block;
	float: right;
	padding: 8px 35px;
	border: 1px solid #dcdcdc;
	border-top: 0;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.btn-search-result-close .btn-open-close span,
.btn-search-result-close .btn-open-close .arrow {
	display: inline-block;
	vertical-align: middle
}

.btn-search-result-close .btn-open-close .arrow {
	margin-left: 5px;
	width: 13px;
	height: 8px;
	background: transparent url(../img/icon/icon_arrow_close01.png);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_close01@2x.png);
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_close01@2x.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 13px 8px;
}

.btn-search-result-close .btn-open-close.on .arrow {
	background: transparent url(../img/icon/icon_arrow_open01.png);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_open01@2x.png);
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_open01@2x.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 13px 8px;
}

.introduce-wrapper.max-width-none {
	max-width: none;
}


.introduce-wrapper.max-width-none .introduce-area .word-slogon01 {
	font-size: 3.154em;
	line-height: 1em;
	color: #333333;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.inno-job-information-wrapper {
	margin: 0;
	padding: 0;
}

.inno-job-information-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.inno-job-information-area {
	float: left;
	width: 32%;
	min-height: 400px;
	margin-right: 2%;
	border: 1px solid #cbd7da
}

.inno-job-information-area:last-child {
	margin-right: 0;
}

.inno-job-information-area .image {
	display: block;
	height: 225px;
	line-height: 225px;
	background: #e6eef0;
	text-align: center;
}

.inno-job-information-area .image > img {
	display: inline-block;
	vertical-align: middle;
	width: 96px;
}

.inno-job-information-area .word {
	padding: 35px 25px 0 25px;
	text-align: center;
}

.inno-job-information-area .word p {
	padding-top: 23px;
	color: #55555f;
	font-size: 1.385em;
	line-height: 1.444em;
	background: transparent url(../img/sub06/icon_title_line01.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/sub06/icon_title_line01.gif);
	background: linear-gradient(transparent,transparent),url(../img/sub06/icon_title_line01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 27px 2px;
}

.ol-list01 {
	margin: 0;
	padding: 0;
}

.ol-list01 > li {
	position: relative;
	padding-left: 15px;	
	word-break: keep-all;
}

.ol-list01 > li > .number {
	position: absolute;
	top: 0;
	left: 0;
}

/* 2018.01.17 추가작업 */		
.total-search-wrapper {		
	border: 2px solid #333339;		
}

.total-search-area {
	padding: 25px 25px 40px 25px;
	text-align: center;
}

.total-search-box {
	position: relative;
	max-width: 630px;
	padding: 10px 90px 10px 0;
	margin: 0 auto;
	border-bottom: 2px solid #272727
}

.total-search-box input[type="search"] {
	display: block;
	width: 100%;
	height: 40px;
	color: #565656;
	font-size: 1.538em;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
	border: 0;
	text-indent: 0 !important;
}

.total-search-box input[type="search"]::-webkit-search-cancel-button {
	position: relative;
	right: 0;  
	-webkit-appearance: none;
	height: 21px;
	width: 21px;
	cursor: pointer;

	background: transparent url(/assets/img/btn/btn_search_delete01.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(/assets/img/btn/btn_search_delete01@2x.gif);
	background: linear-gradient(transparent,transparent),url(/assets/img/btn/btn_search_delete01@2x.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 21px 21px;
}

.total-search-box .btn-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 60px;
	padding: 0 10px 0 0;
}

.total-search-box .btn-search > img,
.total-search-box .btn-search > span {
	display: inline-block;
	vertical-align: middle;
}

.total-search-box .btn-search > img {
	width: 24px;
}

.total-search-box .btn-search > span {
	font-size: 1.538em;
	color: #244c85;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.total-search-menu {
	padding: 25px 0;
	background: #f5f5f5;
	border-top: 1px solid #c7c7c7;
	text-align: center;
}


.total-search-menu > ul {
	margin: 0;
	padding: 0;
}

.total-search-menu > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	background: transparent url(/assets/img/icon/icon_bar01.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(/assets/img/icon/icon_bar01@2x.gif);
	background: linear-gradient(transparent,transparent),url(/assets/img/icon/icon_bar01@2x.gif);
	background-repeat: no-repeat ;
	background-position: left center;
	background-size: 1px 15px;
}

.total-search-menu > ul > li:first-child {
	background: transparent;
}

.total-search-menu > ul > li a {
	display: block;
	margin: 0 15px;
	font-size: 1.385em;
	color: #888888;
	width: 94px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #f5f5f5;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.total-search-menu > ul > li a:hover,
.total-search-menu > ul > li a.on {
	border: 1px solid #7a7a7a;
	background: #fff;
	color: #444449
}

.word-total-search-result {
	text-align: center;
	color: #444343;
	font-size: 1.692em;
	line-height: 1.273em;
	padding: 45px 25px 25px 25px;
	margin-bottom: 55px;
	border-bottom: 2px solid #bababa;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}


.word-total-search-result strong {
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.point-color07 {
	color: #009bd8
}

.total-search-result-list-wrapper {
	margin: 0;
	padding: 0;
}

.total-search-result-list-area {
	margin-bottom: 85px;
}

.total-search-result-list-area .title-area {
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}

.total-search-result-list-area .title-area:after {
	content: "";
	clear: both;
	display: block;
}

.total-search-result-list-area .title-area h4 {
	float: left;
	color: #333339;
	font-size: 2.000em;
	line-height: 1em;
	margin-right: 10px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;

}


.total-search-result-list-area .title-area .total {
	float: left;
	margin-top: 5px;
	font-size: 1.385em;
	line-height: 1.111em;
	color: #444449;
}

.total-search-result-list-box {
	display: block;
	border-bottom: 1px solid #dedede
}

.total-search-result-list-box a {
	display: block;
	padding: 30px 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

.total-search-result-list-box a:hover {
	background: #f9f9f9;
}

.total-search-result-list-box a .information-wrapper01 {
	display: block;
	padding-bottom: 20px;
}

.total-search-result-list-box a .information-wrapper01:after {
	content: "";
	clear: both;
	display: block;
}

.total-search-result-list-box a .information-wrapper01 .info01 {
	float: left;
	display: block;
	color: #8c8c8c;
	font-size: 1.385em;
	line-height: 1em;
	margin-right: 10px;
}

.hiring-specialist02 {
	float: left;
}

.hiring-specialist02 > span {
	float: left;
	padding: 0 5px;
	margin-right: 5px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #ff6600;
	color: #ff6600;
	font-size: 0.786em;
	font-family: "돋움", "dotum", 돋움, dotum, sans-serif;
}

.total-search-result-list-box a .title {
	color: #333333;
	font-size: 1.538em;
	line-height: 1.400em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	background: transparent url(/assets/img/bg/bg_bottom_line01.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(/assets/img/bg/bg_bottom_line01@2x.gif);
	background: linear-gradient(transparent,transparent),url(/assets/img/bg/bg_bottom_line01@2x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 1px 1px;
	word-break: keep-all;
}

.total-search-result-list-box a .title .icon-bar01 {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	height: 18px;
	border-right: 1px solid #cacacf
}


.total-search-result-list-box a .subject {
	display: block;
	padding-top: 15px;
	color: #666669;
	font-size: 1.231em;
	line-height: 1.750em;
}

.total-search-result-list-box a .information02 {
	display: block;
	padding-top: 20px;
}

.total-search-result-list-box a .information02:after {
	content: "";
	clear: both;
	display: block;
}

.total-search-result-list-box a .information02 .info {
	float: left;
	color: #666669;
	font-size: 1.154em;
	line-height:1.200em;/* 2018-01-23 추가 */
}

.total-search-result-list-box a .information02 .icon-bar01 {
	float: left;
	margin: 0 8px;
	height: 14px;
	border-left: 1px solid #d9d9dc;
	border-right: 1px solid #ebebed
}

.total-search-result-list-area .btn-result-search-moreview {
	padding-top: 20px;
}

.total-search-result-list-area .btn-result-search-moreview:after {
	content: "";
	clear: both;
	display: block;
}

.total-search-result-list-area .btn-result-search-moreview a {
	float: right;
}

.total-search-result-list-area .btn-result-search-moreview a span, 
.total-search-result-list-area .btn-result-search-moreview a img {
	display: inline-block;
	vertical-align: middle;
}

.total-search-result-list-area .btn-result-search-moreview a span {
	color: #77777f;
	margin-right: 10px;
	font-size: 1.231em;
	line-height: 1em;
}

.total-search-result-list-area .btn-result-search-moreview a img {
	width: 10px;
}


/* 2018.01.18 추가작업 */
.email-information-wrapper {
	margin: 0;
	padding: 0
}
.email-information-area {
	border: 1px solid #c4c4c4;
	border-top: 2px solid #575e6f;
	background: #fbfbfb;
	padding: 55px 80px 80px 80px;
	text-align: center;
}

.email-information-area > img {
	display: block;
	width: 126px;
	margin: 0 auto 55px auto;
}

.email-information-area > dl {
	margin: 0;
	padding: 0;
	word-break: keep-all;
}

.email-information-area > dl > dt {
	display: block;
	color: #214a84;
	font-size: 1.846em;
	line-height: 1.167em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	margin-bottom: 25px;
}

.email-information-area > dl > dd {
	display: block;
	color: #6d6d6d;
	font-size: 1.231em;
	line-height: 1.500em;
}

.policy-wrapper {
	margin: 0;
	padding: 0;
}

.policy-menu-list {
	display: block;
	padding: 40px 35px;
	margin-bottom: 45px;
	border: 1px solid #c2c2c2;
	border-top: 2px solid #575e6f;
}

.policy-menu-list:after {
	content: "";
	clear: both;
	display: block;
}

.policy-menu-list ul {
	float: left;
	width: 49.5%;
}

.policy-menu-list ul:nth-child(even) {
	float: right;
}

.policy-menu-list ul li {
	margin-bottom: 18px;
}

.policy-menu-list ul li:last-child {
	margin-bottom: 0;
}

.policy-menu-list ul li a {
	color: #333333;
	font-size: 1.231em;
	line-height: 1.500em;
	padding-left: 10px;

	background: transparent url(/assets/img/bul/bullet_type02.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/assets/img/bul/bullet_type02@2x.png);
	background: linear-gradient(transparent,transparent),url(/assets/img/bul/bullet_type02@2x.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 3px 3px;
}

.policy-menu-list ul li a:hover,
.policy-menu-list ul li a.on {
	color: #127bcd;
	text-decoration: underline;
}




.policy-area {
	position: relative;
	margin-bottom: 50px;
}

.policy-area h4 {
	padding-bottom: 10px;
	margin-bottom: 35px;

	color: #333339;
	font-size: 20px;
	line-height: 20px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;

	border-bottom: 1px solid #000000;
}

.policy-area .word-top {
	padding-top: 10px;
	text-align: right;
}

.policy-area .word-top a {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.923em;
	line-height: 1em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	color: #214984;
	padding-top: 10px;

	background: transparent url(/assets/img/icon/icon_arrow_up03.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/assets/img/icon/icon_arrow_up03@2x.png);
	background: linear-gradient(transparent,transparent),url(/assets/img/icon/icon_arrow_up03@2x.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 11px 6px;
}

.policy-box {
	border-bottom: 1px solid #dedede;
}

.policy-box .word-type01 {
	color: #333333;
	font-size: 1.231em;
	line-height: 1.750em;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
	margin-bottom: 35px;
	word-break: keep-all;
}

.ol-list02 {
	margin-bottom: 35px;
	word-break: keep-all;
}

.ol-list02 > li {
	position: relative;
	padding-left: 20px;
	color: #313131;
	font-size: 1.231em;
	line-height: 1.750em;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.ol-list02 > li > .number {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -1px;
}

.ol-list02 > li > ol {
	padding: 10px 0;
}

.ol-list02 > li > ol > li {
	position: relative;
	padding-left: 20px;
	color: #313131;
	font-weight: 100;
}

.ol-list02 > li > ol > li > .number {
	position: absolute;
	top: 0;
	left: 0;
}

@media only all and (max-width: 1197px) {
	/* JOB - Bridge 소개 */
	.introduce-wrapper > img {
		right: 0;
		max-width: 450px;
	}

	.introduce-wrapper .introduce-area {
		position: relative;
		z-index: 10;
	}

}


@media only all and (max-width: 1023px) {
	.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 ul > li > a {
		font-size: 1.077em
	}

	.mobile-none {
		display: none !important;
	}

	.mobile-block {
		display: block !important;
	}


	/* JOB - Bridge 소개 */
	.introduce-wrapper {
		max-width: 581px;
		padding: 50px 10px;
		margin: 0 auto;
	}

	.introduce-wrapper > img {
		position: static;
		right: 0;
		max-width: 100%;
	}


	/* 로그인 */
	.login-wrapper {
		max-width: 520px;
		padding: 35px 10px;
	}

	.login-wrapper .title-area {
		margin-bottom: 30px;
	}

	.login-wrapper .title-area p {
		font-size: 1.154em;
		line-height: 1.600em;
	}

	.login-area {
		border: 0;
		padding: 0;
	}

	.login-area > .image {
		display: none;
	}

	.login-area > .login-box {
		float: none;
		width: 100%;
	}

	.login-area > .login-box .login-tabmenu > li > input[type="radio"] + label {
		text-align: center;
	}

	.login-area > .login-box .login-form {
		position: relative;
		padding-right: 0;
	}

	.login-area > .login-box .login-form > div {
		padding-left: 45px;
		height: 45px;
		border: 1px solid #cccccc;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.login-area > .login-box .login-form > div > input {
		height: 43px;
	}

	.login-area > .login-box .login-form > .id {
		background: transparent url(../img/member/icon_id.png);
		background: -webkit-linear-gradient(transparent,transparent),url(../img/member/icon_id@2x.png);
		background: linear-gradient(transparent,transparent),url(../img/member/icon_id@2x.png);
		background-repeat: no-repeat;
		background-position: 20px center;
		background-size: 16px 18px;
	}

		.login-area > .login-box .login-form > .password {
		background: transparent url(../img/member/icon_password.png);
		background: -webkit-linear-gradient(transparent,transparent),url(../img/member/icon_password@2x.png);
		background: linear-gradient(transparent,transparent),url(../img/member/icon_password@2x.png);
		background-repeat: no-repeat;
		background-position: 20px center;
		background-size: 16px 18px;
	}

	.login-area > .login-box .login-form > input[type="submit"] {
		position: static;
		display: block;
		width: 100%;
		height: 45px;
		font-size: 1.385em;
	}


	.login-area > .login-box .save-id {
		padding-top: 20px;
	}


	.login-area > .login-box .members-menu-list {
		margin-top: 25px;
		padding-top: 20px;
	}

	.login-area > .login-box .members-menu-list > a {
		font-size: 1em;
	}

	.login-area > .login-box .members-menu-list > .icon-bar01 {
		margin: 0 10px;
	}

	.mobile-tabmenu {
		margin-bottom: 30px;
	}

	.mobile-tabmenu:after {
		content: "";
		clear: both;
		display: block;
	}

	.mobile-tabmenu > li {
		float: left;
		width: 50%;
	}

	.mobile-tabmenu > li > a {
		display: block;
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
		color: #666666;
		font-size: 1.385em;
		font-family: "notoKrM", notoKrM, sans-serif;
		font-weight: 500;

		border: 1px solid #cccccc;
		border-bottom: 2px solid #01307c
	}

	.mobile-tabmenu > li > a.on {
		height: 50px;
		line-height: 48px;
		background: #fff;
		border: 2px solid #002f7b;
		border-bottom: 2px solid #fff;
		color: #01307c;
	}
	/*
	.find-id-password-wrapper {
		margin-bottom: 20px;
	}
	*/

	.find-id-password-area {
		display: none !important;
		float: none;
		width: 100%;
		border: 0;
	}

	.find-id-password-area.on {
		display: block !important;
	}

	.find-id-password-area > h4 {
		display: none;
	}

	.find-id-password-box {
		padding: 0;
	}


	.input-radio-certification-wrapper {
		padding-left: 0;
	}


	.find-id-password-box > dl {
		padding-left: 0;
	}


	.find-id-password-box > dl dt {
		display: none;
	}

	.find-id-password-box > dl  dd {
		margin: 0;
		padding: 0;
	}


	.notice-box {
		position: relative;
		margin-top: 25px;
		padding: 20px 20px 20px 40px;
		background: #f7f7f7;
		border: 1px solid #d0d0d0;
		text-align: left;
	}

	.notice-box > img {
		position: absolute;
		top: 20px;
		left: 15px;
		display: block;
		width: 20px;
	}

	.notice-box > ul {
		margin: 0;
		padding: 0;
	}

	.notice-box > ul > li {
		font-size: 1em;
		line-height: 1.385em;
		margin-bottom: 10px;
	}



	/* 주기적인 비밀번호 변경 */
	.change-password-wrapper {
		max-width: auto;
		border: 0;
		padding: 45px 0 0 0;
		margin: 30px auto 0 auto;
	}

	.change-password-wrapper .word-slogon-wrapper {
		padding-bottom: 25px;

	}

	.change-password-wrapper .word-slogon-wrapper > h4 {
		padding-left: 180px;
		color: #333333;
		font-family: "notoKrB", notoKrB, sans-serif;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.change-password-wrapper .word-slogon-wrapper > h4 .mobile-br {
		display: block;
	}

	.change-password-wrapper .word-slogon-wrapper > p {
		color: #717171;
		font-size: 1.385em;
		line-height: 1.556em;
		font-family: "notoKrL", notoKrL, sans-serif;
		font-weight: 100;
	}

	.change-password-area {
		position: static;
		padding: 60px 70px 60px 70px;
	}

	.change-password-area > img {
		top: 0;
		left: 20px;
		width: 135px;
	}


	.input-radio-wrapper03 .input-radio-area {
		float: none;
		width: 100%;
	}


	.find-id-password-wrapper {
		max-width: 600px;
		margin: 0 auto;
		padding: 35px 10px 0 10px;
	}

	.find-id-password-wrapper .title-area {
		margin-bottom: 30px
	}

	.find-id-password-wrapper .title-area p {
		font-size: 1.154em;
		line-height: 1.600em;
	}

	.tabmenu02 {
		margin-bottom: 20px;
	}

	
	.tabmenu02 li > a,
	.tabmenu02 li > input[type="radio"] + label {
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 1.154em;
	}


	.tabmenu-certification > li > input[type="radio"] {
		display: none;
	}

	.tabmenu-certification > li > input[type="radio"] + label {
		height: 49px;
		line-height: 45px;
		font-size: 1.154em;
	}

	.tabmenu-certification > li > input[type="radio"]:checked + label {
		line-height: 42px;
	}

	.certification-wrapper {
		border: 3px solid #002f7b;
		border-top: 0;
		padding: 5%;
	}

	.certification-wrapper:after {
		content: "";
		clear: both;
		display: block;
	}


	.certification-box {
		position: relative;
		min-height: auto;
		text-align: left;
		padding: 10px;
		text-align: center;
	}

	.certification-box > img {
		position: static;
		display: block;
		width: 85px;
		margin :0 auto 20px auto;
	}

	.certification-box > h4 {
		padding: 0 0 10px 0;
		font-size: 1.385em;
	}


	.certification-box > p {
		font-size: 1em;
		line-height: 1.154em;
		min-height: 3.462em;
	}

	.certification-box > a {
		height: 40px;
		line-height: 40px;
		font-size: 1.077em;
	}

	.introduce-wrapper.max-width-none {
		padding-top: 20px;
	}
	
	.introduce-wrapper.max-width-none .introduce-area .word-slogon01 {
		margin-bottom: 20px;
	}

	.inno-job-information-area .word {
		padding: 25px 20px 0 20px;
		text-align: center;
	}

	.inno-job-information-area .word p {
		word-break: keep-all;
	}
	
	.total-search-result-list-box a.period .mobile-none {
		display: inline !important;
	}
}






@media only all and (max-width: 767px) {
	.title0401 {
		margin-bottom: 10px;
		font-size: 1.154em;
	}

	.title0402 {
		clear: both;	
		display: block;
		margin-bottom: 25px;
		color: #212121;
		font-size: 1.385em;
		line-height: 1em;
		font-family: "notoKrM", notoKrM, sans-serif;
		font-weight: 500;
	}



	.total-area {
		padding: 20px 10px 0;
	}
	.total-area .total {
		float: none;
		height: auto;
		line-height: 1em;
		margin-bottom: 10px;
	}

	.total-area .total > strong {
		color: #cc0000;
		font-family: "notoKrB", notoKrB, sans-serif;
		font-weight: 700;
	}

	.total-area .sort-area {
		float: none;
	}

	.total-area .sort-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.total-area .sort-area select {
		min-width: 34%;
		margin-right: 1%;
	}

	.total-area .sort-area .btn-sort-view {
		width: 30%;
	}




	.detail-search-wrapper {
		border: 0;
		margin-bottom: 25px;

	}
	
	.detail-search-wrapper .detail-search-result-title {
		padding: 0 10px;
	}

	.detail-search-wrapper .detail-search-result-title h4 {
		padding: 20px 0 10px 0;
		border-bottom: 1px solid #abb5c8
	}

	.detail-search-wrapper .detail-search-result-title h4 > img {
		width: 17px;
		margin-right: 5px;
	}

	.detail-search-wrapper .detail-search-result-title h4 > span {
		font-size: 1.231em;
		line-height: 1em;
	}

	.detail-search-area {
		padding: 20px 10px;
	}

	.detail-search-area:last-child {
		border-bottom: 1px solid #e7e7e9;
	}

	.detail-search-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.detail-search-area > dl {
		position: relative;
		padding-left: 0;
		margin-bottom: 15px;
	}

	.detail-search-area > dl:last-child {
		margin-bottom: 0;
	}

	.detail-search-area > dl > dt {
		float: none;
		margin-left: 0;
		margin-bottom: 5px;
		font-size: 1em;
		line-height: 1em;
		height: auto;
	}

	.detail-search-area > dl > dd {
		font-size: 1em;
	}

	.detail-search-area > dl > dd:after {
		content: "";
		clear: both;
		display: block;
	}

	.detail-search-area > dl > dd input[type="search"] {
		height: 30px;
	}


	.detail-search-area > dl > dd .detail-selected-wrapper {
		margin: 0;
		padding: 0;
	}

	.detail-search-area > dl > dd .detail-selected-wrapper select {
		width: 49%;
	}

	.detail-search-area > dl > dd .detail-selected-wrapper select:nth-child(even) {
		float: right;
	}

	.detail-search-area > dl > dd select {
		height: 30px;
	}

	.detail-search-area > dl > dd .input-radio-wrapper01 {
		float: left;
		width: 25%;
		max-width: none;
	}

	.detail-search-area > dl > dd .input-radio-wrapper01.type02 {
		max-width: none;
		width: 33.33%;
	}

	.detail-search-area > dl > dd .input-radio-wrapper01 input[type="radio"] {
		line-height: 30px;
	}
	.detail-search-area > dl > dd .input-radio-wrapper01 label {
		line-height: 30px;
	}

	.detail-search-area > dl > dd .input-pay-wrapper,
	.detail-search-area > dl > dd .input-pay-wrapper.type02 {
		float: left;
		width: 85%;
	}

	.detail-search-area > dl > dd .input-pay-wrapper .input-pay-area {
		height: 30px;
	}


	.detail-search-area > dl > dd .input-pay-wrapper .input-pay-area > input[type="number"] {
		height: 30px;
		width: 70%;
	}

	.detail-search-area > dl > dd .input-pay-wrapper .input-pay-area > span {
		width: 30%;
		height: 30px;
		line-height: 30px;
	}

	.detail-search-area > dl > dd .input-pay-wrapper .word-unit {
		height: 30px;
		line-height: 30px;
	}

	.detail-search-area > dl > dd .input-checkbox-wrapper {
		width: 15%;
		height: 30px;
		line-height: 30px;
		margin-left: 0;
		text-align: right;
	}

	.detail-search-area .detail-search-box {
		float: none;
		display: block;
		width: 100%;
		padding: 20px 10px;
		border-bottom: 1px solid #e7e7e9;
	}

	.detail-search-area .detail-search-box:last-child {
		border-left: 0;
		border-bottom: 0;
	}

	.detail-search-area .detail-search-box > dl {
		position: relative;
	}

	.detail-search-area .detail-search-box > dl > dt {
		display: block;
		font-size: 1em;
		height: auto;
		line-height: 1em;
		margin-bottom: 20px;
	}

	.detail-search-area .detail-search-box > dl > dd {
		font-size: 1em;
	}

	.detail-search-area dl dd .word-result {
		height: 30px;
		line-height: 30px;
		font-size: 1em;
	}

	.detail-search-wrapper02 {
		border: 0;
		margin-top: 10px;
		border-top: 1px solid #e5e5e7;
	}

	.detail-search-wrapper02 .detail-search-area02 > h4 {
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
		color: #363636;
		font-size: 1.154em;
	}

	.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 {
		padding: 15px 10px;
		border-bottom: 1px solid #e5e5e7;
	}
	.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 ul {
		background: transparent;
	}

	.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 ul > li {
		float: left;
		width: 49%;
		padding: 8px 0;
	}

	.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 ul > li:nth-child(even) {
		float: right;
	}

	.detail-search-wrapper02 .detail-search-area02 .detail-search-box02 ul > li > a {
		font-size: 1em
	}




	.information-wrapper {
		border: 2px solid #0b4ca6;
		margin: 10px 0 10px 0;
	}

	.information-wrapper > .title-area {
		padding: 20px 15px 20px 15px;
	}

	.information-wrapper > .title-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.information-wrapper > .title-area .left {
		float: none;
	}


	.information-wrapper > .title-area .left dt {
		font-size: 1.154em;
	}

	.information-wrapper > .title-area .left dd {
		font-size: 1.385em;
		line-height: 1.556em;
	}

	.information-wrapper > .title-area .right {
		clear: both;
		float: none;
		text-align: left !important;
		padding-right: 0;
		margin-right: 0;
	}

	.information-wrapper > .title-area .right dt {
		display: inline-block;
		vertical-align: middle;
		color: #252525;
		font-size: 1em;
		line-height: 1em;
		margin-bottom: 0;
		margin-right: 5px;
	}

	.information-wrapper > .title-area .right dd {
		display: inline-block;
		vertical-align: middle;
		font-size: 1em;
		line-height: 1em;
		letter-spacing: 0;
	}

	.terms-wrapper {
		padding: 0;
	}


	.terms-area,
	.terms-area:nth-child(even) {
		float: none;
		width: 100%;
		padding: 20px 10px 10px 10px;
		border-bottom: 1px solid #a1a1a2;
		margin-bottom: -1px;
	}


	.dl-information02 {
		position: relative;
		margin-bottom: 10px;
		padding-left: 120px;
		font-size: 1.154em;
		line-height: 1.200em;
		font-family: "notoKrL", notoKrL, sans-serif;
		font-weight: 100;
	}

	.dl-information02:after {
		content: "";
		clear: both;
		display: block;
	}

	.dl-information02 dt {
		float: left;
		margin-left: -120px;
		color: #212121
	}	

	.dl-information02 dt:before {
		content: "·";
		font-weight: bold;
	}

	.dl-information02 dd {
		color: #666666
	}



	.terms-wrapper02 {
		padding: 20px 10px;

	}

	.terms-wrapper02 .title-area {
		margin-bottom: 18px;
		overflow: hidden;
	}

	.terms-area02 {
		position: relative;
		padding-right: 0;
	}

	.terms-area02 .company-image {
		position: relative;
		display: block;
		width: auto;
		height: auto;
		padding: 20px;
		margin: 0 auto 15px auto;
	}

	.terms-area02 .company-image img {
		position: static;
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}

	.half-box {
		float: none;
		width: 100%;
	}

	.company-information02-wrapper {
		padding-top: 25px
	}

	.company-information02-wrapper.type02 {
		padding-top: 0;
	}

	.company-information02-area {
		margin-bottom: 25px;
	}

	.company-information02-area:last-child {
		margin-bottom: 0;
	}

	.company-image-information {
		padding: 20px 10px;
	}

	.company-information02-box > .word-type01 {
		padding: 10px;
		font-size: 1.154em;
		line-height: 1.200em;
	}


	.company-information02-box > dl,
	.company-information02-box .half-box > dl,
	.company-information02-box .one-box > dl {
		padding-left: 120px;
		font-size: 1.154em;
		line-height: 1.200em;
	}


	.company-information02-box > dl > dt,
	.company-information02-box .half-box > dl > dt,
	.company-information02-box .one-box > dl > dt {
		margin-left: -120px;
		padding: 10px;
	}

	.company-information02-box > dl > dd,
	.company-information02-box .half-box > dl > dd,
	.company-information02-box .one-box > dl > dd {
		padding: 10px;
	}


	.table-type01 {
		position: relative;
	}

	.table-type01 table {
		border-collapse: collapse; 
		border: 1px solid #dbdbdb;
		border-top: 2px solid #214a84;
	}

	.table-type01 table thead th,
	.table-type01 table tbody th {
		padding: 10px;
		font-size: 1.154em;
		line-height: 1.200em;
	}

	.table-type01 table tbody td {
		padding: 10px;
		font-size: 1.154em;
		line-height: 1.200em;
	}

	.company-information02-box .welfare-information {
		padding: 20px 10px;
	}


	.company-information02-box .welfare-information > dl {
		position: relative;
		overflow: hidden;
		padding-left: 100px;
		margin-bottom: 10px;
		font-size: 1.154em;
		line-height: 1.200em;
	}

	.company-information02-box .welfare-information > dl > dt {
		margin-left: -100px;
	}	

	.self-introduction-wrapper {
		padding-bottom: 25px;
	}

	.self-introduction-area {
		border: 1px solid #dbdbdb;
		border-top: 2px solid #214a84;
		margin-bottom: 15px;
		text-align: center;
	}

	.self-introduction-area > h5 {
		font-size: 1.154em;
		line-height: 1.600em;
		padding: 25px 10px;
	}

	.self-introduction-area .btns {
		padding: 25px 0;
	}

	.self-introduction-area .btns > a {
		width: 120px;
		font-size: 1em
	}

	.self-introduction-area02 {
		font-size: 1em;
		line-height: 1.750em;
		padding: 25px 10px;
		margin-bottom: 20px;
	}

	.ul-list01 {
		font-size: 1em;
		line-height: 1.750em;
	}

	



	.report-user-information-wrapper {
		margin-bottom: 20px;
	}

	.report-user-information-wrapper > h4 {
		padding: 10px 15px;
		background: #494949;
		margin-bottom: 13px;
		color: #ffffff;
		font-size: 1.154em;
		line-height: 1.600em;
		letter-spacing: 0;
	}

	.report-user-information-area {
		position: relative;
		padding-left: 135px;
		min-height: 170px;
		border: 0;
		border-bottom: 1px solid #f5f5f5;
	}

	.report-user-information-area:after {
		content: "";
		clear: both;
	}

	.report-user-information-area .image {
		float: left;
		margin-left: -135px;
		width: 114px;
		text-align: center;
		padding: 0;
	}

	.report-user-information-area .image > img {
		display: inline-block;
		vertical-align: middle;
		width: 114px;
	}

	.report-user-information-area .report-user-information-box {
		border-left: 0;
		background: 0;
	}

	.report-user-information-area .report-user-information-box dl {
		position: relative;
		padding-left: 0;
		border-bottom: 0;
	}

	.report-user-information-area .report-user-information-box dl:last-child {
		border-bottom: 0;
	}

	.report-user-information-area .report-user-information-box dl dt {
		display: none;
	}

	.report-user-information-area .report-user-information-box dl dd {
		padding: 0 0 10px 0;
		background: #fff;
		border-left: 0;
		color: #555555;
		font-size: 1em;
		line-height: 1.385em
	}

	.report-user-information-area .report-user-information-box .report-user-informattion-info {
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
		overflow: hidden;
	}

	.report-user-information-area .report-user-information-box .report-user-informattion-info dl {
		float: left;
		font-size: 1.154em
	}

	.report-user-information-area .report-user-information-box .report-user-informattion-info dl  dd {
		padding: 0;
	}
	.report-user-information-area .report-user-information-box .report-user-informattion-info dl  dd .mobile-bold {
		font-family: "notoKrB", notoKrB, sans-serif;
		font-weight: 700; 
		color: #2a2a2a
	}

	.half-box:nth-child(odd) {
		border-right: 0
	}


	/* tabmenu */
	.tabmenu li > a {
		display: block;
		height: 42px;
		line-height: 42px;
		font-size: 1em;
	}

	.mobile-none02 {
		display: none !important;
	}


	/* JOB - Bridge 소개 */
	.introduce-wrapper {
		position: relative;
		margin-top: 0;
	}

	.introduce-wrapper .introduce-area .word-slogon01 {
		margin-bottom: 20px;
		padding-right: 30%;
	}

	.introduce-wrapper .introduce-area .word-slogon01 > img {
		width: 100%;
	}

	.introduce-wrapper .introduce-area .word-slogon02 {
		margin-bottom: 25px;
		font-size: 1.231em;
		line-height: 1.500em
	}

	.introduce-wrapper .introduce-area .word-slogon03 {
		color: #666666;
		font-size: 1em;
		line-height: 1.385em;
		margin-bottom: 20px;
	}

	.introduce-wrapper .span-br {
		display: inline;
	}


	.login-wrapper .title-area p {
		font-size: 1em;
		line-height: 1.385em;
	}

	.login-wrapper .title-area p .span-br {
		display: inline;
	}


	/* 주기적인 비밀번호 변경 */
	.change-password-wrapper {
		max-width: auto;
		border: 0;
		padding: 25px 0 0 0;
		margin: 35px auto;
	}

	.change-password-wrapper .word-slogon-wrapper {
		padding-bottom: 40px;

	}

	.change-password-wrapper .word-slogon-wrapper > h4 {
		padding-left: 150px;
		font-size: 1.615em;
		line-height: 1.286em;
		margin-bottom: 20px;
	}

	.change-password-wrapper .word-slogon-wrapper > p {
		font-size: 1.231em;
		line-height: 1.375em;
		word-break: keep-all;
	}

	.change-password-wrapper .word-slogon-wrapper > p .span-br {
		display: inline;
	}

	.change-password-area {
		position: static;
		padding: 0 0 15px 0;
		border-top: 0;
	}

	.change-password-area > img {
		top: 0;
		left: 25px;
		width: 100px;
	}

	.change-password-box dl {
		padding-left: 0;
		margin-bottom: 5px;
		height: 50px;
		line-height: 50px;
	}


	.change-password-box dl dt {
		display: none;
	}


	.change-password-box dl dd input[type="password"] {
		display: block;
		width: 100%;
		height: 50px;
		background: #f6f6f6;
		color: #9c9c9c;
		font-size: 1.231em
	}

	/* 회원가입 전 */
	.choise-join-wrapper {
		max-width: 640px;
		padding: 45px 20px 0 20px;
	}

	.choise-join-wrapper .title-area {
		margin-bottom: 40px;
	}

	.choise-join-wrapper .title-area p {
		font-size: 1.154em;
		line-height: 1.200em;
	}

	.choise-join-wrapper .title-area p .span-br {
		display: inline;
	}

	.choise-join-wrapper .choise-join-area {
		position: relative;
		float: none;
		width: 100%;
		padding: 35px 35px 35px 190px;
		margin-bottom: 15px;
		text-align: left;
		background: #ebbc00;
		border-radius: 5px;
	}

	.choise-join-wrapper .choise-join-area.type02 {
		float: none;
		background: #2279d7
	}


	.choise-join-wrapper .choise-join-area > img {
		position: absolute;
		top: 50%;
		left: 25px;
		display:block;
		max-width: 130px;
		width: 100%;
		margin-top: -48px;
	}

	.choise-join-wrapper .choise-join-area .choise-join-box {
		width: 100%;
		padding: 0;
		background: transparent;
		text-align: left;
		border-radius: 0;
	}

	.choise-join-wrapper .choise-join-area .choise-join-box > h4 {
		font-size: 1.692em;
		line-height: 1em;
		height: auto;
		margin-bottom: 15px;
		background: transparent;
	}

	.choise-join-wrapper .choise-join-area .choise-join-box > p {
		font-size: 1.231em;
		line-height: 1.375em;
		margin-bottom: 10px;
	}

	.choise-join-wrapper .choise-join-area .choise-join-box > p .span-br {
		display: inline;
	}

	.choise-join-wrapper .choise-join-area .choise-join-box > a {
		max-width: 220px;
		height: 35px;
		line-height: 35px;
		font-size: 1.154em;
	}







	/* 회원가입 */
	.form-join {
		max-width: none;
		padding: 0;
		margin: 0;
	}

	.form-join-wrapper {
		margin: 0;
		padding: 0;
	}

	.form-join-wrapper > h4 {
		display: none;
	}

	.form-join-area {
		padding: 25px 10px;
	}



	.input-checkbox {
		width: 17px;
		height: 17px;
	}

	.input-checkbox input[type="checkbox"] + label {
		width: 17px;
		height: 17px;
		background-size: 17px 17px;
	}


	.input-checkbox input[type="checkbox"]:checked + label {
		background-size: 17px 17px;	
	}

	.total-agreement {
		position: relative;
		padding-left: 25px;
		margin-bottom: 20px;
	}

	.total-agreement .input-checkbox input[type="checkbox"] + label {
		width: 17px;
		height: 17px;
		background-size: 17px 17px;
	}

	.total-agreement .input-checkbox input[type="checkbox"]:checked + label {
		background-size: 17px 17px;
	}

	.total-agreement > label {
		font-size: 1.154em;
		line-height: 1.200em;
	}


	.form-agreement-area .title-area .left {
		position: relative;
		float: left;
		padding-left: 25px;
	}

	.form-agreement-area .title-area .left > .input-checkbox {
		position: absolute;
		top: 0;
		left: 0;
	}

	.form-agreement-area .title-area .left > label {
		margin-left: 5px;
		font-size:1em;
	}


	.form-agreement-area .title-area .right {
		font-size: 1em;
		color: #214984;
	}

	.form-agreement-area .form-agreement-box {
		margin: 0;
	}

	.btns-certification-wrapper {
		padding-bottom: 0;
	}

	.btns-certification-wrapper .btns-certification-area {
		width: 49%;
	}

	.btns-certification-wrapper .btns-certification-area a {
		position: relative;
		display: block;
		padding: 15px;
		text-align: center;
	}

	.btns-certification-wrapper .btns-certification-area a .title {
		font-size: 1.154em;
	}

	.btns-certification-wrapper .btns-certification-area a .submit {
		display: block;
		max-width: 180px;
		color: #666666;
		font-size: 1em;
		line-height: 1.231em;
		word-break: keep-all;
		margin: 0 auto;
	}

	.btns-certification-wrapper .btns-certification-area a .image {
		position: static;
		width: auto;
		height: auto;
		background: #fff;
		margin-bottom: 15px;
	}

	.btns-certification-wrapper .btns-certification-area a .image > img {
		position: static;
		display: block;
		width: 85px;
		height: 71px;
		margin: 0 auto;
	}

	.form-area {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.form-box > dl {
		position: relative;
		padding-left: 0;
		margin-bottom: 25px;
	}


	.form-box > dl > dt {
		float: none;
		margin-left: 0;
		padding: 0 0 10px 0;
		font-size: 1.077em;
		line-height: 1em;
	}

	.form-box > dl > dd {
		display: block;
		width: 100%;
		font-size: 1.154em;
	}


	.form-box > dl > dd input[type="text"],
	.form-box > dl > dd input[type="password"] {
		min-width: auto;
		width: 100%;
		background: #f7f7f7
	}

	.form-box > dl > dd select,
	.form-box > dl > dd input[type="tel"] {
		background-color: #f7f7f7
	}

	.input-birthday-wrapper,
	.input-email-wrapper,
	.input-phone-wrapper {
		display: block;
		max-width: none;
	}

	.input-radio-wrapper .input-radio-area {
		width: 50%;
	}

	.input-address-wrapper input[type="text"] {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}

	.input-address-wrapper input[type="text"]:last-child {
		margin-bottom: 0;
	}

	.phone-wrapper > dt {
		font-size: 0.867em
	}

	.input-money-wrapper {
		position: relative;
		max-width: none;
		padding-right: 55px;
	}

	.input-money-wrapper > span {
		position: absolute;
		top: 0;
		right: 0;
		height: 35px;
		line-height: 35px;
	}

	.input-money-wrapper input[type="number"] {
		width: 100%;
		background: #f7f7f7
	}

	.input-selected-add-wrapper select {
		width: 100%;
	}

	.input-selected-add-wrapper select.depth2 {
		width: 49.5%;
	}

	.input-selected-add-wrapper select.depth2:nth-child(even) {
		float: right;
	}

	.input-radio-wrapper03 .input-radio-area {
		font-size: 0.846em;
		padding: 5px 0;
	}


	.input-checkbox-depth3-wrapper {
		margin-bottom: 10px;
	}

	.input-checkbox-depth3-wrapper:after {
		content: "";
		clear: both;
		display: block;
	}

	.input-checkbox-depth3-wrapper > span {
		display: block;
		margin-bottom: 5px;
		font-size: 0.846em;
	}

	.input-checkbox-depth3-wrapper .input-checkbox-depth3-area {
		float: left;
		width: 50%;
		margin-left: 0;
		padding-top: 5px;
	}

	.input-checkbox-depth3-wrapper .input-checkbox-depth3-area label {
		font-size: 0.846em;
	}


	.layerpopup-submit-wrapper {
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: none;
		padding: 0;
		margin-left: 0;
		margin-bottom: 61px;
	}





	/* 결과 */
	.complete-result-wrapper {
		padding: 35px 10px 0 10px;
	}

	.complete-result-area {
		padding: 45px 35px;
	}

	.complete-result-area > img {
		width: 100px;
	}

	.complete-result-area > h4 {
		color: #333333;
		font-size: 1.692em;
		margin-bottom: 15px;
	}

	.complete-result-area > .word-result {
		padding: 20px;
		font-size: 1.385em;
		line-height: 1.333em
	}


	.introduce-wrapper.max-width-none .introduce-area .word-slogon01 {
		padding: 0;
		font-size: 2.154em;
		margin-bottom: 15px;
	}

	.inno-job-information-area {
		position: relative;
		float: none;
		width: 100%;
		min-height: 120px;
		padding-left: 155px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.inno-job-information-area:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.inno-job-information-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.inno-job-information-area .image {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 135px;
		height: 100%;
		line-height: auto;
	}

	.inno-job-information-area .image > img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 55px;
		margin-left: -28px;
		margin-top: -32px;
	}

	.inno-job-information-area .word {
		padding: 35px 25px;
		text-align: left;
	}

	.inno-job-information-area .word p {
		padding-top: 10px;
		font-size: 1.154em;
		line-height: 1.600em;
		background-position: left top;
	}
	
	/* 2018.01.17 추가작업 */
	.total-search-wrapper {
		border: 0;
		padding: 10px;
	}

	.total-search-area {
		padding: 15px 15px 20px 15px;
		text-align: center;
		border: 2px solid #333339;
		border-bottom: 0;
	}

	.total-search-box {
		position: relative;
		padding: 0 65px 0 0;
	}

	.total-search-box input[type="search"] {
		height: 40px;
		font-size: 1.154em;
	}

	.total-search-box .btn-search {
		width: 65px;
		height: 40px;
	}

	.total-search-box .btn-search > img {
		width: 18px;
	}

	.total-search-box .btn-search > span {
		font-size: 1.154em;
	}

	.total-search-menu {
		padding: 10px 0;
		border: 2px solid #333339;
		border-top: 1px solid #c7c7c7;
	}

	.total-search-menu > ul > li {
		margin-right: -2px;
		background-size: 1px 12px;
	}

	.total-search-menu > ul > li a {
		margin: 0 10px;
		padding: 0 5px;
		font-size: 1.154em;
		width: auto;
		height: 30px;
		line-height: 30px;
	}


	.word-total-search-result {
		width: calc(100% - 20px);
		text-align: center;
		color: #444343;
		font-size: 1.231em;
		line-height: 1.250em;
		padding: 10px 10px 20px 10px;
		margin: 0 auto 35px auto;
	}

	.total-search-result-list-area {
		margin-bottom: 35px;
		background: #e9ecf1
	}

	.total-search-result-list-area .title-area {
		padding: 0 10px 10px 10px;
		background: #fff;
		margin-bottom: -5px;
	}
	.total-search-result-list-area .title-area h4 {
		font-size: 1.308em;
		margin-right: 5px;
	}


	.total-search-result-list-area .title-area .total {
		margin-top: 3px;
		font-size: 0.923em;
		line-height: 1em;
		color: #444449;
	}

	.total-search-result-list-box {
		border-top: 1px solid #c8cbd2;
		border-bottom: 1px solid #c8cbd2;
		background: #fff;
		margin-top: 5px;
	}

	.total-search-result-list-box:first-child {
		margin-top: 0;
	}

	.total-search-result-list-box a {
		padding: 25px 10px;
	}
	
	.total-search-result-list-box a.period {
		position: relative;
		padding: 25px 70px 25px 10px;
	}

	.total-search-result-list-box a .information-wrapper01 {
		padding-bottom: 10px;
	}

	.total-search-result-list-box a .information-wrapper01 .info01 {
		font-size: 1em;
		line-height: 1em;
		margin-right: 5px;
	}


	.hiring-specialist02 {
		clear: both;
		float: none;
		width: 100%;
		display: block;
		padding-top: 10px;
	}

	.hiring-specialist02:after {
		content: "";
		clear: both;
		display: block;
	}

	.hiring-specialist02 > span {
		float: left;
		padding: 0 5px;
		margin-right: 5px;
		height: 18px;
		line-height: 18px;
		border: 1px solid #ff6600;
		color: #ff6600;
		font-size: 0.786em;
		font-family: "돋움", "dotum", 돋움, dotum, sans-serif;
	}


	.total-search-result-list-box a .title {
		color: #333333;
		font-size: 1.154em;
		line-height: 1.600em;
	}

	.total-search-result-list-box a .title .icon-bar01 {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
		height: 14px;
		border-right: 1px solid #cacacf
	}


	.total-search-result-list-box a .subject {
		padding-top: 10px;
		font-size: 1em;
		line-height: 1.385em;
	}

	.total-search-result-list-box a .information02 {
		display: block;
		padding-top: 10px;
	}

	.total-search-result-list-box a .information02 .info {
		font-size: 0.923em;
		line-height: 1.250em;
	}

	.total-search-result-list-box a .information02 .icon-bar01 {
		margin: 3px 5px 0 5px;
		height: 11px;
	}

	.total-search-result-list-area .btn-result-search-moreview {
		padding: 10px;
		background: #fff;
		text-align: center;
	}

	
	.total-search-result-list-area .btn-result-search-moreview a {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.total-search-result-list-area .btn-result-search-moreview a span {
		margin-right: 5px;
		font-size: 1em;
	}
	
	.total-search-result-list-box a.period .mobile-period {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		color: #ff6600;
		font-size: 1em;
		margin-top: -6px;
		font-family: "notoKrB", notoKrB, sans-serif;
		font-weight: 500;
	}


	/* 2018.01.18 추가작업 */
	.email-information-wrapper {
		padding: 25px 10px;
	}
	.email-information-area {
		padding: 25px 40px 40px 40px;
	}

	.email-information-area > dl > dt {
		font-size: 1.385em;
		line-height: 1.333em;
		margin-bottom: 15px;
	}

	.email-information-area > dl > dd {
		display: block;
		color: #6d6d6d;
		font-size: 	1.154em;
		line-height: 1.429em;
	}

	.policy-wrapper {
		padding: 20px 10px;
	}

	.policy-menu-list {
		padding: 25px 25px 15px 25px;
		margin-bottom: 25px;
	}

	.policy-menu-list ul {
		float: none !important;
		width: 100%;
	}

	.policy-menu-list ul li {
		margin-bottom: 10px;
	}

	.policy-menu-list ul li:last-child {
		margin-bottom: 10px;
	}

	.policy-menu-list ul li a {
		color: #333333;
		font-size: 	1.077em;
		line-height: 1.429em;
	}

	.policy-area {
		margin-bottom: 30px;
	}

	.policy-area h4 {
		padding-right:  60px;
		padding-bottom: 10px;
		margin-bottom: 20px;

		font-size: 1.154em;
		line-height: 1em;
	}

	.policy-box .word-type01 {
		font-size: 1em;
		line-height: 1.385em;
		margin-bottom: 20px;
	}

	.ol-list02 {
		margin-bottom: 20px;
	}

	.ol-list02 > li {
		font-size: 1em;
		line-height: 1.385em;
	}

	.policy-area .word-top {
		position: absolute;
		padding-top: 0;
		top: 0;
		right: 0;
	}

	.policy-area .word-top a {
		display: inline-block;
		vertical-align: middle;
		font-size: 0.923em;
		line-height: 1em;
		font-family: "notoKrM", notoKrM, sans-serif;
		font-weight: 500;
		color: #214984;
		padding-top: 0;
		padding-right: 15px;

		background: transparent url(/assets/img/icon/icon_arrow_up03.png);
		background: -webkit-linear-gradient(transparent,transparent),url(/assets/img/icon/icon_arrow_up03@2x.png);
		background: linear-gradient(transparent,transparent),url(/assets/img/icon/icon_arrow_up03@2x.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 11px 6px;
	}
}


@media only all and (max-width: 500px) {
	.detail-search-area > dl > dd .input-pay-wrapper .input-pay-area > input[type="number"] {
		width: 60%;
	}

	.detail-search-area > dl > dd .input-pay-wrapper .input-pay-area > span {
		width: 40%;
	}


	.find-id-password-box > dl dd .input-email-wrapper02 .input-email-area02 {
		float: left;
		width: 100%;
	}


	.find-id-password-box > dl dd .input-email-wrapper02 select {
		float: none;
		clear: both;
		margin-top: 10px;
		width: 100%;
		height: 44px;
	}


	.change-password-wrapper {
		margin-bottom: 10px;
	}

	.change-password-wrapper .word-slogon-wrapper {
		padding-bottom: 20px;
	}

	.change-password-wrapper .word-slogon-wrapper > h4 {
		padding-left: 100px;
		font-size: 1.231em;
		line-height: 1.375em;
	}

	.change-password-wrapper .word-slogon-wrapper > h4 .mobile-br {
		display:inline;
	}

	.change-password-wrapper .word-slogon-wrapper > p {
		font-size: 1em;
		line-height: 1.385em
	}

	

	.change-password-area > img {
		left: 15px;
		width: 75px;
	}
	
	.change-password-box dl,
	.change-password-box dl dd {
		height: auto;
	}

	.change-password-box dl dd input[type="password"] {
		display: block;
		width: 100%;
		height: 40px;
		background: #f6f6f6;
		color: #9c9c9c;
		font-size: 1em
	}

	/* 회원가입 전 */
	.choise-join-wrapper {
		padding: 35px 10px 0 10px;
	}

	.choise-join-wrapper .title-area {
		margin-bottom: 25px;
	}

	.choise-join-wrapper .title-area p {
		font-size: 1em;
		line-height: 1.385em;
	}

	.choise-join-wrapper .choise-join-area {
		padding: 25px 25px 25px 145px;
		margin-bottom: 10px;
	}


	.choise-join-wrapper .choise-join-area > img {
		position: absolute;
		top: 50%;
		left: 20px;
		display:block;
		max-width: 96px;
		width: 100%;
		margin-top: -35px;
	}

	.choise-join-wrapper .choise-join-area .choise-join-box > h4 {
		font-size: 1.385em;
		margin-bottom: 12px;
	}

	.choise-join-wrapper .choise-join-area .choise-join-box > p {
		font-size: 1em;
		line-height: 1.154em;
		margin-bottom: 5px;
	}

	.choise-join-wrapper .choise-join-area .choise-join-box > a {
		max-width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 1em;
	}


	.btns-certification-wrapper .btns-certification-area {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #666666;
	}

	.btns-certification-wrapper .btns-certification-area:last-child {
		margin-bottom: 0;
	}

	.btns-certification-wrapper .btns-certification-area:nth-child(odd) {
		float: none;
	}

	.btns-certification-wrapper .btns-certification-area a {
		position: relative;
		display: block;
		padding: 15px 112px 15px 15px;
		text-align: left;
	}

	.btns-certification-wrapper .btns-certification-area a .submit {
		margin: 0;
	}

	.btns-certification-wrapper .btns-certification-area a .image {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 112px;
		height: 100%;
		background: #f7f7f7
	}

	.btns-certification-wrapper .btns-certification-area a .image > img {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 85px;
		height: 71px;
		margin-top: -35px;
		margin-left: -43px;
	}

	.find-id-password-wrapper .title-area p {
		font-size: 1em;
		line-height: 1.385em;
	}

	.find-id-password-wrapper .title-area p .span-br {
		display: inline;
	}

	.certification-area {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 25px;
		border-right: 0;
	}

	.certification-area:nth-child(even) {
		float: none;
		padding-right: 0;
		padding-left: 0;
		border-right: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}

	.certification-box {
		position: relative;
		min-height: auto;
		text-align: left;
		padding: 10px 10px 10px 100px;
	}

	.certification-box > img {
		position: absolute;
		top: 10px;
		left: 0;
		width: 85px;
	}

	.certification-box > p {
		min-height: auto;
	}

	
	/* 결과 */
	.complete-result-area {
		padding: 25px 20px;
	}

	.complete-result-area > img {
		width: 100px;
	}

	.complete-result-area > h4 {
		font-size: 1.692em;
		line-height: 1.200em;
		word-break: keep-all;
	}

	.complete-result-area > .word-result {
		padding: 20px;
		font-size: 1.385em;
		line-height: 1.333em;
		word-break: keep-all;
	}

	.complete-result-area > .word-result02 > .span-br {
		display: inline;
	}



	/* 2017. 12.28 추가 작업 */
	.btn-search-result-close {
		padding: 0 10px;
	}


	.btn-search-result-close .btn-open-close {
		float: none;
		width: 100%;
		text-align: center;
	}

	.inno-job-information-area {
		min-height: 100px;
		padding-left: 120px;
	}

	.inno-job-information-area .image {
		width: 115px;
	}

	.inno-job-information-area .image > img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 55px;
		margin-left: -28px;
		margin-top: -32px;
	}

	.inno-job-information-area .word {
		padding: 20px;
		text-align: left;
	}

	.inno-job-information-area .word p {
		padding-top: 10px;
		font-size: 1em;
		line-height: 1.385em;
	}
	
	/* 2018.01.18 추가작업 */
	.email-information-area {
		padding: 25px
	}
	
	.total-search-menu {
		padding: 10px 0;
	}
	
	.total-search-menu > ul > li a {
		margin: 0 5px;
		padding: 0 5px;
		font-size: 1em;
		width: auto;
		height: 30px;
		line-height: 30px;
	}
}

@media only all and (max-width: 360px) {
	.detail-search-area > dl > dd .input-pay-wrapper .input-pay-area > input[type="number"] {
		width: 50%;
	}

	.detail-search-area > dl > dd .input-pay-wrapper .input-pay-area > span {
		width: 50%;
	}
}