@charset "utf-8";

/* reset.css Start_2023-02-20 성지민 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	box-sizing: border-box;
}

html {
	font-size: 14px;
}

body {
	font-family: "Noto Sans KR", "Nanum Gothic", "Malgun Gothic", "Apple SD Gothic Neo", "AppleSDGothic", "dotum", "sans-serif", "MeiryoUI";
	line-height: 20px;
	color: #444;
	word-break: keep-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
button,
select,
option {
	box-sizing: border-box;
}

form,
label {
	display: block;
}

*:focus {
	outline: 0;
}

/* reset.css End_2023-02-20 성지민 */

.tx_ct {
	text-align: center !important;
}

#loginBox input[type="checkbox"] {
	/*  display: none; */
}

#loginBox input[type="checkbox"]+label {
	display: inline-block;
	width: 40px;
	height: 20px;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin: 0px 20px;
	box-sizing: border-box;
}

#loginBox input[type="checkbox"]+label:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

#loginBox #border_1:checked+label.red,
#loginBox #border_2:checked+label.red,
#loginBox #border_3:checked+label.red {
	border-color: #ECA9A7;
}

#loginBox #border_1:checked+label.red:after,
#loginBox #border_2:checked+label.red:after,
#loginBox #border_3:checked+label.red:after {
	background: #D9534F;
}

#loginBox #border_1:checked+label.green,
#loginBox #border_2:checked+label.green,
#loginBox #border_3:checked+label.green {
	border-color: #AEDCAE;
}

#loginBox #border_1:checked+label.green:after,
#loginBox #border_2:checked+label.green:after,
#loginBox #border_3:checked+label.green:after {
	background: #5CB85C;
}

#loginBox #border_1:checked+label:after,
#loginBox #border_2:checked+label:after,
#loginBox #border_3:checked+label:after {
	left: calc(100% - 14px);
}

#loginBox #border_1+label,
#loginBox #border_2+label,
#loginBox #border_3+label {
	border: 2px solid #ddd;
	border-radius: 20px;
}

#loginBox #border_1+label:after,
#loginBox #border_2+label:after,
#loginBox #border_3+label:after {
	background: #ddd;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	top: 2px;
	left: 2px;
}

/*泥댄겕諛뺤뒪 �씪�뵒�삤踰꾪듉*/
input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label {
	font-family: "dotum", Gadget, sans-serif;
	font-size: 14px;
}

input[type="checkbox"]+label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 4px 0 0;
	vertical-align: middle;
	background: url(../images/check_radio_sheet_user.png) left top no-repeat;
	cursor: pointer;
}

input[type="checkbox"]:checked+label span {
	background: url(../images/check_radio_sheet_user.png) -21px top no-repeat;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]+label {
	font-family: "dotum", Gadget, sans-serif;
	font-size: 14px;
}

input[type="radio"]+label span.radio-span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-position: -60px 0;
	background-size: 300px 300px;
	cursor: pointer;
}

input[type="radio"]:checked+label span {
	background-position: -90px 0;
}

input::placeholder {
	font-size: small;
}

body,
.adv-img p,
.caption-bottom p,
.adv-circle .caption p,
.advs-box p,
.list-blog p {
	font-family: Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #4C4C4C;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

/* 
#header {
	height: 181px;
}

#navigation{
	margin:0 auto;
	width:1127px;
	border:1 solid #000;
	text-align:left;
	padding-top:5px;
}

#logo {
	float: left;
	width:230px;
}

#infoMenu { 
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    display: block;
    margin: 0;
    width: 100%;
    min-width: 1024px;
    height: 48px;
    max-height: 44px;
    background: #0087e6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    text-align: right;
    padding-top: 15px;
    }
#infoMenu ul {
	list-style: none;
}
#infoMenu li {
	display:inline;
	padding-top:10px; 
	padding-right: 30px;
	font-size: 14px;
	color: #fff; }

	#header>.headerBackground {
	background-color: #0087e6;
}

#navigation {
	margin: 0 auto;
	width: 1127px;
	border: 1 solid #000;
	text-align: left;
	padding-top: 5px;
}

#logo {
	float: left;
	width: 230px;
}

#infoMenu {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 120px);
	margin: 0 auto;
}

#infoMenu ul {
	list-style: none;
}

#infoMenu li {
	width: 65px;
	text-align: center;
	fontsize: 14px;
	color: #fff;
	line-height: 60px;
}

#infoMenu li#chosenJobfairTitle {
	width: 350px;
}

#infoMenu li#chosenCompNm {
	width: 220px;
}

#infoMenu li a:link {
	color: #fff;
	text-decoration: none;
}

#infoMenu li a:visited {
	color: #fff;
	text-decoration: none;
}

#infoMenu li a:hover {
	color: #00a1e4;
	text-decoration: none;
}

#infoMenu li a:focus {
	color: #00a1e4;
	text-decoration: none;
}

#infoMenu li a:active {
	color: #00a1e4;
	text-decoration: none;
}

#infoTop {
	margin: 0 auto;
	width: calc(100% - 180px);
	margin-top: 32px;
}

.langSelect {
	cursor: pointer;
	background: #0087e6;
	width: 91px;
	height: 31px;
	border: none;
	font-size: 15px;
	color: #fff;
	apperance: none;
	-webkit-appearance: none;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 122px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 999;
}

.dropdown-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}
*/

/* 
2023-02-20 Desigin Renewal_성지민 
Renewal 이전 default_prev.css 백업
*/

/* common */
.button_default {
	padding: 9px 20px;
	border-radius: 5px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 5%);
	border: 1px solid #eee;
}

.button_default:hover {
	background-color: #eee;
}

/* header */
.headerContainer a {
	display: inline-block;
	width: 100%;
}

.headerContainer img {
	max-width: 100%;
	height: auto;
}

.headerContainer {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 5%);
}

.headerContainer>.headerBackground {
	background-color: #f7f7f7;
}

.headerContainer .headerWrap {
	width: 1200px;
	margin: 0 auto;
}

.headerContainer .headerWrap.infoMenuWrap,
.headerContainer .headerWrap.infoTopWrap {
	display: flex;
	align-items: center;
}

.headerContainer .headerWrap.infoMenuWrap {
	justify-content: flex-end;
}

.headerContainer .infoMenuWrap li {
	margin-left: 20px;
	line-height: 20px;
	padding: 20px 0;
}

.headerContainer .infoMenuWrap .dropdown {
	position: relative;
}

.headerContainer .infoMenuWrap li a:hover,
.headerContainer .infoMenuWrap .dropdown:hover {
	cursor: pointer;
}

.headerContainer .infoMenuWrap .dropdown .dropdown-content {
	display: none;
	position: absolute;
	/* margin-top: 5px; */
	width: 120px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 5%);
	z-index: 1001;
}

.headerContainer .infoMenuWrap .dropdown:hover .dropdown-content {
	display: block;
}

.headerContainer .infoMenuWrap .dropdown .dropdown-content li {
	margin-left: 0;
	padding: 10px 20px;
	text-align: center;
}

.headerContainer .infoMenuWrap .dropdown .dropdown-content li:hover {
	background-color: #eee;
	cursor: pointer;
}

.headerContainer .infoMenuWrap .dropdown .dropdown-content li:nth-child(1)~* {
	border-top: 1px solid #eee;
}

.headerContainer .headerWrap.infoTopWrap {
	justify-content: space-between;
	padding: 20px 0;
}

.headerContainer .infoTopWrap .logo,
.headerContainer .infoTopWrap .logo * {
	height: 40px;
}

.headerContainer .infoTopWrap .navWrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1000;
	padding: 0 20px;
}

.headerContainer .infoTopWrap .wrap .navWrap>li,
.headerContainer .menuContentsWrap .menuContents .nav-column {
	width: 120px;
	margin: 0 10px;
}

.headerContainer .infoTopWrap .wrap .navWrap>li>a,
.headerContainer .menuContentsWrap .menuContents .nav-column a {
	display: block;
	text-align: center;
}

.headerContainer .infoTopWrap .wrap .navWrap>li:hover>a {
	color: #0087E6;
}

.headerContainer .infoTopWrap .wrap .navWrap>li .menu-area {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 5%);
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	/* visibility: hidden; */
}

.headerContainer .infoTopWrap .wrap .navWrap>li:hover .menu-area {
	/* visibility: visible; */
}


.headerContainer .menuContentsWrap {
	display: none;
}

.headerContainer .menuContentsWrap .menuContents {
	display: flex;
	justify-content: space-between;
}

.headerContainer .menuContentsWrap .menuContents .nav-column a {
	padding: 10px 0;
}

.headerContainer .menuContentsWrap .menuContents .nav-column a:hover {
	background-color: #0087E6;
	color: #fff;
}

#langSelect::-ms-expand {
	opacity: 0;
}

#fineapple {
	z-index: 110;
	width: 42px;
	height: 77px;
	position: absolute;
	left: 50%;
	top: 550px;
	margin-left: -80px;
}

#liveJobFair {
	z-index: 100;
	width: 500px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 230px;
	margin-left: -580px;
}

#liveJobFair .jobtit {
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
	width: 478px;
	height: 40px;
	font-size: 18px;
	background-color: white;
	color: black;
	padding-top: 20px;
	padding-left: 22px;
	padding-bottom: 15px;
}

#liveJobFair .jobtit-span {
	font-size: 30px;
	font-family: meiryo;
}

#liveJobFair .jobcon {
	width: 500px;
	height: 350px;
	background-color: #fff;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}

.jobtit-content {}

#liveJobFair .jobimg {
	padding-left: 20px;
}

#visual {
	height: 500px;
}

#mainBBS {
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ddd;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 35px;
}

#mainBBS li {
	display: inline-block;
}

#mainBBS .maintitle ul {
	border-bottom: 1px solid #ddd;
	border: 1px solid #ddd;
}

#mainBBS .maintitle {
	font-weight: bolder;
	height: 30px;
	font-size: 25px;
	padding-top: 15px;
	padding-bottom: 7px;
	text-align: center;
}

#mainBBS .maintitle .wid2 {
	text-align: left;
	width: 450px;
	border-bottom: 1px solid #ddd;
}

#mainBBS .maintitle .wid3 {
	text-align: right;
	width: 160px;
}

#mainBBS .maintitle2 {
	font-size: 15px;
	text-align: center;
	padding-top: 20px;
}

#mainBBS .maintitle2 .wid2 {
	text-align: left;
	width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer
}

#mainBBS .maintitle2 .wid3 {
	text-align: center;
	width: 160px;
}

#page_ol .curpage {
	background-color: #111111;
	color: #b5b7b4
}

#page_ol input[type="button"] {
	cursor: pointer
}

#contents {
	margin: 0 auto;
	width: 1127px;
	text-align: center;
	padding: 50px 0 50px 0;
	height: 400px;
}

#contents h1 {
	font-size: 40px;
	font-weight: bolder;
	color: #595959;
}

#contents h6 {
	color: #b5b7b4;
	padding-bottom: 50px;
}

#contents #sub-contents1 {
	width: 700px;
	float: left;
	padding-right: 20px;
}

#contents #sub-contents2 {
	width: 400px;
	float: left;
	height: 391px;
}

#contents #sub-contents2 #sub-contents2-banner1 {
	height: 188px;
}

#contents #sub-contents2 #sub-contents2-banner2 {
	height: 188px;
	margin-top: 15px;
}

#contents2 {
	margin: 0 auto;
	width: 1127px;
	text-align: center;
	padding: 50px 0 50px 0;
	height: 600px;
}

#notice {
	margin: 0 auto;
	width: 1127px;
	padding-bottom: 50px;
}

#notice .noticeBBS {
	width: 100%;
}

#notice th {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#notice td {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
}

#notice .co1 {
	text-align: center;
}

#notice .co3 {
	text-align: center;
}

#notice td a:link {
	color: #3d3d3d;
	text-decoration: none;
}

#notice td a:visited {
	color: #3d3d3d;
	text-decoration: none;
}

#notice td a:hover {
	color: #00a1e4;
	text-decoration: none;
}

#notice td a:focus {
	color: #00a1e4;
	text-decoration: none;
}

#notice td a:active {
	color: #00a1e4;
	text-decoration: none;
}

#back {
	width: 100%;
	background-color: #eaeaea;
}

#slogan {
	margin: 0 auto;
	width: 1127px;
	text-align: center;
	padding: 50px 0 50px 0;
	background-color: #eaeaea;
}

#slogan #slogan-title {
	margin-bottom: 30px;
}

#slogan h1 {
	font-size: 40px;
	font-weight: bolder;
	color: #595959;
}

#slogan h6 {
	color: #b5b7b4;
	padding-bottom: 50px;
}

#chart {
	margin: 0 auto;
	width: 1127px;
	padding-bottom: 50px;
}

#back2 {
	width: 100%;
	background-color: #fff;
}


/*#footer {margin:0 auto;width:1127px;text-align:center;padding: 30px 0 20px 0;background-color:#fff; position:absolute; bottom: 0;}*/
#phone {
	float: left;
}

/*
#footer .btm1 {padding-bottom:20px;}
#footer .btm2 {font-size: 13px;color: #fff;}
#footer .btm3 {padding-bottom:20px;margin:0 auto;width:630px;font-size: 30px;color: #fff;}
#footer .btm4 {font-size: 13px;color: #989898;padding-bottom:20px;}
*/
#subvisual {
	background-color: #d3e6ea;
	height: 170px;
	text-align: center;
}

#subvisual1 {
	background-color: #fff9d3;
	height: 170px;
	text-align: center;
}

#subvisual2 {
	background-color: #d3ffde;
	height: 170px;
	text-align: center;
}

#subvisual3 {
	background-color: #ffd3e4;
	height: 170px;
	text-align: center;
}

#subvisual4 {
	background-color: #e9d3ff;
	height: 170px;
	text-align: center;
}

#subcontents {
	margin: 0 auto;
	width: 80%;
	padding: 80px 0 80px 0;
	text-align: center;
}

#subcontents h1 {
	font-weight: bold;
	color: #595959;
	font-size: 40px;
}

#subcontents h6 {
	color: #b5b7b4;
	padding-top: 30px;
}

#loginSubcontents {
	margin: 0 auto;
	width: 1127px;
	padding: 80px 0 80px 0;
	text-align: center;
}

#loginSubcontents h1 {
	font-weight: bold;
	color: #595959;
	font-size: 40px;
}

#loginSubcontents h6 {
	color: #b5b7b4;
	padding-bottom: 50px;
}

#nowBox {
	width: 100%;
	border: 1px solid #b0b0b0;
	background-color: #f8f8f8;
}

#nowBox .nowfind {
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}

#nowBox select {
	width: 150px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

#nowBBS {
	text-align: center;
	width: 100%;
}

#nowBBS li {
	display: inline-block;
}

#nowBBS .tit1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 1%;
}

#nowBBS .tit1 .wid1 {
	width: 3%;
	text-align: center;
}

#nowBBS .tit1 .wid2 {
	width: 20%;
	text-align: center;
}

#nowBBS .tit1 .wid3 {
	width: 10%;
	text-align: center;
}

#nowBBS .tit1 .wid4 {
	width: 10%;
	text-align: center;
}

#nowBBS .tit1 .wid5 {
	width: 10%;
	text-align: center;
}

#nowBBS .tit1 .wid6 {
	width: 10%;
	text-align: center;
}

#nowBBS .tit1 .wid7 {
	width: 15%;
	text-align: center;
}

#nowBBS .tit2 {
	height: 100px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#nowBBS .tit2 .wid1 {
	width: 3%;
	text-align: center;
	line-height: 100px;
}

#nowBBS .tit2 .wid2 {
	width: 20%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#nowBBS .tit2 .wid3 {
	width: 10%;
	text-align: center;
}

#nowBBS .tit2 .wid4 {
	width: 10%;
	text-align: center;
}

#nowBBS .tit2 .wid5 {
	width: 10%;
	text-align: center;
}

#nowBBS .tit2 .wid6 {
	width: 10%;
	text-align: center;
}

#nowBBS .tit2 .wid7 {
	width: 15%;
	text-align: center;
}

#applyBox {
	width: 100%;
	border: 1px solid #b0b0b0;
	background-color: #f8f8f8;
}

#applyBox .nowfind {
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}

#applyBox select {
	width: 150px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

#applyBBS {
	text-align: center;
	width: 100%;
}

#applyBBS li {
	display: inline-block;
}

#applyBBS .tit1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 1%;
}

#applyBBS .tit1 .wid1 {
	width: 5%;
	text-align: center;
}

#applyBBS .tit1 .wid2 {
	width: 15%;
	text-align: center;
}

#applyBBS .tit1 .wid3 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit1 .wid4 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit1 .wid5 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit1 .wid6 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit1 .wid7 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit1 .wid8 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit1 .wid9 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit1 .wid10 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit2 {
	height: 100px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#applyBBS .tit2 .wid1 {
	width: 5%;
	text-align: center;
}

#applyBBS .tit2 .wid2 {
	width: 15%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#applyBBS .tit2 .wid3 {
	width: 10%;
	text-align: center;
	overflow: hidden;
}

#applyBBS .tit2 .wid4 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit2 .wid5 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit2 .wid6 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit2 .wid7 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit2 .wid8 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit2 .wid9 {
	width: 10%;
	text-align: center;
}

#applyBBS .tit2 .wid10 {
	width: 10%;
	text-align: center;
}

#searchBBS {
	text-align: center;
	width: 100%;
}

#searchBBS li {
	display: inline-block;
}

#searchBBS .tit1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 1%;
	width: 100%;
}

#searchBBS .tit1 .wid1 {
	width: 5%;
	text-align: center;
}

#searchBBS .tit1 .wid2 {
	width: 30%;
	text-align: center;
}

#searchBBS .tit1 .wid3 {
	width: 10%;
	text-align: center;
}

#searchBBS .tit1 .wid4 {
	width: 10%;
	text-align: center;
}

#searchBBS .tit1 .wid5 {
	width: 15%;
	text-align: center;
}

#searchBBS .tit1 .wid6 {
	width: 10%;
	text-align: center;
}

#searchBBS .tit2 {
	height: 100px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#searchBBS .tit2 .wid1 {
	width: 5%;
	text-align: center;
}

#searchBBS .tit2 .wid2 {
	width: 30%;
	text-align: center;
}

#searchBBS .tit2 .wid3 {
	width: 10%;
	text-align: center;
}

#searchBBS .tit2 .wid4 {
	width: 10%;
	text-align: center;
}

#searchBBS .tit2 .wid5 {
	width: 15%;
	text-align: center;
}

#searchBBS .tit2 .wid6 {
	width: 10%;
	text-align: center;
}

.join-wrap {
	background-color: #f2f4f7;
}

.joinBox {
	margin-top: 20px;
	border: 1px solid #e2e6eb;
	background-color: #fff;
	padding: 50px 30px 50px;
}

.joinBox ul {
	padding-bottom: 10px;
}

.joinBox .jointt {
	color: #333;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f4;
}

.joinBox .jointxt1 {
	font-size: 30px;
	font-weight: bold;
	color: #3a3a3a;
	text-align: center;
}

.joinBox .jointxt2 {
	margin-bottom: 30px;
	text-align: left;
}

.joinBBS .joinBBS-row .BBS-dropdown {
	width: 300px;
	margin-right: 3px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.joinBBS .joinBBS-row .BBS-dropdown .BBS-select.on .BBS-select-btn {
	border-top-color: #565d79;
	border-left-color: #565d79;
	border-right-color: #565d79;
}

.joinBBS .joinBBS-row .BBS-dropdown .BBS-select.on .BBS-select-btn::after {
	background-position: -136px 0;
}

.joinBBS .joinBBS-row .BBS-dropdown .BBS-select .BBS-select-btn {
	color: #000;
	width: 100%;
	height: 48px;
	padding: 0 30px 0 12px;
	border-color: #d4d6d9;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	background-color: #fff;
	font-size: 15px;
	letter-spacing: -0.5px;
	text-align: left;
	position: relative;
	vertical-align: top;
	cursor: pointer;
}

.joinBBS .joinBBS-row .BBS-dropdown .BBS-select .BBS-select-btn::after {
	content: "";
	display: inline-block;
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	width: 11px;
	height: 6px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -2px;
	background-position: -120px 0;
}

.joinBBS .joinBBS-row .BBS-dropdown .BBS-select-option {
	display: none;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
	background-color: #fff;
	z-index: 10;
	border: 1px solid #565d79;
	border-top: 1px solid #e1e2e6;
	border-radius: 0 0 3px 3px;
}

.joinBBS .joinBBS-row .BBS-dropdown .BBS-select-option .option-list {
	background-color: #fff;
	padding: 7px 0 5px;
}

.joinBBS .joinBBS-row .BBS-dropdown .BBS-select-option .option-list .option-type {
	list-style: none;
}

.joinBBS .joinBBS-row .BBS-dropdown .BBS-select-option .option-list .option-type button {
	width: 100%;
	text-align: left;
	display: block;
	padding: 7px 12px 8px;
	font-size: 15px;
	letter-spacing: -0.5px;
	border: 0 none;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fff;
	overflow-wrap: anywhere;
}

.joinBBS .joinBBS-row .BBS-dropdown .BBS-select-option .option-list .option-type button:hover {
	color: #3399ff;
}

.joinBox .join-policy {
	margin-bottom: 15px;
	position: relative;
	display: block;
}

.joinBox .join-policy .policy-label {
	z-index: 2;
	font-size: 16px;
	position: relative;
	display: block;
	color: #666;
	vertical-align: middle;
}

.joinBox .join-policy .policy-label .privacy-policy-link {
	z-index: 1;
	display: inline-block;
	height: 5px;
	margin-left: 5px;
	font-size: 13px;
	padding-right: 12px;
	font-weight: normal;
	line-height: 1;
	color: #3399ff;
	position: absolute;
	right: 4px;
	top: 7px;
}

.joinBox .join-policy .policy-label .privacy-policy-link.check:before {
	background-position: -20px -15px;
}

.joinBox .join-policy .policy-label .privacy-policy-link:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	width: 9px;
	height: 5px;
	background: url(../images/icon-images2.png) -20px 0 no-repeat;
}

.joinBox .join-policy .policy-agree {
	margin-top: 20px;
}

.joinBox .join-policy .policy-agree span {
	cursor: pointer;
}

.joinBox .join-policy .policy-agree:after {
	content: '';
	display: block;
	position: absolute;
	right: 440px;
	top: 270px;
	width: 20px;
	height: 20px;
	background: #fff url(../images/icon-images2.png) 0 -283px no-repeat;
}

.joinBox .join-policy .policy-agree.check:after {
	background-position: 0 -253px;
}

.joinBox .join-policy #privacy-policy {
	overflow: scroll;
	margin-top: 10px;
	padding: 0 15px 15px 15px;
	height: 200px;
	line-height: 2;
	border: 1px solid #eaeaea;
	background-color: #fafafa;
	color: #888;
	font-size: 12px;
}

.joinBox .join-policy #privacy-policy .privacy-policy-context {
	text-align: left;
}

.joinBox .join-policy #privacy-policy-check {
	overflow: scroll;
	margin-top: 10px;
	padding: 0 15px 15px 15px;
	height: 400px;
	line-height: 2;
	border: 1px solid #eaeaea;
	background-color: #fafafa;
	color: #888;
	font-size: 12px;
}

.joinBox .join-policy #privacy-policy-check .privacy-policy-context {
	text-align: left;
}

.joinBox #joinBtn .join-btn {
	width: 300px;
	border: 1px solid #0087e6;
	background-color: #0087e6;
	color: #fff;
	height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 1px;
	cursor: pointer;
}

.joinBox #joinBtn .icon::before {
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	content: "";
}

.joinBox #joinBtn .join-btn::before {
	width: 14px;
	height: 12px;
	vertical-align: 0;
	margin-right: 6px;
	background-position: -60px -120px;
	content: "";
	display: inline-block;
}

.joinBox #joinBtn .apply-btn {
	width: 300px;
	border: 1px solid #0087e6;
	background-color: #0087e6;
	color: #fff;
	height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 1px;
	cursor: pointer;
}

.joinBox #joinBtn .apply-btn.red {
	border: 1px solid red;
	background-color: red;
}

.joinBBS .joinBBS-row {
	position: relative;
	padding-right: 10px;
	padding-left: 220px;
	margin-top: 25px;
	text-align: left;
}

.joinBBS .joinBBS-row .joinlt {
	position: absolute;
	left: 10px;
	top: 14px;
	color: #999;
}

.joinBBS .joinBBS-row .joinlt.nl {
	top: 9px !important;
}

.joinBBS .joinBBS-row .joinrt {
	position: relative;
	width: 100%;
}

.joinBBS .joinBBS-row .joinrt input {
	width: 750px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.joinBBS .joinBBS-row .joinrt .join_btn {
	padding: 5px;
	position: absolute;
	right: 8px;
	top: 9px;
	font-size: 12px;
	background-color: #fff;
	color: #0087e6;
	border: 2px solid #0087e6;
	border-radius: 10px;
	cursor: pointer;
}

.joinBBS .joinBBS-row .joinrt .resume_insert {
	padding: 5px;
	margin-top: 10px;
	font-size: 12px;
	background-color: #fff;
	color: #0087e6;
	border: 2px solid #0087e6;
	border-radius: 10px;
	cursor: pointer;
}

.joinBBS .joinBBS-row .joinrt .join_btn.resume_check {
	right: 405px;
}

.joinBBS .joinBBS-row2 {
	margin: 20px 0;
}

.joinBBS-row3 {
	margin-left: 5.5%;
}

.JoinBox tr {
	background-image: url(../images/tr_bg.gif);
}

.joinBtn {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.loginBox {
	margin: 0 auto;
	width: 1127px;
	height: 360px;
	border: 1px solid #b0b0b0;
	background-color: #f8f8f8;
}

#loginmsg {
	float: left;
	padding: 15px;
	width: 500px;
}

#loginmsg #privacy-policy {
	overflow: scroll;
	margin-top: 10px;
	padding: 0 15px 15px 15px;
	height: 300px;
	line-height: 2;
	border: 1px solid #eaeaea;
	background-color: #fafafa;
	color: #888;
	font-size: 12px;
}

#loginmsg #privacy-policy .privacy-policy-context {
	text-align: left;
}

#loginmsg #privacy-policy.password {
	height: 345px !important;
}

#joinBBS select {
	width: 80px;
	height: 32px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

#loginBBS {
	margin: 0 auto;
	width: 510px;
	clear: both;
}

#loginBBS .logintxt1 {
	margin-top: 40px;
	font-size: 18px;
	color: #3a3a3a;
	margin-left: 15px;
	text-align: left;
	margin-bottom: 10px;
}

#loginBBS .logintxt2 {
	text-align: left;
	margin-bottom: 30px;
}

#loginBBS .logintxt3 {
	padding-bottom: 10px;
	text-align: left;
}

#loginBBS .logintxt4 {
	text-align: left;
	margin-top: 3px;
}

#loginBBS .logintxt5 {
	padding-bottom: 10px;
	margin-top: -125px;
	text-align: right;
}

#loginBBS .logintxt6 {
	margin-top: 5px;
	margin-left: 5px
}

#loginBBS .logintxt7 {
	margin-top: 5px;
	margin-left: 5px
}

#loginBBS .logintxt8 {
	text-align: left;
	margin-left: -15px;
	margin-bottom: 15px;
}

#loginBBS input {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #dddddd;
	width: 330px;
	height: 40px;
}

#idsearch {
	border: 0;
	background-color: transparent;
	padding: 10px;
}

#subcontents h2 {
	font-weight: bold;
	color: #595959;
	font-size: 22px;
	padding-top: 50px;
	padding-bottom: 20px;
}

#fairBox {
	/* 	width: 1127px; */
	border: 1px solid #b0b0b0;
	background-color: #f8f8f8;
	padding-bottom: 20px;
}

#fairBox1 {
	width: 1127px;
	border: 1px solid #b0b0b0;
	background-color: #f8f8f8;
	padding-bottom: 20px;
	height: 780px;
}

#fairctr {
	text-align: center;
}

#fairctr ul {
	display: inline-block;
}

#fairBox .fairleft {
	float: left;
	width: 570px;
	height: 251px;
}

#fairBox .fairleft img {
	width: 570px;
	height: 209px;
	margin: 15px;
}

#fairBox .fairright {
	position: relative;
}

#fairBox .fairmsg {
	text-align: left;
}

#fairBox h2 {
	font-weight: bold;
	color: #595959;
	font-size: 22px;
	padding-top: 26px;
	padding-bottom: 20px;
}

#fairbbs1 ul {
	display: inline-block;
}

#fairbbs1 {
	text-align: left;
	margin-top: 15px;
	width: 100%;
}

#fairbbs1 li {}

#fairbbs2 {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 30px;
}

#fairbbs2 li {
	padding-top: 4px;
}

#fairbbs3 {
	text-align: left;
	margin-top: 15px;
}

#fairbbs3 li {}

#fairright .msgbox {
	background: #fff;
	border: 1px solid #bbb;
	padding: 3px 5px;
	font-size: 16px;
	float: left;
	width: 80px;
	text-align: center;
	margin-left: 40px;
	margin-right: 10px;
}

#fairright .msgbox2 {
	position: relative;
	font-size: 16px;
	padding-top: 4px;
}

.msgbox2>textarea {
	height: 118px;
	width: 100%;
	background-color: #f2f4f7;
	border: 0px;
	resize: none;
	overflow-y: auto;
	margin-bottom: 10px;
	text-align: -webkit-auto;
	font-family: Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #4C4C4C;
}

#fairBox .fairbtn {
	position: relative;
	margin-top: 10px;
}

#fair {
	padding-bottom: 30px;
	border: 1px solid #ddd;
	margin: 30px;
	background-color: #fff;
}

#fair #tit_f {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 19px;
}

#faircheckBoxs1 {
	text-align: center;
	width: 400px;
}

#faircheckBoxs1 li {}

#faircheckBoxs1 .msgbox {
	background: #fff;
	border: 1px solid #bbb;
	padding: 6px 6px;
	font-size: 14px;
	float: left;
	width: 70px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}

#faircheckBoxs1 .msgbox2 {
	position: relative;
	font-size: 14px;
	margin-left: 100px;
	margin-top: 25px;
}

#faircheckBoxs2 {
	text-align: left;
	width: 400px;
	margin-top: 10px;
}

#faircheckBoxs2 li {}

#faircheckBoxs2 .msgbox {
	background: #fff;
	border: 1px solid #bbb;
	padding: 6px 6px;
	font-size: 14px;
	float: left;
	width: 70px;
	text-align: center;
	margin-left: 20px;
}

#faircheckBoxs2 .msgbox2 {
	position: relative;
	font-size: 14px;
	margin-left: 100px;
	margin-top: 7px;
	text-align: center;
}

#faircheckBoxs3 {
	text-align: left;
	width: 400px;
	margin-top: 10px;
}

#faircheckBoxs3 li {}

#faircheckBoxs3 .msgbox {
	background: #fff;
	border: 1px solid #bbb;
	padding: 6px 6px;
	font-size: 14px;
	float: left;
	width: 70px;
	text-align: center;
	margin-left: 20px;
}

#faircheckBoxs3 .msgbox2 {
	position: relative;
	font-size: 14px;
	margin-left: 100px;
	margin-top: 7px;
	text-align: center;
}

#faircheckBoxs4 {
	text-align: left;
	width: 400px;
	margin-top: 10px;
}

#faircheckBoxs4 li {}

#faircheckBoxs4 .msgbox {
	background: #fff;
	border: 1px solid #bbb;
	padding: 6px 6px;
	font-size: 14px;
	float: left;
	width: 70px;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 10px;
}

#faircheckBoxs4 .msgbox2 {
	position: relative;
	font-size: 14px;
	margin-left: 100px;
	margin-top: 7px;
}

#subcontents2 {
	margin: 0 auto;
	width: 1127px;
	padding: 0 0 80px 0;
	text-align: center;
}

#subcontents2 h1 {
	font-weight: bold;
	color: #595959;
	font-size: 25px;
}

#subcontents2 h6 {
	color: #b01c1c;
	padding-bottom: 50px;
}

#faircheck1 {
	border: 1px solid #ddd;
	width: 500px;
	margin-right: 20px;
	text-align: center;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#faircheck2 {
	border: 1px solid #ddd;
	width: 500px;
	margin-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#faircheck3 {
	border: 1px solid #ddd;
	width: 500px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#faircheck1 .faircheckbox {
	padding-top: 45px;
	padding-left: 40px;
}

#faircheck2 .faircheckbox {
	padding-top: 45px;
	padding-left: 40px;
}

#faircheck3 .faircheckbox {
	padding-top: 45px;
	padding-left: 40px;
}

#fairbtn {}

#fairBox .faircheckBtn {
	text-align: center;
	padding-top: 100px;
}

#scheduleBox {
	width: 1127px;
	border: 1px solid #b0b0b0;
	background-color: #f8f8f8;
}

#schedule {
	margin: 0 auto;
	width: 400px;
	padding-bottom: 50px;
}

#schedule1 {
	float: left;
}

#schedule2 {
	float: left;
}

#schedule3 {
	float: left;
	padding-right: 10px;
}

#schedule4 {
	float: left;
}

#schedule .scheduletxt {
	font-weight: bold;
	color: #595959;
	font-size: 26px;
	padding: 0px 20px 0 20px;
}

#schedulefind {
	padding-bottom: 30px;
}

#scheduleBox #nowfind {
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}

#scheduleBox select {
	width: 100px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

#peopleBox {
	width: 1127px;
	border: 1px solid #b0b0b0;
}

#peopleBox2 {
	width: 1127px;
	border: 1px solid #b0b0b0;
	margin-top: 50px;
}

#peopleBox3 {
	width: 1127px;
	border: 1px solid #b0b0b0;
	margin-top: 50px;
}

#peopleBox .peopleBBS {
	width: 100%;
}

#peopleBox .peopleBBS1 {
	width: 135px;
}

#peopleBox .peopleBBS2 {
	text-align: left;
}

#peopleBox .peopleBBS3 {
	text-align: right;
	vertical-align: top;
}

#peopleBox .peopleBBS td {
	padding: 10px;
}

#peopleBox .peopleBBS h1 {
	font-weight: bold;
	color: #595959;
	font-size: 25px;
}

#peopleBox .peopleBBS h6 {
	color: #666;
	padding-bottom: 50px;
}

#peopleBox2 .peopleBBS2 {
	width: 100%;
	border-top: 1px solid #CCC;
}

#peopleBox2 .peopleBBStit {
	font-weight: bold;
	background-color: #FFC;
}

#peopleBox2 .peopleBBS2 td {
	text-align: center;
	height: 40px;
	border-bottom: 1px solid #CCC;
}

#peopleBtn {
	margin: 20px 0 30px 0;
}

#peopleBox3 .peopleBBS {
	width: 100%;
}

#peopleBox3 .peopleBBS1 {
	width: 135px;
}

#peopleBox3 .peopleBBS2 {
	text-align: left;
}

#peopleBox3 .peopleBBS3 {
	text-align: right;
	vertical-align: top;
}

#peopleBox3 .peopleBBS td {
	padding: 10px;
}

#peopleBox3 .peopleBBS h1 {
	font-weight: bold;
	color: #595959;
	font-size: 25px;
}

#peopleBox3 .peopleBBS h6 {
	color: #666;
	padding-bottom: 50px;
}

#loginBox {
	width: 1127px;
	border: 1px solid #e2e6eb;
	padding-bottom: 100px;
	background-color: #fff;
	clear: both;
}

#logoutBox {
	width: 1127px;
	border: 1px solid #b0b0b0;
	padding-bottom: 50px;
	background-color: #f8f8f8;
}

#idpwBox {
	width: 1127px;
	border: 1px solid #b0b0b0;
	background-color: #f8f8f8;
}

#idpwBox .logintxt1 {
	margin-top: 40px;
	font-size: 18px;
	color: #3a3a3a;
	text-align: left;
	margin-bottom: 10px;
}

#idpwBox .logintxt2 {
	text-align: left;
	margin-bottom: 30px;
}

#idpwBox .logintxt3 {
	padding-bottom: 10px;
	text-align: left;
}

#idpwBox .logintxt4 {
	text-align: left;
	margin-top: 3px;
	font-size: 15px;
}

#idpwBox .logintxt5 {
	padding-bottom: 10px;
	text-align: left;
	padding-bottom: 50px;
}

#idpwBox .logintxt6 {
	float: left;
	margin-top: -40px;
	margin-left: 540px;
}

#idpwBox .logintxt7 {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

#idpwBox .logintxt8 {
	text-align: left;
	margin-left: -15px;
	margin-bottom: 15px;
}

#idpwBox input {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px soli #dddddd;
	width: 330px;
	height: 40px;
}

#nugu {
	margin: 0 auto;
	width: 1127px;
	border: 1px solid #b0b0b0;
	background-color: #f8f8f8;
}

#nuguBox {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	padding-bottom: 50px;
}

#nugu .jointxt1 {
	margin-top: 40px;
	font-size: 18px;
	color: #3a3a3a;
	margin-left: 15px;
	text-align: left;
	margin-bottom: 10px;
}

#nugu .jointxt2 {
	margin-bottom: 30px;
	text-align: left;
}

#nugu .jointxt3 {
	margin-bottom: 10px;
	text-align: left;
}

#nugu .jointxt4 {
	text-align: left;
	height: 300px;
	background-image: url(../images/drag.gif);
	padding: 5px 5px 0 5px;
}

#nugu .jointxt5 {
	text-align: left;
	padding-left: 40px;
}

#nugu .input1 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #b0b0b0;
	width: 300px;
	height: 26px;
}

#nuguBB1 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#nuguBB1 li {
	display: inline-block;
}

#nuguBB1 .title1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 900px;
}

#nuguBB1 .title1 .wid1 {
	width: 300px;
	text-align: center;
}

#nuguBB1 .title1 .wid2 {
	width: 300px;
	text-align: center;
}

#nuguBB1 .title1 .wid3 {
	width: 110px;
	text-align: center;
}

#nuguBB1 .title1 .wid4 {
	width: 80px;
	text-align: center;
}

#nuguBB1 .title1 .wid5 {
	width: 80px;
	text-align: center;
}

#nuguBB2 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#nuguBB2 li {
	display: inline-block;
}

#nuguBB2 .title2 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#nuguBB2 .title2 .wid1 {
	width: 300px;
	text-align: center;
}

#nuguBB2 .title2 .wid2 {
	width: 300px;
	text-align: center;
}

#nuguBB2 .title2 .wid3 {
	width: 110px;
	text-align: center;
}

#nuguBB2 .title2 .wid4 {
	width: 80px;
	text-align: center;
}

#nuguBB2 .title2 .wid5 {
	width: 80px;
	text-align: center;
}

#nuguBB3 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#nuguBB3 li {
	display: inline-block;
}

#nuguBB3 .tit1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 900px;
}

#nuguBB3 .tit1 .wid1 {
	width: 30px;
	text-align: center;
}

#nuguBB3 .tit1 .wid2 {
	width: 80px;
	text-align: center;
}

#nuguBB3 .tit1 .wid3 {
	width: 100px;
	text-align: center;
}

#nuguBB3 .tit1 .wid4 {
	width: 160px;
	text-align: center;
}

#nuguBB3 .tit1 .wid5 {
	width: 120px;
	text-align: center;
}

#nuguBB3 .tit1 .wid6 {
	width: 80px;
	text-align: center;
}

#nuguBB3 .tit1 .wid7 {
	width: 110px;
	text-align: center;
}

#nuguBB3 .tit1 .wid8 {
	width: 90px;
	text-align: center;
}

#nuguBB4 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#nuguBB4 li {
	display: inline-block;
}

#nuguBB4 .tit2 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#nuguBB4 .tit2 .wid1 {
	width: 30px;
	text-align: center;
}

#nuguBB4 .tit2 .wid2 {
	width: 80px;
	text-align: center;
}

#nuguBB4 .tit2 .wid3 {
	width: 100px;
	text-align: center;
}

#nuguBB4 .tit2 .wid4 {
	width: 160px;
	text-align: center;
}

#nuguBB4 .tit2 .wid5 {
	width: 120px;
	text-align: center;
}

#nuguBB4 .tit2 .wid6 {
	width: 80px;
	text-align: center;
}

#nuguBB4 .tit2 .wid7 {
	width: 110px;
	text-align: center;
}

#nuguBB4 .tit2 .wid8 {
	width: 90px;
	text-align: center;
}

#nuguBB5 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#nuguBB5 li {
	display: inline-block;
}

#nuguBB5 .tit5 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 900px;
}

#nuguBB5 .tit5 .wi1 {
	width: 300px;
	text-align: center;
}

#nuguBB5 .tit5 .wi2 {
	width: 300px;
	text-align: center;
}

#nuguBB5 .tit5 .wi3 {
	width: 135px;
	text-align: center;
}

#nuguBB5 .tit5 .wi4 {
	width: 135px;
	text-align: center;
}

#nuguBB6 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#nuguBB6 li {
	display: inline-block;
}

#nuguBB6 .tit6 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#nuguBB6 .tit6 .wi5 {
	width: 300px;
	text-align: center;
}

#nuguBB6 .tit6 .wi6 {
	width: 300px;
	text-align: center;
}

#nuguBB6 .tit6 .wi7 {
	width: 135px;
	text-align: center;
}

#nuguBB6 .tit6 .wi8 {
	width: 135px;
	text-align: center;
}

#nuguBB7 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#nuguBB7 li {
	display: inline-block;
}

#nuguBB7 .title7 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 900px;
}

#nuguBB7 .title7 .widt1 {
	width: 300px;
	text-align: center;
}

#nuguBB7 .title7 .widt2 {
	width: 300px;
	text-align: center;
}

#nuguBB7 .title7 .widt3 {
	width: 90px;
	text-align: center;
}

#nuguBB7 .title7 .widt4 {
	width: 90px;
	text-align: center;
}

#nuguBB7 .title7 .widt5 {
	width: 90px;
	text-align: center;
}

#nuguBB8 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#nuguBB8 li {
	display: inline-block;
}

#nuguBB8 .title8 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#nuguBB8 .title8 .widt6 {
	width: 300px;
	text-align: center;
}

#nuguBB8 .title8 .widt7 {
	width: 300px;
	text-align: center;
}

#nuguBB8 .title8 .widt8 {
	width: 90px;
	text-align: center;
}

#nuguBB8 .title8 .widt9 {
	width: 90px;
	text-align: center;
}

#nuguBB8 .title8 .widt10 {
	width: 90px;
	text-align: center;
}

#nuguBB9 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#nuguBB9 li {
	display: inline-block;
}

#nuguBB9 .tit9 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 900px;
}

#nuguBB9 .tit9 .wi1 {
	width: 135px;
	text-align: center;
}

#nuguBB9 .tit9 .wi2 {
	width: 300px;
	text-align: center;
}

#nuguBB9 .tit9 .wi3 {
	width: 300px;
	text-align: center;
}

#nuguBB9 .tit9 .wi4 {
	width: 135px;
	text-align: center;
}

#nuguBB10 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#nuguBB10 li {
	display: inline-block;
}

#nuguBB10 .tit10 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#nuguBB10 .tit10 .wi5 {
	width: 135px;
	text-align: center;
}

#nuguBB10 .tit10 .wi6 {
	width: 300px;
	text-align: center;
}

#nuguBB10 .tit10 .wi7 {
	width: 300px;
	text-align: center;
}

#nuguBB10 .tit10 .wi8 {
	width: 135px;
	text-align: center;
}

#nuguBBS {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#nuguBBS li {
	display: inline-block;
}

#nuguBBS .tit1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 900px;
}

#nuguBBS .tit1 .wid1 {
	width: 30px;
	text-align: center;
}

#nuguBBS .tit1 .wid2 {
	width: 80px;
	text-align: center;
}

#nuguBBS .tit1 .wid3 {
	width: 100px;
	text-align: center;
}

#nuguBBS .tit1 .wid4 {
	width: 160px;
	text-align: center;
}

#nuguBBS .tit1 .wid5 {
	width: 120px;
	text-align: center;
}

#nuguBBS .tit1 .wid6 {
	width: 80px;
	text-align: center;
}

#nuguBBS .tit1 .wid7 {
	width: 110px;
	text-align: center;
}

#nuguBBS .tit1 .wid8 {
	width: 90px;
	text-align: center;
}

#nuguBBS .tit2 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#nuguBBS .tit2 .wid1 {
	width: 30px;
	text-align: center;
}

#nuguBBS .tit2 .wid2 {
	width: 80px;
	text-align: center;
}

#nuguBBS .tit2 .wid3 {
	width: 100px;
	text-align: center;
}

#nuguBBS .tit2 .wid4 {
	width: 160px;
	text-align: center;
}

#nuguBBS .tit2 .wid5 {
	width: 120px;
	text-align: center;
}

#nuguBBS .tit2 .wid6 {
	width: 80px;
	text-align: center;
}

#nuguBBS .tit2 .wid7 {
	width: 110px;
	text-align: center;
}

#nuguBBS .tit2 .wid8 {
	width: 90px;
	text-align: center;
}

.stext {
	color: #f8f8f8;
}

#recruit {
	width: 1127px;
	border: 1px solid #b0b0b0;
	background-color: #f8f8f8;
}

#recruit ul {
	display: inline-block;
}

#recruit_tab {
	text-align: left;
	padding-left: 10px;
}

#recruitBtn {
	padding: 10px 0 10px 0;
}

#recruitfind {
	text-align: right;
	padding-top: 20px;
	padding-right: 30px;
}

#recruitmsg {
	text-align: left;
	padding-left: 20px;
}

#recruit .nowfind {
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}

#recruit select {
	width: 150px;
	height: 30px;
	padding-left: 10px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

#accordion {
	margin: 0 auto;
	width: 950px;
	margin-left: 40px;
	text-align: left;
}

#accordion ul {
	display: inline-block;
	padding: 5px;
}

#accordion .rb1 {
	float: left;
	font-size: 15px;
	text-align: left;
	width: 180px;
	margin-top: 10px;
}

#accordion .rb5 {
	text-align: left;
	width: 770px;
}

#accordion .input1 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #9b9b9b;
	width: 500px;
	height: 28px;
}

#accordion textarea {
	font-family: "dotum", Gadget, sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	/* �옄媛�(1, 0, -1 ..) */
	line-height: 16px;
	word-break: nowrap;
	/* 以꾨컮轅� */
	BORDER-RIGHT: #9b9b9b 1px solid;
	BORDER-TOP: #9b9b9b 1px solid;
	BORDER-LEFT: #9b9b9b 1px solid;
	BORDER-BOTTOM: #9b9b9b 1px solid;
	BACKGROUND-COLOR: #ffffff;
	width: 500px;
	height: 100px;
}

#rewrite {
	width: 80;
	border: 1px solid #b0b0b0;
	background-color: #f8f8f8;
}

#rewrite_tab {
	text-align: center;
	padding-top: 1%;
	padding-bottom: 2%;
}

#rewrite select {
	width: 150px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

#rewriteBox {
	margin: 0 auto;
	width: 950px;
}

#rewriteBox .jointxt1 {
	margin-top: 40px;
	font-size: 18px;
	color: #3a3a3a;
	margin-left: 15px;
	text-align: left;
	margin-bottom: 10px;
}

#rewriteBox .jointxt2 {
	margin-bottom: 30px;
	text-align: left;
}

#rewrite .nowfind {
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}

#rewriteBBS {
	width: 100%;
	text-align: center;
	margin-bottom: 3%;
}

#rewriteBBS ul {
	display: inline-block;
}

#rewriteBBS li {
	display: inline-block;
	width: 100%;
	margin: 1%;
}

#rewriteBBS .rb1 {
	float: left;
	font-size: 15px;
	text-align: left;
	width: 100%;
	margin-top: 10px;
}

#rewriteBBS .rb2 {
	float: left;
	text-align: left;
	width: 100%;
}

#rewriteBBS .rb3 {
	float: left;
	font-size: 15px;
	width: 100%;
	margin-top: 10PX;
	text-align: right;
}

#rewriteBBS .rb4 {
	float: left;
	width: 100%;
	text-align: left;
}

#rewriteBBS .rb5 {
	text-align: left;
	width: 100%;
}

#rewriteBBS .rb6 {
	text-align: left;
	width: 100%;
}

#rewriteBBS .rbhi {
	height: 300px;
	text-align: left;
}

#rewriteBBS textarea {
	font-family: "dotum", Gadget, sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	/* �옄媛�(1, 0, -1 ..) */
	line-height: 16px;
	word-break: nowrap;
	/* 以꾨컮轅� */
	BORDER-RIGHT: #9b9b9b 1px solid;
	BORDER-TOP: #9b9b9b 1px solid;
	BORDER-LEFT: #9b9b9b 1px solid;
	BORDER-BOTTOM: #9b9b9b 1px solid;
	BACKGROUND-COLOR: #ffffff;
	width: 710px;
	height: 100px;
	margin-top: 5px;
}

#rewriteBBS .input1 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #9b9b9b;
	width: 260px;
	height: 28px;
}

#rewriteBBS .input2 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #9b9b9b;
	width: 710px;
	height: 28px;
	text-align: left;
}

#rewriteBBS .input3 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #9b9b9b;
	width: 200px;
	height: 28px;
	text-align: left;
}

#rewriteBBS .input4 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #9b9b9b;
	width: 580px;
	height: 28px;
	text-align: left;
}

#rewriteBBS .input5 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #9b9b9b;
	width: 50px;
	height: 28px;
	text-align: left;
}

#rewriteBBS .input6 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #9b9b9b;
	width: 120px;
	height: 28x;
	text-align: left;
}

#rewriteBBS .mini {
	font-size: 13px;
}

#recruitfind .input1 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #dddddd;
	width: 250px;
	height: 24px;
}

#faqBBS {
	margin: 0 auto;
	width: 1100px;
	text-align: left;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 20px;
}

#faqBBS li {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#faqBBS .faqtitle ul {
	border-bottom: 1px solid #ddd;
	border: 1px solid #ddd;
}

#faqBBS .faqtitle li {
	height: 40px;
}

#faqBBS .faqtitle {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	color: #fff;
	font-size: 15px;
	padding-bottom: 15px;
}

#faqBBS .faqtitle .wid1 {
	text-align: center;
	width: 100px;
	padding-top: 10px;
}

#faqBBS .faqtitle .wid2 {
	text-align: center;
	width: 100px;
}

#faqBBS .faqtitle .wid3 {
	text-align: center;
	width: 400px;
}

#faqBBS .faqtitle .wid4 {
	text-align: center;
	width: 200px;
}

#faqBBS .faqtitle .wid5 {
	text-align: center;
	width: 200px;
}

#faqBBS .faqtitle2 {
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	;
}

#faqBBS .faqtitle2 .wid6 {
	text-align: center;
	width: 100px;
}

#faqBBS .faqtitle2 .wid7 {
	text-align: center;
	width: 100px;
	margin-top: 5px;
}

#faqBBS .faqtitle2 .wid8 {
	text-align: center;
	width: 400px;
	margin-top: 5px;
}

#faqBBS .faqtitle2 .wid9 {
	text-align: cente;
	;
	width: 200px;
	margin-top: 5px;
}

#faqBBS .faqtitle2 .wid10 {
	text-align: center;
	width: 200px;
}

#dateBBS {
	margin: 0 auto;
	text-align: center;
	width: 1100px;
	border: 1px solid #b0b0b0;
	padding-bottom: 20px;
}

#dateBBS li {
	display: inline-block;
	padding: 5px 0;
}

#dateBBS .tit1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
	width: 100%
}

#dateBBS .tit1 .wid1 {
	width: 175px;
	text-align: center;
}

#dateBBS .tit1 .wid2 {
	width: 175px;
	text-align: center;
}

#dateBBS .tit1 .wid3 {
	width: 175px;
	text-align: center;
}

#dateBBS .tit1 .wid4 {
	width: 175px;
	text-align: center;
}

#dateBBS .tit1 .wid5 {
	width: 175px;
	text-align: center;
}

#dateBBS .tit1 .wid6 {
	width: 175px;
	text-align: center;
}

#dateBBS .tit2 {
	background-color: #fff;
	font-weight: bolder;
	text-align: center;
	padding-top: 10px;
	width: 100%
}

#dateBBS .tit2 .wid1 {
	width: 175px;
	text-align: center;
}

#dateBBS .tit2 .wid2 {
	width: 175px;
	text-align: center;
}

#dateBBS .tit2 .wid3 {
	width: 175px;
	text-align: center;
}

#dateBBS .tit2 .wid4 {
	width: 175px;
	text-align: center;
}

#dateBBS .tit2 .wid5 {
	width: 175px;
	text-align: center;
}

#dateBBS .tit2 .wid6 {
	width: 175px;
	text-align: center;
}

#stepbtn {
	width: 950px;
	text-align: right;
}

#stepimg {
	width: 950px;
	margin: 0 auto;
	vertical-align: central;
}

#stepimg .msgbox {
	background: #fff;
	border: 1px solid #bbb;
	padding: 2px 4px;
	font-size: 14px;
	text-align: center;
	width: 60px;
	margin-left: 15px;
	margin-top: 15px;
}

#stepimg .msgbox2 {
	font-size: 11px;
	text-align: left;
	margin-left: 15px;
}

#steptab {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#stepplus {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	padding-bottom: 5px;
}

#steplus {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	padding-bottom: 5px;
}

#steplus li {
	display: inline-block;
}

#stepBtn {
	padding-bottom: 20px;
}

#steplus input1 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #dddddd;
	width: 250px;
	height: 25px;
}

#steplus .input1 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #dddddd;
	width: 250px;
	height: 25px;
}

#stepimg ul {
	display: inline-block;
}

#stepservice {
	margin: 0 auto;
	width: 800px;
	padding-bottom: 50px;
}

#stepservice .stepeBBS {
	width: 100%;
}

#stepservice th {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#stepservice td {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
}

#stepservice .co1 {
	text-align: center;
}

#stepservice .co3 {
	text-align: center;
}

#stepservice td a:link {
	color: #3d3d3d;
	text-decoration: none;
}

#stepservice td a:visited {
	color: #3d3d3d;
	text-decoration: none;
}

#stepservice td a:hover {
	color: #00a1e4;
	text-decoration: none;
}

#stepservice td a:focus {
	color: #00a1e4;
	text-decoration: none;
}

#stepservice td a:active {
	color: #00a1e4;
	text-decoration: none;
}

#rewritebtn {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#peopleBBS {
	margin: 0 auto;
	width: 1100px;
	text-align: left;
}

#peopleBBS li {
	display: inline-block;
}

#peopleBBS .peopletitle ul {
	border-bottom: 1px solid #ddd;
}

#peopleBBS .peopletitle {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	color: #fff;
	font-size: 13px;
	padding-top: 10px;
	width: 100%
}

#peopleBBS .peopletitle .wid1 {
	width: 40px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peopletitle .wid2 {
	width: 40px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peopletitle .wid3 {
	width: 140px;
	text-align: center;
}

#peopleBBS .peopletitle .wid4 {
	width: 120px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peopletitle .wid5 {
	width: 120px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peopletitle .wid6 {
	width: 130px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peopletitle .wid7 {
	width: 120px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peopletitle .wid8 {
	width: 120px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peopletitle .wid9 {
	width: 120px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peopletitle .wid10 {
	width: 90px;
	text-align: center;
	width: 100px;
	vertical-align: top;
}

#peopleBBS .peoplemain {
	padding-top: 5px;
	border-bottom: 1px solid #ddd;
	vertical-align: central;
}

#peopleBBS .peoplemain .wid1 {
	width: 40px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peoplemain .wid2 {
	width: 40px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peoplemain .wid3 {
	width: 140px;
	text-align: center;
}

#peopleBBS .peoplemain .wid4 {
	width: 120px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peoplemain .wid5 {
	width: 120px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peoplemain .wid6 {
	width: 130px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peoplemain .wid7 {
	width: 120px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peoplemain .wid8 {
	width: 120px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peoplemain .wid9 {
	width: 120px;
	text-align: center;
	vertical-align: top;
}

#peopleBBS .peoplemain .wid10 {
	width: 90px;
	text-align: center;
	width: 100px;
	vertical-align: top;
}

#peopleBBS .peopleqna {
	border-bottom: 1px solid #ddd;
	vertical-align: central;
}

#peopleBBS .peoplechk {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 30px;
}

#peopleBBS .peoplefind {
	text-align: right;
	padding-right: 30px;
	margin-top: -40px;
	padding-bottom: 5px;
}

#peopleBBS .input1 {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #9b9b9b;
	width: 150px;
	height: 20px;
}

#peopleBBS select {
	width: 90px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

#peopleBBS .ssize {
	width: 60px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	margin-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

#qnaBBS {
	margin: 0 auto;
	width: 1100px;
	text-align: left;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 20px;
}

#qnaBBS li {
	display: inline-block;
}

#qnaBBS .qnatitle ul {
	border-bottom: 1px solid #ddd;
	border: 1px solid #ddd;
}

#qnaBBS .qnatitle {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	color: #fff;
	font-size: 15px;
	padding-top: 4px;
	padding-bottom: 7px;
}

#qnaBBS .wid1 {
	text-align: center;
	width: 200px;
	height: 40px;
	padding-top: 10px;
}

#qnaBBS .wid2 {
	text-align: center;
	width: 690px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

#qnaBBS .wid3 {
	text-align: center;
	width: 200px;
}

#qnaBBS .wid4 {
	text-align: center;
	width: 200px;
}

#qnaBBS .qnatitle2 {
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#qnaBBS .wid5 {
	text-align: center;
	width: 1100px;
	margin-top: 5px;
	height: 40px;
}

#qnaBBS .wid6 {
	text-align: center;
	width: 200px;
	height: 30px;
}

#qnaBBS .wid7 {
	text-align: left;
	width: 480px;
	margin-top: 5px;
}

#qnaBBS .wid8 {
	text-align: center;
	width: 200px;
	margin-top: 5px;
}

#qnaBBS .wid9 {
	text-align: left;
	width: 200px;
	margin-top: 5px;
}

#qnaBBS .wid10 {
	text-align: center;
	vertical-align: top;
	width: 200px;
}

#qnaBBS .wid11 {
	text-align: left;
	width: 880px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#qnabtn {
	margin-left: 85%;
	padding-bottom: 20px;
}

#agencyBox {
	margin: 0 auto;
	width: 1127px;
	height: 410px;
	border: 1px solid #b0b0b0;
	background-color: #f8f8f8;
}

#agencybtn {
	margin-top: 80px;
}

#agencybtn2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

#agencylist {
	width: 550px;
	border: 1px solid #dddddd;
}

#agencylist2 {
	width: 550px;
	border: 1px solid #dddddd;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#agencylist3 {
	padding-top: 20px;
}

#agencylist th {
	height: 30px;
	text-align: left;
	background-color: #D4D7E1;
	padding-left: 10px;
}

#agencylist .agencytd1 {
	height: 30px;
	width: 15px;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #dddddd;
}

#agencylist .agencytd2 {
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #dddddd;
}

#agencylist .agencytd3 {
	text-align: right;
	padding-left: 10px;
	border-bottom: 1px solid #dddddd;
}

#page {
	padding-left: 200px;
	padding-bottom: 30px;
}

#search {
	text-align: center;
}

.row {
	width: 100%;
	display: block;
	line-height: 60px;
}

.red {
	color: red;
}

/******************梨꾩슜怨듦퀬 �떆�옉******************/
.job-ad-wrap {
	background-color: #f2f4f7;
	position: relative;
	min-width: 1270px;
	margin: 0 auto;
}

.job-ad-wrap .job-ad-subcontents {
	width: 1280px;
	margin: auto;
	padding: 80px 0 80px 0;
	text-align: center;
}

.job-ad-wrap .job-ad-subcontents .job-ad-content {
	width: 1040px;
	border: none;
	float: left;
	box-sizing: border-box;
}

.job-ad-wrap .job-ad-subcontents .side-bar {
	float: left;
	margin-left: 3.33%;
	margin-top: 20px;
	width: 120px;
}

.side-btn {
	margin: 9px;
}

.btn-gradient {
	margin: 5px 0 5px 0;
}

/* Here you can change the button sizes */
.side-btn.large,
.btn-two.large,
.btn-effect.large {
	padding: 20px 40px;
	font-size: 22px;
}

.side-btn.small,
.btn-two.small,
.btn-gradient.small,
.btn-effect.small {
	padding: 8px 21px;
	font-size: 14px;
}

.side-btn.mini,
.btn-two.mini,
.btn-gradient.mini,
.btn-effect.mini {
	padding: 4px 12px;
	font-size: 12px;
}

.side-btn.block,
.btn-two.block,
.btn-gradient.block,
.btn-effect.block {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.btn-gradient.large {
	padding: 15px 45px;
	font-size: 22px;
}

/* Colors for .btn and .btn-two */
.side-btn.blue,
.btn-two.blue {
	background-color: #7fb1bf;
}

.side-btn.green,
.btn-two.green {
	background-color: #9abf7f;
}

.side-btn.red,
.btn-two.red {
	background-color: #fa5a5a;
}

.side-btn.purple,
.btn-two.purple {
	background-color: #cb99c5;
}

.side-btn.cyan,
.btn-two.cyan {
	background-color: #7fccde;
}

.side-btn.yellow,
.btn-two.yellow {
	background-color: #f0d264;
}

.rounded {
	border-radius: 10px;
}

/* default button style */
.side-btn {
	position: relative;
	border: 0;
	padding: 15px 25px;
	display: inline-block;
	text-align: center;
	color: white !important;
	cursor: pointer;
}

/* Gradient - ugly css is ugly */
.btn-gradient.cyan {
	background: rgba(27, 188, 194, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(27, 188, 194, 1)),
			to(rgba(24, 163, 168, 1)));
	background: -webkit-linear-gradient(rgba(27, 188, 194, 1) 0%,
			rgba(24, 163, 168, 1) 100%);
	background: -moz-linear-gradient(rgba(27, 188, 194, 1) 0%,
			rgba(24, 163, 168, 1) 100%);
	background: -o-linear-gradient(rgba(27, 188, 194, 1) 0%,
			rgba(24, 163, 168, 1) 100%);
	background: linear-gradient(rgba(27, 188, 194, 1) 0%,
			rgba(24, 163, 168, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbcc2',
			endColorstr='#18a3a8', GradientType=0);
}

.btn-gradient.red {
	background: rgba(250, 90, 90, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(250, 90, 90, 1)),
			to(rgba(232, 81, 81, 1)));
	background: -webkit-linear-gradient(rgba(250, 90, 90, 1) 0%,
			rgba(232, 81, 81, 1) 100%);
	background: -moz-linear-gradient(rgba(250, 90, 90, 1) 0%,
			rgba(232, 81, 81, 1) 100%);
	background: -o-linear-gradient(rgba(250, 90, 90, 1) 0%,
			rgba(232, 81, 81, 1) 100%);
	background: linear-gradient(rgba(250, 90, 90, 1) 0%,
			rgba(232, 81, 81, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa5a5a',
			endColorstr='#e85151', GradientType=0);
}

.btn-gradient.orange {
	background: rgba(255, 105, 30, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 105, 30, 1)),
			to(rgba(230, 95, 28, 1)));
	background: -webkit-linear-gradient(rgba(255, 105, 30, 1) 0%,
			rgba(230, 95, 28, 1) 100%);
	background: -moz-linear-gradient(rgba(255, 105, 30, 1) 0%,
			rgba(230, 95, 28, 1) 100%);
	background: -o-linear-gradient(rgba(255, 105, 30, 1) 0%,
			rgba(230, 95, 28, 1) 100%);
	background: linear-gradient(rgba(255, 105, 30, 1) 0%,
			rgba(230, 95, 28, 1) 100%);
}

.btn-gradient.blue {
	background: rgba(102, 152, 203, 1);
	background: -moz-linear-gradient(top, rgba(102, 152, 203, 1) 0%,
			rgba(92, 138, 184, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102, 152,
					203, 1)), color-stop(100%, rgba(92, 138, 184, 1)));
	background: -webkit-linear-gradient(top, rgba(102, 152, 203, 1) 0%,
			rgba(92, 138, 184, 1) 100%);
	background: -o-linear-gradient(top, rgba(102, 152, 203, 1) 0%,
			rgba(92, 138, 184, 1) 100%);
	background: -ms-linear-gradient(top, rgba(102, 152, 203, 1) 0%,
			rgba(92, 138, 184, 1) 100%);
	background: linear-gradient(to bottom, rgba(102, 152, 203, 1) 0%,
			rgba(92, 138, 184, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6698cb',
			endColorstr='#5c8ab8', GradientType=0);
}

.btn-gradient.purple {
	background: rgba(203, 153, 197, 1);
	background: -moz-linear-gradient(top, rgba(203, 153, 197, 1) 0%,
			rgba(181, 134, 176, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203, 153,
					197, 1)), color-stop(100%, rgba(181, 134, 176, 1)));
	background: -webkit-linear-gradient(top, rgba(203, 153, 197, 1) 0%,
			rgba(181, 134, 176, 1) 100%);
	background: -o-linear-gradient(top, rgba(203, 153, 197, 1) 0%,
			rgba(181, 134, 176, 1) 100%);
	background: -ms-linear-gradient(top, rgba(203, 153, 197, 1) 0%,
			rgba(181, 134, 176, 1) 100%);
	background: linear-gradient(to bottom, rgba(203, 153, 197, 1) 0%,
			rgba(181, 134, 176, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb99c5',
			endColorstr='#b586b0', GradientType=0);
}

.btn-gradient.yellow {
	background: rgba(240, 210, 100, 1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(240, 210, 100, 1)),
			to(rgba(229, 201, 96, 1)));
	background: -webkit-linear-gradient(rgba(240, 210, 100, 1) 0%,
			rgba(229, 201, 96, 1) 100%);
	background: -moz-linear-gradient(rgba(240, 210, 100, 1) 0%,
			rgba(229, 201, 96, 1) 100%);
	background: -o-linear-gradient(rgba(240, 210, 100, 1) 0%,
			rgba(229, 201, 96, 1) 100%);
	background: linear-gradient(rgba(240, 210, 100, 1) 0%,
			rgba(229, 201, 96, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0d264',
			endColorstr='#e5c960', GradientType=0);
}

.btn-gradient.green {
	background: rgba(130, 200, 160, 1);
	background: -moz-linear-gradient(top, rgba(130, 200, 160, 1) 0%,
			rgba(130, 199, 158, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130, 200,
					160, 1)), color-stop(100%, rgba(130, 199, 158, 1)));
	background: -webkit-linear-gradient(top, rgba(130, 200, 160, 1) 0%,
			rgba(130, 199, 158, 1) 100%);
	background: -o-linear-gradient(top, rgba(130, 200, 160, 1) 0%,
			rgba(130, 199, 158, 1) 100%);
	background: -ms-linear-gradient(top, rgba(130, 200, 160, 1) 0%,
			rgba(130, 199, 158, 1) 100%);
	background: linear-gradient(to bottom, rgba(130, 200, 160, 1) 0%,
			rgba(124, 185, 149, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82c8a0',
			endColorstr='#82c79e', GradientType=0);
}

.btn-gradient.red:active {
	background: #E35252;
}

.btn-gradient.orange:active {
	background: #E8601B;
}

.btn-gradient.cyan:active {
	background: #169499;
}

.btn-gradient.blue:active {
	background: #608FBF;
}

.btn-gradient.purple:active {
	background: #BD8EB7;
}

.btn-gradient.yellow:active {
	background: #DBC05B;
}

.btn-gradient.green:active {
	background: #72B08E;
}

/*#footerdiv{clear: both;}*/
/* .footerdiv{position: fixed; bottom:0; width:100%;} */
.job-content {
	display: inline-block;
	width: 100%;
	justify-content: center;
}

.job-ad-btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

.job-ad-box {
	margin-top: 20px;
	border: 1px soild #e2e6eb;
	background-color: #fff;
	padding: 50px 30px 50px;
}

.job-ad-box .job-ad-hd {
	color: #333;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f4;
}

.job-ad-box .job-ad-hd .job-ad-hd-tx {
	font-size: 30px;
	color: #3a3a3a;
	text-align: center;
	font-weight: bold;
}

.job-ad-box .job-ad-hd .job-ad-apply-issue {
	font-size: 15px;
	color: red;
	text-align: center;
	font-weight: bold;
}

.job-ad-box .job-ad-contents .job-ad-row {
	position: relative;
	padding-left: 220px;
	margin-top: 45px;
	text-align: left;
	margin-bottom: 20px;
}

.job-ad-box .job-ad-contents .job-ad-row.m10 {
	margin-top: 10px;
}

.job-ad-box .job-ad-contents .job-ad-row.m50 {
	margin-top: 50px;
}

.job-ad-box .job-ad-contents .job-ad-row.etc {
	padding: 0;
}

.job-ad-box .job-ad-contents .job-ad-row.etc h4 {
	font-weight: normal;
}

.job-ad-box .job-ad-contents .job-ad-row.etc .job-radio {
	float: left;
	min-width: 100px;
}

.job-ad-box .job-ad-contents .job-ad-row.etc .job-radio .job-radio-label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-size: 15px;
	color: #333;
}

.job-ad-box .job-ad-contents .job-ad-row.etc .job-radio .job-radio-label::before {
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	background-position: -60px 0;
}

.job-ad-box .job-ad-contents .job-ad-row.etc .job-radio.ck .job-radio-label:before {
	background-position: -90px 0;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-lt {
	position: absolute;
	left: 10px;
	top: 14px;
	color: #999;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-lt.bnt-lt {
	left: 10px;
	top: 0px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-lt .btn-add {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-lt .btn-remove {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-lt .btn-add:after {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -60px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-lt .btn-remove:after {
	display: block;
	width: 20px;
	height: 1px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -85px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-lt.point {
	font-weight: bold;
	color: #000;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-lt.point .red-point {
	display: inline-block;
	overflow: hidden;
	width: 4px;
	height: 4px;
	margin-left: 4px;
	background-position: -46px -60px;
	vertical-align: 4px;
}

.red-point {
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-lt.doubleline {
	top: 3px !important;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt {
	position: relative;
	width: 100%;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt>.btn-add {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt>.btn-remove {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt>.btn-add:after {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -60px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt>.btn-remove:after {
	display: block;
	width: 20px;
	height: 1px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -85px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row {
	padding-top: 10px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row.p0 {
	padding-top: 0px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .job-ad-inner-box {
	clear: both;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .job-ad-inner-box.p10 {
	padding-top: 10px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .job-check {
	float: left;
	min-width: 150px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .job-check.long-check {
	min-width: 180px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .job-check.wp-dtl {
	padding-top: 10px;
	padding-bottom: 10px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .job-check.etc {
	margin-bottom: 30px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .job-check .job-check-label {
	margin-right: 10px;
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-size: 15px;
	color: #333;
	letter-spacing: -0.5px;
	cursor: pointer;
	vertical-align: middle;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .job-check .job-check-label::before {
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	background-position: 0 0;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .job-check.ck .job-check-label:before {
	background-position: -30px 0;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .sub-area {
	margin-top: 35px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .sub-area .sub-area-inner {
	display: none;
	table-layout: fixed;
	width: 100%;
	position: relative;
	min-height: 61px;
	box-sizing: border-box;
	padding: 11px 0 9px 170px;
	background-color: #f8f9fb;
	border-bottom: 1px solid #eaeef3;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .sub-area .sub-area-inner .bar-inner {
	display: table-cell;
	vertical-align: middle;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .sub-area .sub-area-inner .bar-inner .inner-title {
	position: absolute;
	left: 0;
	top: 40%;
	width: 155px;
	box-sizing: border-box;
	padding: 0 17px;
	font-size: 13px;
	color: #333;
	letter-spacing: -0.5px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .sub-area .sub-area-inner .bar-inner .inner-item {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.check-row .sub-area .sub-area-inner .bar-inner .inner-item textarea {
	width: 575px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 70px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row {
	padding-top: 10px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .job-radio {
	float: left;
	min-width: 140px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .job-radio .job-radio-label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-size: 15px;
	color: #333;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .job-radio .job-radio-label::before {
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	background-position: -60px 0;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .job-radio.ck .job-radio-label:before {
	background-position: -90px 0;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .job-check {
	float: left;
	min-width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .job-check .job-check-label {
	margin-right: 10px;
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-size: 15px;
	color: #333;
	letter-spacing: -0.5px;
	cursor: pointer;
	vertical-align: middle;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .job-check .job-check-label::before {
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	background-position: 0 0;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .job-check.ck .job-check-label:before {
	background-position: -30px 0;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area {
	margin-top: 35px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area.display {
	display: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area .sub-area-inner {
	table-layout: fixed;
	width: 100%;
	position: relative;
	min-height: 61px;
	box-sizing: border-box;
	padding: 11px 0 9px 170px;
	background-color: #f8f9fb;
	border-bottom: 1px solid #eaeef3;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area .sub-area-inner.emp-contract {
	display: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area .sub-area-inner.emp-context {
	display: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area .sub-area-inner.category-none {
	display: none !important;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area .sub-area-inner .bar-inner {
	display: table-cell;
	vertical-align: middle;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area .sub-area-inner .bar-inner .inner-title {
	position: absolute;
	left: 0;
	top: 40%;
	width: 155px;
	box-sizing: border-box;
	padding: 0 17px;
	font-size: 13px;
	color: #333;
	letter-spacing: -0.5px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area .sub-area-inner .bar-inner .inner-item {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area .sub-area-inner .bar-inner .inner-item input[type="text"] {
	width: 485px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area .sub-area-inner .bar-inner .inner-item.radio {
	padding-top: 10px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area .sub-area-inner .bar-inner .inner-item.radio .trial-pay {
	min-width: 280px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.radio-row .sub-area .sub-area-inner .bar-inner .inner-item textarea {
	width: 575px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 70px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.recruit-row .sub-area {
	margin-top: 20px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.recruit-row .sub-area.display {
	display: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.recruit-row .sub-area .sub-area-inner {
	table-layout: fixed;
	width: 100%;
	position: relative;
	min-height: 61px;
	box-sizing: border-box;
	padding: 11px 0 9px 170px;
	background-color: #f8f9fb;
	border-bottom: 1px solid #eaeef3;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.recruit-row .sub-area .sub-area-inner .bar-inner {
	display: table-cell;
	vertical-align: middle;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.recruit-row .sub-area .sub-area-inner .bar-inner .inner-title {
	position: absolute;
	left: 0;
	top: 40%;
	width: 155px;
	box-sizing: border-box;
	padding: 0 17px;
	font-size: 13px;
	color: #333;
	letter-spacing: -0.5px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.recruit-row .sub-area .sub-area-inner .bar-inner .inner-item {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.recruit-row .sub-area .sub-area-inner .bar-inner .inner-item textarea {
	width: 575px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 70px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.recruit-row .sub-area .sub-area-inner .bar-inner .inner-item input {
	width: 485px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area {
	margin-top: 10px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner {
	table-layout: fixed;
	width: 100%;
	position: relative;
	min-height: 61px;
	box-sizing: border-box;
	padding: 11px 0 9px 170px;
	background-color: #f8f9fb;
	border-bottom: 1px solid #eaeef3;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner {
	display: table-cell;
	vertical-align: middle;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-float {
	float: left;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-float .half {
	width: 150px !important;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-title {
	position: absolute;
	left: 0;
	top: 40%;
	width: 155px;
	box-sizing: border-box;
	padding: 0 17px;
	font-size: 13px;
	color: #333;
	letter-spacing: -0.5px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-title.right-title {
	left: 407px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-item {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-item textarea {
	width: 575px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 70px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-item .btn-add {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-item .btn-remove {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-item .btn-add:after {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -60px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-item .btn-remove:after {
	display: block;
	width: 20px;
	height: 1px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -85px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-item.right-title {
	margin-left: 95px;
	width: 65%;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt.sal-row .sub-area .sub-area-inner .bar-inner .inner-item input[type="text"] {
	width: 485px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt input {
	width: 672px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt textarea {
	width: 760px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 70px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt input:focus {
	border-color: #565d79;
	outline: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt-md {
	position: relative;
	width: 25%;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt-md input {
	width: 200px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt-md input:focus {
	border-color: #565d79;
	outline: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-lt-md {
	position: absolute;
	left: 535px;
	top: 14px;
	text-align: left;
	color: #999;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt-la {
	position: absolute;
	left: 691px;
	top: 0px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt-la input {
	width: 200px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt-la input:focus {
	border-color: #565d79;
	outline: none;
}

.hiddenTx {
	position: absolute;
	right: 18px;
	top: 14px;
	font-size: 15px;
	color: #999;
}

.hiddenTx.sm {
	right: 120px !important;
}

.hiddenTx.sm2 {
	right: 40px !important;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown {
	width: 300px;
	margin-right: 3px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select.on .job-ad-select-btn {
	border-top-color: #565d79;
	border-left-color: #565d79;
	border-right-color: #565d79;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select.on .job-ad-select-btn::after {
	background-position: -136px 0;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select .job-ad-select-btn {
	color: #000;
	width: 100%;
	height: 48px;
	padding: 0 30px 0 12px;
	border-color: #d4d6d9;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	background-color: #fff;
	font-size: 15px;
	letter-spacing: -0.5px;
	text-align: left;
	position: relative;
	vertical-align: top;
	cursor: pointer;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select .job-ad-select-btn::after {
	content: "";
	display: inline-block;
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	width: 11px;
	height: 6px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -2px;
	background-position: -120px 0;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option {
	display: none;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
	background-color: #fff;
	z-index: 10;
	border: 1px solid #565d79;
	border-top: 1px solid #e1e2e6;
	border-radius: 0 0 3px 3px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list {
	background-color: #fff;
	padding: 7px 0 5px;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .work-type,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-type,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-type,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-obj-type,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-email-type,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-sv-type,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-need-type,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-itv-gb-type,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-itv-obj-type,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-itv-tp-type,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-test-etc-obj-type,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .preferences-type {
	list-style: none;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .work-type button,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-type button,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-type button,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-obj-type button,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-email-type button,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-sv-type button,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-need-type button,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-itv-gb-type button,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-itv-obj-type button,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-itv-tp-type button,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-test-etc-obj-type button,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .preferences-type button {
	width: 100%;
	text-align: left;
	display: block;
	padding: 7px 12px 8px;
	font-size: 15px;
	letter-spacing: -0.5px;
	border: 0 none;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	background-color: #fff;
}

.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .work-type button:hover,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-type button:hover,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-type button:hover,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-obj-type button:hover,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-email-type button:hover,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-sv-type button:hover,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-exam-need-type button:hover,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-itv-gb-type button:hover,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-itv-obj-type button:hover,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-itv-tp-type button:hover,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .recruit-test-etc-obj-type button:hover,
.job-ad-box .job-ad-contents .job-ad-row .job-ad-rt .job-ad-dropdown .job-ad-select-option .option-list .preferences-type button:hover {
	color: #3399ff;
}

.accordion .accordion-header {
	height: 43px;
	padding: 10px;
	margin: 20px 0 -10px;
	background-color: #fafbfc;
	border: 1px solid #d4d6d9;
	position: relative;
	box-sizing: border-box;
	font-size: 17px;
	color: #666;
	letter-spacing: -1px;
}

.accordion .accordion-header.on::after {
	background-position: -120px 0;
}

.accordion .accordion-header.before-job-open {
	margin-bottom: 0px;
}

.accordion .accordion-header::after {
	content: "";
	display: inline-block;
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	width: 11px;
	height: 6px;
	position: absolute;
	right: 370px;
	top: 50%;
	margin-top: -2px;
	background-position: -136px 0;
}

.before-job-area {
	display: block;
	border: 1px solid #eee;
	background-color: #fff;
	padding: 10px 50px 27px;
}

.before-job-area .before-job-table table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 0 none;
}

.before-job-area .before-job-table table tbody td {
	padding: 15px 5px 11px;
	text-align: center;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #edeef0;
}

.before-job-area .before-job-table table tbody td button {
	border: 1px solid #c2c6cd;
	font-size: 13px;
	color: #333;
	padding: 7px 10px;
	min-width: 69px;
	border-radius: 2px;
	letter-spacing: -1px;
	background-color: #fff;
}

.before-page {
	position: relative;
	margin-top: 30px;
	text-align: center;
	clear: both;
}

.before-page ul {
	display: inline-block;
	vertical-align: top;
	font-size: 0px;
}

.before-page ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

.before-page ul li .now {
	color: #333;
	font-weight: bold;
	border: 1px solid #666;
	background-color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	list-style: none;
}

.before-page ul li a {
	color: #333;
	border: 1px solid #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
}


.wrap {
	float: right;
}

/* 
#menu-contents {
	display: none;
	font-weight: normal;
}

.fap_nav,
.fap_nav a,
.fap_nav ul,
.fap_nav li,
.fap_nav div,
.fap_nav form,
.fap_nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.fap_nav a {
	text-decoration: none;
}

.fap_nav li {
	list-style: none;
}

.fap_nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

.fap_nav>li {
	display: block;
	float: left;
}

.fap_nav>li>a {
	position: relative;
	display: block;
	z-index: 510;
	height: 70px;
	padding: 0 10px;
	line-height: 65px;
	font-family: Meiryo, sans-serif;
	font-size: 19px;
	color: #222;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.fap_nav>li:hover>a {
	color: #0079ab;
}

.fap_nav>li>div {
	position: absolute;
	display: block;
	width: 103%;
	top: 50px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	border-radius: 0 0 3px 3px;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.fap_nav>li:hover>div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	padding-bottom: 20px;
	padding-top: 40px;
	font-weight: bold;
}

.fap_nav .nav-column {
	float: left;
}

.fap_nav .nav-column li a {
	display: block;
	margin-top: 25px;
	line-height: 26px;
	font-size: 14px;
	color: #888888;
}

.fap_nav .nav-column li a:hover {
	color: #666666;
} 
*/

/* @group core nav menu */
/* #nav { margin: 0; padding: 0; list-style: none; font-family:"Arial Black", Gadget, sans-serif; }
.tittxt { font-size: 19px; font-weight:bold; }
#nav ul{display:inline-block;}
#nav li { float: left; display: block; background: none; position: relative; z-index: 999; margin: 0 1px; padding:0 20px; }
#nav li a { display: block; padding: 0; font-weight: 700; line-height: 50px; text-decoration: none;  color: #000; zoom: 1; border-left: 1px solid transparent; border-right: 1px solid transparent; padding: 20px 5px 0 5px; }
#nav li a:hover, #nav li a.hov { background-color: #fff; color: #00a1e4; }

@group subnav
#nav ul { position: absolute; left:0px; display: none; margin: 0; padding: 0; list-style: none; border:1px #d5dce8 solid;}	
#nav ul li { width:180px; float: left; border-top: 1px solid #fff; text-align: left; background-color:#fff; }
#nav ul li:hover { border-left:0px solid transparent; border-right: 0px solid transparent;background:#eee }
#nav ul a { display: block; height: 20px; line-height: 20px; padding: 8px 5px; color: #666; border-bottom: 1px solid transparent; text-transform:  uppercase; color: #797979; font-weight: normal; }
#nav ul a:hover { text-decoration: none; border-right-color: transparent; border-left-color: transparent; background: transparent; color: #4e4e4e; }

* html #nav ul { margin: 0 0 0 0; }

 */

/***************************�뿉�씠�쟾�떆 硫붾돱 5媛쒕줈 �뒛�뼱�궇寃쎌슦 *******************/

/* @group core nav menu */
/* #nav2 { margin: 0; padding: 0; list-style: none; font-family:"Arial Black", Gadget, sans-serif;}
#nav2 ul{display:inline-block;}
#nav2 li { float: left; display: block; background: none; position: relative; z-index: 999; margin: 0 1px; padding:0 12px; }
#nav2 li a { display: block; padding: 0; font-weight: 700; line-height: 50px; text-decoration: none;  color: #000; zoom: 1; border-left: 1px solid transparent; border-right: 1px solid transparent; padding-top: 20px; }
#nav2 li a:hover, #nav2 li a.hov { background-color: #fff; color: #00a1e4; }

@group subnav
#nav2 ul { position: absolute; left:0px; display: none; margin: 0; padding: 0; list-style: none; border:1px #d5dce8 solid;}	
#nav2 ul li { width:180px; float: left; border-top: 1px solid #fff; text-align: left; background-color:#fff; }
#nav2 ul li:hover { border-left:0px solid transparent; border-right: 0px solid transparent;background:#eee }
#nav2 ul a { display: block; height: 20px; line-height: 20px; padding: 8px 5px; color: #666; border-bottom: 1px solid transparent; text-transform:  uppercase; color: #797979; font-weight: normal; }
#nav2 ul a:hover { text-decoration: none; border-right-color: transparent; border-left-color: transparent; background: transparent; color: #4e4e4e; }

* html #nav2 ul { margin: 0 0 0 0; } */

/***************************硫붾돱�룞�옉*******************/

/*嚥▲끇彛낉옙�뵠沃섎챷占� 占쎌뵠甕겹끋�뱜 占쎌겫占쎈열*/
#image_list_1 {
	width: 95%;
	height: 270px;
}

#image_list_1 li:nth-child(1) {
	text-align: center;
}

#image_list_1 li a img {
	width: 440px;
	padding-left: 20px;
	height: 174px;
}

.clsBannerScreen {
	overflow: hidden;
	width: 450px;
	cursor: pointer;
	clear: both;
}

.clsBannerScreen .images {
	position: absolute;
	width: 450px;
}

.clsBannerButton {
	width: 250px;
	cursor: pointer;
	margin-top: 10px;
}

.clsBannerButton li {
	float: left;
	padding: 10px 4px 0 4px;
}

#image_list_1 .text1 {
	font-size: 20px;
	font-weight: bolder;
	margin-top: 10px;
	margin-left: 7px;
	margin-bottom: 5px;
	color: #06C;
}

#image_list_1 .text2 {
	font-size: 15px;
	margin-left: 7px;
	margin-bottom: 3px;
}

#image_list_1 .text3 {
	font-size: 15px;
	margin-left: 7px;
	margin-bottom: 3px;
}

#image_list_1 .text4 {
	font-size: 15px;
	margin-left: 7px;
}

#image_list_1 .text5 {
	float: right;
	margin-top: -65px;
}

.layer1 {
	position: relative;
	margin-left: 180px;
}

#image-gallery li ul .text1 {
	font-size: 24px;
	font-weight: bolder;
	margin-top: 10px;
	margin-left: 35px;
	margin-bottom: 5px;
	color: #b36d2e;
}

#image-gallery li ul .text2 {
	font-size: 17px;
	margin-left: 35px;
	margin-bottom: 3px;
}

#image-gallery li ul .text3 {
	font-size: 17px;
	margin-left: 35px;
	margin-bottom: 3px;
}

#image-gallery li ul .text4 {
	font-size: 16px;
	margin-left: 200px;
	margin-bottom: 3px;
}

.quicktop {
	position: absolute;
	z-index: 4;
	margin-left: 1000px;
}

.quicktop li {
	margin-bottom: 2px;
}

/*  �럹�씠吏� css */
.pagination_wrap {
	overflow: hidden;
	text-align: center;
	margin: 45px 0 35px;
}

.pagination_con {
	display: inline-block;
}

.pagination_wrap li {
	float: left;
}

.pagination_wrap input {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 30px;
	width: 30px;
	margin: 2px;
	font-weight: bold;
	font-style: 16px;
}

.pagination_wrap .pagn_center {
	margin: 0 12px;
}

#page {
	padding-left: 0px;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - (0.5rem * 2));
	content: "";
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	font-size: large;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem;
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.modal-h4 {
	text-align: right;
	font-size: medium;
	padding-top: 10px;
}

.modal-approve-h3 {
	text-align: center;
	font-size: large;
	padding: 0px 0px 10px 0px;
}

@media (min-width : 576px) {
	.modal-dialog {
		max-width: 700px;
		margin: 1.75rem auto;
	}

	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}

	.modal-dialog-centered::before {
		height: calc(100vh - (1.75rem * 2));
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width : 992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.form-row-bottom {
	margin-bottom: 0.333rem;
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-row>ul {
	width: inherit;
}

.form-row>ul>.m3 {
	width: 25%;
	float: left;
	margin-right: 5%;
}

.form-row>ul>.m3>input {
	width: 90%;
}

.form-row>ul>.m4 {
	width: 33.3333%;
	float: left;
	margin-right: 5%;
}

.form-row>ul>.m4>input {
	width: 90%;
}

.form-row>ul>.m6 {
	width: 50%;
	float: left;
}

.form-row>ul>.m6>input {
	width: 90%;
}

.form-row>ul>.m6>select {
	width: 90%;
}

.form-row>ul>.m7 {
	width: 58.3333%;
	float: left;
}

.form-row>ul>.m7>input {
	width: 97.5%;
}

.form-row>ul>.m8 {
	width: 66.6666%;
	float: left;
}

.form-row>ul>.m8>input {
	width: 97.5%;
}

.form-row>ul>.m9 {
	width: 75%;
	float: left;
}

.form-row>ul>.m9>input {
	width: 90%;
}

.form-row>ul>li>input {
	text-indent: 5px;
	width: 95%;
}

.form-row>input {
	text-indent: 5px;
	width: 95%;
}

.form-row>textarea {
	text-indent: 5px;
	width: 95.5%;
	resize: none;
	overflow-y: scroll;
}

.red {
	color: red;
}

.blue {
	color: #0054ff;
}

.bold {
	font-weight: bolder;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.file_input_div {
	margin-left: 15px;
	position: relative;
	width: 600px;
	height: 50px;
	overflow: hidden;
}

.file_input_button {
	width: 470px;
	height: 50px;
	position: absolute;
	top: 0px;
	background-color: #464946;
	color: #FFFFFF;
	border-style: solid;
}

.file_input_hidden {
	font-size: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.board_list {
	width: 100%;
	border-top: 2px solid #252525;
	border-bottom: 1px solid #ccc
}

.board_list thead th:first-child {
	background-image: none
}

.board_list thead th {
	border-bottom: 1px solid #ccc;
	padding: 12px 0 13px 0;
	color: #3b3a3a;
	vertical-align: middle
}

.board_list tbody td {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle
}

.board_list tbody tr:first-child td {
	border: none
}

.board_list tbody td.title {
	text-align: left;
	padding-left: 20px
}

.board_list tbody td a {
	display: inline-block
}

.board_view {
	width: 80%;
	margin: auto;
	border-top: 2px solid #252525;
	border-bottom: 1px solid #ccc
}

.board_view tbody th {
	text-align: left;
	background: #D8D8D8;
	color: #3b3a3a
}

.board_view tbody th.list_tit {
	font-size: 13px;
	color: #000;
	letter-spacing: 0.1px
}

.board_view tbody .no_line_b th,
.board_view tbody .no_line_b td {
	border-bottom: none
}

.board_view tbody th,
.board_view tbody td {
	padding: 15px 0 16px 16px;
	border-bottom: 1px solid #ccc
}

.board_view tbody td.view_text {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.board_view tbody th.th_file {
	padding: 0 0 0 15px;
	vertical-align: middle
}

.wdp_90 {
	width: 90%
}

.boardManagerDiv {
	margin-top: 20px;
	margin-right: -2%;
	margin-bottom: 6%;
	width: 55%;
	float: right;
}

#boardMainBtn {
	display: inline-block;
	width: 28%;
	height: 40px;
	font-size: 18.67px;
	color: #fff;
	border: 0;
	background: #212121;
	border-radius: 7px;
	outline: none;
	cursor: pointer;
}

#boardListBtn {
	display: inline-block;
	width: 28%;
	height: 40px;
	font-size: 18.67px;
	color: #fff;
	border: 0;
	background: #212121;
	border-radius: 7px;
	outline: none;
	cursor: pointer;
}

#requestBtn {
	margin-top: 10px;
	margin-bottom: 6%;
	display: inline-block;
	width: 89%;
	height: 40px;
	font-size: 18.67px;
	color: #fff;
	border: 0;
	background: #06c;
	border-radius: 7px;
	outline: none;
	cursor: pointer;
}

.page_title,
.page_sub_title {
	margin-left: 10%;
	margin-top: 20px;
}

#view_text_div {
	width: 100%;
}

.boardImage {
	width: 300px;
}

.acceptBtn {
	width: 50px;
	border: 1px solid #0087e6;
	background-color: #0087e6;
	color: #fff;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	cursor: pointer;
}

.deleteBtn {
	width: 50px;
	border: 1px solid #930117;
	background-color: #930117;
	color: #fff;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	cursor: pointer;
}

.compInfoUpdateBtn {
	width: 105px;
	border: 1px solid #0087e6;
	background-color: #0087e6;
	color: #fff;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: -3px;
	cursor: pointer;
}

.compDisconnectBtn {
	width: 68px;
	border: 1px solid #930117;
	background-color: #930117;
	color: #fff;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 3px;
	cursor: pointer;
}

.compJobAdBtn {
	width: 98px;
	border: 1px solid #808080;
	background-color: #808080;
	color: #fff;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	cursor: pointer;
}

.infoUpdateBtn {
	width: 300px;
	border: 1px solid #0087e6;
	background-color: #0087e6;
	color: #fff;
	height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 7px;
	cursor: pointer;
}

.withdrawBtn {
	width: 300px;
	border: 1px solid #930117;
	background-color: #930117;
	color: #fff;
	height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	cursor: pointer;
}

.detailBtn {
	width: 98px;
	border: 1px solid #808080;
	background-color: #808080;
	color: #fff;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	cursor: pointer;
}

.updateBtn {
	width: 50px;
	border: 1px solid #0087e6;
	background-color: #0087e6;
	color: #fff;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 10px;
	cursor: pointer;
}

.personalDocBtn {
	width: 98px;
	border: 1px solid #808080;
	background-color: #808080;
	color: #fff;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 20px;
	cursor: pointer;
}

.downloadBtn {
	width: 98px;
	border: 1px solid #000000;
	background-color: #000000;
	color: #fff;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 0px;
	cursor: pointer;
}

#means_direct {
	position: relative;
	width: 100%;
}

#means_direct .means_direct_id {
	position: absolute;
	left: 110px;
	top: 14px;
	font-weight: bold;
	color: #000;
}

#means_direct .means_direct_pw {
	position: absolute;
	left: 110px;
	top: 84px;
	font-weight: bold;
	color: #000;
}

#means_direct input {
	width: 650px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#means_direct .insertBtn {
	width: 350px;
	border: 1px solid #0087e6;
	background-color: #0087e6;
	color: #fff;
	height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 1px;
	cursor: pointer;
}

#request_list_1 {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	border: 1px solid #b0b0b0;
}

#request_list_1 li {
	display: inline-block;
}

#request_list_1 .title1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 1000px;
}

#request_list_1 .title1 .wi1 {
	width: 50px;
	text-align: center;
}

#request_list_1 .title1 .wi2 {
	width: 50px;
	text-align: center;
}

#request_list_1 .title1 .wi3 {
	width: 435px;
	text-align: center;
}

#request_list_1 .title1 .wi4 {
	width: 435px;
	text-align: center;
}

#request_list_2 {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	border: 1px solid #b0b0b0;
}

#request_list_2 li {
	display: inline-block;
}

#request_list_2 .title2 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#request_list_2 .title2 .wi5 {
	width: 50px;
	text-align: center;
}

#request_list_2 .title2 .wi6 {
	width: 50px;
	text-align: center;
}

#request_list_2 .title2 .wi7 {
	width: 435px;
	text-align: center;
}

#request_list_2 .title2 .wi8 {
	width: 435px;
	text-align: center;
}

#request_list_2 .title2 .wi6 .request-label {
	z-index: 2;
	font-size: 16px;
	position: relative;
	display: block;
	color: #666;
	cursor: pointer;
	vertical-align: middle;
}

#request_list_2 .title2 .wi6 .request-label:after {
	content: '';
	display: block;
	position: relative;
	right: 0;
	left: 15px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: #fff url(../images/icon-images2.png) 0 -283px no-repeat;
}

#request_list_2 .title2 .wi6 .request-label.check:after {
	background-position: 0 -253px;
}

#control_list_1 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#control_list_1 li {
	display: inline-block;
}

#control_list_1 .title1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 900px;
}

#control_list_1 .title1 .wi1 {
	width: 445px;
	text-align: center;
}

#control_list_1 .title1 .wi2 {
	width: 445px;
	text-align: center;
}

#control_list_2 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#control_list_2 li {
	display: inline-block;
}

#control_list_2 .title2 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#control_list_2 .title2 .wi5 {
	width: 445px;
	text-align: center;
}

#control_list_2 .title2 .wi6 {
	width: 445px;
	text-align: center;
}

#uncontrol_list_1 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#uncontrol_list_1 li {
	display: inline-block;
}

#uncontrol_list_1 .title1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 900px;
}

#uncontrol_list_1 .title1 .wi1 {
	width: 445px;
	text-align: center;
}

#uncontrol_list_1 .title1 .wi2 {
	width: 445px;
	text-align: center;
}

#uncontrol_list_2 {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 1px solid #b0b0b0;
}

#uncontrol_list_2 li {
	display: inline-block;
}

#uncontrol_list_2 .title2 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#uncontrol_list_2 .title2 .wi5 {
	width: 445px;
	text-align: center;
}

#uncontrol_list_2 .title2 .wi6 {
	width: 445px;
	text-align: center;
}

#standby_list_1 {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	border: 1px solid #b0b0b0;
}

#standby_list_1 li {
	display: inline-block;
}

#standby_list_1 .title1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 1000px;
}

#standby_list_1 .title1 .wi1 {
	width: 50px;
	text-align: center;
}

#standby_list_1 .title1 .wi2 {
	width: 435px;
	text-align: center;
}

#standby_list_1 .title1 .wi3 {
	width: 435px;
	text-align: center;
}

#standby_list_1 .title1 .wi4 {
	width: 50px;
	text-align: center;
}

#standby_list_2 {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	border: 1px solid #b0b0b0;
}

#standby_list_2 li {
	display: inline-block;
}

#standby_list_2 .title2 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#standby_list_2 .title2 .wi5 {
	width: 50px;
	text-align: center;
}

#standby_list_2 .title2 .wi6 {
	width: 435px;
	text-align: center;
}

#standby_list_2 .title2 .wi7 {
	width: 435px;
	text-align: center;
}

#standby_list_2 .title2 .wi8 {
	width: 50px;
	text-align: center;
}

#refusal_list_1 {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	border: 1px solid #b0b0b0;
}

#refusal_list_1 li {
	display: inline-block;
}

#refusal_list_1 .title1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 1000px;
}

#refusal_list_1 .title1 .wi1 {
	width: 50px;
	text-align: center;
}

#refusal_list_1 .title1 .wi2 {
	width: 435px;
	text-align: center;
}

#refusal_list_1 .title1 .wi3 {
	width: 435px;
	text-align: center;
}

#refusal_list_1 .title1 .wi4 {
	width: 50px;
	text-align: center;
}

#refusal_list_2 {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	border: 1px solid #b0b0b0;
}

#refusal_list_2 li {
	display: inline-block;
}

#refusal_list_2 .title2 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#refusal_list_2 .title2 .wi5 {
	width: 50px;
	text-align: center;
}

#refusal_list_2 .title2 .wi6 {
	width: 435px;
	text-align: center;
}

#refusal_list_2 .title2 .wi7 {
	width: 435px;
	text-align: center;
}

#refusal_list_2 .title2 .wi8 {
	width: 50px;
	text-align: center;
}

#approval_list_1 {
	margin: 0 auto;
	text-align: center;
	width: 1200px;
	border: 1px solid #b0b0b0;
}

#approval_list_1 li {
	display: inline-block;
}

#approval_list_1 .title1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 1200px;
}

#approval_list_1 .title1 .wi1 {
	width: 50px;
	text-align: center;
}

#approval_list_1 .title1 .wi2 {
	width: 400px;
	text-align: center;
}

#approval_list_1 .title1 .wi3 {
	width: 400px;
	text-align: center;
}

#approval_list_1 .title1 .wi4 {
	width: 100px;
	text-align: center;
}

#approval_list_1 .title1 .wi5 {
	width: 100px;
	text-align: center;
}

#approval_list_1 .title1 .wi6 {
	width: 100px;
	text-align: center;
}

#approval_list_2 {
	margin: 0 auto;
	text-align: center;
	width: 1200px;
	border: 1px solid #b0b0b0;
}

#approval_list_2 li {
	display: inline-block;
}

#approval_list_2 .title2 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#approval_list_2 .title2 .wi7 {
	width: 50px;
	text-align: center;
}

#approval_list_2 .title2 .wi8 {
	width: 400px;
	text-align: center;
}

#approval_list_2 .title2 .wi9 {
	width: 400px;
	text-align: center;
}

#approval_list_2 .title2 .wi10 {
	width: 100px;
	text-align: center;
}

#approval_list_2 .title2 .wi11 {
	width: 100px;
	text-align: center;
}

#approval_list_2 .title2 .wi12 {
	width: 100px;
	text-align: center;
}

#connect_list_1 {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	border: 1px solid #b0b0b0;
}

#connect_list_1 li {
	display: inline-block;
}

#connect_list_1 .title1 {
	background-color: #333333;
	font-weight: bolder;
	height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	width: 1000px;
}

#connect_list_1 .title1 .wi1 {
	width: 50px;
	text-align: center;
}

#connect_list_1 .title1 .wi2 {
	width: 425px;
	text-align: center;
}

#connect_list_1 .title1 .wi3 {
	width: 425px;
	text-align: center;
}

#connect_list_1 .title1 .wi4 {
	width: 70px;
	text-align: center;
}

#connect_list_2 {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	border: 1px solid #b0b0b0;
}

#connect_list_2 li {
	display: inline-block;
}

#connect_list_2 .title2 {
	height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 10px;
}

#connect_list_2 .title2 .wi5 {
	width: 50px;
	text-align: center;
}

#connect_list_2 .title2 .wi6 {
	width: 425px;
	text-align: center;
}

#connect_list_2 .title2 .wi7 {
	width: 425px;
	text-align: center;
}

#connect_list_2 .title2 .wi8 {
	width: 70px;
	text-align: center;
}

/*footer*/
/*
.footer {color: #fff; background-color: #000; overflow: hidden; width: 100%; margin: 0 auto; bottom: 0;}
.footer_wrap {width: 1127px; margin: 0 auto; overflow: hidden;}
.footer_logo {float: left; width: 20%;}
.footer_contents {float: right; width: 80%;}
.footer_menu {overflow: hidden; margin-right: 0px; font-size: 13px; padding:  30px 0 30px; border-bottom:  1px solid #fff;}
.footer_menu ul { overflow:  hidden; width:  98%; margin: 0 auto;}
.footer_menu ul li a{ padding: 8px; color:  #fff;}
.footer_menu ul li { background: url('../images/ico_part.png') no-repeat left center; float: left; overflow:  hidden;}
.footer_menu ul li:first-child {background: none;}
.footer_desc {padding-top:  23px;}
.footer_desc ul li{font-size: 13px; text-align:  center; margin-bottom: 4px;}
.footer_desc p {font-size: 13px; text-align: center; margin: 27px 0 48px; }
.footer_logo {position:  relative; width:  20%; height:  200px; display:  inline-block;}
.footer_logo img {position:  absolute; top: 0; bottom:  0; left: 0; right:  0; margin:  auto; text-align:  center;}
*/

/*吏��썝�닚�쐞 蹂�寃� �뀒�씠釉� �뵒�옄�씤*/
.rank_change_modal_body {
	text-align: center;
	margin: auto;
	width: 95%;
}

.rankChangeTb {
	width: 100%;
	border: 2px solid #1ABC9C;
}

.rankChangeTb thead {
	background: #1ABC9C;
	color: white;
}

.rankChangeTb tbody tr:hover {
	background: #BDC3C7;
	color: #FFFFFF;
}

.rankChangeTb thead tr .rcth1 {
	text-align: center;
	vertical-align: middle;
	width: 6%;
	height: 40px;
}

.rankChangeTb thead tr .rcth2 {
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 40px;
}

.rankChangeTb thead tr .rcth3 {
	text-align: center;
	vertical-align: middle;
	width: 25%;
	height: 40px;
}

.rankChangeTb thead tr .rcth4 {
	text-align: center;
	vertical-align: middle;
	width: 13%;
	height: 40px;
}

.rankChangeTb thead tr .rcth5 {
	text-align: center;
	vertical-align: middle;
	width: 20%;
	height: 40px;
}

.rankChangeTb thead tr .rcth6 {
	text-align: center;
	vertical-align: middle;
	width: 30%;
	height: 40px;
}

.rankChangeTb tbody tr .rctd1 {
	text-align: center;
	vertical-align: middle;
	width: 6%;
	height: 80px;
}

.rankChangeTb tbody tr .rctd2 {
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 80px;
}

.rankChangeTb tbody tr .rctd3 {
	text-align: center;
	vertical-align: middle;
	width: 25%;
	height: 80px;
}

.rankChangeTb tbody tr .rctd4 {
	text-align: center;
	vertical-align: middle;
	width: 13%;
	height: 80px;
}

.rankChangeTb tbody tr .rctd5 {
	text-align: center;
	vertical-align: middle;
	width: 20%;
	height: 80px;
}

.rankChangeTb tbody tr .rctd6 {
	text-align: center;
	vertical-align: middle;
	width: 30%;
	height: 80px;
	overflow-wrap: anywhere;
}

.rankChangeTb caption {
	text-align: center;
}

.applyStatusTb {
	width: 100%;
	border: 2px solid #0087e6;
}

.applyStatusTb thead {
	background: #0087e6;
	color: white;
}

.applyStatusTb tbody tr:hover {
	background: #BDC3C7;
	color: #FFFFFF;
}

.applyStatusTb thead tr .asth1 {
	text-align: center;
	vertical-align: middle;
	width: 7%;
	height: 40px;
}

.applyStatusTb thead tr .asth2 {
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 40px;
}

.applyStatusTb thead tr .asth3 {
	text-align: center;
	vertical-align: middle;
	width: 30%;
	height: 40px;
}

.applyStatusTb thead tr .asth4 {
	text-align: center;
	vertical-align: middle;
	width: 13%;
	height: 40px;
}

.applyStatusTb thead tr .asth5 {
	text-align: center;
	vertical-align: middle;
	width: 35%;
	height: 40px;
}

.applyStatusTb tbody tr .astd1 {
	text-align: center;
	vertical-align: middle;
	width: 7%;
	height: 40px;
}

.applyStatusTb tbody tr .astd2 {
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 40px;
}

.applyStatusTb tbody tr .astd3 {
	text-align: center;
	vertical-align: middle;
	width: 30%;
	height: 40px;
}

.applyStatusTb tbody tr .astd4 {
	text-align: center;
	vertical-align: middle;
	width: 13%;
	height: 40px;
}

.applyStatusTb tbody tr .astd5 {
	text-align: center;
	vertical-align: middle;
	width: 35%;
	height: 40px;
	overflow-wrap: anywhere;
}

.applyStatusTb caption {
	text-align: center;
}

/*�긽�꽭�젙蹂� 紐⑤떖*/
.apply_detail_modal_body {
	text-align: center;
	margin: auto;
	width: 95%;
}

.applyStatusDiv {
	width: 100%;
}

.applyDetailTb {
	width: 33%;
	float: left;
	margin-bottom: 6%;
}

.applyDetailTb tr .adth1 {
	text-align: center;
	vertical-align: middle;
	height: 50px;
	background-color: #0087e6;
	color: white;
	font-size: medium;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.applyDetailTb tr .adtd1 {
	text-align: center;
	vertical-align: middle;
	height: 50px;
	font-size: medium;
	background-color: #CEF6F5;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

/*�궗�슜�옄 �꽌釉� 異붽�*/
#sub1Box {
	margin: 0 auto;
	width: 100%;
	/* border: 1px solid #e4e5e7; */
	background-color: #fff;
	text-align: center;
}

#sub1_border {
	border-top: 1px solid #CCC;
	width: 720px;
}

#sub1_tab {
	margin: 0 auto;
	width: 1100px;
	text-align: left;
	margin-left: 15px;
	padding-bottom: 20px;
}

#sub1_tab2 {
	margin: 0 auto;
	text-align: left;
	margin-left: 0px;
	margin-top: 50px;
	padding-bottom: 0px;
}

#sub1Box .sub1_search {
	margin: 0 auto;
	width: 100%;
	text-align: right;
	padding-bottom: 30px;
	margin-bottom: -80px;
}

#sub1Box input {
	padding: 3px;
	margin: 3px;
	color: #3a3a3a;
	border: 1px solid #b0b0b0;
	width: 300px;
	height: 26px;
}
/*부경진 채용공고 목록 point color  */
#sub1_bbs .jobname {
/* 	color: #09F; */
/* 	color: #010c80; */
color: #00538d;

	font-size: 16px;
	font-weight: bold;
}

#sub1_bbs .jobgwork {
	color: #666;
	font-size: 13px;
	padding-top: 10px;
}

#sub1_bbs .jobgpack {
	color: #666;
	font-size: 13px;
}

#sub1_bbs .jobgzone {
	color: #666;
	font-size: 13px;
}

#sub1_bbs .jobgroup {
	color: #8c8c8c;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#sub1Box .subFind {
	text-align: left;
	padding: 20px;
}

#sub1Box select {
	width: 200px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

#sub1Box select::-ms-expand {
	display: none;
}

#sub1_bbs {
	margin: 0 auto;
	width: 100%;
	/* border-left: 1px solid #ddd;
	border-right: 1px solid #ddd; */
	background-color: #fff;
}

#sub1_bbs li {
	display: inline-block;
}

#sub1_bbs .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_bbs .tit1 {
	background-color: #333;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

#sub1_bbs .wid1 {
	width: 5%;
	vertical-align: top;
}

#sub1_bbs .wid2 {
	width: 40%;
	text-align: left;
}

#sub1_bbs .wid3 {
	width: 20%;
	text-align: center;
	vertical-align: top;
}

#sub1_bbs .wid4 {
	width: 10%;
	text-align: center;
	vertical-align: top;
}

#sub1_bbs .wid5 {
	width: 10%;
	text-align: center;
	vertical-align: top;
}

#sub1_bbs .tit2 {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
}

#qnabtn {
	padding-bottom: 20px;
}

#sub1_group {
	margin: 0 auto;
	width: 95%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_group li {
	display: inline-block;
}

#sub1_group .group1 ul {}

#sub1_group .group1 {
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	padding-bottom: 20px;
}

#sub1_group .group1 .tit1 {
	width: 11%;
	text-align: right;
	padding-right: 3%;
}

#sub1_group .group1 .tit2 {
	width: 85%;
	text-align: left;
}

#sub1_basic {
	margin: 0 auto;
	width: 700px;
}

#sub1_basic .jointxt1 {
	margin-top: 40px;
	font-size: 18px;
	color: #3a3a3a;
	text-align: left;
	margin-bottom: 10px;
}

#sub1_basic .jointxt2 {
	margin-bottom: 30px;
	text-align: left;
}

#sub1_basic .companylogo {
	text-align: left;
}

#sub1_basicbox {
	margin: 0 auto;
	width: 550px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: 170px;
	margin-top: -150px;
	margin-bottom: 20px;
}

#sub1_basicbox li {
	display: inline-block;
}

#sub1_basicbox .tit1 ul {}

#sub1_basicbox .tit1 {
	border-bottom: 1px solid #ddd;
}

#sub1_basicbox .tit1 .wid1 {
	width: 150px;
	text-align: center;
	height: 30px;
	font-weight: bolder;
	color: #333;
	padding-top: 5px;
	border-right: 1px solid #ddd;
}

#sub1_basicbox .tit1 .wid2 {
	width: 340px;
	text-align: left;
	height: 30px;
	padding-left: 5px;
}

#sub1_basicbtn {
	padding-bottom: 20px;
}

#sub1_goyong {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#sub1_goyong li {
	display: inline-block;
}

#sub1_goyong .tit1 ul {}

#sub1_goyong .tit1 {
	border-bottom: 1px solid #ddd;
}

#sub1_goyong .tit1 .wid1 {
	width: 150px;
	text-align: center;
	height: 40px;
	font-weight: bolder;
	color: #333;
	padding-top: 15px;
	border-right: 1px solid #ddd;
}

#sub1_goyong .tit1 .wid2 {
	width: 530px;
	text-align: left;
	height: 40px;
	padding-left: 5px;
}

#sub1_select {
	width: 700px;
	text-align: left;
}

#sub1_basic select {
	width: 200px;
	height: 40px;
	padding-left: 10px;
	font-size: 16px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

#sub1_graf {}

#sub1_qna {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 20px;
}

#sub1_qna li {
	display: inline-block;
}

#sub1_qna .tit1 ul {}

#sub1_qna .tit1 {
	border-bottom: 1px solid #ddd;
}

#sub1_qna .tit1 .wid1 {
	width: 150px;
	text-align: center;
	font-weight: bolder;
	color: #333;
	padding-top: 15px;
	height: 40px;
	border-right: 1px solid #ddd;
}

#sub1_qna .tit1 .wid2 {
	width: 530px;
	text-align: left;
	padding-left: 5px;
	height: 40px
}

#sub1_qna .tit2 {}

#sub1_qna .tit2 .wid3 {
	width: 700px;
	height: 100%;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding-left: 5px;
	padding: 5px;
}

#sub1_qnacbtn {
	padding-bottom: 20px;
}

#sub1_qna2 {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 20px;
}

#sub1_qna2 li {
	display: inline-block;
}

#sub1_qna2 .tit1 ul {}

#sub1_qna2 .tit1 {
	background-color: #333;
	font-weight: bolder;
	color: #fff;
	padding-top: 15px;
}

#sub1_qna2 .tit1 .wid1 {
	width: 100px;
	text-align: center;
	height: 40px;
}

#sub1_qna2 .tit1 .wid2 {
	width: 400px;
	text-align: center;
}

#sub1_qna2 .tit1 .wid3 {
	width: 180px;
	text-align: center;
}

#sub1_qna2 .tit2 {
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
}

#sub1_qna2 .tit2 .wid1 {
	width: 100px;
	text-align: center;
	height: 40px;
}

#sub1_qna2 .tit2 .wid2 {
	width: 400px;
	text-align: center;
}

#sub1_qna2 .tit2 .wid3 {
	width: 180px;
	height: 100%;
	text-align: center;
}

#sub1_jiwon {
	margin: 0 auto;
	width: 1100px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_jiwon li {
	display: inline-block;
}

#sub1_jiwon .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_jiwon .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	padding-top: 10px;
	color: #fff;
}

#sub1_jiwon .wid1 {
	width: 50px;
	text-align: center;
}

#sub1_jiwon .wid2 {
	width: 200px;
	text-align: center;
}

#sub1_jiwon .wid3 {
	width: 100px;
	text-align: center;
}

#sub1_jiwon .wid4 {
	width: 150px;
	text-align: center;
}

#sub1_jiwon .wid5 {
	width: 150px;
	text-align: center;
}

#sub1_jiwon .wid6 {
	width: 150px;
	text-align: center;
}

#sub1_jiwon .wid7 {
	width: 250px;
	text-align: center;
}

#sub1_jiwon .tit2 {
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_jiwon2 {
	margin: 0 auto;
	width: 1100px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_jiwon2 li {
	display: inline-block;
}

#sub1_jiwon2 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_jiwon2 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
}

#sub1_jiwon2 .wid1 {
	width: 50px;
	text-align: center;
}

#sub1_jiwon2 .wid2 {
	width: 350px;
	text-align: center;
}

#sub1_jiwon2 .wid3 {
	width: 180px;
	text-align: center;
}

#sub1_jiwon2 .wid4 {
	width: 80px;
	text-align: center;
}

#sub1_jiwon2 .wid5 {
	width: 300px;
	text-align: center;
}

#sub1_jiwon2 .wid6 {
	width: 100px;
	text-align: center;
}

#sub1_jiwon2 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_jiwon3 {
	margin: 0 auto;
	width: 1100px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_jiwon3 li {
	display: inline-block;
}

#sub1_jiwon3 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_jiwon3 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	color: #fff;
}

#sub1_jiwon3 .wid1 {
	width: 50px;
	text-align: center;
}

#sub1_jiwon3 .wid2 {
	width: 400px;
	text-align: center;
}

#sub1_jiwon3 .wid3 {
	width: 200px;
	text-align: center;
}

#sub1_jiwon3 .wid4 {
	width: 200px;
	text-align: center;
}

#sub1_jiwon3 .wid5 {
	width: 200px;
	text-align: center;
}

#sub1_jiwon3 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_acompany {
	margin: 0 auto;
	width: 600px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_acompany li {
	display: inline-block;
}

#sub1_acompany .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_acompany .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 40px;
	padding-top: 10px;
	color: #fff;
}

#sub1_acompany .tit1 .wid1 {
	width: 50px;
	text-align: center;
}

#sub1_acompany .tit1 .wid2 {
	width: 85px;
	text-align: center;
}

#sub1_acompany .tit1 .wid3 {
	width: 85px;
	text-align: center;
}

#sub1_acompany .tit1 .wid4 {
	width: 85px;
	text-align: center;
}

#sub1_acompany .tit1 .wid5 {
	width: 85px;
	text-align: center;
}

#sub1_acompany .tit1 .wid6 {
	width: 85px;
	text-align: center;
}

#sub1_acompany .tit1 .wid7 {
	width: 85px;
	text-align: center;
}

#sub1_acompany .tit2 {
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_acompany .tit2 .wid1 {
	width: 50px;
	text-align: center;
}

#sub1_acompany .tit2 .wid2 {
	width: 85px;
	text-align: center;
}

#sub1_acompany .tit2 .wid3 {
	width: 85px;
	text-align: center;
}

#sub1_acompany .tit2 .wid4 {
	width: 85px;
	text-align: center;
}

#sub1_acompany .tit2 .wid5 {
	width: 85px;
	text-align: center;
}

#sub1_acompany .tit2 .wid6 {
	width: 85px;
	text-align: center;
}

#sub1_acompany .tit2 .wid7 {
	width: 85px;
	text-align: center;
}

#sub1_acompany2 {
	margin: 0 auto;
	width: 600px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_acompany2 li {
	display: inline-block;
}

#sub1_acompany2 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_acompany2 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 40px;
	padding-top: 10px;
	color: #fff;
}

#sub1_acompany2 .tit1 .wid1 {
	width: 115px;
	text-align: center;
}

#sub1_acompany2 .tit1 .wid2 {
	width: 115px;
	text-align: center;
}

#sub1_acompany2 .tit1 .wid3 {
	width: 115px;
	text-align: center;
}

#sub1_acompany2 .tit1 .wid4 {
	width: 115px;
	text-align: center;
}

#sub1_acompany2 .tit1 .wid5 {
	width: 115px;
	text-align: center;
}

#sub1_acompany2 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_acompany2 .tit2 .wid1 {
	width: 115px;
	text-align: center;
}

#sub1_acompany2 .tit2 .wid2 {
	width: 115px;
	text-align: center;
}

#sub1_acompany2 .tit2 .wid3 {
	width: 115px;
	text-align: center;
}

#sub1_acompany2 .tit2 .wid4 {
	width: 115px;
	text-align: center;
}

#sub1_acompany2 .tit2 .wid5 {
	width: 115px;
	text-align: center;
}

#modaltitle {
	margin-top: 20px;
	font-size: 18px;
	color: #3a3a3a;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 10px;
}

#sub1_my {
	margin: 0 auto;
	width: 1100px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_my li {
	display: inline-block;
}

#sub1_my .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_my .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
}

#sub1_my .tit1 .wid1 {
	width: 40px;
	text-align: center;
}

#sub1_my .tit1 .wid2 {
	width: 400px;
	text-align: center;
}

#sub1_my .tit1 .wid3 {
	width: 80px;
	text-align: center;
}

#sub1_my .tit1 .wid4 {
	width: 80px;
	text-align: center;
}

#sub1_my .tit1 .wid5 {
	width: 150px;
	text-align: center;
}

#sub1_my .tit1 .wid6 {
	width: 90px;
	text-align: center;
}

#sub1_my .tit1 .wid7 {
	width: 80px;
	text-align: center;
}

#sub1_my .tit1 .wid8 {
	width: 130px;
	text-align: center;
}

#sub1_my .tit2 {
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_my .tit2 .wid1 {
	width: 40px;
	text-align: center;
}

#sub1_my .tit2 .wid2 {
	width: 400px;
	text-align: center;
}

#sub1_my .tit2 .wid3 {
	width: 80px;
	text-align: center;
}

#sub1_my .tit2 .wid4 {
	width: 80px;
	text-align: center;
}

#sub1_my .tit2 .wid5 {
	width: 150px;
	text-align: center;
}

#sub1_my .tit2 .wid6 {
	width: 90px;
	text-align: center;
}

#sub1_my .tit2 .wid7 {
	width: 80px;
	text-align: center;
}

#sub1_my .tit2 .wid8 {
	width: 130px;
	text-align: center;
}

#sub1_mybtn {
	margin: 0 auto;
	width: 1100px;
	text-align: right;
	padding-bottom: 5px;
}

#sub1_my2 {
	margin: 0 auto;
	width: 1100px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_my2 li {
	display: inline-block;
}

#sub1_my2 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_my2 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
}

#sub1_my2 .tit1 .wid1 {
	width: 40px;
	text-align: center;
}

#sub1_my2 .tit1 .wid2 {
	width: 320px;
	text-align: center;
}

#sub1_my2 .tit1 .wid3 {
	width: 70px;
	text-align: center;
}

#sub1_my2 .tit1 .wid4 {
	width: 60px;
	text-align: center;
}

#sub1_my2 .tit1 .wid5 {
	width: 130px;
	text-align: center;
}

#sub1_my2 .tit1 .wid6 {
	width: 100px;
	text-align: center;
}

#sub1_my2 .tit1 .wid7 {
	width: 150px;
	text-align: center;
}

#sub1_my2 .tit1 .wid8 {
	width: 90px;
	text-align: center;
}

#sub1_my2 .tit1 .wid9 {
	width: 90px;
	text-align: center;
}

#sub1_my2 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_my2 .tit2 .wid1 {
	width: 40px;
	text-align: center;
}

#sub1_my2 .tit2 .wid2 {
	width: 320px;
	text-align: center;
}

#sub1_my2 .tit2 .wid3 {
	width: 70px;
	text-align: center;
}

#sub1_my2 .tit2 .wid4 {
	width: 60px;
	text-align: center;
}

#sub1_my2 .tit2 .wid5 {
	width: 130px;
	text-align: center;
}

#sub1_my2 .tit2 .wid6 {
	width: 100px;
	text-align: center;
}

#sub1_my2 .tit2 .wid7 {
	width: 150px;
	text-align: center;
}

#sub1_my2 .tit2 .wid8 {
	width: 90px;
	text-align: center;
}

#sub1_my2 .tit2 .wid9 {
	width: 90px;
	text-align: center;
}

#sub1_my3 {
	margin: 0 auto;
	width: 1100px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_my3 li {
	display: inline-block;
}

#sub1_my3 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_my3 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	color: #fff;
}

#sub1_my3 .tit1 .wid1 {
	width: 100px;
	text-align: center;
}

#sub1_my3 .tit1 .wid2 {
	width: 550px;
	text-align: center;
}

#sub1_my3 .tit1 .wid3 {
	width: 200px;
	text-align: center;
}

#sub1_my3 .tit1 .wid4 {
	width: 200px;
	text-align: center;
}

#sub1_my3 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_my3 .tit2 .wid1 {
	width: 100px;
	text-align: center;
}

#sub1_my3 .tit2 .wid2 {
	width: 550px;
	text-align: center;
}

#sub1_my3 .tit2 .wid3 {
	width: 200px;
	text-align: center;
}

#sub1_my3 .tit2 .wid4 {
	width: 200px;
	text-align: center;
}

#sub1_acompany3 {
	margin: 0 auto;
	width: 600px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_acompany3 li {
	display: inline-block;
}

#sub1_acompany3 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_acompany3 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 40px;
	padding-top: 10px;
	color: #fff;
}

#sub1_acompany3 .tit1 .wid1 {
	width: 150px;
	text-align: center;
}

#sub1_acompany3 .tit1 .wid2 {
	width: 140px;
	text-align: center;
}

#sub1_acompany3 .tit1 .wid3 {
	width: 140px;
	text-align: center;
}

#sub1_acompany3 .tit1 .wid4 {
	width: 140px;
	text-align: center;
}

#sub1_acompany3 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_acompany3 .tit2 .wid1 {
	width: 150px;
	text-align: center;
}

#sub1_acompany3 .tit2 .wid2 {
	width: 140px;
	text-align: center;
}

#sub1_acompany3 .tit2 .wid3 {
	width: 140px;
	text-align: center;
}

#sub1_acompany3 .tit2 .wid4 {
	width: 140px;
	text-align: center;
}

#sub1_acompany4 {
	margin: 0 auto;
	width: 600px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_acompany4 li {
	display: inline-block;
}

#sub1_acompany4 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_acompany4 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 40px;
	padding-top: 10px;
	color: #fff;
}

#sub1_acompany4 .tit1 .wid1 {
	width: 120px;
	text-align: center;
}

#sub1_acompany4 .tit1 .wid2 {
	width: 110px;
	text-align: center;
}

#sub1_acompany4 .tit1 .wid3 {
	width: 110px;
	text-align: center;
}

#sub1_acompany4 .tit1 .wid4 {
	width: 110px;
	text-align: center;
}

#sub1_acompany4 .tit1 .wid5 {
	width: 110px;
	text-align: center;
}

#sub1_acompany4 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_acompany4 .tit2 .wid1 {
	width: 120px;
	text-align: center;
}

#sub1_acompany4 .tit2 .wid2 {
	width: 110px;
	text-align: center;
}

#sub1_acompany4 .tit2 .wid3 {
	width: 110px;
	text-align: center;
}

#sub1_acompany4 .tit2 .wid4 {
	width: 110px;
	text-align: center;
}

#sub1_acompany4 .tit2 .wid5 {
	width: 110px;
	text-align: center;
}

#sub1_acompany5 {
	margin: 0 auto;
	width: 600px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_acompany5 li {
	display: inline-block;
}

#sub1_acompany5 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_acompany5 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 40px;
	padding-top: 10px;
	color: #fff;
}

#sub1_acompany5 .tit1 .wid1 {
	width: 170px;
	text-align: center;
}

#sub1_acompany5 .tit1 .wid2 {
	width: 170px;
	text-align: center;
}

#sub1_acompany5 .tit1 .wid3 {
	width: 170px;
	text-align: center;
}

#sub1_acompany5 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_acompany5 .tit2 .wid1 {
	width: 170px;
	text-align: center;
}

#sub1_acompany5 .tit2 .wid2 {
	width: 170px;
	text-align: center;
}

#sub1_acompany5 .tit2 .wid3 {
	width: 170px;
	text-align: center;
}

#sub1_acompany6 {
	margin: 0 auto;
	width: 600px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_acompany6 li {
	display: inline-block;
}

#sub1_acompany6 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_acompany6 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 40px;
	padding-top: 10px;
	color: #fff;
}

#sub1_acompany6 .tit1 .wid1 {
	width: 110px;
	text-align: center;
}

#sub1_acompany6 .tit1 .wid2 {
	width: 120px;
	text-align: center;
}

#sub1_acompany6 .tit1 .wid3 {
	width: 120px;
	text-align: center;
}

#sub1_acompany6 .tit1 .wid4 {
	width: 110px;
	text-align: center;
}

#sub1_acompany6 .tit1 .wid5 {
	width: 110px;
	text-align: center;
}

#sub1_acompany6 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_acompany6 .tit2 .wid1 {
	width: 110px;
	text-align: center;
}

#sub1_acompany6 .tit2 .wid2 {
	width: 120px;
	text-align: center;
}

#sub1_acompany6 .tit2 .wid3 {
	width: 120px;
	text-align: center;
}

#sub1_acompany6 .tit2 .wid4 {
	width: 110px;
	text-align: center;
}

#sub1_acompany6 .tit2 .wid5 {
	width: 110px;
	text-align: center;
}

#sub1_acompany7 {
	margin: 0 auto;
	width: 600px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
}

#sub1_acompany7 li {
	display: inline-block;
}

#sub1_acompany7 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub1_acompany7 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 40px;
	padding-top: 10px;
	color: #fff;
}

#sub1_acompany7 .tit1 .wid1 {
	width: 100px;
	text-align: center;
}

#sub1_acompany7 .tit1 .wid2 {
	width: 120px;
	text-align: center;
}

#sub1_acompany7 .tit1 .wid3 {
	width: 120px;
	text-align: center;
}

#sub1_acompany7 .tit1 .wid4 {
	width: 120px;
	text-align: center;
}

#sub1_acompany7 .tit1 .wid5 {
	width: 110px;
	text-align: center;
}

#sub1_acompany7 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub1_acompany7 .tit2 .wid1 {
	width: 100px;
	text-align: center;
}

#sub1_acompany7 .tit2 .wid2 {
	width: 120px;
	text-align: center;
}

#sub1_acompany7 .tit2 .wid3 {
	width: 120px;
	text-align: center;
}

#sub1_acompany7 .tit2 .wid4 {
	width: 120px;
	text-align: center;
}

#sub1_acompany7 .tit2 .wid5 {
	width: 110px;
	text-align: center;
}

#sub1_acompany8 {
	margin: 0 auto;
	width: 600px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #ddd;
	margin-bottom: 50px;
	padding: 10px;
}

/*占쎌뵠占쎌젾占쎄퐣*/
#sub1_basic {
	margin: 0 auto;
	width: 700px;
}

#sub1_basic .jointxt1 {
	margin-top: 40px;
	font-size: 18px;
	color: #3a3a3a;
	text-align: left;
	margin-bottom: 10px;
}

#sub1_basic .jointxt2 {
	margin-bottom: 30px;
	text-align: left;
}

.resume_list {
	display: inline-block;
	background: #fff;
	border: 1px solid #bbb;
	width: 220px;
	height: 200px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: top;
	margin-bottom: 20px;
}

.resume_list .resume_list_title {
	padding: 30px 20px;
}

.resume_list .resume_list_title .resume_list_context {
	padding-top: 10px;
	padding-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.resume_list .resume_list_title .resume_list_context.title {
	cursor: pointer;
}

.resume_list_wrap {
	margin: 0 auto;
	border: 1px solid #e4e5e7;
	background-color: #fff;
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 10px;
	padding-left: 80px;
	padding-right: 80px;
	margin-top: 10px;
}

.resume_list_wrap .btn-add {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
}

.resume_list_wrap .btn-remove {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
}

.resume_list_wrap .btn-add:after {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -60px;
}

.resume_list_wrap .btn-remove:after {
	display: block;
	width: 20px;
	height: 1px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -85px;
}

.companyApplyStatusTb {
	width: 100%;
	border: 2px solid #0087e6;
}

.companyApplyStatusTb thead {
	background: #0087e6;
	color: white;
}

.companyApplyStatusTb tbody tr:hover {
	background: #BDC3C7;
	color: #FFFFFF;
}

.companyApplyStatusTb thead tr .casth1 {
	text-align: center;
	vertical-align: middle;
	width: 18%;
	height: 40px;
}

.companyApplyStatusTb thead tr .casth2 {
	text-align: center;
	vertical-align: middle;
	width: 7%;
	height: 40px;
}

.companyApplyStatusTb thead tr .casth3 {
	text-align: center;
	vertical-align: middle;
	width: 15%;
	height: 40px;
}

.companyApplyStatusTb thead tr .casth4 {
	text-align: center;
	vertical-align: middle;
	width: 15%;
	height: 40px;
}

.companyApplyStatusTb thead tr .casth5 {
	text-align: center;
	vertical-align: middle;
	width: 15%;
	height: 40px;
}

.companyApplyStatusTb thead tr .casth6 {
	text-align: center;
	vertical-align: middle;
	width: 15%;
	height: 40px;
}

.companyApplyStatusTb thead tr .casth7 {
	text-align: center;
	vertical-align: middle;
	width: 15%;
	height: 40px;
}

.companyApplyStatusTb tbody tr .castd1 {
	text-align: center;
	vertical-align: middle;
	width: 18%;
	height: 40px;
}

.companyApplyStatusTb tbody tr .castd2 {
	text-align: center;
	vertical-align: middle;
	width: 7%;
	height: 40px;
}

.companyApplyStatusTb tbody tr .castd3 {
	text-align: center;
	vertical-align: middle;
	width: 15%;
	height: 40px;
}

.companyApplyStatusTb tbody tr .castd4 {
	text-align: center;
	vertical-align: middle;
	width: 15%;
	height: 40px;
}

.companyApplyStatusTb tbody tr .castd5 {
	text-align: center;
	vertical-align: middle;
	width: 15%;
	height: 40px;
}

.companyApplyStatusTb tbody tr .castd6 {
	text-align: center;
	vertical-align: middle;
	width: 15%;
	height: 40px;
}

.companyApplyStatusTb tbody tr .castd7 {
	text-align: center;
	vertical-align: middle;
	width: 15%;
	height: 40px;
}

.companyApplyStatusTb caption {
	text-align: left;
}

.textExplainDiv {
	text-align: left;
	margin: 5px;
	font-weight: bold;
}

.ruleExplainDiv {
	text-align: left;
	margin: 10px;
	font-weight: bold;
	clear: both;
}

.perRankStatusDiv {
	width: 100%;
}

.perRankStatusTb {
	width: 20%;
	float: left;
	margin-bottom: 10px;
}

.perRankStatusTb tr .prsdth {
	text-align: center;
	vertical-align: middle;
	height: 50px;
	background-color: #1ABC9C;
	color: white;
	font-size: medium;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.perRankStatusTb tr .prsdtd {
	text-align: center;
	vertical-align: middle;
	height: 50px;
	font-size: medium;
	background-color: #CEF6F5;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.myRankStatusDiv {
	width: 100%;
	text-align: left;
	margin: auto;
	clear: both;
}

#subcontents {
	margin: 0 auto;
	width: 1400px;
	padding: 80px 0 80px 0;
	text-align: center;
}

#subcontents h2 {
	font-weight: bold;
	color: #595959;
	font-size: 22px;
	padding-top: 50px;
	padding-bottom: 20px;
}

#subcontents h4 {
	font-weight: bold;
	color: #595959;
	font-size: 22px;
	padding-top: 50px;
	padding-bottom: 20px;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]+label {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

input[type="radio"]+label span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(../images/check_radio_sheet.png) -44px top no-repeat;
	cursor: pointer;
}

.resume_wrap {
	background-color: #f2f4f7;
	min-height: 660px;
}

/*.userjoinBox*/
.userjoinBox {
	margin: 0 auto;
	border: 1px solid #e4e5e7;
	background-color: #fff;
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 10px;
}

.userjoinBox select {
	height: 40px;
	font-size: 16px;
	color: #2f2f2f;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
}

/*#sub3_bbs2*/
#sub3_bbs2 {
	margin: 0 auto;
	width: 1000px;
}

#sub3_bbs2 h2 {
	font-weight: bold;
	color: #595959;
	font-size: 22px;
	padding-top: 50px;
	padding-bottom: 20px;
}

#sub3_bbs2 li {
	display: inline-block;
}

#sub3_bbs2 .tit1 {
	font-weight: bolder;
	color: #fff;
	width: 156px;
	height: 197px;
	float: left;
	margin-right: 15px;
}

#sub3_bbs2 .tit2 {
	height: 50px;
	padding-top: 10px;
	width: 1000px;
}

#sub3_bbs2 .tit2 .wid1 {
	width: 130px;
	text-align: left;
	color: #000;
	font-weight: bold;
}

#sub3_bbs2 .tit2 .wid2 {
	width: 250px;
	text-align: left;
}

#sub3_bbs2 .tit2 .wid2 .input1 {
	width: 180px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit2 .wid2 .input4 {
	width: 570px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit2 .wid3 {
	width: 140px;
	text-align: right;
	color: #000;
	font-wight: bold;
	padding-right: 10px;
}

#sub3_bbs2 .tit2 .wid4 {
	width: 250px;
	text-align: left;
}

#sub3_bbs2 .tit2 .wid4 .input1 {
	width: 160px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit3 {
	padding-top: 10px;
	width: 100%;
	display: inline-block;
}

#sub3_bbs2 .tit3 .wid1 {
	width: 180px;
	text-align: left;
	color: #000;
	font-weight: bold;
}

#sub3_bbs2 .tit3 .wid2 {
	width: 844px;
	text-align: left;
	padding-top: 10px;
}

#sub3_bbs2 .tit3 .wid2 .input1 {
	width: 825px;
	min-height: 28px;
	padding: 8px 0px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit3 .wid2 .input2 {
	width: 155px;
	padding: 8px 0px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit3 .wid2 .input3 {
	width: 725px;
	min-height: 28px;
	padding: 8px 0px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit3 .wid2 .file-wrap {
	position: relative;
	margin-top: 10px;
}

#sub3_bbs2 .tit3 .wid2 .file-wrap .btn-file {
	width: 100px;
	height: 50px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
	border-left: none;
	position: absolute;
}

#sub3_bbs2 .tit3 .wid2 .file-wrap .hid-file {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	opacity: 0;
}

.marital_radio {
	float: left;
	min-width: 140px;
}

.marital_radio .marital_label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	color: #333;
}

.marital_radio .marital_label::before {
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	background-position: -60px 0;
}

.marital_radio.ck .marital_label:before {
	background-position: -90px 0;
}

.userjoinBox {
	margin: 0 auto;
	width: 1127px;
	border: 1px solid #e4e5e7;
	background-color: #fff;
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 10px;
}

.userjoinBox select {
	width: 150px;
	height: 40px;
	font-size: 16px;
	color: #2f2f2f;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

/* .userjoinBox textarea {
letter-spacing:0; �옄媛�(1, 0, -1 ..)
line-height:16px;
word-break:nowrap; 以꾨컮轅�
border: 1px solid #e1e2e6; background-color: #fcfdff;font-size: 16px;
width:1000px; height:100px; 
padding:5px; margin:5px;
} */
.userjoinBox .select4 {
	width: 1000px;
	height: 40px;
	font-size: 16px;
	color: #2f2f2f;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
	padding: 10px;
	margin: 5px;
}

#subcontents h2 {
	font-weight: bold;
	color: #595959;
	font-size: 22px;
	padding-top: 50px;
	padding-bottom: 20px;
}

#sub3Box {}

#sub3Box .select {
	width: 1000px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* #sub3_bbs2 */
.hiddenTx {
	position: absolute;
	right: 110px;
	top: 25%;
	font-size: 15px;
	color: #999;
}

.hiddenTxt {
	position: absolute;
	right: 18px;
	top: 25%;
	font-size: 15px;
	color: #999;
}

.hiddenTx.modLocationR {
	position: absolute;
	right: 107px;
	top: 14px;
	font-size: 15px;
	color: #999;
}

#sub3_bbs2 {
	margin: 0 auto;
	width: 1000px;
}

#sub3_bbs2.basic_top {
	height: 350px;
}

#sub3_bbs2 li {
	display: inline-block;
}

#sub3_bbs2 li.photo {
	width: 150px;
	height: 200px;
	border: 1px solid #e1e2e6;
}

#sub3_bbs2 li.photo img {
	width: 150px;
	height: 200px;
}

#sub3_bbs2 li.photo_file {
	width: 150px;
	padding-left: 40px;
}

#sub3_bbs2 .tit {
	height: 50px;
	padding-top: 10px;
	width: 1000px;
}

#sub3_bbs2 .tit .wid1 {
	width: 200px;
	text-align: left;
	color: 000;
	font-weight: bold;
}

#sub3_bbs2 .tit .wid2 {
	width: 790px;
	text-align: left;
}

#sub3_bbs2 .tit .wid2 input {
	width: 700px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit1 {
	font-weight: bolder;
	color: #fff;
	width: 156px;
	height: 197px;
	float: left;
	margin-right: 15px;
}

#sub3_bbs2 .tit1 .wid1 {
	width: 200px;
	text-align: left;
}

#sub3_bbs2 .tit2.first {
	padding-top: 0px;
}

#sub3_bbs2 .tit2 {
	height: 50px;
	padding-top: 20px;
	width: 1000px;
}

#sub3_bbs2 .tit2 .wid1 {
	position: relative;
	width: 130px;
	text-align: left;
	color: 000;
	font-weight: bold;
}

#sub3_bbs2 .tit2 .wid2 {
	position: relative;
	width: 250px;
	text-align: left;
}

#sub3_bbs2 .tit2 .wid3 {
	position: relative;
	width: 140px;
	text-align: right;
	color: 000;
	font-weight: bold;
	padding-right: 10px;
}

#sub3_bbs2 .tit2 .wid4 {
	position: relative;
	width: 240px;
	text-align: left;
}

#sub3_bbs2 .tit2 .wid2 input {
	width: 200px;
	min-height: 28px;
	padding: 8px 45px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit2 .wid1 .input1 {
	width: 200px;
	min-height: 28px;
	padding: 8px 45px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit2 .wid2 .input1 {
	width: 200px;
	min-height: 28px;
	padding: 8px 45px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit2 .wid3 .input1 {
	width: 200px;
	min-height: 28px;
	padding: 8px 45px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit2 .wid4 .input1 {
	width: 200px;
	min-height: 28px;
	padding: 8px 45px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit2 .wid2 .input2 {
	width: 50px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit2 .wid2 .input3 {
	width: 800px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit2 .wid2 .input4 {
	width: 570px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs2 .tit3 {
	padding-top: 10px;
	width: 100%;
	display: inline-block;
}

#sub3_bbs2 .tit3 .wid1 {
	width: 150px;
	text-align: left;
	font-weight: bold;
}

#sub3_bbs2 .tit3 .wid2_birth {
	width: 275px;
	text-align: left;
	padding: 0px 2px 0px 0px;
	position: relative;
}

#sub3_bbs2 .tit3 .wid2_birth .input {
	width: 210px;
	min-height: 28px;
	padding: 8px 45px 12px 20px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3Box .select2 {
	width: 150px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

/* .sub3_bbs3 */
.sub3_bbs3 {
	margin: 0 auto;
	width: 1000px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

.sub3_bbs3 li {
	display: inline-block;
}

.sub3_bbs3 .tit1 ul {}

.sub3_bbs3 .tit1 {
	background-color: #333;
	font-weight: bolder;
	color: #fff;
}

.sub3_bbs3 .tit1 .wid1 {
	width: 1100px;
	text-align: center;
}

.sub3_bbs3 .tit2 {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 53px;
	color: #000;
	font-weight: bold;
	height: 60px
}

.sub3_bbs3 .tit2.title .wid1 {
	width: 245px;
	text-align: center;
	padding-top: 10px;
}

.sub3_bbs3 .tit2.title .wid2 {
	width: 245px;
	text-align: center;
	padding-top: 10px;
}

.sub3_bbs3 .tit2.title .wid3 {
	width: 245px;
	text-align: center;
	padding-top: 10px;
}

.sub3_bbs3 .tit2.title .wid4 {
	width: 245px;
	text-align: center;
	padding-top: 10px;
}

.sub3_bbs3 .tit2 .wid1 {
	width: 245px;
	text-align: center;
}

.sub3_bbs3 .tit2 .wid2 {
	width: 245px;
	text-align: center;
}

.sub3_bbs3 .tit2 .wid3 {
	width: 245px;
	text-align: center;
}

.sub3_bbs3 .tit2 .wid4 {
	width: 245px;
	text-align: center;
	position: relative;
}

.sub3_bbs3 .tit2 .wid7 {
	width: 33%;
	text-align: center;
}

.sub3_bbs3 .tit2 .wid8 {
	width: 33%;
	text-align: center;
}

.sub3_bbs3 .tit2 .wid9 {
	width: 33%;
	text-align: center;
}

.sub3_bbs3 .tit3 {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sub3_bbs3 .tit3 .wid1 {
	width: 180px;
	text-align: center;
	color: #000;
	font-weight: bold;
	float: left;
	padding-bottom: 13px;
	padding-top: 13px;
	padding-left: 23px;
}

.sub3_bbs3 .tit3 .wid2 {
	width: 780px;
	text-align: left;
}

.sub3_bbs3 .tit3 .wid2 textarea {
	width: 772px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 100px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
	margin: 0px;
}

.userjoinBox .btn-wrap {
	display: inline-flex;
}

.userjoinBox .btn-wrap .btn-add {
	margin-right: 5px;
}

.userjoinBox .btn-add {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
	vertical-align: top;
}

.userjoinBox .btn-remove {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
	vertical-align: top;
}

.userjoinBox .btn-add:after {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -60px;
}

.userjoinBox .btn-remove:after {
	display: block;
	width: 20px;
	height: 1px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -85px;
}

.sub3_bbs3 .input1 {
	width: 175px;
	padding: 10px 30px 10px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.sub3_bbs3 .wid4 .hiddenTx {
	position: absolute;
	top: 11px;
	font-size: 15px;
	color: #999;
	font-weight: normal;
}

.sub3_bbs3 .input2 {
	width: 730px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.sub3_bbs3 .input3 {
	width: 300px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3Box .select3 {
	width: 100px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

.resume-dropdown {
	width: 222px;
	margin-right: 3px;
	margin-bottom: 7px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.resume-dropdown .resume-select.on .resume-select-btn {
	border-top-color: #565d79;
	border-left-color: #565d79;
	border-right-color: #565d79;
}

.resume-dropdown .resume-select.on .resume-select-btn::after {
	background-position: -136px 0;
}

.resume-dropdown .resume-select .resume-select-btn {
	color: #000;
	width: 100%;
	height: 40px;
	padding: 0 30px 0 12px;
	border-color: #d4d6d9;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	background-color: #fff;
	font-size: 15px;
	letter-spacing: -0.5px;
	text-align: left;
	position: relative;
	vertical-align: top;
	cursor: pointer;
}

.resume-dropdown .resume-select .resume-select-btn::after {
	content: "";
	display: inline-block;
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	width: 11px;
	height: 6px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -2px;
	background-position: -120px 0;
}

.resume-dropdown .resume-select-option {
	display: none;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
	background-color: #fff;
	z-index: 10;
	border: 1px solid #565d79;
	border-top: 1px solid #e1e2e6;
	border-radius: 0 0 3px 3px;
}

.resume-dropdown .resume-select-option .option-list {
	background-color: #fff;
	padding: 7px 0 5px;
}

.resume-dropdown .resume-select-option .option-list .resume-gd,
.resume-dropdown .resume-select-option .option-list .resume-crr,
.resume-dropdown .resume-select-option .option-list .resume-license,
.resume-dropdown .resume-select-option .option-list .resume-field {
	list-style: none;
	display: block !important;
}

.resume-dropdown .resume-select-option .option-list .resume-gd button,
.resume-dropdown .resume-select-option .option-list .resume-crr button,
.resume-dropdown .resume-select-option .option-list .resume-license button,
.resume-dropdown .resume-select-option .option-list .resume-field button {
	width: 100%;
	text-align: left;
	display: block;
	padding: 7px 12px 8px;
	font-size: 15px;
	letter-spacing: -0.5px;
	border: 0 none;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	background-color: #fff;
}

.resume-dropdown .resume-select-option .option-list .resume-gd button:hover,
.resume-dropdown .resume-select-option .option-list .resume-crr button:hover,
.resume-dropdown .resume-select-option .option-list .resume-license button:hover,
.resume-dropdown .resume-select-option .option-list .resume-field button:hover {
	color: #3399ff;
}

/* #sub3_bbs4 */
#sub3_bbs4 {
	margin: 0 auto;
	width: 1000px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

#sub3_bbs4 li {
	display: inline-block;
}

#sub3_bbs4 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub3_bbs4 .tit1 {
	height: 40px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
}

#sub3_bbs4 .tit1 .wid1 {
	width: 300px;
	text-align: center;
}

#sub3_bbs4 .tit1 .wid2 {
	width: 220px;
	text-align: center;
}

#sub3_bbs4 .tit1 .wid3 {
	width: 220px;
	text-align: center;
}

#sub3_bbs4 .tit1 .wid4 {
	width: 220px;
	text-align: center;
}

#sub3_bbs4 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 50px;
	padding-top: 10px;
}

#sub3_bbs4 .tit2 .wid1 {
	width: 300px;
	text-align: center;
}

#sub3_bbs4 .tit2 .wid2 {
	width: 220px;
	text-align: center;
}

#sub3_bbs4 .tit2 .wid3 {
	width: 220px;
	text-align: center;
}

#sub3_bbs4 .tit2 .wid4 {
	width: 220px;
	text-align: center;
}

#sub3_bbs4 .tit3 {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 5px;
}

#sub3_bbs4 .tit3 .wid1 {
	width: 180px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#sub3_bbs4 .tit3 .wid2 {
	width: 780px;
	text-align: left;
}

#sub3_bbs4 .input1 {
	width: 88px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs4 .input2 {
	width: 730px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

/* #sub3_bbs5 */
#sub3_bbs5 {
	margin: 0 auto;
	width: 1000px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

#sub3_bbs5 li {
	display: inline-block;
}

#sub3_bbs5 .tit1 {
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
}

#sub3_bbs5 .tit1 .wid1 {
	width: 150px;
	text-align: center;
	height: 50px;
	color: 000;
	font-weight: bold;
}

#sub3_bbs5 .tit1 .wid2 {
	width: 800px;
	text-align: left;
}

#sub3_bbs5 .tit2 {
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
}

#sub3_bbs5 .tit2 .wid1 {
	width: 140px;
	text-align: center;
	color: #000;
	font-weight: bold;
	height: 50px;
}

#sub3_bbs5 .tit2 .wid2 {
	width: 150px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#sub3_bbs5 .tit2 .wid3 {
	width: 130px;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding-left: 30px;
}

#sub3_bbs5 .tit2 .wid4 {
	width: 150px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#sub3_bbs5 .tit2 .wid5 {
	width: 130px;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding-left: 30px;
}

#sub3_bbs5 .tit2 .wid6 {
	width: 150px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#sub3_bbs5 .tit3 {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 5px;
}

#sub3_bbs5 .tit3 .wid1 {
	width: 130px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#sub3_bbs5 .tit3 .wid2 {
	width: 780px;
	text-align: left;
}

#sub3_bbs5 .input1 {
	width: 750px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs5 .input2 {
	width: 150px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

/* #sub3_bbs6 */
#sub3_bbs6 {
	margin: 0 auto;
	width: 1000px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

#sub3_bbs6 li {
	display: inline-block;
}

#sub3_bbs6 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

#sub3_bbs6 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
}

#sub3_bbs6 .tit1 .wid1 {
	width: 1000px;
	text-align: center;
}

#sub3_bbs6 .tit2 {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
}

#sub3_bbs6 .tit2 .wid1 {
	width: 240px;
	text-align: center;
}

#sub3_bbs6 .tit2 .wid2 {
	width: 240px;
	text-align: center;
}

#sub3_bbs6 .tit2 .wid3 {
	width: 240px;
	text-align: center;
}

#sub3_bbs6 .tit2 .wid4 {
	width: 240px;
	text-align: center;
}

#sub3_bbs6 .tit3 {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 5px;
}

#sub3_bbs6 .tit3 .wid1 {
	width: 130px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#sub3_bbs6 .tit3 .wid2 {
	width: 780px;
	text-align: left;
}

#sub3_bbs6 .input1 {
	width: 160px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbs6 .input2 {
	width: 750px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

/* .sub3_bbs7 */
.sub3_bbs7 {
	margin: 0 auto;
	width: 1000px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

.sub3_bbs7 li {
	display: inline-block;
}

.sub3_bbs7 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

.sub3_bbs7 .tit1 {
	height: 30px;
	padding-top: 10px;
	color: #000;
	font-weight: bold;
}

.sub3_bbs7 .tit1 .wid1 {
	width: 1000px;
	text-align: center;
}

.sub3_bbs7 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.sub3_bbs7 .tit2 .wid1 {
	width: 50px;
	text-align: center;
	font-weight: bold;
}

.sub3_bbs7 .tit2 .wid2 {
	width: 915px;
	text-align: center;
	font-weight: bold;
}

.sub3_bbs7 .tit2 .wid3 {
	width: 200px;
	text-align: center;
	font-weight: bold;
}

.sub3_bbs7 .tit3 {
	border-bottom: 1px solid #ddd;
	min-height: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sub3_bbs7 .tit3 .wid1 {
	width: 50px;
	text-align: center;
	vertical-align: top;
}

.sub3_bbs7 .tit3 .wid2 {
	width: 915px;
	text-align: center;
}

.sub3_bbs7 .tit3 .wid3 {
	width: 200px;
	text-align: center;
	vertical-align: top;
}

.sub3_bbs7 .tit4 {
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-top: 10px;
}

.sub3_bbs7 .tit4 .wid1 {
	width: 1000px;
	text-align: center;
}

.sub3_bbs7 .input1 {
	width: 160px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.sub3_bbs7 textarea {
	width: 915px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 100px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
	margin: 0px;
}

/* .sub3_bbs8 */
.sub3_bbs8 {
	margin: 0 auto;
	width: 1000px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

.sub3_bbs8 li {
	display: inline-block;
}

.sub3_bbs8 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

.sub3_bbs8 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	color: #fff;
}

.sub3_bbs8 .tit1 .wid1 {
	width: 1000px;
	text-align: center;
}

.sub3_bbs8 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.sub3_bbs8 .tit2 .wid1 {
	width: 1000px;
	text-align: center;
}

.sub3_bbs8 .tit3 {
	border-bottom: 1px solid #ddd;
	min-height: 310px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sub3_bbs8 .tit3 .wid1 {
	width: 1000px;
	text-align: center;
}

.sub3_bbs8 textarea {
	width: 980px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 300px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
	margin-left: 10px;
	margin-right: 10px;
}

#sub3Box .select4 {
	width: 1100px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	margin-bottom: 10px;
	margin-top: 5px;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
	padding: 5px;
	margin: 5px;
}

/* #sub3_bbs9 */
#sub3_bbs9 {
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

#sub3_bbs9 li {
	display: inline-block;
}

#sub3_bbs9 .tit1 ul {}

#sub3_bbs9 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	color: #fff;
}

#sub3_bbs9 .tit1 .wid1 {
	width: 1000px;
	text-align: center;
}

#sub3_bbs9 .tit2 {
	height: 50px;
	padding-top: 10px;
}

#sub3_bbs9 .tit2 {
	padding-top: 5px;
}

#sub3_bbs9 .tit2 .wid1 {
	width: 200px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#sub3_bbs9 .tit2 .wid2 {
	width: 790px;
	text-align: left;
}

#sub3_bbs9 .tit2 .wid3 {
	width: 385px;
	text-align: left;
	line-height: 50px;
}

#sub3_bbs9 .tit2 .wid3.va-bt {
	vertical-align: bottom;
}

#sub3_bbs9 .tit2 .wid4 {
	width: 400px;
	text-align: left;
}

#sub3_bbs9 .input1 {
	width: 650px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

/* #sub3_bbs10 */
#sub3_bbs10 {
	margin: 0 auto;
	width: 1100px;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

#sub3_bbs10 li {
	display: inline-block;
}

#sub3_bbs10 .tit1 ul {}

#sub3_bbs10 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	color: #fff;
}

#sub3_bbs10 .tit1 .wid1 {
	width: 1000px;
	text-align: center;
}

#sub3_bbs10 .tit2 {
	height: 50px;
	padding-top: 10px;
}

#sub3_bbs10 .tit2 {
	padding-top: 5px;
}

#sub3_bbs10 .tit2 .wid1 {
	width: 200px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#sub3_bbs10 .tit2 .wid2 {
	width: 600px;
	text-align: left;
}

#sub3_bbs10 .tit2 .wid3 {
	width: 200px;
	text-align: left;
}

#sub3_bbs10 .input1 {
	width: 470px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

#sub3_bbsbtn {
	padding-top: 50px
}

#sub3_bbsbtn .resume_submit {
	width: 300px;
	border: 1px solid #0087e6;
	background-color: #0087e6;
	color: #fff;
	height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 1px;
	cursor: pointer;
}

#sub3_bbsbtn .resume_list {
	width: 300px;
	border: 1px solid #e60058;
	background-color: #e60058;
	color: #fff;
	height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 1px;
	cursor: pointer;
}

/* btn */
.btn {
	display: inline-block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #bbb;
	height: 60px;
	padding: 15px 15px;
	font-size: 15px;
	line-height: 18px
}

.btn.btn-primary {
	background-color: #007ec4;
	border-color: #005A8C;
	color: #fff
}

.btn.btn-primary:hover {
	background-color: #158CCF;
	border-color: #005A8C
}

.btn.btn-primary:focus {
	background-color: #005A8C;
	border-color: #005A8C
}

.btn.btn-primary[disabled] {
	background: #3F9DD0 !important;
	border-color: #537FA9 !important;
	color: #ACD3E8;
	box-shadow: none !important
}

.btn2 {
	display: inline-block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #bbb;
	padding: 13px 19px;
	font-size: 14px;
}

.btn3 {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #007ec4;
	background-color: #007ec4;
	padding: 13px 20px;
	font-size: 14px;
	;
	color: #fff
}

.btn10 {
	display: inline-block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #bbb;
	padding: 6px 10px;
}

/*�씠�젰�꽌 紐⑤떖*/
.modal-body .resume_wrap {
	background-color: #f2f4f7;
	min-height: 660px;
}

.modal-body .resume_sub {
	margin: 0 auto;
	text-align: center;
}

.modal-body .resume_sub h2 {
	font-weight: bold;
	color: #595959;
	font-size: 22px;
	padding-top: 50px;
}

.modal-body .userjoinBox {
	margin: 0 auto;
	border: 1px solid #e4e5e7;
	background-color: #fff;
	text-align: center;
	padding-bottom: 50px;
	width: 100%;
}

.modal-body .userjoinBox select {
	height: 40px;
	font-size: 16px;
	color: #2f2f2f;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
}

.modal-body .hiddenTx {
	position: absolute;
	right: 18px;
	top: 14px;
	font-size: 15px;
	color: #999;
}

.modal-body #sub3_bbs2 {
	margin: 0 auto;
	width: 100%;
}

.modal-body #sub3_bbs2.basic_top {
	height: 350px;
}

.modal-body #sub3_bbs2 .tit3 .wid2 {
	width: 80%;
	text-align: center;
	padding-top: 10px;
}

.modal-body #sub3_bbs2 li {
	display: inline-block;
	width: 80%;
}

.modal-body #sub3_bbs2 li.photo {
	width: 150px;
	height: 200px;
	border: 1px solid #e1e2e6;
}

.modal-body #sub3_bbs2 li.photo img {
	width: 150px;
	height: 200px;
}

.modal-body #sub3_bbs2 li.photo_file {
	width: 150px;
	padding-left: 40px;
}

.modal-body #sub3_bbs2 .tit {
	height: 50px;
	padding-top: 10px;
	width: 100%;
}

.modal-body #sub3_bbs2 .tit .wid1 {
	width: 20%;
	text-align: left;
	color: 000;
	font-weight: bold;
}

.modal-body #sub3_bbs2 .tit .wid2 {
	width: 70%;
	text-align: left;
}

.modal-body #sub3_bbs2 .tit .wid2 input {
	width: 700px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body #sub3_bbs2 .tit1 {
	font-weight: bolder;
	color: #fff;
	width: 180px;
	height: 200px;
	float: left;
}

.modal-body #sub3_bbs2 .tit1 .wid1 {
	width: 200px;
	text-align: left;
}

.modal-body #sub3_bbs2 .tit2.first {
	padding-top: 0px;
}

.modal-body #sub3_bbs2 .tit2 {
	height: 50px;
	padding-top: 20px;
	width: 100%;
}

.modal-body #sub3_bbs2 .tit2 .wid1 {
	position: relative;
	width: 13%;
	text-align: center;
	color: 000;
	font-weight: bold;
	padding-top: 15px;
}

.modal-body #sub3_bbs2 .tit2 .wid2 {
	position: relative;
	width: 25%;
	text-align: center;
}

.modal-body #sub3_bbs2 .tit2 .wid3 {
	position: relative;
	width: 13%;
	text-align: center;
	color: 000;
	font-weight: bold;
	padding-right: 10px;
}

.modal-body #sub3_bbs2 .tit2 .wid4 {
	position: relative;
	width: 25%;
	text-align: center;
}

.modal-body #sub3_bbs2 .tit2 .wid2 input {
	width: 200px;
	min-height: 28px;
	padding: 8px 45px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body #sub3_bbs2 .tit2 .wid1 .input1 {
	width: 200px;
	min-height: 28px;
	padding: 8px 45px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body #sub3_bbs2 .tit2 .wid2 .input1 {
	width: 200px;
	min-height: 28px;
	padding: 8px 45px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body #sub3_bbs2 .tit2 .wid3 .input1 {
	width: 200px;
	min-height: 28px;
	padding: 8px 45px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body #sub3_bbs2 .tit2 .wid4 .input1 {
	width: 200px;
	min-height: 28px;
	padding: 8px 45px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body #sub3_bbs2 .tit2 .wid2 .input2 {
	width: 50px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body #sub3_bbs2 .tit2 .wid2 .input3 {
	width: 800px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body #sub3_bbs2 .tit2 .wid2 .input4 {
	width: 570px;
	min-height: 28px;
	padding: 8px 70px 12px 16px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body #sub3_bbs2 .tit3 {
	padding-top: 10px;
	width: 100%;
	display: inline-block;
}

.modal-body #sub3_bbs2 .tit3 .wid1 {
	width: 12%;
	text-align: center;
	font-weight: bold;
}

.modal-body #sub3_bbs2 .tit3 .wid2_birth {
	width: 26%;
	text-align: center;
	padding: 0px 2px 0px 0px;
	position: relative;
}

.modal-body #sub3_bbs2 .tit3 .wid2_birth .input {
	width: 210px;
	min-height: 28px;
	padding: 8px 45px 12px 20px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body #sub3Box .select2 {
	width: 150px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

/* .sub3_bbs3 */
.modal-body .sub3_bbs3 {
	margin: 0 auto;
	width: 99%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

.modal-body .sub3_bbs3 li {
	display: inline-block;
}

.modal-body .sub3_bbs3 .tit1 ul {}

.modal-body .sub3_bbs3 .tit1 {
	background-color: #333;
	font-weight: bolder;
	color: #fff;
}

.modal-body .sub3_bbs3 .tit1 .wid1 {
	width: 1100px;
	text-align: center;
}

.modal-body .sub3_bbs3 .tit2 {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	font-weight: bold;
	height: 40px
}

.modal-body .sub3_bbs3 .tit2.title .wid1 {
	width: 24%;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

.modal-body .sub3_bbs3 .tit2.title .wid2 {
	width: 24%;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

.modal-body .sub3_bbs3 .tit2.title .wid3 {
	width: 24%;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

.modal-body .sub3_bbs3 .tit2.title .wid4 {
	width: 24%;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

.modal-body .sub3_bbs3 .tit2 .wid1 {
	width: 24%;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}

.modal-body .sub3_bbs3 .tit2 .wid2 {
	width: 24%;
	text-align: center;
	font-weight: normal;
}

.modal-body .sub3_bbs3 .tit2 .wid3 {
	width: 24%;
	text-align: center;
	font-weight: normal;
}

.modal-body .sub3_bbs3 .tit2 .wid4 {
	width: 24%;
	text-align: center;
	position: relative;
	font-weight: normal;
}

.modal-body .sub3_bbs3 .tit2 .wid7 {
	width: 33%;
	text-align: center;
}

.modal-body .sub3_bbs3 .tit2 .wid8 {
	width: 33%;
	text-align: center;
}

.modal-body .sub3_bbs3 .tit2 .wid9 {
	width: 33%;
	text-align: center;
}

.modal-body .sub3_bbs3 .tit3 {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.modal-body .sub3_bbs3 .tit3 .wid1 {
	width: 140px;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	display: table-cell;
	vertical-align: middle;
}

.modal-body .sub3_bbs3 .tit3 .wid2 {
	width: 78%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

.modal-body .sub3_bbs3 .tit3 .wid2.textarea {
	height: 150px;
	font-size: 13px;
}

.modal-body .sub3_bbs3 .tit3 .wid2 textarea {
	width: 772px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 100px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
	margin: 0px;
}

.modal-body .userjoinBox .btn-add {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
}

.modal-body .userjoinBox .btn-remove {
	width: 49px;
	height: 48px;
	border: 1px solid #d4d6d9;
	background-color: #fafbfc;
	border-radius: 3px;
	cursor: pointer;
}

.modal-body .userjoinBox .btn-add:after {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -60px;
}

.modal-body .userjoinBox .btn-remove:after {
	display: block;
	width: 20px;
	height: 1px;
	margin: 0 auto;
	content: "";
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	background-position: 0 -85px;
}

.modal-body .sub3_bbs3 .input1 {
	width: 175px;
	padding: 10px 30px 10px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body .sub3_bbs3 .wid4 .hiddenTx {
	position: absolute;
	right: 25px;
	top: 11px;
	font-size: 15px;
	color: #999;
	font-weight: normal;
}

.modal-body .sub3_bbs3 .input2 {
	width: 730px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body .sub3_bbs3 .input3 {
	width: 300px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body #sub3Box .select3 {
	width: 100px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

.modal-body .sub3_bbs7 {
	margin: 0 auto;
	width: 99%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

.modal-body .sub3_bbs7 li {
	display: inline-block;
}

.modal-body .sub3_bbs7 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

.modal-body .sub3_bbs7 .tit1 {
	height: 30px;
	padding-top: 10px;
	color: #000;
	font-weight: bold;
}

.modal-body .sub3_bbs7 .tit1 .wid1 {
	width: 1000px;
	text-align: center;
}

.modal-body .sub3_bbs7 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding-top: 10px;
}

.modal-body .sub3_bbs7 .tit2 .wid1 {
	width: 50px;
	text-align: center;
	font-weight: bold;
}

.modal-body .sub3_bbs7 .tit2 .wid2 {
	width: 89%;
	text-align: center;
	font-weight: bold;
}

.modal-body .sub3_bbs7 .tit2 .wid3 {
	width: 200px;
	text-align: center;
	font-weight: bold;
}

.modal-body .sub3_bbs7 .tit3 {
	border-bottom: 1px solid #ddd;
	height: 200px;
	padding-top: 10px;
}

.modal-body .sub3_bbs7 .tit3 .wid1 {
	width: 50px;
	text-align: center;
	vertical-align: top;
}

.modal-body .sub3_bbs7 .tit3 .wid2 {
	width: 89%;
	text-align: center;
	height: 195px;
	font-size: 13px;
}

.modal-body .sub3_bbs7 .tit3 .wid3 {
	width: 200px;
	text-align: center;
	vertical-align: top;
}

.modal-body .sub3_bbs7 .tit4 {
	border-bottom: 1px solid #ddd;
	height: 40px;
	padding-top: 10px;
}

.modal-body .sub3_bbs7 .tit4 .wid1 {
	width: 1000px;
	text-align: center;
}

.modal-body .sub3_bbs7 .input1 {
	width: 160px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.modal-body .sub3_bbs7 textarea {
	width: 915px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 100px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
	margin: 0px;
}

.modal-body .sub3_bbs8 {
	margin: 0 auto;
	width: 99%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

.modal-body .sub3_bbs8 li {
	display: inline-block;
}

.modal-body .sub3_bbs8 .tit1 ul {
	border-bottom: 1px solid #ddd;
}

.modal-body .sub3_bbs8 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	color: #fff;
}

.modal-body .sub3_bbs8 .tit1 .wid1 {
	width: 100%;
	text-align: center;
}

.modal-body .sub3_bbs8 .tit2 {
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding-top: 10px;
}

.modal-body .sub3_bbs8 .tit2 .wid1 {
	width: 100%;
	text-align: center;
}

.modal-body .sub3_bbs8 .tit3 {
	border-bottom: 1px solid #ddd;
	height: 310px;
	padding-top: 10px;
}

.modal-body .sub3_bbs8 .tit3 .wid1 {
	width: 100%;
	text-align: center;
}

.modal-body .sub3_bbs8 .tit3 .wid1.textarea {
	height: 400px;
	font-size: 13px;
}

.modal-body .sub3_bbs8 textarea {
	width: 980px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 300px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
	margin-left: 10px;
	margin-right: 10px;
}

.modal-body #sub3Box .select4 {
	width: 1100px;
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 13px;
	color: #2f2f2f;
	border: 1px solid #b0b0b0;
	padding-top: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/select_arrow2.png') no-repeat 95% 50%;
	margin-bottom: 10px;
	margin-top: 5px;
	/* �솕�궡�몴 �븘�씠肄� 異붽� */
	padding: 5px;
	margin: 5px;
}

.modal-body #sub3_bbs9 {
	margin: 0 auto;
	width: 99%;
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 10px;
}

.modal-body #sub3_bbs9 li {
	display: inline-block;
}

.modal-body #sub3_bbs9 .tit1 ul {}

.modal-body #sub3_bbs9 .tit1 {
	background-color: #333;
	font-weight: bolder;
	height: 30px;
	padding-top: 10px;
	color: #fff;
}

.modal-body #sub3_bbs9 .tit1 .wid1 {
	width: 1000px;
	text-align: center;
}

.modal-body #sub3_bbs9 .tit2 {
	height: 50px;
	padding-top: 10px;
}

.modal-body #sub3_bbs9 .tit2 {
	padding-top: 5px;
}

.modal-body #sub3_bbs9 .tit2 .wid1 {
	width: 140px;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	display: table-cell;
	vertical-align: middle;
}

.modal-body #sub3_bbs9 .tit2 .wid2 {
	width: 78%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

.modal-body #sub3_bbs9 .input1 {
	width: 650px;
	min-height: 23px;
	padding: 8px 30px 12px 10px;
	border: 1px solid #e1e2e6;
	background-color: #fcfdff;
	font-size: 16px;
}

.resume_btn_div {
	text-align: center;
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 20px;
}

.resume_btn_div .resume_editable_btn {
	display: inline-block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #bbb;
	height: 60px;
	padding: 15px 15px;
	font-size: 18px;
	width: 400px;
}

.resume_btn_div .resume_editable_btn.on {
	background: #0087e6;
	color: #fff;
}

.resume_btn_div .resume_applyed_btn {
	display: inline-block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #bbb;
	height: 60px;
	padding: 15px 15px;
	font-size: 18px;
	width: 400px;
}

.resume_btn_div .resume_applyed_btn.on {
	background: #0087e6;
	color: #fff;
}

.readonly_textarea {
	width: 955px !important;
	height: 150px !important;
}

.readonly_textarea_talent {
	width: 1060px !important;
	height: 190px !important;
}

.readonly_textarea_pr {
	width: 1135px !important;
	height: 300px !important;
}

.final_decision_modal_body {
	text-align: center;
	margin: auto;
	width: 95%;
}

.final_decision_status_div p {
	margin: 10px;
	font-weight: bold;
	color: red;
}

.final_decision_radio {
	position: relative;
	display: inline-block;
	min-width: 150px;
}

.final_decision_radio .final_decision_radio_label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	color: #333;
}

.final_decision_radio .final_decision_radio_label::before {
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	background-position: -60px 0;
}

.final_decision_radio.ck .final_decision_radio_label:before {
	background-position: -90px 0;
}

.basic-total {
	font-weight: bold;
	color: red;
}

.resumeRadioContents {
	margin: 20px;
	position: relative;
	display: inline-block;
}

.resume_jobfair_radio {
	float: left;
	min-width: 140px;
}

.resume_jobfair_radio .resume_jobfair_label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	color: #333;
}

.resume_jobfair_radio .resume_jobfair_label::before {
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	background-position: -60px 0;
}

.resume_jobfair_radio.ck .resume_jobfair_label:before {
	background-position: -90px 0;
}

/* min-width 200 */
.md-200 {
	min-width: 200px !important;
}

/* page-break */
.page-break {
	page-break-after: always;
}

/* text-align-center */
.text-align-center {
	text-align: center;
}

/* text-align-left*/
.text-align-left {
	text-align: left;
}

/* main_popup */
.fap_popup img {
	width: 600px;
	height: 400px;
}

.server_time {
	position: absolute;
	left: 60px;
	top: 220px;
	color: #ffe27f;
	font-size: 22px;
	text-align: center;
	width: 500px;
}

.popup_bottom {
	background-color: #abacb5;
	height: 25px;
	padding: 5px 10px 3px 10px;
	margin-left: 7px;
	margin-right: 7px;
	border-radius: 5px;
}

.popup_bottom a {
	text-decoration: none;
	color: white;
}

/* login_tabs */
.login_tabs {
	margin: 0 auto;
	width: 510px;
	margin-top: 40px;
	display: inline-block;
}

.user_login_tab a {
	float: left;
	width: 250px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	background: #007ec4;
	color: #fff;
	border: 1px solid #007ec4;
}

.user_login_tab a img {
	vertical-align: middle;
}

.company_login_tab a {
	float: left;
	width: 250px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	border: 1px solid #007ec4;
}

.company_login_tab a img {
	vertical-align: middle;
}

/* open_pt_info */
.open_pt_wrap {
	width: 900px;
	display: inline-block;
}

/* .open_pt_wrap img{width: 900px !important;} */
.open_pt_apply {
	padding-top: 50px;
	padding-bottom: 50px;
}

.open_pt_apply .open_pt_apply_btn {
	width: 300px;
	border: 1px solid #0087e6;
	background-color: #0087e6;
	color: #fff;
	height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 1px;
	cursor: pointer;
}

/* open_pt_empty */
.open_pt_empty {
	font-size: 30px;
	padding: 30px;
}

.open_pt_empty .empty_btn {
	padding: 40px;
}

.open_pt_empty .empty_btn .open_pt_empty_btn {
	width: 300px;
	border: 1px solid #0087e6;
	background-color: #0087e6;
	color: #fff;
	height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 1px;
	cursor: pointer;
}

/* open_pt_mypage */
.open_pt_mypage_wrap {
	position: relative;
	padding: 0 39px 39px;
	background: #fff;
	border: 1px solid #dce1eb;
}

.open_pt_mypage_wrap .open_pt_mypage_header {
	padding: 33px 0 21px;
	border-bottom: 1px solid #e4e4e4;
}

.open_pt_mypage_wrap .open_pt_mypage_header .header_tx {
	font-size: 24px;
	color: #000;
	display: inline-block;
}

.open_pt_mypage_wrap .open_pt_mypage_header .header_tx+li:before {
	content: "";
	display: inline-block;
	margin: -4px 12px 0;
	width: 1px;
	height: 15px;
	background: #dadce1;
	vertical-align: middle;
}

.open_pt_mypage_wrap .open_pt_mypage_header .header_tx a {
	text-decoration: none;
	cursor: pointer;
	color: #999;
}

.open_pt_mypage_wrap .open_pt_mypage_header .header_tx.on a {
	color: #000;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_header {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #fcfcfc;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	box-sizing: border-box;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_header .col {
	display: table-cell;
	padding: 10px 0;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_header .col1 {
	width: 310px;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_header .col2 {
	width: 90px;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_header .col3 {
	width: 60px;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_header .col4 {
	width: 60px;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_header .col5 {
	width: 60px;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body {
	margin-top: 1px;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body .noData {
	padding: 70px 0 72px;
	height: auto;
	font-size: 14px;
	color: #333;
	margin-top: 0;
	border: 1px solid #fff;
	border-bottom-color: #edeef0;
	text-align: center;
	line-height: 1.5;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body>ul>li {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #fff;
	border-bottom-color: #edeef0;
	box-sizing: border-box;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body .col {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body .col1 {
	width: 310px;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body .col2 {
	width: 90px;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body .col3 {
	width: 60px;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body .col3 .apply_cancel_btn {
	padding: 5px;
	font-size: 12px;
	background-color: #fff;
	color: #0087e6;
	border: 2px solid #0087e6;
	border-radius: 10px;
	cursor: pointer;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body .col3 a {
	cursor: pointer;
	text-decoration: none;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body .col4 {
	width: 60px;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body .col4 .apply_resume_check {
	padding: 5px;
	font-size: 12px;
	background-color: #fff;
	color: #0087e6;
	border: 2px solid #0087e6;
	border-radius: 10px;
	cursor: pointer;
}

.open_pt_mypage_wrap .open_pt_content_wrap .content_body .col5 {
	width: 60px;
}

/* open_pt_resume_apply */
.open_pt_resume_wrap .open_pt_resume_row {
	position: relative;
	padding-right: 10px;
	padding-left: 414px;
	margin-bottom: 30px;
	text-align: left;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_lt {
	position: absolute;
	left: 355px;
	top: 14px;
	color: #999;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_rt {
	position: relative;
	width: 100%;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_rt .resume_insert {
	padding: 5px;
	margin-top: 10px;
	font-size: 12px;
	background-color: #fff;
	color: #0087e6;
	border: 2px solid #0087e6;
	border-radius: 10px;
	cursor: pointer;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_rt .join_btn {
	padding: 5px;
	position: absolute;
	right: 8px;
	top: 9px;
	font-size: 12px;
	background-color: #fff;
	color: #0087e6;
	border: 2px solid #0087e6;
	border-radius: 10px;
	cursor: pointer;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_rt .join_btn.resume_check {
	right: 302px;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_dropdown {
	width: 300px;
	margin-right: 3px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_dropdown .resume_select.on .resume_select_btn {
	border-top-color: #565d79;
	border-left-color: #565d79;
	border-right-color: #565d79;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_dropdown .resume_select.on .resume_select_btn::after {
	background-position: -136px 0;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_dropdown .resume_select .resume_select_btn {
	color: #000;
	width: 100%;
	height: 48px;
	padding: 0 30px 0 12px;
	border-color: #d4d6d9;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	background-color: #fff;
	font-size: 15px;
	letter-spacing: -0.5px;
	text-align: left;
	position: relative;
	vertical-align: top;
	cursor: pointer;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_dropdown .resume_select .resume_select_btn::after {
	content: "";
	display: inline-block;
	background: url(../images/icon-images.png) 0 0 no-repeat;
	background-size: 300px 300px;
	width: 11px;
	height: 6px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -2px;
	background-position: -120px 0;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_dropdown .resume_select_option {
	display: none;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
	background-color: #fff;
	z-index: 10;
	border: 1px solid #565d79;
	border-top: 1px solid #e1e2e6;
	border-radius: 0 0 3px 3px;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_dropdown .resume_select_option .option-list {
	background-color: #fff;
	padding: 7px 0 5px;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_dropdown .resume_select_option .option-list .option-type {
	list-style: none;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_dropdown .resume_select_option .option-list .option-type button {
	width: 100%;
	text-align: left;
	display: block;
	padding: 7px 12px 8px;
	font-size: 15px;
	letter-spacing: -0.5px;
	border: 0 none;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	background-color: #fff;
}

.open_pt_resume_wrap .open_pt_resume_row .resume_dropdown .resume_select_option .option-list .option-type button:hover {
	color: #3399ff;
}

.job-ad-box .job-ad-etc-comment textarea {
	width: 980px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 170px;
	border: 1px solid #e1e2e6;
	border-radius: 3px;
	vertical-align: top;
	background-color: #fcfdff;
	text-align: left;
	resize: none;
}

/**/
.final_decision_textarea {
	width: 575px;
	padding: 8px 13px 8px 13px;
	line-height: 25px;
	display: block;
	box-sizing: border-box;
	height: 50px;
	border: 1px solid #f2f4f7;
	border-radius: 3px;
	vertical-align: top;
	background-color: #f2f4f7;
	text-align: center;
	resize: none;
	margin: 0 auto;
}

/* ... 泥섎━ */
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lh65 {
	line-height: 6.5;
}

.container {
	width: 750px;
	padding: 20px;
	word-break: keep-all;
	color: #000;
	margin: 2px auto;
}

ol.category,
ul.division {
	padding-left: 20px;
}

.category>li {
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
}

.category>li:first-child~* {
	margin-top: 40px;
}

ul.division,
ul.section {
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #555;
}

ul.division>li {
	margin: 10px 0;
	width: 100%;
}

ul.section {
	padding-left: 10px;
	font-size: 14px;
}

ul.section>li {
	width: 100%;
}

.from-text {
	text-align: right;
	margin-top: 40px;
	font-weight: bold;
}

span.c-blue {
	color: #0087e6;
}

span.c-red {
	color: #DB1E08;
}

.tokyofair-btn {
	padding: 23px 15px;
	display: inline-block;
	cursor: pointer;
}

.tokyofair-btn.mg10 {
	margin: 10px 10px 0 10px;
}

.tokyofair-btn.sm {
	padding: 3px 15px;
}

.tokyofair-btn.green {
	border: 1px solid #c1dad6;
	background-color: #c1dad6;
	color: #f5f5f5;
}

.tokyofair-btn.green:hover {
	border-color: #79a3ad;
	background-color: #79a3ad;
}

.tokyofair-btn.blue {
	border: 1px solid #acd1e9;
	background-color: #acd1e9;
	color: #f5f5f5;
}

.tokyofair-btn.blue:hover {
	border-color: #829cad;
	background-color: #829cad;
}

.screening_search_wrap .screening_search_line {
	display: inline;
}

.screening_search_wrap .screening_nothing_line {
	min-height: 300px;
	line-height: 300px;
	background-color: #dddddd;
}

.screening_search_wrap .screening_nothing_line .screening_nothing_tx {
	font-size: 30px;
}

.screening_search_wrap .screening_search_line .screening_search_tx {
	display: inline-block;
	width: 83%;
}

.screening_search_wrap .screening_search_line .screening_search_btn {
	display: inline-block;
	width: 17%;
	float: right;
}

.screening_search_wrap .screening_search_title {
	font-size: 30px;
	text-align: left;
	font-weight: bold;
	padding-left: 60px;
}

.screening_search_wrap .screening_search_addr {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	padding-left: 60px;
}

.screening_search_wrap .screening_search_schedule {
	width: 1000px;
	margin: 70px auto;
	border-collapse: collapse;
	margin-top: 10px;
}

.screening_search_wrap .screening_search_schedule td {
	height: 40px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #777;
}