@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,
texrarea,
button,
select,
option {
  box-sizing: border-box;
}

form,
label {
  display: block;
}

*:focus {
  outline: 0;
}

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



/*濡쒓렇�씤諛뺤뒪遺�遺� 泥댄겕諛뺤뒪*/
#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: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
}

input[type="checkbox"]:checked+label span {
  background: url(../images/check_radio_sheet.png) -19px 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;
}

/* placeholder font 二쇨린 */
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 UI", "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: 46px;
    max-height: 46px;
    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 .infoSelect {}

#infoMenu ul {
  list-style: none;
}

#infoMenu li {
  width: 65px;
  text-align: center;
  font-size: 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;
  cursor: pointer;
}

.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);
}

#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: 1127px;
  padding: 80px 0 80px 0;
  text-align: center;
}

#subcontents.admin {
  width: 1400px;
}

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

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


#nowBox {
  width: 1127px;
  border: 1px solid #b0b0b0;
  background-color: #f8f8f8;
  display: inline-block;
}

.admin #nowBox {
  width: 1400px;
}

#nowBox #select-box-layout {
  text-align: left;
  position: relative;
}

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

#nowBox .nowfind .tokyofair-btn-wrap {
  clear: both;
  position: absolute;
  left: 750px;
  width: 370px;
}

#nowBox .nowfind .tokyofair-btn-wrap.screening-insert {
  left: 540px;
}

.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;
}

.tokyofair-btn.brown {
  border: 1px solid #e8d0a9;
  background-color: #e8d0a9;
  color: #f5f5f5;
}

.tokyofair-btn.brown:hover {
  border-color: #b7afa3;
  background-color: #b7afa3;
}

.screening-list-wrap {
  padding: 0 20px 20px;
}

.screening-list-wrap .list-empty {
  line-height: 200px;
  background-color: #d9ecff;
}

.screening-list-wrap .list-empty p {
  font-size: 20px;
  font-weight: bold;
  color: #464646;
}

.screening-list-wrap .list-table {
  width: 100%;
}

.screening-list-wrap .list-table th {
  text-align: center;
  padding: 10px;
  background-color: #D2FCFB;
  font-size: 13px;
  font-weight: bold;
}

.screening-list-wrap .list-table th:nth-child(2) {
  width: 40%;
}

.screening-list-wrap .list-table td {
  text-align: center;
  padding: 10px;
  background-color: #FFF3ED;
  font-size: 13px;
}

#nowBox select {
  width: 200px;
  height: 30px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 13px;
  color: #2f2f2f;
  border: 1px solid #b0b0b0;
}

-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url('../images/select_arrow2.png') no-repeat 95% 50%;
/* �솕�궡�몴 �븘�씠肄� 異붽� */
}

#nowBox select::-ms-expand {
  display: none;
}

#nowBox select.m10 {
  margin: 10px;
}

#nowBox select.m10p5 {
  margin: 10px;
  padding: 1px;
}

#nowBox .tokyofair-job-ad-select {
  clear: both;
  margin: 10px 0;
}

#nowBox .tokyofair-job-ad-select select {
  width: 670px;
  background-position: 99% 50%;
}

#nowBox .nowfind .tokyofair-interview-wrap {
  margin-bottom: 20px;
}

#nowBox .nowfind .tokyofair-interview-wrap select {
  width: 500px;
  padding-left: 20px;
  padding-top: 0;
}

#nowBox .personal-interview-wrap {
  clear: both;
  position: relative;
  padding: 20px;
  display: inline-block;
  float: left;
}

#nowBox .personal-interview-wrap .personal-interview-row {
  clear: both;
  position: relative;
  display: inline-block;
}

#nowBox .personal-interview-wrap .personal-interview-row .left-side {
  display: inline-block;
  float: left;
  border: 1px solid #b0b0b0;
  padding: 10px;
  height: 40px;
  width: 300px;
}

#nowBox .personal-interview-wrap .personal-interview-row .left-side:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  margin-right: 0;
  vertical-align: middle;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side {
  display: inline-block;
  float: left;
  border: 1px solid #b0b0b0;
  border-left: 0;
  padding: 10px;
  min-height: 40px;
  width: 740px;
  text-align: left;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side .right-side-warn {
  margin: 5px 25px;
}

#nowBox .personal-interview-wrap .personal-interview-row .left-side .title {
  font-size: 13px;
  min-height: 42px;
  display: inline-block;
  width: 90%;
}

#nowBox .personal-interview-wrap .personal-interview-row .left-side .title .title-warn {
  display: block;
  color: red;
  font-size: 12px;
  margin-top: 4px;
  letter-spacing: -1px;
}

#nowBox .personal-interview-wrap .personal-interview-row .left-side .title.single-row {
  padding-top: 10px;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side .context {
  width: 660px;
  height: 35px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 0 15px;
  font-size: 13px;
  border: 1px solid #e1e2e6;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side .personal-select {
  width: 300px;
  margin: 0 25px;
  height: 40px;
  padding-left: 20px;
  padding-top: 0;
  border: 1px solid #e1e2e6;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side .select-warn {
  color: red;
  font-size: 13px;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side .checkbox-wrap {
  margin-left: 25px;
  margin-right: 25px;
  line-height: 2;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side .placeTx {
  position: absolute;
  right: 50px;
  top: 22px;
  font-size: 15px;
  color: #999;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side .check-name {
  min-width: 180px;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side .check-name .check-name-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;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side .check-name .check-name-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;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side .check-name.ck .check-name-label:before {
  background-position: -30px 0;
}

#nowBox .personal-interview-wrap .personal-interview-row .right-side .longText {
  width: 694px;
  margin: 0 25px;
  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;
}

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

.admin #nowBBS {
  width: 1370px;
}

#nowBBS li {
  display: inline-block;
}

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

#nowBBS .tit1 .wid1 {
  width: 5%;
  text-align: center;
  display: table-cell;
}

#nowBBS .tit1 .wid2 {
  width: 10%;
  text-align: center;
  display: table-cell;
}

#nowBBS .tit1 .wid3 {
  width: 7%;
  text-align: center;
  display: table-cell;
}

#nowBBS .tit1 .wid4 {
  width: 8%;
  text-align: center;
  display: table-cell;
}

#nowBBS .tit1 .wid5 {
  width: 9%;
  text-align: center;
  display: table-cell;
}

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

#nowBBS .tit1 .wid7 {
  width: 7%;
  text-align: center;
  display: table-cell;
}

#nowBBS .tit1 .wid8 {
  width: 10%;
  text-align: center;
  display: table-cell;
}

#nowBBS .tit2 {
  display: table;
  width: 100%;
  height: 120px;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding-top: 10px;
}

#nowBBS .tit2 .wid1 {
  width: 5%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#nowBBS .tit2 .wid2 {
  width: 10%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#nowBBS .tit2 .wid2 .ad_title {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 127px;
}

#nowBBS .tit2 .wid3 {
  width: 7%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#nowBBS .tit2 .wid3 .ad_title {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
}

#nowBBS .tit2 .wid4 {
  width: 8%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#nowBBS .tit2 .wid5 {
  width: 9%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#nowBBS .tit2 .wid6 {
  width: 10%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: relative;
}

#nowBBS .tit2 .wid6 button {
  padding: 5px;
  position: absolute;
  right: 30px;
  top: 40px;
  font-size: 12px;
  background-color: #fff;
  color: #0087e6;
  border: 2px solid #0087e6;
  border-radius: 10px;
  cursor: pointer;
}

#nowBBS .tit2 .wid7 {
  width: 7%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: relative;
}

#nowBBS .tit2 .wid7 button {
  padding: 5px;
  position: absolute;
  right: 30px;
  top: 40px;
  font-size: 12px;
  background-color: #fff;
  color: #0087e6;
  border: 2px solid #0087e6;
  border-radius: 10px;
  cursor: pointer;
}

#nowBBS .tit2 .wid8 {
  width: 10%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: relative;
}

#nowBBS .tit2 .wid8 button {
  padding: 5px;
  position: absolute;
  right: 30px;
  top: 40px;
  font-size: 12px;
  background-color: #fff;
  color: #0087e6;
  border: 2px solid #0087e6;
  border-radius: 10px;
  cursor: pointer;
}

#nowBBS .tit3 {
  font-size: 13px;
  text-align: left;
}

#nowBBS .tit3 .wid7 {
  width: 330px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  display: block;
}

#nowBBS .tit3 .wid8 {
  width: 330px;
  text-align: left;
}

#nowBBS .tit3 .wid9 {
  width: 330px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#nowBBS .tit3 .wid10 {
  width: 330px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#nowBBS .tit3 .wid11 {
  width: 250px;
  text-align: left;
}


.join-wrap {
  background-color: #f2f4f7;
  min-height: 660px;
}

.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;
}

.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 .policy-agree-user {
  margin-top: 20px;
}

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

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

.joinBox .join-policy .policy-agree-user.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;
}

.privacy-policy-table {
  width: 100%;
  border-collapse: collapse;
}

.privacy-policy-table th {
  border: 1px solid #9999;
}

.privacy-policy-table td {
  border: 1px solid #9999;
}

.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;
}

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

.joinBBS .joinBBS-row.disnone {
  display: none !important;
}

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

.joinBBS .joinBBS-row .joinlt.point {
  font-weight: bold;
  color: #000;
}

.joinBBS .joinBBS-row .joinlt.point .red-point {
  display: inline-block;
  overflow: hidden;
  width: 4px;
  height: 4px;
  margin-left: 4px;
  background-position: -46px -60px;
  vertical-align: 4px;
}

.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;
  top: 9px;
  font-size: 12px;
  background-color: #fff;
  color: #0087e6;
  border: 2px solid #0087e6;
  border-radius: 10px;
  cursor: pointer;
  right: 5px;
}

.joinBBS .joinBBS-row .joinrt-comment {
  position: absolute;
  left: 545px;
  top: 10px;
}

.joinBBS .joinBBS-row.radio-row .bbs-radio .bbs-radio-label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  color: #333;
}

.joinBBS .joinBBS-row.radio-row .bbs-radio .bbs-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;
}

.joinBBS .joinBBS-row.radio-row .bbs-radio.ck .bbs-radio-label:before {
  background-position: -90px 0;
}

.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;
  overflow: visible;
  background-color: #fff;
}

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







.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 {
  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;
}

#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: 20px;
  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: 251px;
}

#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;
}

#fairbbs2 li {}

#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;
}

.msgbox2>textarea {
  height: 118px;
  width: 230px;
  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: left;
  width: 345px;
}

#faircheckBoxs1 li {}

#faircheckBoxs1 .msgbox {
  background: #fff;
  border: 1px solid #bbb;
  padding: 6px 6px;
  font-size: 14px;
  float: left;
  width: 60px;
  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: 345px;
  margin-top: 10px;
}

#faircheckBoxs2 li {}

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

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

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

#faircheckBoxs3 li {}

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

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

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

#faircheckBoxs4 li {}

#faircheckBoxs4 .msgbox {
  background: #fff;
  border: 1px solid #bbb;
  padding: 6px 6px;
  font-size: 14px;
  float: left;
  width: 60px;
  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: 345px;
  margin-right: 20px;
  text-align: center;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

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

#faircheck3 {
  border: 1px solid #ddd;
  width: 345px;
  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;
}

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

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

#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: 20px;
}

#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: 10%;
  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: 10%;
  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;
}

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

#nuguBB6_1 li {
  display: inline-block;
}

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

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

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

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

#nuguBB6_1 .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: 1127px;
  border: 1px solid #b0b0b0;
  background-color: #f8f8f8;
}

#rewrite_tab {
  text-align: left;
}

#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 {
  margin: 0 auto;
  width: 950px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-left: 40px;
}

#rewriteBBS ul {
  display: inline-block;
  padding: 10px;
}

#rewriteBBS li {
  display: inline-block;
}

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

#rewriteBBS .rb2 {
  float: left;
  text-align: left;
  width: 250px;
}

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

#rewriteBBS .rb4 {
  float: left;
  width: 270px;
  text-align: left;
}

#rewriteBBS .rb5 {
  text-align: left;
  width: 700px;
}

#rewriteBBS .rb6 {
  text-align: left;
  width: 1050px;
}

#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 {
  width: 1100px;
  text-align: left;
  margin: 0 auto;
}

#peopleBBS.applicant-status {
  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%;
  display: table;
  table-layout: fixed;
}

#peopleBBS .peopletitle .wid1 {
  width: 40px;
  text-align: center;
  display: table-cell;
}

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

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

#peopleBBS .peopletitle .wid4 {
  text-align: center;
  display: table-cell;
  width: 11%;
}

#peopleBBS .peopletitle .wid5 {
  width: 12%;
  text-align: center;
  display: table-cell;
}

#peopleBBS .peopletitle .wid6 {
  width: 12%;
  text-align: center;
  display: table-cell;
}

#peopleBBS .peopletitle .wid7 {
  width: 11%;
  text-align: center;
  display: table-cell;
}

#peopleBBS .peopletitle .wid8 {
  text-align: center;
  display: table-cell;
}

#peopleBBS .peopletitle .wid8 span {
  display: inline-block;
  min-width: 70px;
}

#peopleBBS .peopletitle .wid9 {
  text-align: center;
  display: table-cell;
}

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

#peopleBBS .peoplemain {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  display: table;
  width: 100%;
  table-layout: fixed;
}

#peopleBBS .peoplemain .wid1 {
  width: 40px;
  text-align: center;
  display: table-cell;
}

.resume-check {
  padding-left: 20px;
}

.resume-check .resume-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;
}

.resume-check .resume-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;
}

.resume-check.ck .resume-check-label:before {
  background-position: -30px 0;
}

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

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

#peopleBBS .peoplemain .wid4 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 11%;
}

#peopleBBS .peoplemain .wid5 {
  width: 12%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain .wid6 {
  width: 12%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain .wid7 {
  width: 11%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain .wid8 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain .wid8 span {
  display: inline-block;
  min-width: 70px;
}

#peopleBBS .peoplemain .wid9 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

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

#peopleBBS .peoplemain1 {
  padding-top: 5px;
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
  table-layout: fixed;
}

#peopleBBS .peoplemain1 .wid1 {
  width: 40px;
  text-align: center;
  display: table-cell;
}

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

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

#peopleBBS .peoplemain1 .wid4 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 11%;
}

#peopleBBS .peoplemain1 .wid5 {
  width: 12%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain1 .wid6 {
  width: 12%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain1 .wid7 {
  width: 11%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain1 .wid8 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain1 .wid8 span {
  display: inline-block;
  min-width: 70px;
}

#peopleBBS .peoplemain1 .wid9 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

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

#peopleBBS .peoplemain2 {
  padding-top: 5px;
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
  table-layout: fixed;
}

#peopleBBS .peoplemain2 .wid1 {
  width: 40px;
  text-align: center;
  vertical-align: top;
  display: table-cell;
}

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

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

#peopleBBS .peoplemain2 .wid4 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 11%;
}

#peopleBBS .peoplemain2 .wid5 {
  width: 12%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain2 .wid6 {
  width: 15%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain2 .wid7 {
  width: 11%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain2 .wid8 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain2 .wid9 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#peopleBBS .peoplemain2 .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: 0px;
  margin-top: -40px;
  padding-bottom: 5px;
}

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

#peopleBBS select {
  width: 90px;
  height: 30px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 13px;
  color: #2f2f2f;
  border: 1px solid #b0b0b0;
}

-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;
  box-sizing: unset;
}

#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: 8px;
  text-align: center;
  box-sizing: unset;
}

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

#qnaBBS .qnatitle2 .wid2 {
  text-align: left;
}

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

#qnaBBS .wid2 {
  text-align: center;
  width: 689px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-top: 5px;
}

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

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



#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;
}

#qnaBBS .wid12 {
  text-align: center;
  width: 100px;
}

#qnaBBS .wid13 {
  text-align: center;
  width: 150px;
}

#qnaBBS .wid14 {
  text-align: center;
  width: 690px;
}

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

#qnaBBS .wid16 {
  text-align: center;
  width: 1000px;
}

#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);
}

.side-btn.btn-gradient.cyan.small {
  padding-left: 10px;
  padding-right: 10px;
  width: 98px;
}

.side-btn.btn-gradient.blue.small {
  width: 98px;
}

.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;}*/

.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-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-full {
  position: relative;
  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;
  vertical-align: top;
}

.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;
  vertical-align: top;
}

.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;
}

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

.job-ad-box .job-ad-contents .job-ad-row .job-ad-lt-md.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;
  vertical-align: top;
}

.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;
  vertical-align: top;
}

.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;
  vertical-align: top;
}

.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;
  vertical-align: top;
}

.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: 73%;
}

.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: 100px;
  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: 40%;
}

.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: 50px !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,
.accordion-load .accordion-header-load {
  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;
  cursor: pointer;
}

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

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

.accordion .accordion-header::after,
.accordion-load .accordion-header-load::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: 350px;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}

.job-ad-download~.btn-delete {
  margin: 5px;
  padding: 5px;
  font-size: 12px;
  background-color: #fff;
  color: #0087e6;
  border: 2px solid #0087e6;
  border-radius: 10px;
  cursor: pointer;
}

/******************梨꾩슜怨듦퀬 醫낅즺******************/



/*********************硫붾돱�룞�옉****************/
/* 
.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;
}

.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;
}

@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: #BA2B2B;
}

.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_update_div {
  margin-left: 15px;
  position: relative;
  width: 670px;
  height: 50px;
  overflow: hidden;
}

.file_input_button {
  width: 470px;
  height: 50px;
  position: absolute;
  top: 0px;
  background-color: #464946;
  color: #FFFFFF;
  border-style: solid;
}

.file_update_button {
  width: 670px;
  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: 10px 0px 20px 30px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}

.board_view_qna tbody th,
.board_view tbody td {
  padding: 10px 0px 10px 10px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}

.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: 12%;
  margin-bottom: 6%;
  width: 55%;
  float: right;
  text-align: right;
}

.qnaBtnDiv {
  margin-top: 20px;
  margin-right: -7%;
  margin-bottom: 6%;
  width: 45%;
  float: right;
}

#internshipApplyBtn,
#internshipCancelBtn {
  display: inline-block;
  width: 20%;
  height: 40px;
  font-size: 18.67px;
  color: #fff;
  border: 0;
  background: #212121;
  border-radius: 7px;
  outline: none;
  cursor: pointer;
}

.internshipApplyBtnTd {
  text-align: center;
}

.internshipApplyInputTd>input {
  width: 70%;
  height: 40px;
}

#boardMainBtn {
  display: inline-block;
  width: 20%;
  height: 40px;
  font-size: 18.67px;
  color: #fff;
  border: 0;
  background: #212121;
  border-radius: 7px;
  outline: none;
  cursor: pointer;
}

#boardListBtn {
  display: inline-block;
  width: 20%;
  height: 40px;
  font-size: 18.67px;
  color: #fff;
  border: 0;
  background: #212121;
  border-radius: 7px;
  outline: none;
  cursor: pointer;
}

#boardUpdateBtn {
  display: inline-block;
  width: 20%;
  height: 40px;
  font-size: 18.67px;
  color: #fff;
  border: 0;
  background: #212121;
  border-radius: 7px;
  outline: none;
  cursor: pointer;
}

#boardInsertBtn {
  display: inline-block;
  width: 20%;
  height: 40px;
  font-size: 18.67px;
  color: #fff;
  border: 0;
  background: #212121;
  border-radius: 7px;
  outline: none;
  cursor: pointer;
}

#boardDeleteBtn {
  display: inline-block;
  width: 20%;
  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%;
  white-space: normal;
  word-break: break-all;
}

.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;
  margin-bottom: 10px;
  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;}
*/

/*�쉶�썝媛��엯 �셿猷� �럹�씠吏� */
.join-complete-content-top {
  font-size: 20px;
  margin: 20px;
}

.join-complete-content-middle {
  font-size: 18px;
  color: #777;
}

/*鍮꾩슜寃곗젣*/
.pay-content {
  margin-top: 20px;
  border: 1px solid #e2e6eb;
  background-color: #fff;
  padding: 50px 30px 50px;
}

.pay-content #top {
  text-align: left;
  margin: 20px;
}

.pay-content .title {
  color: #333;
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f4;
}

.pay-content .titletext {
  font-size: 30px;
  font-weight: bold;
  color: #3a3a3a;
  text-align: center;
}

.pay-content-top {
  font-size: 18px;
  margin: 20px;
  color: #777;
}

.pay-content-middle {
  font-size: 18px;
  margin: 20px;
  color: #777;
}

/*愿�由ъ옄 梨꾩슜怨듦퀬 愿�由�*/
.fap_job_app_per_settled_num {
  width: 40px;
}

.fap_job_itv_per_settled_num {
  width: 40px;
}

/*怨듭��궗�빆�닔�젙*/
.board-content-imp .board-content-imp-label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.board-content-imp .board-content-imp-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;
}

.board-content-imp.ck .board-content-imp-label:before {
  background-position: -90px 0;
}

.fap-notice-view-target .fap-notice-view-target-label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.fap-notice-view-target .fap-notice-view-target-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;
}

.fap-notice-view-target.ck .fap-notice-view-target-label:before {
  background-position: -90px 0;
}

.fap-notice-kind .fap-notice-kind-label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.fap-notice-kind .fap-notice-kind-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;
}

.fap-notice-kind.ck .fap-notice-kind-label:before {
  background-position: -90px 0;
}


/*梨꾩슜怨듦퀬 & �쟾�왂 寃뚯떆�뙋*/
.board-content-imp .board-content-imp-label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.board-content-imp .board-content-imp-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;
}

.board-content-imp.ck .board-content-imp-label:before {
  background-position: -90px 0;
}

.fap-open-job-info-view-target .fap-open-job-info-view-target-label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.fap-open-job-info-view-target .fap-open-job-info-view-target-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;
}

.fap-open-job-info-view-target.ck .fap-open-job-info-view-target-label:before {
  background-position: -90px 0;
}

.fap-open-job-info-kind .fap-open-job-info-kind-label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.fap-open-job-info-kind .fap-open-job-info-kind-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;
}

.fap-open-job-info-kind.ck .fap-open-job-info-kind-label:before {
  background-position: -90px 0;
}


/* 梨꾩슜怨듦퀬 Q&A */
#job-qna-input {
  width: 820px;
  padding: 8px 13px 8px 13px;
  line-height: 25px;
  display: inline;
  box-sizing: border-box;
  height: 200px;
  border: 1px solid #e1e2e6;
  border-radius: 3px;
  vertical-align: top;
  background-color: #fcfdff;
  text-align: left;
  resize: none;
}

#qna_title {
  width: 100%;
  padding: 8px 8px 8px 8px;
  line-height: 25px;
  display: inline;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #e1e2e6;
  border-radius: 3px;
  vertical-align: top;
  background-color: #fcfdff;
  text-align: left;
  resize: none;
}

#qna_date {
  width: 90px;
  padding: 8px 8px 8px 8px;
  line-height: 25px;
  display: inline;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #e1e2e6;
  border-radius: 3px;
  vertical-align: top;
  background-color: #fcfdff;
  text-align: left;
  resize: none;
}

#qna_content {
  width: 100%;
  padding: 8px 8px 8px 8px;
  line-height: 25px;
  display: inline;
  box-sizing: border-box;
  height: 120px;
  border: 1px solid #e1e2e6;
  border-radius: 3px;
  vertical-align: top;
  background-color: #fcfdff;
  text-align: left;
  resize: none;
}

#my-qna-board {
  text-align: right;
  padding-right: 110px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.qna-btn-list {
  text-align: right;
  padding-right: 16px !important;
}

/* 梨꾩슜怨듦퀬 �댋�똻 �씠誘몄� */
#screenshot {
  position: absolute;
  border: 1px solid #ccc;
  background: #333;
  padding: 1px;
  display: none;
  color: #fff;
}

.tooltip-image {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

/*padding*/
.pt-20 {
  padding-top: 20px;
}

.pb-5 {
  padding-bottom: 5px;
}

#job-qna-btn {
  display: inline-block;
  width: 60px;
  height: 40px;
  font-size: 18.67px;
  color: #fff;
  border: 0;
  background: #4286f4;
  border-radius: 7px;
  outline: none;
  cursor: pointer;
}

#job-qna-btn-black {
  display: inline-block;
  width: 60px;
  height: 40px;
  font-size: 18.67px;
  color: #fff;
  border: 0;
  background: #000;
  border-radius: 7px;
  outline: none;
  cursor: pointer;
}

#job-qna-btn-black-wide {
  display: inline-block;
  width: 90px;
  height: 40px;
  font-size: 18.67px;
  color: #fff;
  border: 0;
  background: #000;
  border-radius: 7px;
  outline: none;
  cursor: pointer;
}

.job-qna-btn {
  display: inline-block;
  width: 100px;
  height: 40px;
  font-size: 18.67px;
  color: #fff;
  border: 0;
  background: #4286f4;
  border-radius: 7px;
  outline: none;
  cursor: pointer;
}

#qna-q .qna-q-title {
  width: 100%;
  min-height: 28px;
  padding: 8px 70px 12px 16px;
  border: 1px solid #e1e2e6;
  background-color: #fcfdff;
  font-size: 16px;
}

#qna-q .qna-q-content {
  width: 100%;
  min-height: 140px;
  padding: 8px 13px 8px 13px;
  line-height: 25px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #e1e2e6;
  border-radius: 3px;
  vertical-align: top;
  background-color: #fcfdff;
  text-align: left;
  resize: none;
  font-size: 16px;
}

/*�씠�젰�꽌*/
.resume_wrap {
  background-color: #f2f4f7;
  min-height: 660px;
}

.resume_sub {
  margin: 0 auto;
  text-align: center;
}

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

.userjoinBox {
  margin: 0 auto;
  border: 1px solid #e4e5e7;
  background-color: #fff;
  text-align: center;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.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%;
}

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

#sub3_bbs2 {
  margin: 0 auto;
  width: 100%;
}

#sub3_bbs2.basic_top {
  height: 300px;
}

#sub3_bbs2 li {
  display: inline-block;
  width: 80%
}

#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: 100%;
}

#sub3_bbs2 .tit .wid1 {
  width: 20%;
  text-align: left;
  color: 000;
  font-weight: bold;
}

#sub3_bbs2 .tit .wid2 {
  width: 70%;
  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: 180px;
  height: 200px;
  float: left;
}

#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: 100%;
}

#sub3_bbs2 .tit2 .wid1 {
  position: relative;
  width: 13%;
  text-align: center;
  color: 000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
}

#sub3_bbs2 .tit2 .wid2 {
  position: relative;
  width: 25%;
  text-align: center;
}

#sub3_bbs2 .tit2 .wid3 {
  position: relative;
  width: 13%;
  text-align: center;
  color: 000;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
}

#sub3_bbs2 .tit2 .wid4 {
  position: relative;
  width: 25%;
  text-align: center;
}

#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: 12%;
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
  padding-top: 10px;
  padding-bottom: 10px;
}

#sub3_bbs2 .tit3 .wid2_birth {
  width: 26%;
  text-align: center;
  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: 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;
}

.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: 10px;
  color: #000;
  font-weight: bold;
  height: 40px
}

.sub3_bbs3 .tit2.title .wid1 {
  width: 24%;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

.sub3_bbs3 .tit2.title .wid2 {
  width: 24%;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

.sub3_bbs3 .tit2.title .wid3 {
  width: 24%;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

.sub3_bbs3 .tit2.title .wid4 {
  width: 24%;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

.sub3_bbs3 .tit2 .wid1 {
  width: 24%;
  text-align: center;
  padding-top: 10px;
  font-weight: normal;
}

.sub3_bbs3 .tit2 .wid2 {
  width: 24%;
  text-align: center;
  font-weight: normal;
}

.sub3_bbs3 .tit2 .wid3 {
  width: 24%;
  text-align: center;
  font-weight: normal;
}

.sub3_bbs3 .tit2 .wid4 {
  width: 24%;
  text-align: center;
  position: relative;
  font-weight: normal;
}

.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: 165px;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding-right: 25px;
  padding-left: 25px;
  display: table-cell;
  vertical-align: middle;
}

.sub3_bbs3 .tit3 .wid2 {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}

.sub3_bbs3 .tit3 .wid2.textarea {
  height: 150px;
  font-size: 13px;
}

.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-right: 15px;
}

.userjoinBox .btn-add {
  width: 49px;
  height: 48px;
  border: 1px solid #d4d6d9;
  background-color: #fafbfc;
  border-radius: 3px;
  cursor: pointer;
}

.userjoinBox .btn-remove {
  width: 49px;
  height: 48px;
  border: 1px solid #d4d6d9;
  background-color: #fafbfc;
  border-radius: 3px;
  cursor: pointer;
}

.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;
  right: 25px;
  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%;
  /* �솕�궡�몴 �븘�씠肄� 異붽� */
}

.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;
}

.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;
}

.sub3_bbs7 .tit2 .wid1 {
  width: 50px;
  text-align: center;
  font-weight: bold;
}

.sub3_bbs7 .tit2 .wid2 {
  width: 89%;
  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: 200px;
  padding-top: 10px;
}

.sub3_bbs7 .tit3 li {
  display: inline-flex;
}

.sub3_bbs7 .tit3 .wid1 {
  width: 50px;
  text-align: center;
  vertical-align: top;
}

.sub3_bbs7 .tit3 .wid2 {
  text-align: center;
  height: 195px;
  font-size: 13px;
}

.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 {
  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;
}

.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: 100%;
  text-align: center;
}

.sub3_bbs8 .tit2 {
  border-bottom: 1px solid #ddd;
  height: 30px;
  padding-top: 10px;
}

.sub3_bbs8 .tit2 .wid1 {
  width: 100%;
  text-align: center;
}

.sub3_bbs8 .tit3 {
  border-bottom: 1px solid #ddd;
  min-height: 310px;
  padding-top: 10px;
}

.sub3_bbs8 .tit3 .wid1 {
  width: 100%;
  text-align: center;
}

.sub3_bbs8 .tit3 .wid1.textarea {
  height: 400px;
  font-size: 13px;
}


.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 {
  margin: 0 auto;
  width: 99%;
  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: 140px;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding-right: 25px;
  padding-left: 25px;
  display: table-cell;
  vertical-align: middle;
}

#sub3_bbs9 .tit2 .wid2 {
  width: 78%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}

#sub3_bbs9 .input1 {
  width: 650px;
  min-height: 23px;
  padding: 8px 30px 12px 10px;
  border: 1px solid #e1e2e6;
  background-color: #fcfdff;
  font-size: 16px;
}

.readonly_textarea {
  width: 910px !important;
  min-height: 50px;
}

.readonly_textarea_talent {
  width: 1000px !important;
  height: 190px !important;
}

.readonly_textarea_pr {
  width: 1135px !important;
  min-height: 50px;
}

/* 梨꾩슜怨듦퀬 湲곕낯湲� */
.basic-total {
  font-weight: bold;
  color: red;
}

/* ... 泥섎━ */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* min-width 200 */
.md-200 {
  min-width: 200px !important;
}

/* page-break */
.page-break {
  page-break-after: always;
}

/* 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;
  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;
  background: #007ec4;
  color: #fff;
  border: 1px solid #007ec4;
}

.company_login_tab a img {
  vertical-align: middle;
}

/* FAQ */
.faq-header-wrap {
  position: relative;
}

.faq-header-wrap::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.faq-header-wrap .faq-header {
  float: left;
  padding: 0 !important;
}

.faq-header-wrap fieldset {
  float: right;
  margin-top: -6px;
}

.faq-header-wrap .faq-search-wrap {
  width: 259px;
  border: 1px solid #ddd;
  position: relative;
  box-sizing: border-box;
  padding-right: 35px;
}

.faq-header-wrap .faq-search-wrap .faq-search-hd {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 13px;
  color: #bbb;
}

.faq-header-wrap .faq-search-wrap .faq-search-tx {
  display: block;
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  line-height: 34px;
  font-size: 13px;
  border: none;
  padding: 0 10px 0 10px;
}

.faq-header-wrap .faq-search-wrap .faq-search-tx.focus {
  border: 1px solid #39f;
}

.faq-header-wrap .faq-search-wrap .faq-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 34px;
  background: #fff;
  letter-spacing: -1px;
  overflow: visible;
  cursor: pointer;
  border: 0 none;
}

.faq-header-wrap .faq-search-wrap .faq-search-btn::before {
  position: relative;
  background: url('../images/icon-images.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: -30px -180px;
  content: "";
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}

.faq-body-wrap .faq-body-tab {
  margin-top: 15px;
  padding-left: 1px;
}

.faq-body-wrap .faq-body-tab .tab-items {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.faq-body-wrap .faq-body-tab .tab-items li {
  display: table-cell;
}

.faq-body-wrap .faq-body-tab .tab-items li a {
  display: block;
  height: 43px;
  line-height: 43px;
  margin-left: -1px;
  border: 1px solid #e5e6e8;
  border-bottom: 1px solid #858c99;
  background-color: #fafafa;
  position: relative;
  font-size: 14px;
  color: #999;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.faq-body-wrap .faq-body-tab .tab-items li.on a {
  border: 1px solid #858c99;
  border-bottom: 1px solid #fff;
  z-index: 2;
  background-color: #fff;
  font-weight: bold;
  color: #333;
}

.faq-body-wrap .faq-body-list {
  margin-top: 15px;
  border-bottom: 1px solid #edeef0;
}

.faq-body-wrap .faq-body-list li {
  border-top: 1px solid #edeef0;
  text-align: left;
}

.faq-body-wrap .faq-body-list li.company {
  display: none;
}

.faq-body-wrap .faq-body-list .faq-item-btn {
  display: block;
  width: 100%;
  padding: 17px 20px 7px 21px;
  font-size: 16px;
  color: #000;
  letter-spacing: -1px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  border: 0 none;
  background: #fff;
}

.faq-body-wrap .faq-body-list .faq-item-btn::after {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/icon-images2.png) no-repeat;
  vertical-align: middle;
  box-sizing: border-box;
  content: "";
  background-position: 0 -40px;
}

.faq-body-wrap .faq-body-list .faq-item-btn.on::after {
  background-position: 0 -60px;
}

.faq-body-wrap .faq-body-list .faq-item-btn .faq-item-hd {
  display: inline-block;
  width: 870px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.faq-body-wrap .faq-body-list .faq-item-ct {
  display: none;
  padding: 20px 25px 23px;
  background: #fafafa;
  font-size: 14px;
  line-height: 30px;
  border-top: 1px solid #edeef0;
}

.faq-body-wrap .faq-body-list .faq-item-ct.on {
  display: block;
}

.faq-body-wrap .faq-body-page {
  position: relative;
}

.faq-body-wrap .faq-body-page .page-navi {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.faq-body-wrap .faq-body-page .page-navi ul {
  display: inline-block;
  vertical-align: top;
}

.faq-body-wrap .faq-body-page .page-navi ul li {
  display: inline-block;
  vertical-align: top;
}

.faq-body-wrap .faq-body-page .page-navi ul li .now {
  color: #333;
  font-weight: bold;
  border: 1px solid #666;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #fff;
}

.faq-body-wrap .faq-body-page .page-navi ul li .left-arrow {
  color: #999;
  font-weight: bold;
  border: 1px solid #ccc;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #fff;
}

.faq-body-wrap .faq-body-page .page-navi ul li a {
  color: #999;
  font-weight: bold;
  border: 1px solid #ccc;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
}

.finalDateDiv {
  font-size: 22px;
  font-weight: bold;
}

.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;
}

.rule-table {
  width: 100%;
}

.rule-table tr {
  height: 60px;
}

.rule-table tr:first-child>th {
  border-top: 1px solid #ccc;
}

.rule-table tr th {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  background-color: #f1f1f1;
  font-size: 15px;
  font-weight: bold;
}

.rule-table tr td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.rule-table tr:last-child>td {
  border-bottom: none;
}

.rule-table .order::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;
  margin-top: 6px;
  background-position: -136px 0;
}

.rule-table .order.on::after {
  background-position: -120px 0;
}

.rule-check .rule-check-label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 15px;
  color: #333;
  letter-spacing: -0.5px;
  cursor: pointer;
  vertical-align: middle;
}

.rule-check .rule-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: -12px;
  width: 22px;
  height: 22px;
  background-position: 0 0;
}

.rule-check.ck .rule-check-label:before {
  background-position: -30px 0;
}

.pointer {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.min60 {
  min-width: 60px;
}

.max100 {
  max-width: 100px;
}

.max230 {
  max-width: 230px;
}

.max300 {
  max-width: 300px;
}

.box-wrap #select-box-layout {
  display: inline-block;
  float: left;
  width: 70%;
}

.box-wrap #btn-box-layout {
  display: inline-block;
  width: 30%;
}

.rule-list {
  clear: both;
}

.rule-btn {
  width: 130px;
  background-color: #f8585b;
  border: none;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 5px;
  cursor: pointer;
  border-radius: 10px;
}

.pagination {
  display: inline-block;
  margin-top: 12px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}

.inputDiv {
  text-align: left;
  padding-top: 15px;
  padding-left: 14px;
}

.inputDiv .select-box-layout {
  display: inline-block;
  float: left;
  width: 70%;
}

.inputDiv .searchInput {
  height: 30px;
  width: 400px;
}


.searchDiv table th,
.searchDiv table td {
  padding: 5px;
}

.searchDiv {
  height: 27.5px;
  margin: 10px;
  align: left;
}

#searchBtn {
  width: 80px;
  height: 30px;
}

/* #searchInput{width: 600px; height: 27px;}  */


.alim-table {
  width: 100%;
}

.alim-table tr {
  height: 10px;
}

.alim-table tr:first-child>th {
  border-top: 1px solid #ccc;
}

.alim-table tr th {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  background-color: #f1f1f1;
  font-size: 15px;
  font-weight: bold;
}

.alim-table tr td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  font-size: 14px;
}

#alim_ct {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  font-size: 13px;
}

.alim-table tr:last-child>td {
  border-bottom: none;
}

.alim-table .order::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;
  margin-top: 6px;
  background-position: -136px 0;
}

.alim-table .order.on::after {
  background-position: -120px 0;
}

.alim-btn-01 {
  background-color: #66A5DD;
  border: none;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 5px;
  cursor: pointer;
  border-radius: 10px;
}

.alim-btn-02 {
  background-color: #E08095;
  border: none;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 5px;
  cursor: pointer;
  border-radius: 10px;
}

.alim-btn-03 {
  border: none;
  color: #fff;
  padding: 4px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 5px;
  cursor: pointer;
  border-radius: 10px;
}

.alim-check .alim-check-label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 15px;
  color: #333;
  letter-spacing: -0.5px;
  cursor: pointer;
  vertical-align: middle;
}

.alim-check .alim-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: -12px;
  width: 22px;
  height: 22px;
  background-position: 0 0;
}

.alim-check.ck .alim-check-label:before {
  background-position: -30px 0;
}

.tokyofair-container {
  background-color: #FBFBFE;
  min-height: 660px;
}

.tokyofair-wrap {
  margin: 0 auto;
  width: 1560px;
  padding: 80px 0 80px 0;
  text-align: center;
}

.tokyofair-wrap h1 {
  font-weight: bold;
  color: #595959;
  font-size: 40px;
}

.tokyofair-wrap h6 {
  color: #b5b7b4;
  padding-bottom: 50px;
}

.individual_interview_line {
  margin: 10px 0;
}

.individual_interview_line .member_wrap {
  margin: 20px auto;
}

.individual_interview_time {
  margin: 0 10px;
}

.group_interview_line {
  margin: 5px 0;
  display: inline-flex;
}

.group_num_wrap {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  min-height: 50px;
  padding-top: 15px;
}

.group_member_wrap {
  display: inline-block;
}

.group_select_wrap {
  margin: 5px 0;
}

.member-message {
  overflow-y: scroll;
  max-height: 430px;
}

.blue {
  color: blue;
}

.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;
}