/*================ 공통사용 ================*/
.cen {
  width: 100%;
  max-width: 1500px;
  position: relative;
  box-sizing: border-box;
  padding: 0 30px;
  height: auto;
  margin: 0 auto;
}
.up800 {
  display: block;
}
.ud800 {
  display: none;
}

/* 로그인 전후 CSS */
.before {
  display: block;
}
.after {
  display: none;
}

/*========= 폰트/문단 =========*/
.dot_txt {
  box-sizing: border-box;
  padding-left: 13px;
  position: relative;
}
.dot_txt:after {
  content: '';
  width: 0.2em;
  height: 0.2em;
  background: #f09b07;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}
.sec_tit {
  font-size: 1.2em;
  margin: 1.5em 0 1.2em 0;
}

/* 일반검색 텍스트검색 */
.normal_search_wrap {
  width: 100%;
  display: block;
  position: relative;
}
.normal_search_box {
  width: calc(100% - 100px);
  display: table;
  border-collapse: collapse;
  box-sizing: border-box;
  float: left;
}
.normal_search_box > .normal_search_area {
  width: 33.3%;
  box-sizing: border-box;
  border: #e0e0e0 1px solid;
  display: table-cell;
  cursor: pointer;
  overflow: hidden;
}
.normal_search_box > .normal_search_job {
  width: 33.3%;
  box-sizing: border-box;
  border: #e0e0e0 1px solid;
  display: table-cell;
  cursor: pointer;
  overflow: hidden;
}
.normal_search_box > .normal_search_txt {
  width: 33.3%;
  box-sizing: border-box;
  border: #e0e0e0 1px solid;
  display: table-cell;
  cursor: pointer;
}
.normal_search_box > .normal_search_country {
  width: 25%;
  box-sizing: border-box;
  border: #e0e0e0 1px solid;
  display: table-cell;
  cursor: pointer;
  overflow: hidden;
}
.normal_search_box > .normal_search_country > select {
  width: 100%;
  border: none;
  margin: 0;
}
.normal_search_box > .normal_search_branch {
  width: 66.6%;
  box-sizing: border-box;
  border: #e0e0e0 1px solid;
  display: table-cell;
  cursor: pointer;
}
.normal_search_box > .normal_search_branch > select {
  width: 49%;
  border: none;
  margin: 0;
  box-sizing: border-box;
  display: inline-block;
}
.normal_search_box > .normal_search_branch > select:nth-child(1) {
  border-right: #e0e0e0 1px solid;
}
.normal_search_area {
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
}
/* 지역검색 */
.area_wrap {
  width: calc(66.6% - 66.6px);
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: none;
  background: #fff;
  color: #555;
  font-size: 14px;
  top: 51px;
  left: 0;
  z-index: 1200;
  opacity: 0;
  transition: all 0.3s;
}
.area_wrap.on {
  max-height: 500px;
  opacity: 1;
  border: #ccc 1px solid;
}
.area_t {
  width: 100%;
  display: block;
}
.area_t:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
#area_land {
  width: 50%;
  box-sizing: border-box;
  padding: 15px;
  float: left;
  vertical-align: top;
}
#area_land > div {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
#area_land > div.on {
  width: 100%;
  background: #fffaf1;
  cursor: pointer;
}
#area_land > div.on:after {
  content: '';
  width: 3px;
  height: 10px;
  background: #f09b07;
  position: absolute;
  right: 10px;
  top: 8px;
  transform: rotate(-45deg);
}
#area_land > div.on:before {
  content: '';
  width: 3px;
  height: 10px;
  background: #f09b07;
  position: absolute;
  right: 10px;
  top: 13px;
  transform: rotate(45deg);
}
#area_country {
  width: 50%;
  box-sizing: border-box;
  height: 180px;
  overflow: auto;
  padding: 15px;
  float: left;
}
.country_name {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.country_name:not(:last-child) {
  margin-bottom: 5px;
}
.country_name.on {
  background: #fffaf1;
}

.area_tag_wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 15px 15px 15px;
  border-top: #e0e0e0 1px solid;
  clear: both;
}
.area_tag_wrap > div {
  float: left;
}
#area_tags {
  width: calc(100% - 100px);
}
.area_tag_wrap > div:nth-child(2) {
  width: 100px;
  text-align: right;
  float: right;
}
.area_tag_wrap > div:nth-child(2) > input[type='button'] {
  width: auto;
  height: auto;
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
  border: #ccc 1px solid;
  color: #555;
  cursor: pointer;
}
.area_tag {
  margin-right: 5px;
  background: #f09b07;
  color: #fff;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  float: left;
}
.area_tag_name {
  font-size: 13px;
  float: left;
}
.area_tag_del {
  width: 14px;
  height: 14px;
  position: relative;
  cursor: pointer;
  float: left;
}
.area_tag_del:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 3px;
  top: 4px;
}
.area_tag_del:after {
  content: '';
  width: 1px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 3px;
  top: 4px;
}

/* 직업검색 */
.job_wrap {
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: none;
  background: #fff;
  color: #555;
  font-size: 14px;
  top: 51px;
  left: 0;
  z-index: 1200;
  opacity: 0;
  transition: all 0.3s;
}
.job_wrap.on {
  opacity: 1;
  max-height: 800px;
  border: #ccc 1px solid;
  border: #ccc 1px solid;
}
.job_t {
  width: 100%;
  display: block;
}
.job_t:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
#job_dep_01 {
  width: 33.3%;
  height: 230px;
  overflow-y: auto;
  border-right: #eee 1px solid;
  box-sizing: border-box;
  padding: 15px;
  float: left;
  vertical-align: top;
}
#job_dep_02 {
  width: 33.3%;
  height: 230px;
  overflow-y: auto;
  border-right: #eee 1px solid;
  box-sizing: border-box;
  padding: 15px;
  float: left;
  vertical-align: top;
}
#job_dep_03 {
  width: 33.3%;
  height: 230px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 15px;
  float: left;
  vertical-align: top;
}

.job_check_wrap {
}
.job_check_wrap:not(:last-child) {
  margin-bottom: 10px;
}

.job_check_wrap input ~ .label_txt {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 5px;
  display: block;
}
.job_check_wrap input:checked ~ .label_txt {
  background: #fffaf1;
  color: #000;
  position: relative;
}
.job_check_wrap input:checked ~ .label_txt:after {
  content: '';
  width: 3px;
  height: 10px;
  background: #f09b07;
  position: absolute;
  right: 10px;
  top: 8px;
  transform: rotate(-45deg);
}
.job_check_wrap input:checked ~ .label_txt:before {
  content: '';
  width: 3px;
  height: 10px;
  background: #f09b07;
  position: absolute;
  right: 10px;
  top: 13px;
  transform: rotate(45deg);
}
#job_dep_03 .job_check_wrap input:checked ~ .label_txt:after {
  display: none;
}
#job_dep_03 .job_check_wrap input:checked ~ .label_txt:before {
  display: none;
}
#job_dep_02 div:first-child .job_check_wrap input:checked ~ .label_txt:after {
  display: none;
}
#job_dep_02 div:first-child .job_check_wrap input:checked ~ .label_txt:before {
  display: none;
}

.job_tag_wrap {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  box-sizing: border-box;
  padding: 20px 15px 15px 15px;
  border-top: #e0e0e0 1px solid;
  clear: both;
}
.job_tag_wrap > div {
  float: left;
}
#job_tags {
  width: calc(100% - 100px);
}
#job_tags > div {
  display: block;
  float: left;
}
.job_tag_wrap > div:nth-child(2) {
  width: 100px;
  text-align: right;
  float: right;
}
.job_tag_wrap > div:nth-child(2) > input[type='button'] {
  width: auto;
  height: auto;
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
  border: #ccc 1px solid;
  color: #555;
  cursor: pointer;
}
.job_tag {
  margin-right: 5px;
  background: #fff6e6;
  border: #f09b07 1px solid;
  color: #000;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  float: left;
}
.job_tag_name {
  font-size: 13px;
  float: left;
}
.job_tag_del {
  width: 14px;
  height: 14px;
  position: relative;
  cursor: pointer;
  float: left;
}
.job_tag_del:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #000;
  transform: rotate(-45deg);
  position: absolute;
  right: 3px;
  top: 4px;
}
.job_tag_del:after {
  content: '';
  width: 1px;
  height: 12px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  right: 3px;
  top: 4px;
}

.normal_search_job {
  box-sizing: border-box;
  padding: 0 15px;
}
.normal_seach_btn {
  width: 100px;
  height: 50px;
  text-align: center;
  display: table-cell;
  line-height: 0;
  box-sizing: border-box;
  position: relative;
}
.normal_search_txt {
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
}
.normal_search_txt:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: #ccc 1px solid;
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 10;
}
.normal_search_txt:after {
  content: '';
  width: 1px;
  height: 7px;
  background: #ccc;
  position: absolute;
  left: 26px;
  top: 30px;
  z-index: 10;
  transform: rotate(-45deg);
}
.normal_search_txt .pl_wrap {
  border: none;
}
.normal_search_box input[type='button'] {
  border-radius: 0 30px 30px 0;
  width: 100%;
  height: 50px;
  background: #f09b07;
  color: #fff;
}
.detail_search_btn {
  width: 100px;
  height: 52px;
  padding-right: 15px;
  box-sizing: border-box;
  line-height: 52px;
  text-align: Center;
  border: #e0e0e0 1px solid;
  border-left: none;
  color: #777;
  float: right;
  cursor: pointer;
  position: relative;
}
.detail_search_btn:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: transparent 5px solid;
  border-left: transparent 5px solid;
  border-right: transparent 5px solid;
  border-top: #333 5px solid;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -0px;
}
.detail_search_btn:hover {
  background: #f09b07;
  border: #f09b07 1px solid;
  color: #fff;
}
.detail_search_btn:hover:after {
  border-top: #fff 5px solid;
}
.detail_search_btn.on {
  background: #f09b07;
  border: #f09b07 1px solid;
  color: #fff;
}
.detail_search_btn.on:after {
  transform: rotate(180deg);
  border-top: #fff 5px solid;
  margin-top: -5px;
}

/* 상세검색 틀 */

.detail_search_wrap {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s;
}
.detail_search_wrap.on {
  max-height: 800px;
}
.table_top_line {
  border-top: #e0e0e0 1px solid;
}
.detail_search_t {
  width: 100%;
  display: table;
  box-sizing: border-box;
  border: #e0e0e0 1px solid;
  border-top: none;
}
.normal_t {
  width: 100%;
  display: table;
  box-sizing: border-box;
}
.detail_search_r {
  width: 100%;
  display: table-row;
}
.detail_search_c {
  padding: 10px 5px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  border-bottom: #e0e0e0 1px solid;
}
.detail_search_t.detailed .detail_search_c:nth-child(2) {
  font-weight: 400;
  box-sizing: border-box;
  padding-left: 10px;
  color: #565656;
}
.detail_search_c.link {
  text-decoration: underline;
  cursor: pointer;
}
.detail_search_c.link:hover {
  color: #2e9eff;
}
.detail_search_r:last-child .detail_search_c {
  border-bottom: none;
}
.detail_search_c:nth-child(1) {
  width: 150px;
  text-align: center;
  border-right: #e0e0e0 1px solid;
  background: #fffaf1;
}
.detail_search_c textarea {
  width: 100%;
  box-sizing: border-box;
  border: #ccc 1px solid;
  padding: 15px;
}

/* 상세검색 다양한 인풋 스타일 */

.detail_input_wrap {
  width: 100%;
}

.detail_input_wrap .input_chunk {
  margin: 2px 0;
}
.detail_input_wrap .detail_box {
}
.detail_input_wrap .detail_box .pl_wrap {
  float: left;
}
.detail_input_wrap .detail_box .fromTodash {
  line-height: 48px;
  padding: 0 10px;
  float: left;
}
.detail_input_wrap .detail_box .unit {
  padding: 0 5px;
  line-height: 48px;
  float: left;
}
.detail_input_wrap .detail_box .input_chunk.add {
  margin: 0 5px;
  line-height: 48px;
  float: left;
}
.detail_input_wrap .detail_box .input_chunk {
  line-height: 48px;
  float: left;
}
.detail_input_wrap select {
  padding-right: 30px;
}
.input_chunk.btns:not(:last-child) {
  margin-right: 5px;
}
button.add_inwrap_btn {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  background-color: #f09b07;
  border: #f09b07 1px solid;
}
button.del_inwrap_btn {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  box-sizing: border-box;
  display: inline-block;
  border: #eee 1px solid;
  color: #999;
}
.input_chunk button.confirm_btn {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  box-sizing: border-box;
  display: inline-block;
  border: green 1px solid;
  color: #fff;
  background: green;
}
.input_chunk button.reject_btn {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  box-sizing: border-box;
  display: inline-block;
  border: tomato 1px solid;
  color: #fff;
  background-color: tomato;
}

/* .current_file {
  width: 100%;
  clear: both;
  margin-bottom: 5px;
  margin-top: 10px;
  display: table;
}
.current_file div:nth-child(1) {
  width: 80px;
  color: #676767;
  display: table-cell;
}
.current_file div:nth-child(2) {
  color: #000;
  font-weight: 600;
  display: table-cell;
}
.current_file div:nth-child(2):hover {
  cursor: pointer;
  color: #2e9eff;
  text-decoration: underline;
} */

.current_file {
  margin: 10px 0;
  clear: both;
  margin-top: 10px;
  display: table;
  border-collapse: collapse;
}
.current_file div:nth-child(1) {
  padding: 0 5px 0 20px;
  color: #676767;
  display: table-cell;
  position: relative;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
}
.current_file div:nth-child(1):after {
  content: '';
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 16px;
  background: url('/images/icons/clip.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.current_file div:nth-child(2) {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
}
.current_file div:nth-child(2):hover {
  cursor: pointer;
  color: #2e9eff;
  text-decoration: underline;
}

.detail_search_c.proof {
  padding: 0;
  border-bottom: none;
}
.detail_search_c.proof .input_box {
  width: calc(100% - 250px);
  float: left;
}

.detail_search_c.proof_only {
  padding: 0;
  border-bottom: none;
}
.detail_search_c.proof_only .input_box {
  width: 100%;
}

.detail_search_c.proof_only .input_box .pl_wrap,
.detail_search_c.proof .input_box .pl_wrap {
  width: 100%;
}
.detail_search_c.proof .input_box:not(:last-child) {
  margin-right: 10px;
}
.total_confirm_wrap {
  padding: 15px 0;
  text-align: center;
}
.total_confirm_wrap button.confirm_btn {
  height: 40px;
  padding: 0 40px;
  margin-right: 15px;
  line-height: 30px;
  box-sizing: border-box;
  display: inline-block;
  border: green 1px solid;
  color: #fff;
  background: green;
}
.total_confirm_wrap button.reject_btn {
  height: 40px;
  padding: 0 40px;
  line-height: 30px;
  box-sizing: border-box;
  display: inline-block;
  border: tomato 1px solid;
  color: #fff;
  background-color: tomato;
}

/* ab 선택에 따라 토글 */
.ab_wrap {
}
#ab_select_a {
  display: block;
}
#ab_select_b {
  display: none;
}

/*================ 공통사용 끝 ================*/

/*================ GNV ================*/

.gnv_logo_area {
  height: 100px;
}

.top_menu_line {
  width: 100%;
  border-bottom: #eee 1px solid;
}

.top_menu_wrap {
}
.top_home {
  width: 30px;
  height: 30px;
  border-left: #eee 1px solid;
  border-right: #eee 1px solid;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.tohome_btn {
  width: 17px;
  height: 17px;
}
.tohome_btn .st0 {
  fill: #aaaaaa;
}
.tohome_btn:hover .st0 {
  fill: #f09b07;
}
.top_login_wrap {
  float: right;
}
.top_login_wrap .main_login_btn[type='button'] {
  width: auto;
  height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
  border-left: #eee 1px solid;
  border-right: #eee 1px solid;
  margin: 0;
  font-size: 12px;
  background: none;
  color: #333;
  float: left;
}
.top_login_wrap .main_login_btn[type='button'].special_btn {
  background: #f0f0f0;
  border-color: #fff;
}

.top_login_wrap .main_login_btn[type='button']:not(:last-child) {
  border-right: none;
}
.menu_btn_wrap {
  width: 40px;
  height: 40px;
  margin: 10px 0 0 0;
  box-sizing: border-box;
  padding: 13px 10px;
  position: relative;
  display: none;
  float: left;
}
.body_mypage .menu_btn_wrap {
  display: block;
}
.menu_btn_bar {
  width: 100%;
  height: 2px;
  background: #606060;
}
.menu_btn_bar:not(:last-child) {
  margin-bottom: 4px;
}
.menu_btn_click {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.gnv_logo {
  width: 250px;
  height: 50px;
  line-height: 0;
  margin: 9px 0;
  padding: 0;
  cursor: pointer;
  background: url('/images/logo/logo_gnv.svg');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
}
.gnv_top_link {
  height: 59px;
  box-sizing: border-box;
  padding: 16px 0 0 0;
  cursor: pointer;
  float: right;
}
.gnv_top_name {
  float: left;
}
.gnv_top_icon {
  width: 20px;
  height: 20px;
  margin: 1px 0 0 5px;
  border-radius: 50%;
  background-color: #f09b07;
  background-image: url('/images/icons/login_ppl.svg');
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  float: left;
}
.gnv_top_arr {
  width: 20px;
  height: 20px;
  margin: 1px 0 0 5px;
  background-image: url('/images/icons/arr_down.svg');
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  float: right;
}

#top_myinfo.on .gnv_top_arr {
  transform: rotate(180deg);
}

.gnv_top_join {
  float: left;
}
.gnv_top_login {
  float: left;
}

/* 탑 정보 */
#top_myinfo {
  position: relative;
}
.body_mypage #top_myinfo {
  display: block;
}
.body_mypage #top_join {
  display: none;
}
.top_link_btn_wrap {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  border-radius: 0 0 10px 10px;
  top: 58px;
  left: 0;
  z-index: 100;
}
#top_myinfo.on .top_link_btn_wrap {
  max-height: 100px;
  box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 3px;
}
.top_link_btn {
  padding: 5px 8px;
  font-size: 12px;
  text-align: right;
  position: relative;
}
.top_link_btn:hover {
  color: #f09b07;
}

.gnv_wrap {
  width: 100%;
  height: 55px;
  background: #f09b07;
}
.gnv_normal {
  float: left;
}
.gnv_brc {
  margin: 11px 0 0 0;
  padding: 5px 15px;
  border-radius: 40px;
  background: #fff;
  font-weight: 600;
  color: #f09b07;
  cursor: pointer;
  float: right;
}
.gnv_menu_wrap {
  float: left;
}
.gnv_menu {
  height: 55px;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.gnv_menu.special {
  height: 30px;
  margin: 13px 0 0 0;
  line-height: 30px;
  background: #fff;
  font-weight: 700;
  border-radius: 20px;
}
.gnv_menu.special .gnv_menu_1d {
  line-height: 30px;
}
.gnv_menu:after {
  content: '';
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
}
.gnv_menu_1d {
  width: 100%;
  line-height: 55px;
  cursor: pointer;
}
.gnv_menu.special .gnv_menu_1d_name {
  color: #f09b07;
}
.gnv_menu:hover .gnv_menu_1d_name {
  color: #000;
}
.gnv_menu_1d_name {
  float: left;
  color: rgba(255, 255, 255, 1);
  transition: color 0.3s;
}
.gnv_menu_1d_name:hover {
  color: rgba(255, 255, 255, 1);
}
.gnv_menu_1d_name.on {
  float: left;
  color: rgba(255, 255, 255, 1);
}
.gnv_menu_1d_name > div:nth-child(1) {
  padding: 0 10px 0 0;
  float: left;
}
.gnv_menu_1d_tri {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  text-align: right;
  transition: color 0.3s;
  font-family: 'NGothic';
}
.gnv_menu_1d_name:hover > .gnv_menu_1d_tri {
  color: rgba(255, 255, 255, 1);
}
.gnv_menu_1d.on > .gnv_menu_1d_name > .gnv_menu_1d_tri {
  color: rgba(255, 255, 255, 1);
  transform: rotate(180deg);
  display: inline-block;
  text-align: right;
}
.gnv_menu_2d_wrap {
  width: 100%;
  max-height: 0px;
  position: absolute;
  background: #292929;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
  top: 65px;
  z-index: 1500;
  left: 0px;
}
.gnv_menu_2d_wrap.on {
  top: 55px;
  max-height: 500px;
  opacity: 1;
}
.gnv_menu_2d {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.gnv_menu_2d:first-child {
  margin-top: 5px;
}
.gnv_menu_2d:last-child {
  margin-bottom: 10px;
}
.gnv_menu_2d:hover {
  color: rgba(255, 255, 255, 1);
  padding-left: 15px;
}

/*================ GNV 끝 ================*/

/* ====메인화면==== */

.main_login_area {
  width: 100%;
  background: #fffaf2;
}
.main_vi_login {
  width: 100%;
  padding: 40px 0;
}
.main_viusal {
  width: 100%;
  height: 270px;
  box-sizing: border-box;
  position: relative;
  background: #ccc;
  float: left;
}
.main_login {
  width: 30%;
  height: 270px;
  box-sizing: border-box;
  float: right;
}
.body_sub .gnv_top_link:last-child {
  display: block;
}

/* before */

.main_login_box {
  border: #f09b07 2px solid;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
}
.main_login_top {
  height: 20px;
  margin-bottom: 15px;
}
.main_login_btn[type='button'] {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  font-size: 16px;
}
.main_login_find {
  background: url('/images/icons/lock.svg');
  background-size: 12px;
  background-position: left center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 0.9em;
  color: #aeaeae;
  cursor: pointer;
}

/* after */

.main_status > div {
  float: left;
}
.main_status_name {
  margin-bottom: 30px;
  font-size: 1.1em;
  font-weight: 600;
}
.main_status_txt {
  padding: 2px 0 0 0;
}
.main_status_cls {
  padding: 2px 10px 2px 25px;
  margin-left: 10px;
  background-color: #f09b07;
  background-image: url('/images/icons/login_ppl.svg');
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 12px;
  border-radius: 50px;
  font-size: 0.9em;
  color: #fff;
}
.main_status > .main_status_logout {
  padding: 3px 10px;
  border: #ccc 1px solid;
  color: #ccc;
  float: right;
}

.main_login_quick {
  border: #cccccc 1px solid;
  text-align: center;
  padding: 5px 0;
  margin: 15px 0 0 0;
  cursor: pointer;
  font-size: 0.9em;
  color: #707070;
}
.main_login_quick:hover {
  color: #000;
  background: #fff;
  border: #000 1px solid;
}
.main_login_quick > div {
  display: inline-block;
}
.main_login_quick > div:nth-child(2) {
  width: 17px;
  height: 17px;
  margin: 3px 0 0 3px;
  background: url('/images/icons/quick.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: text-top;
  display: inline-block;
}

/*========= 슬라이더 =========*/

.main_slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider_box {
  width: 100%;
  position: relative;
}
/*========= 슬라이더 끝 =========*/

/*========= 채용 리스트 =========*/

.body_main .recruit_wrap {
  background: #fff;
  padding: 30px 0;
}

.main_recruit_list {
  width: 100%;
  min-height: 230px;
}
.main_recruit_box {
  width: calc(25% - 15px);
  height: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: #cccccc 1px solid;
  box-sizing: border-box;
  float: left;
  position: relative;
  z-index: 50;
}
.main_recruit_box:nth-child(4n) {
  margin-right: 0px;
}

.main_recruit_logo {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.main_recruit_info {
}
.main_recruit_name {
  width: 100%;
  height: 24px;
  overflow: hidden;
  font-weight: 600;
  font-size: 0.8em;
}
.main_recruit_detail {
  width: 100%;
  height: 45px;
  overflow: hidden;
  font-size: 0.9em;
  line-height: 150%;
}
.main_recruit_detail:hover {
  text-decoration: underline;
  cursor: pointer;
}
.main_recruit_info_b {
}
.main_recruit_dday {
  float: left;
  font-size: 0.8em;
  color: #aeaeae;
}
.main_recruit_link {
  padding: 2px 10px;
  float: right;
  font-size: 0.7em;
  color: #f09b07;
  border: #f09b07 1px solid;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.main_recruit_link:hover {
  background: #f09b07;
  color: #fff;
}

/*========= 채용 리스트 서브페이지 =========*/

.sub_recruit_total {
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-size: 1.2em;
}
.sub_recruit_total > span {
  display: inline-block;
  padding: 0 5px;
  color: #f09b07;
  font-weight: 700;
}

.sub_recruit_list {
  width: 100%;
  margin: 25px 0 0 0;
}
.sub_recruit_box {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: #cccccc 1px solid;
  box-sizing: border-box;
  float: none;
  clear: both;
  position: relative;
  z-index: 50;
}
.sub_recruit_box.reject {
  border: red 2px solid;
}
.sub_recruit_box.confirm {
  border: green 2px solid;
}
.sub_recruit_box:hover {
  border-color: #2e9eff;
  cursor: pointer;
}
.sub_recruit_box:nth-child(4n) {
  margin-right: 0px;
}

.sub_recruit_info_wrap {
  overflow: hidden;
  white-space: nowrap;
  padding: 25px 0;
  box-sizing: border-box;
}
.sub_recruit_info {
  padding-right: 45px;
  box-sizing: border-box;
  float: left;
}
.sub_recruit_name {
  height: 24px;
  overflow: hidden;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: left;
}
.sub_recruit_name > div {
}
.sub_recruit_name > div:nth-child(1) {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
}
.sub_recruit_txt {
  width: 100%;
  margin: 5px 0 10px 0;
  font-size: 1.2em;
  overflow: hidden;
  line-height: 150%;
}
.sub_recruit_txt:hover {
  text-decoration: underline;
  cursor: pointer;
}
.sub_recruit_detail {
  font-size: 0.9em;
  color: #2e9eff;
  display: table;
}
.sub_recruit_detail > div {
  padding: 0 10px;
  position: relative;
  display: table-cell;
}
.sub_recruit_detail > div:after {
  content: '';
  background: #2e9eff;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sub_recruit_detail > div:first-child {
  padding-left: 0;
}
.sub_recruit_detail > div:last-child:after {
  display: none;
}
.sub_recruit_info_b {
  float: right;
  font-size: 0.9em;
  color: #707070;
}
.sub_recruit_info_b > div {
  padding: 6px 0;
  text-align: right;
}
.sub_recruit_info_b > div.sub_recruit_salary {
  box-sizing: border-box;
  position: relative;
}
.sub_recruit_salary:after {
  content: '연봉';
  padding: 2px 5px 3px 5px;
  border-radius: 3px;
  line-height: 13px;
  background: #999;
  color: #fff;
  font-size: 0.8em;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.sub_recruit_info_view {
  width: 100%;
  border-top: #eee 1px solid;
  padding: 5px 0 0 0;
}
.sub_recruit_view_count {
  box-sizing: border-box;
  padding-left: 25px;
  font-size: 0.9em;
  font-weight: 400;
  position: relative;
  color: #333;
}
.sub_recruit_view_count:before {
  content: '';
  width: 20px;
  height: 18px;
  background: url('/images/icons/eye.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 채용신청 페이지 */
.recrt_input_box {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.recrt_input_box .detail_search_t {
  border: none;
}

.recrt_input_box .detail_search_c {
  border: none;
}
.recrt_input_box .detail_search_c:nth-child(1) {
  width: 150px;
  padding-top: 25px;
  text-align: left;
  font-size: 1em;
  box-sizing: border-box;
  background: none;
  border: none;
  vertical-align: top;
  position: relative;
}
.etc_box {
  width: 100%;
  margin-top: 10px;
  clear: both;
  display: none;
}
.etc_box.on {
  background: #fffaf2;
  box-sizing: border-box;
  padding: 10px;
  display: block;
}
.pl_wrap.full {
  width: 100%;
}
.pl_wrap.short_num {
  width: 50px;
}
.job_selector_wrap {
  width: 100%;
  height: 50px;
  border: #ccc 1px solid;
  position: relative;
  display: table;
}
.job_selector_wrap > .normal_search_job {
  width: 100%;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.job_selector > #job_tags {
  width: 100%;
  height: auto;
  padding: 10px 15px 0 15px;
}

/*================ 푸터 ================*/

.footer_wrap {
  padding: 50px 10px;
  box-sizing: border-box;
  background: #f1f1f1;
  color: #000;
  text-align: center;
  color: #777;
  font-size: 0.9rem;
}
.footer_link_wrap {
  display: flex;
  padding-bottom: 1.2em;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.footer_link_wrap > div {
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}
.footer_link_wrap > div:hover {
  color: #000;
}
.footer_link_wrap > div:after {
  content: '';
  height: 60%;
  width: 1px;
  right: 0;
  top: 20%;
  position: absolute;
  background: #ccc;
}
.footer_link_wrap > div:nth-child(3):after {
  display: none;
}
.footer_info_wrap {
  width: 100%;
}
.footer_info_wrap span {
  font-weight: 600;
}
.footer_info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_info_addr {
  display: table;
  padding-top: 0.5em;
  margin: 0 auto;
  clear: both;
}
.footer_info_addr > div {
  display: table-cell;
}
.footer_info_addr > div:nth-child(1) {
  width: 80px;
}
.footer_info_addr > div:nth-child(2) {
  text-align: left;
}
.footer_info_addr span > span {
  font-weight: 400;
}
.footer_info > div {
  padding: 0 15px;
  position: relative;
}
.footer_info > div:after {
  content: '';
  height: 60%;
  width: 1px;
  right: 0;
  top: 20%;
  position: absolute;
  background: #ccc;
}
.footer_info > div:last-child:after {
  display: none;
}
.footer_copy {
  margin-top: 1.2em;
  font-size: 0.8em;
  color: #000;
}

/*================ 푸터 끝 ================*/

/*================ 로그인 페이지 ================*/

.login_bg {
  width: 100%;
  min-height: 100%;
  background: #fffaf2;
}
.login_wrap {
  max-width: 620px;
  min-height: 700px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 5% 250px 5%;
  background: #fff;
  position: relative;
}
.login_logo {
  cursor: pointer;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  background: url('/images/logo/logo_gnv.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.login_tab_wrap {
  margin: 0 0 20px 0;
}
.login_tab {
  width: 25%;
  height: 28px;
  text-align: center;
  float: left;
}
.login_input {
  margin: 10px 0;
}
.login_check_wrap {
  padding: 0px 0 20px 0;
}
.login_check_wrap > div {
  float: left;
}
.login_check_wrap > div:nth-child(1) {
  margin-right: 10px;
}
.main_login_find {
}
.main_login_find > span:hover {
  color: #f09b07;
}

.login_wrap .footer_wrap {
  width: 100%;
  background: none;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.login_wrap .footer_copy {
  margin-top: 0px;
}

/*================ 로그인 페이지 끝 ================*/

/*================ 회원가입 ================*/

/*====== 약관 동의 페이지 ======*/

.join_type_wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
  /*
  border-bottom: #ccc 1px dashed;
  */
}
.join_type_box {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 7.5px;
  display: table;
}
.join_type_box:last-child {
  margin-right: 0;
}

.join_type_box .label_txt {
  width: 50%;
}
.join_type_box input[type='radio'] ~ .label_txt {
  width: 50%;
  vertical-align: middle;
  display: table-cell;
}
.join_type_txt {
  height: 130px;
  padding: 10px;
  border: #ccc 1px solid;
  box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
}
.join_type_box input[type='radio']:checked ~ .join_type_txt {
  border: #f09b07 1px solid;
}
.join_agree_wrap {
  width: 100%;
  box-sizing: border-box;
  border: #cccccc 1px solid;
}
.join_agree_total {
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: #cccccc 1px solid;
}
.join_agree_box {
  padding: 20px 10px 0px 10px;
}
.join_agree {
  margin-bottom: 20px;
  font-size: 0.9em;
}
.join_agree span {
  color: red;
}
.join_agree a {
  text-decoration: underline;
  cursor: pointer;
}
.join_next_btn_wrap {
  width: 100%;
  margin: 20px 0 0 0;
}
.join_next_btn {
  padding: 15px 25px;
  font-size: 1.1em;
  float: left;
}
.join_next_btn:nth-child(2) {
  float: right;
}
.sole_right_btn_wrap {
  width: 100%;
  margin: 20px 0 0 0;
}
.sole_right_btn_wrap .join_next_btn {
  float: right;
}

/*====== 약관 동의 페이지 끝 ======*/

/*====== 회원가입  ======*/

.mid_sec_wrap {
  margin-bottom: 25px;
}
.input_tit {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1em;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
  color: #777;
}
.input_tit.red {
	color: #f00;
}
.file_tit {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1em;
  padding-left: 20px;
  position: relative;
  font-weight: 600;
  color: #777;
}
.file_tit:after {
  content: '';
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 16px;
  background: url('/images/icons/clip.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.req:after {
  content: '*';
  color: red;
  position: absolute;
  right: -10px;
}
.reqf:after {
  content: '*';
  color: red;
  display: inline-block;
}
.input_box {
  padding: 0px;
  box-sizing: border-box;
}
.inputNunit {
}
.inputNunit .pl_wrap {
  float: left;
}
.inputNunit .input_unit {
  height: 50px;
  line-height: 50px;
  padding: 0 10px 0 5px;
  float: left;
}
.input_box:after {
  content: '';
  display: block;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  clear: both;
}
.input_box.line {
  padding: 15px;
  border: #ccc 1px solid;
  box-sizing: border-box;
}
.input_box input[type='radio'] ~ .label_new {
  margin-top: 1px;
}
.input_line:not(:last-child) {
  margin-bottom: 15px;
}
.input_line:after {
  content: '';
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  display: hidden;
}
.input_chunk {
  float: left;
}
.input_chunk.long {
  clear: both;
}
.input_chunk.long:not(:last-child) {
  margin-bottom: 10px;
}
.input_chunk:not(:last-child) {
  margin-right: 12px;
}
.input_line select {
  margin-top: 10px;
}

/* 네 아니오 선택에 따라 토글되는 창 */

.yntoggle_wrap {
  margin-top: 10px;
  display: none;
}

/* 마이페이지 테스트 */

.pretest_a .input_chunk {
  display: block;
  word-break: keep-all;
}
.pretest_a .input_chunk.long {
  vertical-align: top;
}
.pretest_a .input_chunk label {
  margin-right: 5px;
  display: block;
  float: left;
}
.pretest_a .input_chunk .label_txt {
  width: calc(100% - 30px);
}

/* 이메일 폼 */

.input_email_wrap {
  width: 100%;
}
.input_email_wrap .pl_wrap,
.input_email_wrap .pl_wrap_2,
.input_email_wrap select,
.input_email_wrap .mail_at {
  float: left;
  box-sizing: border-box;
}
.input_email_wrap .pl_wrap {
  width: calc(33.3% - 10px);
  box-sizing: border-box;
}
.input_email_wrap .pl_wrap_2 {
    width: calc(50% - 10px);
    box-sizing: border-box;
    border: 1px #ccc solid;
}
.mail_at {
  width: 20px;
  box-sizing: border-box;
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input_email_wrap select {
  width: calc(33.3% - 10px);
  box-sizing: border-box;
  margin-left: 10px;
  padding: 14px;
  font-size: 0.9em;
  margin-top: 0;
}

.input_email_code_wrap {
   width: 100%;
   margin: 10px 0 0 0;
}

.input_email_code_wrap .pl_wrap {
  width: calc(66.6%);
  box-sizing: border-box;
  float: left;
}

/* 영문 이름 */

.input_eng_name {
}
.input_eng_name .pl_wrap {
  width: 70%;
  float: left;
}
.input_eng_name .pl_wrap:last-child {
  width: calc(30% - 10px);
  float: right;
}

/* 생년월일 */

.ps_birth {
}
.ps_birth .pl_wrap {
  width: calc(30% - 10px);
  margin-right: 10px;
  box-sizing: border-box;
  float: left;
}
.ps_birth .pl_wrap:first-child {
  width: 40%;
  float: left;
}
.ps_birth .pl_wrap:last-child {
  margin-right: 0;
}

/* 중복체크 관련 */
.dupcheck {
  text-align: right;
}
.dupcheck.true {
  display: block;
  padding-top: 0.5em;
  font-size: 0.8em;
  clear: both;
}

.dupcheck .dupt_txt,
.dupcheck .dupf_txt {
  display: none;
}

.dupcheck.false {
  display: block;
  padding-top: 0.5em;
  font-size: 0.8em;
  clear: both;
}
.dupcheck.true .dupt_txt {
  display: block;
  color: blue;
}
.dupcheck.true .dupf_txt {
  display: none;
}
.dupcheck.false .dupt_txt {
  display: none;
}
.dupcheck.false .dupf_txt {
  display: block;
  color: red;
}

/* 휴대폰 번호 */
.phone_nat_wrap select {
  padding: 15px 10px;
}
.phone_number_wrap {
  margin: 10px 0 0 0;
}
.residence_nat_wrap {
  margin-bottom: 10px;
}
.phone_number_wrap .pl_wrap:nth-child(1) {
  width: calc(30% - 10px);
  float: left;
}
.phone_number_wrap select {
  width: calc(30% - 10px);
  padding: 15px 10px;
  float: left;
}
.phone_number_wrap .pl_wrap:not(:first-child) {
  width: calc(35% - 10px);
  margin-left: 15px;
  float: left;
}
.phone_number_wrap .pl_ip {
  text-align: center;
}

.ps_addr_wrap {
  margin-top: 10px;
}
.ps_addr_01 .pl_wrap {
  width: 70%;
  float: left;
}
.ps_addr_01 input[type='button'] {
  width: calc(30% - 10px);
  padding: 15px 0;
  margin-left: 10px;
  float: left;
}
.ps_addr_02 {
  margin: 10px 0 0 0;
}
.ps_addr_03 {
  margin: 10px 0 0 0;
}

/* 재학기간 */

.schday_wrap:not(:last-child) {
  margin-bottom: 10px;
}
.schday_wrap .pl_wrap {
  width: calc(33.3% - 35px);
  text-align: center;
  float: left;
}
.schday_wrap .scday_unit {
  width: 26px;
  box-sizing: border-box;
  padding: 15px 0 0 3px;
  font-size: 0.9em;
  float: left;
}
.schday_wrap .scday_unit:last-child {
  width: 47px;
  float: left;
}

.chuck_wrap .pl_wrap {
  border-top: none;
}
/*
.data_chunk:not(:first-child) {
  margin-top: 5px;
  border-top: #ccc 1px solid;
}
*/

.data_chunk {
  margin-top: 5px;
  border-top: #ccc 1px solid;
}

.delete_chunk {
  width: 100%;
  padding: 15px 10px;
  margin: 15px 0 0 0;
  box-sizing: border-box;
  border: #ccc 1px solid;
  cursor: pointer;
}
.delete_chunk > div:nth-child(1) {
  float: left;
}
.delete_chunk > div:nth-child(2) {
  float: right;
}

.add_chunk {
  width: 100%;
  padding: 15px 10px;
  margin: 15px 0 0 0;
  box-sizing: border-box;
  border: #ccc 1px solid;
  cursor: pointer;
}
.add_chunk > div:nth-child(1) {
  float: left;
}
.add_chunk > div:nth-child(2) {
  float: right;
}

/* 경력 */

#ys_wrap {
  display: none;
}
#ys_wrap.on {
  display: block;
}

/* 회사소개 */

.input_box .text_area {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  border: #ccc 1px solid;
}

/* input + select */

.input_n_select {
}

.input_n_select .pl_wrap {
  width: calc(100% - 70px);
  float: left;
}
.input_n_select select {
  width: 70px;
  float: left;
}
select#lang_lev {
  border-left: none;
  border-top: none;
}

/* sinput + linput */

.sinput_n_linput {
}

.sinput_n_linput .pl_wrap:nth-child(1) {
  width: 30%;
  border-right: none;
  float: left;
}
.sinput_n_linput .pl_wrap:nth-child(2) {
  width: 70%;
  float: left;
}

/* input + minput */

.input_n_minput {
}

.input_n_minput .pl_wrap:nth-child(1) {
  width: 60%;
  border-right: none;
  float: left;
}
.input_n_minput .pl_wrap:nth-child(2) {
  width: 40%;
  float: left;
}

.sinput_n_linput .pl_wrap:nth-child(1) {
  width: 30%;
  border-right: none;
  float: left;
}
.sinput_n_linput .pl_wrap:nth-child(2) {
  width: 70%;
  float: left;
}

/* 회원 가입 완료 */
.join_complete_icon {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
}
.join_complete_icon > img {
  margin: 0px 0 30px 0;
}

.join_complete_wrap {
  width: 100%;
  padding: 40px 0 20px 0;
  box-sizing: border-box;
  border-top: #ccc 1px dashed;
}
.join_complete_info {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 15px;
  border: #ccc 1px solid;
}
.join_complete_info_t {
  display: table;
  font-size: 0.9em;
  font-weight: 300;
}
.join_complete_info_t:nth-child(1) {
  margin-bottom: 15px;
}
.join_complete_info_t > div {
  display: table-cell;
}
.join_complete_info_t > div:nth-child(1) {
  position: relative;
  width: 100px;
}
.join_complete_info_t > div:nth-child(1):after {
  content: ':';
  position: absolute;
  right: 0;
}
.join_complete_info_t > div:nth-child(2) {
  padding-left: 15px;
}
.join_complete_comment {
  text-align: center;
  font-weight: 300;
  margin: 20px 0 30px 0;
}

/* 아이디/비밀번호 찾기 */
#type_wrap {
  width: 100%;
  margin: 15px 0 0 0;
  box-sizing: border-box;
  border: #ccc 1px solid;
  padding: 20px;
}
#findid_wrap {
  display: none;
}
#findpw_wrap {
  display: none;
}
.findid_txt {
  margin-bottom: 20px;
  color: #707070;
}
.find_result_wrap {
  min-height: 200px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
.find_id_complete {
  width: 100%;
  margin: 15px 0 0 0;
  padding: 20px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  background: #f5f5f5;
}
.find_result {
  text-align: center;
  line-height: 200%;
}
.find_result.yes {
}
.find_result.no {
  display: none;
}

/* 지회선택 */
.input_box.bchselector select {
  width: 49%;
  box-sizing: border-box;
  height: 50px;
  padding: 0 30px 0 10px;
  float: left;
}
.input_box.bchselector div {
  width: 49%;
  box-sizing: border-box;
  height: 50px;
  padding: 0 30px 0 10px;
  float: left;
}
.input_box.bchselector select:nth-child(1) {
  margin-right: 2%;
}

/*====== 회원가입 끝  ======*/

/*====== 마이페이지 기본틀  ======*/

.body_mypage {
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

.body_mypage .gnv_logo_area .cen {
  width: 100%;
  max-width: 5000px;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
  height: auto;
  margin: 0 auto;
}
.body_mypage .gnv_wrap {
  display: none;
}

.mypage_wrap {
  width: 100%;
  min-height: calc(100% - 270px);
  display: table;
}
.mypage_wrap:after {
  content: '';
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.mypage_con_wrap {
  display: table-cell;
  vertical-align: top;
}

.mypage_binfo_wrap {
  padding: 20px 0;
  background: #f9f9f9;
  /* background: #fffaf2; */
}
.mypage_con {
  padding: 50px 0 50px 0;
}

.mypage_tit_wrap {
  margin-bottom: 25px;
}
.mypage_tit {
  font-size: 1.5em;
  font-weight: 700;
}
.mypage_txt {
  padding: 10px 0 0 0;
  color: #555;
}

.section_t {
  width: 100%;
  margin-bottom: 15px;
}
.section_c_half {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  float: left;
}
.section_c_half:nth-child(1) {
}
.section_tit {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.section_con {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  min-height: 500px;
  box-sizing: border-box;
}

/* 마이페이지 테이블 */

.table_container {
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.basic_table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  white-space: nowrap;
}
.basic_table thead {
  background: #fffaf2;
}
.basic_table tbody tr:hover {
  background: #f9f9f9;
}
.basic_table tbody td {
}
.basic_table th {
  padding: 15px 0;
  border-top: #999 1px solid;
  border-bottom: #999 1px solid;
  font-size: 14px;
}
.basic_table td {
  padding: 15px;
  border-bottom: #eee 1px solid;
  font-size: 14px;
}
.basic_table th:nth-child(1) {
  width: 50px;
}

/* 회원정보 관리 기본정보/추가정보 탭 */
.mypage_con .tab_wrap {
  margin-bottom: 50px;
}
.tab_wrap.third .tab {
}
.tab_wrap.fifth .tab {
}

/* 라디오 체인지에 따라 변하는 컨텐츠 */
.radioChbox {
  display: none;
}
.radioChbox.on {
  display: block;
}

/* 마이메이지 메뉴 공통 */

.mypage_menu_list {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0;
}
.mypage_menu {
  width: 100%;
  padding: 8px 23px;
  box-sizing: border-box;
  cursor: pointer;
}
.mypage_menu > div:nth-child(1) {
  display: table;
}
.mypage_menu:hover {
  background: #f9f9f9;
}
.mypage_menu:not(:last-child) {
  margin-bottom: 15px;
}
.mypage_menu_icon {
  width: 24px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.mypage_menu_icon > img {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.mypage_menu_icon > img {
  filter: invert(34%) sepia(0%) saturate(1360%) hue-rotate(198deg) brightness(90%) contrast(85%);
}
.mypage_menu:hover .mypage_menu_icon > img {
  filter: invert(78%) sepia(44%) saturate(4807%) hue-rotate(357deg) brightness(96%) contrast(97%);
}
.mypage_menu:hover .mypage_menu_icon > img.on {
  filter: invert(78%) sepia(44%) saturate(4807%) hue-rotate(357deg) brightness(96%) contrast(97%);
}
.mypage_menu_txt {
  box-sizing: border-box;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
.mypage_menu:hover .mypage_menu_txt {
  color: #f09b07;
}
.mypage_menu.on .mypage_menu_txt {
  color: #f09b07;
}
.depth_wrap {
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 34px;
  font-size: 0.9em;
  transition: max-height 0.3s;
}
.mypage_menu.on .depth_wrap {
  max-height: 250px;
}
.depth_wrap > div {
  cursor: pointer;
  padding: 5px 0 0 10px;
  box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #777;
}
.depth_wrap > div:after {
  content: '-';
  line-height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 1px;
  color: #777;
}
.depth_wrap > div:hover,
.depth_wrap > div:hover:after {
  color: #000;
}

/* PC버전 마이페이지 메뉴 */

.mypage_smenu_wrap.drawin {
  width: 100px;
  box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 3px;
  display: table-cell;
}
.mypage_smenu_wrap.drawout {
  width: 240px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 3px;
  display: table-cell;
}

.mypage_smenu_wrap.drawin .mypage_menu {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: block;
}
.mypage_smenu_wrap.drawin .mypage_menu > div:nth-child(1) {
  display: block;
}

.mypage_smenu_wrap.drawin .mypage_menu_icon {
  display: block;
  margin: 0 auto;
}
.mypage_smenu_wrap.drawin .mypage_menu_txt {
  width: 100%;
  display: block;
  font-size: 10px;
  padding: 02px 0 0 0;
}
.mypage_smenu_wrap.drawin .mypage_menu > .depth_wrap {
  padding-left: 0;
  font-size: 10px;
}
.mypage_smenu_wrap.drawin .mypage_menu > .depth_wrap > div {
  padding-left: 0;
}
.mypage_smenu_wrap.drawin .mypage_menu > .depth_wrap > div:after {
  display: none;
}
.mypage_smenu_wrap.drawin .mypage_menu:not(:last-child) {
  margin-bottom: 0px;
}

/* MOBILE버전 마이페이지 메뉴 */

.mypage_menu_wrap {
  width: 240px;
  height: calc(100% - 41px);
  position: absolute;
  overflow-y: auto;
  background: #fff;
  left: -240px;
  top: 100px;
  transition: left 0.3s;
  z-index: 1200;
}
.mypage_menu_wrap.drawout {
  left: -240px;
}
.mypage_menu_wrap.drawin {
  left: 0px;
}
.mypage_menu_dark {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  top: 100px;
  z-index: 18;
}
.mypage_menu_dark.on {
  display: block;
}

/* 마이페이지 메뉴 끝 */

/* 4분할 박스*/
.quadrant_wrap {
  width: 100%;
}
.quadrant_box {
  width: 50%;
  float: left;
  height: 380px;
  padding: 15px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.quadrant_box > .table_container {
  border: #eee 1px solid;
}
.quadrant_box_tit {
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  color: #565656;
}

/* 해야할일 순서도 */

.flow_box {
  width: calc(33.3% - 10px);
  height: 135px;
  box-sizing: border-box;
  margin-top: 50px;
  border-radius: 20px;
  margin-right: 15px;
  display: table;
  position: relative;
  background: #fff;
  float: left;
}
.flow_box:nth-child(3n) {
  margin-right: 0px;
}

.flow_box.cpl {
  border: #2e9eff 1px solid;
  background: #2e9eff;
  color: #fff;
}
.flow_box.cpl .flow_wrap_line {
  background: #2e9eff;
}
.flow_box.cpl .flow_wrap_line > div {
  border: #2e9eff 1px solid;
  color: #2e9eff;
}
.flow_box.ing {
  border: #f09b07 1px solid;
  color: #000;
}
.flow_box.ing .flow_wrap_line {
  background: #f09b07;
  color: #f09b07;
}
.flow_box.ing .flow_wrap_line > div {
  border: #f09b07 1px solid;
}
.flow_box.wat {
  border: #cccccc 1px solid;
  color: #000;
}
.flow_box.wat .flow_wrap_line > div {
  border: #cccccc 1px solid;
  color: #cccccc;
}
.flow_box.wat .flow_wrap_line {
  background: #cccccc;
}
.flow_box.rej {
  border: #d20606 1px solid;
  color: #fff;
  background: #d20606;
}
.flow_box.rej .flow_wrap_line > div {
  border: #d20606 1px solid;
  color: #d20606;
}
.flow_box.rej .flow_wrap_line {
  background: #d20606;
}
.flow_wrap_line {
  width: calc(100% + 20px);
  height: 5px;
  top: -20px;
  position: absolute;
}
.flow_box:nth-child(3n) .flow_wrap_line {
  width: 100%;
}
.flow_wrap_line > div {
  width: 20px;
  height: 20px;
  top: -8px;
  left: 0px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  font-family: dotum;
  letter-spacing: -2px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 11px;
}

.flow_wrap_line {
}
.flow_con {
  padding: 20px;
  display: table-cell;
}
.flow_tit {
  font-weight: 600;
}
.flow_tit > div {
  font-weight: 900;
  font-size: 13px;
}
.flow_btn {
  padding: 2px 7px;
  border: #ccc 1px solid;
  color: #ccc;
  display: inline-block;
  font-size: 0.8em;
  position: absolute;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
}
.flow_box.ing .flow_btn {
  border: #f09b07 1px solid;
  color: #f09b07;
}
.flow_box.cpl .flow_btn,
.flow_box.rej .flow_btn {
  border: #fff 1px solid;
  color: #fff;
}
.flow_stemp_wrap {
  width: 20%;
  padding-bottom: 20%;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  display: block;
  right: 20px;
  top: 20px;
  background: rgba(220, 220, 220, 0.3);
}
.flow_stemp {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.2em;
  font-weight: 700;
  position: absolute;
}
/* .flow_box.cpl .flow_stemp_wrap {
  background: url('/images/flow/cpl.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flow_box.ing .flow_stemp_wrap {
  background: url('/images/flow/ing.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flow_box.rej .flow_stemp_wrap {
  background: url('/images/flow/rej.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flow_box.wat .flow_stemp_wrap {
  background: url('/images/flow/wat.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */

/* 상세보기 */

.flow_detail {
  position: fixed;
  width: 100%;
  max-width: 640px;
  min-height: 300px;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -150px;
  background: #fff;
  z-index: 105;
  color: #000;
  display: none;
}

.flow_detail.on {
  display: block;
}
.flow_detail_tit {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.flow_detail_txt {
  height: 120px;
}
.flow_detail_txt > div {
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 14px;
  position: relative;
}
.flow_detail_txt > div:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}
.flow_detail_txt > .flow_detail_companion {
  width: 100%;
  height: 95px;
  margin: 15px 0 0 0;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 15px;
  overflow-y: auto;
  border: #d20606 1px solid;
}
.flow_detail_txt > .flow_detail_companion::first-line {
  font-weight: 700;
}
.flow_detail_txt > .flow_detail_companion:before {
  content: '';
  display: none;
}
.flow_detail_btn_wrap {
  width: 100%;
  display: table;
}
.flow_detail_btn_box {
  padding-right: 15px;
  display: table-cell;
}
.flow_detail_logo {
  width: 120px;
  display: table-cell;
  background: url('/images/flow/oplogo.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* 개인회원 상단 내용 */

.mypage_ps_info {
}
.mypage_ps_info > div {
  display: table;
}
.mypage_ps_info > .mypage_ps_name > div {
  display: table-cell;
}
input[type='button'].mypage_main_btn {
  height: 24px;
  margin-left: 5px;
  color: #fff;
}
input[type='button'].mypage_main_btn.edu {
  background: #f09b07;
}

.mypage_ps_info > div:first-child {
  font-size: 1.1em;
  margin-bottom: 15px;
}
.mypage_ps_info > div:not(:first-child) {
  margin-bottom: 3px;
}
.mypage_ps_info > div:first-child > div:nth-child(1) {
  font-weight: 700;
  color: #333;
}
.mypage_ps_info > div:first-child > div:nth-child(2) {
  padding-left: 3px;
  color: #777;
  font-size: 0.9em;
}
.mypage_info_box {
  width: 100%;
  display: table;
}
.mypage_info_box > div {
  display: table-cell;
  width: 25%;
}
.mypage_info_box div > div:nth-child(1) {
  font-size: 0.9em;
  color: #555;
  padding-bottom: 5px;
}
.mypage_info_box div > div:nth-child(2) {
  font-weight: 700;
  color: #000;
  cursor: pointer;
  position: reliative;
}
.mypage_info_box div > div:nth-child(2):hover {
  color: #f09b07;
  text-decoration: underline;
}

/* 마이페이지 서류관리 리스트 */

.my_board_list {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.my_board_list_tr {
  cursor: pointer;
  transition: background 0.3s;
  height: 60px;
}
.my_board_list_tr:hover {
  background: #f9f9f9;
}
.my_board_list_tr.tit {
  text-align: center;
}
.my_board_list_tr.tit .my_board_list_td {
  text-align: center;
  background: #f0f0f0;
}
.my_board_list_tr.tit .my_board_list_td {
  text-align: center;
}
.my_board_list_tr.tit .my_board_list_td:last-child {
  border-right: none;
}
.my_board_list_td {
  padding: 0 5px;
  text-align: center;
  border-bottom: #ccc 1px solid;
  position: relative;
}
.my_board_list_td.wait:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -6px;
  margin-top: -6px;
  background: gray;
}
.my_board_list_td.rejec:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -6px;
  margin-top: -6px;
  background: red;
}
.my_board_list_td.compl:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -6px;
  margin-top: -6px;
  background: green;
}
.my_board_list_td.dely:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -6px;
  margin-top: -6px;
  background: orange;
}
.my_board_list_td:last-child {
  border-right: none;
}
.my_board_list_td:nth-child(1) {
  width: 50px;
}
.my_board_list_td:nth-child(2) {
	width: 150px;
	padding: 0 15px;
}
.my_board_list_td:nth-child(3) {
	padding: 0 15px;
    box-sizing: border-box;
    text-align: left;
}
.my_board_list_td:nth-child(4) {
  width: 80px;
  padding: 0 10px;
}
.my_board_list_td:nth-child(5) {
    width: 150px;
    padding: 0 10px;
}
.current {
  width: 100%;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding: 0 15px;
  background: #f0f0f0;
}
.current:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* 서류관리(업로드 및 수정) */

.state_wrap {
}
.state_tit {
  width: 100%;
  margin: 30px 0 20px 0;
  display: table;
}
.state_tit > div {
  display: table-cell;
  position: relative;
}
.state_tit > div:nth-child(1):after,
.state_tit > div:nth-child(3):after {
  content: '';
  display: block;
  border-bottom: #ccc 1px dotted;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
}
.state_tit > div:nth-child(2) {
  text-align: center;
  width: 100px;
  color: #777;
}

.reject_wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0 20px 0;
  position: relative;
  clear: both;
}
.reject_tit {
  padding: 6px 20px;
  font-size: 14px;
  background: #ddd;
  color: #777;
  border-radius: 5px;
  position: static;
  display: inline-block;
  cursor: pointer;
  transition: all 0s;
}
.reject_wrap.on .reject_tit {
  height: 16px;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  color: #f09b07;
  position: absolute;
  left: 15px;
  top: -8px;
  line-height: 16px;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
}
.reject_wrap.ok .reject_tit {
  color: #2e9eff;
}
.reject_con_wrap:not(:first-child) {
  margin-top: 10px;
}
.reject_wrap .reject_tit > .open {
  display: inline-block;
}
.reject_wrap .reject_tit > .close {
  display: none;
}
.reject_wrap.on .reject_tit > .open {
  display: none;
}
.reject_wrap.on .reject_tit > .close {
  display: inline-block;
}

.reject_text {
  width: 100%;
  border-radius: 10px;
  max-height: 0px;
  overflow: hidden;
  border: transparent 1px solid;
  box-sizing: border-box;
  padding: 0px 15px;
  transition: all 0s;
}
.reject_wrap.on .reject_text {
  width: 100%;
  max-height: 1000px;
  border: #f09b07 1px solid;
  box-sizing: border-box;
}

.reject_text > div:first-child {
  margin-top: 20px;
}
.reject_text > div:last-child {
  margin-bottom: 20px;
}
.reject_date {
  font-size: 0.9em;
  font-weight: 700;
  color: #999;
}
.reject_wrap.ok .reject_text {
  border-color: #2e9eff;
  color: #2e9eff;
}

/* 사전테스트 */

.pretest_wrap {
  width: 100%;
}
.pretest_chunk:not(:last-child) {
  margin-bottom: 25px;
}
.pretest_q {
  margin-bottom: 10px;
  display: table;
}
.pretest_q_num {
  width: 2em;
  font-size: 1.5em;
  font-weight: 900;
  display: table-cell;
  color: #777;
}
.pretest_q_tit {
  display: table-cell;
}


/* 사전테스트 결과 */

.test_result_wrap {
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  padding: 30px 20px;
  border: #ddd 1px solid;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
}

.test_result_tit {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}
.test_result_point {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #f0f0f0;
  margin-bottom: 15px;
  border-radius: 10px;
  font-size: 20px;
  margin: 0 auto 20px auto;
}
.test_result_point > span:nth-child(1) {
  font-weight: 700;
  color: #f09b07;
}
.test_result_txt {
  font-size: 18px;
}
.test_result_link {
  display: inline-block;
  padding: 15px 20px;
}
.test_result_link input[type='button'] {
  font-size: 16px;
  display: inline-block;
  padding: 5px 20px;
  background: #999;
  color: #fff;
}

/* 근무환경 자가점검표 */
.input_grade_box {
  width: 100%;
  margin-bottom: 0;
  display: table;
}
.input_grade_box > .input_chunk {
  text-align: center;
  display: table-cell;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 10%;
  margin: 0;
}
.input_grade_box input[type='radio'] ~ .label_new {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border: #ccc 1px solid;
  box-sizing: border-box;
  border-radius: 0;
  color: #ccc;
}
.input_grade_box .input_chunk:not(:last-child) input[type='radio'] ~ .label_new {
  border-right: none;
}
.input_grade_box input[type='radio']:checked ~ .label_new {
  background: #f09b07;
  border-color: #f09b07;
  color: #fff;
  font-weight: 700;
}
.input_grade_index {
  width: 100%;
  font-size: 0.9em;
  display: table;
}
.input_grade_index > div {
  width: 33.3%;
  box-sizing: border-box;
  padding: 5px 0;
  display: table-cell;
  color: #777;
}
.input_grade_index > div:nth-child(1) {
  text-align: left;
}
.input_grade_index > div:nth-child(2) {
  text-align: center;
}
.input_grade_index > div:nth-child(3) {
  text-align: right;
}
.sole_right_text {
  width: 100%;
  text-align: right;
  padding-bottom: 15px;
  color: #777;
}
.sole_right_text:not(:first-child) {
  padding-top: 15px;
}

/* 마이페이지 지원금 리스트 */

.my_grant_list {
}

.my_grant_list {
  width: 100%;
  border-collapse: collapse;
}
.my_grant_list_tr.tit {
  background: #f0f0f0;
}
.my_grant_list_tr {
  height: 80px;
  cursor: pointer;
  transition: background 0.3s;
}
.my_grant_list_tr:not(.tit):hover {
  background: #f9f9f9;
}
.my_grant_list_td {
  text-align: center;
  padding: 0 5px;
  border-bottom: #707070 1px solid;
}
.my_grant_list_td:nth-child(1) {
  width: 60px;
}
.ev_down:hover {
  text-decoration: underline;
  cursor: pointer;
}

/*==== 기업 마이페이지 ====*/

.impl_list {
}

.impl_list .my_board_list_td:nth-child(1) {
  width: 50px;
}
.impl_list .my_board_list_td:nth-child(2) {
  width: 100px;
  text-align: center;
}
.impl_list .my_board_list_td:nth-child(3) {
  width: auto;
}
.impl_list .my_board_list_td:nth-child(4) {
  width: auto;
}
.impl_list .my_board_list_td:nth-child(5) {
  width: auto;
}

.com_work {
}

.com_work .my_board_list_td:nth-child(1) {
  width: auto;
}
.com_work .my_board_list_td:nth-child(2) {
  width: auto;
  text-align: center;
}
.com_work .my_board_list_td:nth-child(3) {
  width: auto;
}
.com_work .my_board_list_td:nth-child(4) {
  width: auto;
}
.com_work .my_board_list_td:nth-child(5) {
  width: auto;
}
.com_work .my_board_list_td:nth-child(6) {
  width: auto;
}

/* 기업 채용 */
.tab .rct_count {
  padding: 1px 8px;
  border-radius: 10px;
  display: inline-block;
  background: #ccc;
  font-weight: 500;
  color: #fff;
  font-size: 0.9em;
  right: 0;
  top: 0;
}
.tab.on .rct_count {
  background: #f09b07;
}

.rct_box {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  border: #ccc 1px solid;
  border-radius: 15px;
}
.rct_box:not(:last-child) {
  margin-bottom: 15px;
}
.rct_box.wait {
  border-color: #f09b07;
}
.rct_box.ing {
  border-color: #2e9eff;
}
.rct_box.reject {
  border-color: red;
}
.rct_box.end {
}
.rct_stat {
  padding-bottom: 15px;
  font-size: 0.9em;
}
.rct_conf {
  font-size: 0.8em;
  padding: 2px 8px;
  border: #ccc 1px solid;
  color: #ccc;
  float: right;
}
.rct_box.wait .rct_conf {
  border-color: #f09b07;
  color: #f09b07;
}
.rct_box.ing .rct_conf {
  border-color: #2e9eff;
  color: #2e9eff;
}
.rct_box.reject .rct_conf {
  border-color: red;
  color: red;
}
.period {
  color: #777;
  float: left;
}
.rct_info {
}
.rct_tit {
  width: calc(100% - 220px);
  font-size: 1.2em;
  font-weight: 700;
  float: left;
}
.rct_box.wait .rct_tit {
  color: #f09b07;
}
.rct_box.ing .rct_tit {
  color: #2e9eff;
}
.rct_box.end .rct_tit {
  color: #ccc;
}
.rct_box.reject .rct_tit {
  color: red;
}
.rct_box .btn_wrap {
  float: right;
}
.rct_box .btn_wrap > input[type='button'] {
  border: #ccc 1px solid;
  padding: 10px 20px;
}
/* 근무환경 자가점검표 */
.input_grade_box {
  width: 100%;
  margin-bottom: 0;
  display: table;
}
.input_grade_box > .input_chunk {
  text-align: center;
  display: table-cell;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 10%;
  margin: 0;
}
.input_grade_box input[type='radio'] ~ .label_new {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border: #ccc 1px solid;
  box-sizing: border-box;
  border-radius: 0;
  color: #ccc;
}
.input_grade_box .input_chunk:not(:last-child) input[type='radio'] ~ .label_new {
  border-right: none;
}
.input_grade_box input[type='radio']:checked ~ .label_new {
  background: #f09b07;
  border-color: #f09b07;
  color: #fff;
  font-weight: 700;
}
.input_grade_index {
  width: 100%;
  font-size: 0.9em;
  display: table;
}
.input_grade_index > div {
  width: 33.3%;
  box-sizing: border-box;
  padding: 5px 0;
  display: table-cell;
  color: #777;
}
.input_grade_index > div:nth-child(1) {
  text-align: left;
}
.input_grade_index > div:nth-child(2) {
  text-align: center;
}
.input_grade_index > div:nth-child(3) {
  text-align: right;
}
.sole_right_text {
  width: 100%;
  text-align: right;
  padding-bottom: 15px;
  color: #777;
}
.sole_right_text:not(:first-child) {
  padding-top: 15px;
}

/* 채용 신청 */

.recrt_sec_wrap {
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 30px 0;
}
.recrt_sec_wrap .mid_sec_wrap {
  margin-bottom: 15px;
}
.recrt_sec_tit {
  width: 100%;
  max-width: 1250px;
  border-bottom: #ccc 1px dashed;
  padding-bottom: 30px;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}
.recrt_input_box {
}

.recruit_apply_count {
  border-bottom: #eee 1px solid;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit_apply_count > div > span {
  display: inline-block;
  padding: 0 5px;
  font-weight: 700;
  color: #2e9eff;
}
.sub_recruit_dday {
  border-radius: 5px;
  background: #f09b07;
  font-size: 0.9em;
  padding: 3px 6px;
  color: #fff;
}

.sub_recruit_dday.end:after {
    content: '채용시마감';
    padding: 2px 5px 3px 5px;
    border-radius: 3px;
    line-height: 13px;
    color: #fff;
    font-size: 0.8em;
    transform: translateY(-50%);
}

/* 채용 상세보기 */

.recruit_sum {
  box-sizing: border-box;
  padding: 25px 0 0 0;
  border-top: #333 2px solid;
  width: 100%;
}
.recruit_sum_com {
  font-size: 1.2em;
  color: #555;
}
.recruit_sum_tit {
  font-weight: 600;
  margin: 0 0 15px 0;
  font-size: 1.5em;
}

.recruit_view_sum {
}
.recruit_view_sum_t {
  float: left;
  margin-right: 15px;
  font-weight: 300;
  display: table;
}
.recruit_view_sum_t > div {
  display: table-cell;
}
.recruit_view_sum_t > div:nth-child(1) {
  padding-right: 5px;
}
.recruit_view_sum_t > div:nth-child(2) {
  color: #2e9eff;
  font-weight: 400;
}

.rct_info_com {
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  padding: 15px 0;
  margin: 15px 0 0px 0;
}
.rct_info_com_box {
  width: 50%;
  margin: 5px 0;
  box-sizing: border-box;
  display: table;
  float: left;
}
.rct_info_com_box > div {
  display: table-cell;
  vertical-align: middle;
}
.rct_info_com_box > div:nth-child(1) {
  width: 65px;
  padding: 3px 0;
  text-align: center;
  background: #f09b07;
  font-size: 0.9em;
  color: #fff;
}
.rct_info_com_box > div:nth-child(2) {
  padding-left: 10px;
  box-sizing: border-box;
  color: #707070;
}

.recruit_info_sum {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background: #f9f9f9;
}
.recruit_info_box {
  width: 32%;
  min-height: 280px;
  padding: 15px;
  float: left;
  border: #eee 1px solid;
  box-sizing: border-box;
  background: #fff;
  margin-right: 2%;
}
.recruit_info_box:last-child {
  margin-right: 0;
}
.recruit_info_box_tit {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 10px;
  border-bottom: #eee 1px solid;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
}
.recruit_info_box_con {
  width: 100%;
  font-size: 0.9em;
}
.recruit_info_box_con td:nth-child(1) {
  box-sizing: border-box;
  padding: 5px;
  width: 80px;
  color: #999;
}
.recruit_lang_line:not(:last-child) {
  margin-bottom: 5px;
}
.recruit_lang_tag {
  margin-left: 5px;
  padding: 3px 5px;
  border-radius: 3px;
  border: #f09b07 1px solid;
  color: #f09b07;
  display: inline-block;
  line-height: 0.9em;
}

.recruit_com_btn_wrap {
  width: 100%;
  padding: 10px 0 0 0;
}
.recruit_com_btn_wrap input[type='button'] {
  width: 100%;
  max-width: 300px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: #ccc 1px solid;
  transition: all 0.3s;
  font-weight: 700;
  color: #777;
}
.recruit_com_btn_wrap input[type='button']:hover {
  background: #2e9eff;
  color: #fff;
  border: #2e9eff 1px solid;
}
.recruit_con_tit {
  margin: 50px 0 10px 0;
  font-weight: 700;
  font-size: 1.3em;
}

.recruit_con_wrap {
  width: 100%;
  margin-top: 50px;
  padding: 25px 0;
  min-height: 500px;
  border-bottom: #ccc 1px solid;
}
.recruit_con {
}
.rct_top_line {
  border-top: #e0e0e0 1px solid;
  font-size: 0.9em;
}
.mini_table {
  text-align: left;
}
.mini_table td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mini_table td:nth-child(2) {
  padding-left: 15px;
}
.mini_table td:nth-child(2) .recruit_lang_line {
  display: inline-block;
  margin-bottom: 0px;
}
.mini_table td:nth-child(2) .recruit_lang_line:not(:last-child) {
  margin-right: 10px;
}

/* 근무환경 자가점검표 view */

.onoff_wrap {
  width: 100%;
  clear: both;
  margin: 15px 0;
}
.onoff_btn {
  width: 100%;
  padding: 1em 5px;
  box-sizing: border-box;
  border: #2e9eff 1px solid;
  background: #2e9eff;
  font-size: 1.1em;
  cursor: pointer;
  text-align: center;
  transition: all 0s;
  color: #fff;
}
.onoff_wrap.on .onoff_btn {
  background: #fff;
  border-color: #ccc;
  color: #777;
}
.onoff_tri {
  width: 0px;
  height: 0px;
  margin: 0 5px;
  border-right: transparent 8px solid;
  border-left: transparent 8px solid;
  border-top: #fff 10px solid;
  border-bottom: transparent 0px solid;
  display: inline-block;
  transition: all 0s;
}
.onoff_wrap.on .onoff_tri {
  transform: rotate(180deg);
  border-top: #777 10px solid;
}
.onoff_con {
  width: 100%;
  max-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0s;
}
.onoff_wrap.on .onoff_con {
  max-height: 5000px;
  transition: 0;
}

.ps_recruit_view .onoff_btn {
  font-weight: 600;
}
.ps_recruit_view .onoff_wrap.on .onoff_con {
  box-sizing: border-box;
  padding: 25px;
  border: #f0f0f0 1px solid;
}
.ps_recruit_view .input_grade_box input[type='radio'] ~ .label_new {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 5px 0 0 0;
  border-color: #eee;
}
.ps_recruit_view .input_grade_box .input_chunk:first-child input[type='radio'] ~ .label_new {
  border-radius: 20px 0 0 20px;
}
.ps_recruit_view .input_grade_box .input_chunk:last-child input[type='radio'] ~ .label_new {
  border-radius: 0 20px 20px 0;
}
.ps_recruit_view .mid_sec_wrap:nth-child(1) {
  margin-top: 30px;
}

/* 멘토 마이페이지 */

/* 아코디언 게시물 */

.arc_board_list {
  width: 100%;
  border-collapse: collapse;
}

.arc_board_list_tr.tit {
  background: #f0f0f0;
}
.arc_board_list_tr {
  height: 80px;
  cursor: pointer;
  transition: background 0.3s;
}
.arc_board_list_tr.detail .arc_board_list_td,
.arc_board_list_tr.detail {
  height: auto;
  display: none;
}
.arc_board_list_tr.detail.on .arc_board_list_td {
  display: table-cell;
}
.arc_board_list_tr.detail.on {
  display: table-row;
}

.arc_board_list_tr:not(.tit):hover {
  background: #f9f9f9;
}
.arc_board_list_td {
  text-align: center;
  border-bottom: #707070 1px solid;
}
.arc_board_list_td:nth-child(1) {
  width: 60px;
}
.arc_board_list_tr.selec .arc_board_list_td {
  border-bottom: #eee 1px solid;
  background: #f9f9f9;
}

.arc_board_detail {
  width: 100%;
  display: table;
  text-align: center;
}
.arc_board_detail_r {
  display: table-row;
}
.arc_board_detail_r:nth-child(1) {
  box-sizing: border-box;
  padding: 15px;
  font-weight: 600;
}
.arc_board_detail_r:nth-child(1) > div {
  padding: 15px 0 5px 0;
}
.arc_board_detail_r:nth-child(2) > div {
  box-sizing: border-box;
  padding: 0px 0 15px 0;
}
.arc_board_detail_r > div {
  width: 25%;
  word-break: break-all;
  display: table-cell;
}

/* 멘토링 보고서 */

.mt_report {
}

.mt_report .my_board_list_td:nth-child(1) {
  width: 50px;
}
.mt_report .my_board_list_td:nth-child(2) {
  width: auto;
  text-align: center;
}
.mt_report .my_board_list_td:nth-child(3) {
  width: auto;
}
.mt_report .my_board_list_td:nth-child(4) {
  width: auto;
}
.mt_report .my_board_list_td:nth-child(5) {
  width: auto;
}

/*====== 마이페이지 끝  ======*/

/*====== 서브페이지 기본틀  ======*/

.body_sub .cen {
}
.sub_wrap {
  box-sizing: border-box;
  padding: 30px 15px;
  min-height: 600px;
}

/*====== 서브페이지 기본틀 끝  ======*/

/*====== 게시판  ======*/

.board_wrap {
  padding: 60px 0 0 0;
}
.board_sort_wrap {
  padding-bottom: 20px;
  margin: 0 0 20px 0;
  border-bottom: #eee 1px solid;
}
.board_sort_count {
  float: left;
}
.board_sort_count > span {
  font-weight: 800;
}
.board_sort {
  display: table;
  float: right;
}
.board_sort_tit {
  display: table-cell;
}
.board_sort_select {
  padding: 0 0 0 10px;
  display: table-cell;
}
.board_sort_select select {
  height: 40px;
  font-size: 0.9em;
  font-weight: 900;
  padding: 0 30px 0 10px;
}
.board_list {
  width: 100%;
  border-top: #5a4d3c 4px solid;
  border-collapse: collapse;
}
.board_list_tr {
  height: 80px;
  cursor: pointer;
  transition: background 0.3s;
}
.board_list_tr.board_list_tr_fix {
  background: #fffaf2;
}
.board_list_tr:hover {
  background: #f9f9f9;
}
.board_list_tr.board_list_tr_fix:hover {
  background: #fff6e6;
}
.board_list_td {
  text-align: center;
  border-bottom: #707070 1px solid;
}
.board_list_td:nth-child(1) {
  width: 90px;
}
.board_list_td:nth-child(2) {
  font-weight: 600;
  text-align: left;
}
.board_list_td:nth-child(3) {
  width: 150px;
}
.board_list_td:nth-child(4) {
  width: 80px;
}
.board_file {
  width: 14px;
  height: 16px;
  margin-left: 10px;
  display: inline-block;
  background: url('/images/icons/clip.svg');
  background-position: top right;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}
.board_lock {
  width: 14px;
  height: 16px;
  margin-left: 10px;
  display: inline-block;
  background: url('/images/icons/lock.svg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}
.board_ans {
  width: 60px;
  display: inline-block;
  color: #ddd;
  font-size: 0.9em;
}
.board_ans.done {
  display: inline-block;
  color: #000;
}

/* 게시판 뷰 */

.board_con_area_wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 50px 0;
  border-top: #5a4d3c 4px solid;
}
.board_con_tit_wrap {
  width: 100%;
  height: 100px;
  border-bottom: #bcbcbc 1px solid;
  display: table;
}
.board_con_tit_box {
  display: table-cell;
  vertical-align: middle;
}
.board_con_tag {
  font-size: 0.9em;
  color: #f09b07;
}
.board_con_tag.qs {
  font-size: 1em;
}
.board_con_tit {
  font-weight: 600;
  font-size: 1.1em;
}

.board_con_date {
  width: 200px;
  box-sizing: border-box;
  padding: 0 40px 0 0;
  color: #bcbcbc;
  font-size: 0.9em;
  display: table-cell;
  vertical-align: middle;
}

.board_con_area {
  min-height: 300px;
  padding: 15px;
}

.board_shift {
  width: 100%;
  height: 70px;
  border-top: #bcbcbc 1px solid;
  border-bottom: #bcbcbc 1px solid;
  display: Table;
}
.board_shift_prev {
  width: 50%;
  border-right: #bcbcbc 1px solid;
  display: Table-cell;
  vertical-align: middle;
}
.board_shift_tag {
  display: inline-block;
  padding: 0 2em;
  background: none;
  color: #515151;
  font-size: 1.1em;
  font-weight: 600;
}
.board_shift_tit {
  display: inline-block;
}

.board_shift_next {
  width: 50%;
  text-align: right;
  display: Table-cell;
  vertical-align: middle;
}
.board_shift_tit {
}

.reply_wrap {
  margin: 50px 0 0px 0;
  width: 100%;
}
.reply_count {
  margin: 0 0 10px 0;
  color: #f09b07;
  font-size: 0.9em;
  font-weight: 600;
}
.reply_list {
  border-top: #dfdfdf 1px solid;
}
.reply_t {
  width: 100%;
  padding: 20px 0;
  display: table;
}
.reply_r {
  display: table-row;
}
.reply_c {
  min-height: 40px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.reply_c:nth-child(1) {
  font-weight: 600;
  width: 10%;
}
.reply_c:nth-child(2) {
  text-align: left;
}
.reply_c:nth-child(3) {
  width: 15%;
  color: #bcbcbc;
}
.reply_c:nth-child(4) {
  width: 50px;
  cursor: pointer;
}

.reply_write {
  width: 100%;
  display: table;
  margin-top: 30px;
  position: relative;
}
.reply_write:before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: #ccc 1px dashed;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 10000;
  display: block;
}
.reply_w_c {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.reply_w_c:nth-child(1) {
  width: 100px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
}
.reply_w_c:nth-child(2) {
  border: #dfdfdf 1px solid;
}
.reply_w_c:nth-child(3) {
  width: 200px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.reply_w_c.answer textarea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  border-color: transparent;
}
.reply_w_c.answer textarea:focus {
  outline: none !important;
}
.reply_input {
  width: 100%;
  height: 30px;
  margin: 0 0 15px 0;
  border: #dfdfdf 1px solid;
  position: relative;
}
.reply_input:last-child {
  margin: 0 0 0 0;
}
.reply_input > .pl_txt {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  line-height: 30px;
  left: 0;
  top: 0;
  z-index: 0;
  color: #dfdfdf;
}
.reply_input > .pl_ip {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 1em;
  font-family: 'Noto Sans KR', sans-serif;
}
.reply_w_c > .pl_txt {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  line-height: 30px;
  left: 0;
  top: 0;
  z-index: 0;
  color: #dfdfdf;
}
.reply_w_c > .pl_ip {
  width: 100%;
  height: 78px;
  box-sizing: border-box;
  position: relative;
  padding: 10px;
  left: 0;
  top: 0;
  z-index: 10;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 1em;
  font-family: 'Noto Sans KR', sans-serif;
}

.reply_w_c > input[type='button'] {
  width: 100%;
  height: 79px;
  background: #515151;
  color: #fff;
}
.reply_w_c.qs > .pl_ip {
  height: 178px;
  box-sizing: border-box;
}

.reply_w_c.qs > input[type='button'] {
  height: 179px;
}

.reply_w_c.answer {
  min-height: 179px;
  padding: 15px;
  box-sizing: border-box;
}

.board_del_password {
  width: 180px;
  padding: 20px 30px;
  position: absolute;
  background: #fff;
  border: #f09b07 1px solid;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}

.board_del_password.on {
  display: block;
}
.del_input {
  width: 100px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
  border: #dfdfdf 1px solid;
  float: left;
}
.del_input .pl_wrap {
  width: 100%;
  height: 100%;
}
.del_input .pl_wrap .pl_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: none;
  z-index: 0;
  color: #dfdfdf;
}
.del_input .pl_wrap .pl_ip {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: none;
  z-index: 1;
  text-align: center;
  font-size: 14px;
}
input[type='button'].del_btn {
  width: 50px;
  height: 30px;
  margin-left: 10px;
  background: #f09b07;
  color: #fff;
  float: left;
}
.del_input .pl_wrap .pl_txt {
  line-height: 28px;
}
.del_close_btn {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}

.file_list_wrap {
  padding: 20px 0;
}
.file_list_tit {
  margin: 0 0 10px 0;
  color: #f09b07;
  font-weight: 600;
  font-size: 0.9em;
}
.file_list_name {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9em;
  cursor: pointer;
}
.file_list_name:hover {
  text-decoration: underline;
}

/* 게시판 작성 */

.board_write_t {
  width: 100%;
  display: table;
}
.board_write_c {
  height: 60px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.board_write_c.file {
  padding-top: 10px;
  padding-right: 60px;
}
.board_write_c.file .delete_chunk {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #ccc;
  padding: 0;
  margin: 0;
  right: 0;
  line-height: 50px;
  font-size: 0.9em;
  top: 10px;
}
.board_write_c.file .data_chunk:first-child {
  border-top: #ccc 1px solid;
}
.board_write_c.file .delete_chunk > div:nth-child(1) {
  width: 100%;
  text-align: center;
}
.board_write_c.file .delete_chunk > div:nth-child(2) {
  display: none;
}
.board_write_c .input_chunk:not(:last-child) {
  margin-right: 15px;
}

.board_write_c:first-child {
  width: 15%;
  box-sizing: border-box;
  padding: 0 0 0 2%;
  font-weight: 700;
}
.board_write_select {
  width: 150px;
  font-weight: 600;
  font-size: 1em;
}
.board_write_input {
  width: 100%;
  height: 40px;
  position: relative;
  border: #dfdfdf 1px solid;
}
.board_write_textarea {
  width: 100%;
  min-height: 600px;
  position: relative;
  border: #dfdfdf 1px solid;
}
.board_write_textarea .pl_txt,
.board_write_input .pl_txt {
  width: 100%;
  height: 100%;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 1em;
  color: #aaa;
}
.board_write_textarea textarea,
.board_write_input .pl_ip {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 1em;
  font-family: 'Noto Sans KR', sans-serif;
}
.board_write_textarea textarea {
  box-sizing: border-box;
  padding: 10px;
}
.board_write_file_wrap {
  width: 50%;
  height: 40px;
  position: relative;
}
.board_write_c input[type='file'] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
input[id='ip_file'] + label {
  width: 95px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  background: #707070;
  color: #fff;
  right: 0;
  top: 0;
  display: none;
}

/* 동영상 view full */

.vod_con_area {
  padding: 0px;
}
.vod_wrap {
  width: 100%;
  padding-bottom: 63%;
  position: relative;
}
.vod_ab {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.vod_rel {
  width: 100%;
  height: 100%;
  position: relative;
}

/* 버튼 */

.board_btn_wrap {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: right;
}
.board_btn_wrap.align_cen {
  text-align: center;
}
.board_btn {
  padding: 15px 25px;
  font-size: 1.1em;
  display: inline-block;
}
.board_btn:not(:last-child) {
  margin-right: 10px;
}

/* 상세검색 버튼 */

.detail_sch_btn_wrap {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
}
.detail_sch_btn_wrap .board_btn {
  padding: 10px 25px;
  font-size: 1em;
  display: inline-block;
}

/* 페이지네이션 */

.pagenation_wrap {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  color: #000;
}
.pagenation_num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.pagenation_num:hover {
  background: rgba(174, 158, 122, 0.09);
  cursor: pointer;
}
.pagenation_num.on {
  background: rgba(174, 158, 122, 0.09);
  cursor: pointer;
  color: #f09b07;
  font-weight: 800;
}

/* faq */

.tab_wrap {
  margin: 0 0 20px 0;
}
.tab_wrap.unvisible {
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.tab {
  width: 25%;
  height: 28px;
  text-align: center;
  position: relative;
  float: left;
}

.tab_con_wrap {
  width: 100%;
}
.tab_con {
  display: none;
}
.tab_con.on {
  width: 100%;
  display: block;
}

.mypage_con.admin .tab_wrap {
  margin: 0 0 0px 0;
}
.mypage_con.admin .board_list {
  border-top: none;
}

/* 아코디언형 게시판 */

.arc_wrap {
  width: 100%;
}
.arc_box {
  margin-bottom: 15px;
}
.arc_tit {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 45px 15px 15px;
  border: #ccc 1px solid;
  line-height: 30px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  display: table;
}
.arc_tit > div {
  display: table-cell;
}
.arc_tit > div:nth-child(1) {
  width: 30px;
  line-height: 30px;
  font-weight: 900;
  color: #777;
}
.arc_tit:after {
  content: '';
  width: 15px;
  height: 10px;
  position: absolute;
  background: url('/images/global/selec.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
.arc_box.on .arc_tit {
  border-color: #f09b07;
  background-color: #f09b07;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}
.arc_box.on .arc_tit > div:nth-child(1) {
  color: #fff;
}
.arc_box.on .arc_tit:after {
  transform: rotate(180deg);
  filter: invert(98%) sepia(2%) saturate(27%) hue-rotate(261deg) brightness(117%) contrast(100%);
}

.arc_txt {
  width: 100%;
  max-height: 0px;
  box-sizing: border-box;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 30px;
  transition: all 0s;
}
.arc_box.on .arc_txt {
  max-height: 1000px;
  border: #f09b07 1px solid;
  border-radius: 0px 0px 10px 10px;
  padding: 15px;
  padding-left: 45px;
}

/*====== 게시판 끝  ======*/

/*=========  okta관리자 페이지  ==========*/

/* 관리자 top */

.admin_topinfo_wrap {
  /* background: #fffaf2; */
  border-top: #eee 1px solid;
  border-bottom: #eee 1px solid;
  padding: 25px 0;
}
.admin_topinfo {
}
.admin_topinfo_box {
  width: 16.66%;
  box-sizing: border-box;
  text-align: center;
  border-right: #eee 1px solid;
  float: left;
}
.admin_topinfo_box:last-child {
  border-right: none;
}
.admin_topinfo_box div:nth-child(1) {
  padding-bottom: 5px;
}
.admin_topinfo_box div:nth-child(2) {
  font-size: 1.3em;
  font-weight: 700;
  color: #555;
}

/* 팝업관리 */

.pop_list_wrap {
  width: 100%;
  border-collapse: collapse;
}

.pop_list_tr.tit {
  background: #f0f0f0;
}
.pop_list_tr {
  height: 80px;
  cursor: pointer;
  transition: background 0.3s;
}
.pop_list_tr:hover {
  background: #f9f9f9;
}
.pop_list_td {
  text-align: center;
  border-bottom: #707070 1px solid;
}
.pop_list_td:nth-child(1) {
  width: 90px;
}
.pop_list_td:nth-child(2) {
  text-align: left;
}
.pop_list_td:nth-child(3) {
  padding: 0 5px;
}
.pop_list_td:nth-child(4) {
  padding: 0 5px;
}

/* 배너 관리 리스트 */

.banner_list_wrap {
  width: 100%;
  border-collapse: collapse;
}

.banner_list_tr.tit {
  background: #f0f0f0;
}
.banner_list_tr {
  height: 80px;
  cursor: pointer;
  transition: background 0.3s;
}
.banner_list_tr:not(.tit):hover {
  background: #f9f9f9;
}
.banner_list_td {
  text-align: center;
  border-bottom: #707070 1px solid;
}
.banner_list_td:nth-child(1) {
  width: 90px;
}
.banner_list_td:nth-child(2) {
  text-align: left;
}
.banner_list_td:nth-child(3) {
  padding: 0 5px;
}
.banner_list_td:nth-child(4) {
  padding: 0 5px;
}
.banner_list_td:nth-child(5) {
  width: 60px;
}
/* 채용수요관리 */

.confirm_rc_list {
  width: 100%;
  border-collapse: collapse;
}
.confirm_rc_list_tr.tit {
  background: #f0f0f0;
}
.confirm_rc_list_tr {
  height: 80px;
  cursor: pointer;
  transition: background 0.3s;
}
.confirm_rc_list_tr:not(.tit):hover {
  background: #f9f9f9;
}
.confirm_rc_list_td {
  text-align: center;
  padding: 0 5px;
  border-bottom: #707070 1px solid;
}
.confirm_rc_list_td:nth-child(1) {
  width: 60px;
}

/* 지회 리스트 */

.branch_list {
}

.branch_list {
  width: 100%;
  border-collapse: collapse;
}
.branch_list_tr.tit {
  background: #f0f0f0;
}
.branch_list_tr {
  height: 80px;
  cursor: pointer;
  transition: background 0.3s;
}
.branch_list_tr:not(.tit):hover {
  background: #f9f9f9;
}
.branch_list_td {
  text-align: center;
  padding: 0 5px;
  border-bottom: #707070 1px solid;
}
.branch_list_td:nth-child(1) {
  width: 60px;
}

/* 컨펌 리스트 */

.confirm_list {
}

.confirm_list {
  width: 100%;
  border-collapse: collapse;
}
.confirm_list_tr.tit {
  background: #f0f0f0;
}
.confirm_list_tr {
  height: 80px;
  cursor: pointer;
  transition: background 0.3s;
}
.confirm_list_tr:not(.tit):hover {
  background: #f9f9f9;
}
.confirm_list_td {
  text-align: center;
  padding: 0 5px;
  border-bottom: #707070 1px solid;
}
.confirm_list_td:nth-child(1) {
  width: 60px;
}

/* 지원금 승인 리스트 */

.grant_list {
}

.grant_list {
  width: 100%;
  border-collapse: collapse;
}
.grant_list_tr.tit {
  background: #f0f0f0;
}
.grant_list_tr {
  height: 80px;
  cursor: pointer;
  transition: background 0.3s;
}
.grant_list_tr:not(.tit):hover {
  background: #f9f9f9;
}
.grant_list_td {
  text-align: center;
  padding: 0 5px;
  border-bottom: #707070 1px solid;
}
.grant_list_td:nth-child(1) {
  width: 60px;
}

.grant_list_td {
}
.grant_list input[type='checkbox'] ~ .label_new {
  display: inline-block;
  margin: 0 auto;
  float: none;
}

/* 개인승인관리 페이지 상단 기본정보 */

.person_info_wrap {
  width: 100%;
  /* padding: 3vh 2vw; */
  margin-bottom: 50px;
  box-sizing: border-box;
  display: table;
}
.person_type_wrap {
  width: 100px;
  display: table-cell;
  vertical-align: middle;
  background: #2e9eff;
  color: #fff;
  border-radius: 10px;
}
.person_type_box {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  display: inline-block;
}
.person_type_ab {
  width: 100%;
  height: 100%;
  background: #2e9eff;
  color: #fff;
  position: absolute;
  border-radius: 10px;
}
.person_type {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.person_info {
  border: #ccc 1px solid;
  padding: 3vh 2vw;
  display: table-cell;
  vertical-align: middle;
  border-radius: 10px;
}
.person_name {
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0 10px;
}
.person_name > div {
  float: left;
}
.person_basic_type {
  margin: 17px 0 0 5px;
  padding: 2px 10px;
  position: relative;
  background: #f09b07;
  color: #fff;
  border-radius: 20px;
  font-size: 11px;
  display: inline-block;
  vertical-align: text-bottom;
  font-weight: 500;
}
.person_basic {
  width: 100%;
  padding: 0px 10px 15px 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: table;
  border-bottom: #eee 1px solid;
  color: #777;
}
.person_basic > div {
  padding: 3px 15px 3px 0;
  float: left;
  margin-right: 20px;
  position: relative;
}
.person_basic > div:not(:last-child):after {
  content: '';
  width: 3px;
  height: 3px;
  background: #999;
  position: absolute;
  right: -7px;
  top: 50%;
}
.person_data {
  padding: 0 10px;
  box-sizing: border-box;
  max-width: 100%;
  display: table;
}
.person_data_box {
  padding-right: 5vw;
  display: table-cell;
}
.person_data_box > div:nth-child(1) {
  padding-bottom: 5px;
  color: #999;
}
.person_data_box > div:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
}

/* 반려 사유 입력*/

#rejectpop_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
#rejectpop_wrap.on {
  display: flex;
}
.rejectpop_box {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 15px;
  min-height: 200px;
  background: #fff;
}
.rejectpop_tit {
  padding: 0 0 10px 0;
  font-size: 1.2em;
  font-weight: 600;
}
.rejectpop_con {
  width: 100%;
  height: 200px;
}
.rejectpop_con textarea {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  border: #ccc 1px solid;
}

/* 회원정보 히스토리 */

input[type='button'].info_history {
  box-sizing: border-box;
  margin: 0 3px;
  display: inline-block;
  font-size: 0.8em;
  border: #ccc 1px solid;
  vertical-align: text-bottom;
  background: #f0f0f0;
  color: #777;
}
#info_history_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
#info_history_wrap.on {
  display: flex;
}
.info_history_box {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  padding: 20px 15px;
  min-height: 200px;
  background: #fff;
}
.info_history_tit {
  box-sizing: border-box;
  padding: 0 0 10px 5px;
  font-size: 1.1em;
  position: relative;
  color: #777;
}
.info_history_tit span {
  padding-right: 3px;
  font-weight: 600;
  color: #000;
}
.info_history_con {
  box-sizing: border-box;
}
.info_history_table {
  width: 100%;
  text-align: center;
}
.info_history_table thead td {
  padding: 10px 0;
  background: #f0f0f0;
}
.info_history_table td {
  padding: 7px 0;
  border-bottom: #f0f0f0 1px solid;
}
.info_history_table tbody td {
  font-size: 0.9em;
}
.info_history_table tbody td:nth-child(1) {
  color: #777;
}

/* 팝업 페이지네이션 */

.pagenation_wrap_pop {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  color: #000;
}
.pagenation_num_pop {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 0.9em;
  text-align: center;
  display: inline-block;
}
.pagenation_num_pop:hover {
  background: rgba(174, 158, 122, 0.05);
  cursor: pointer;
}
.pagenation_num_pop.on {
  background: rgba(174, 158, 122, 0.09);
  cursor: pointer;
  color: #f09b07;
  font-weight: 800;
}

/*=========  okta관리자 페이지 끝 ==========*/

.displayNone {
	display: none !important;
}
.cursorPointer {
	cursor: pointer;
}

/* 팝업 */
.popup {
	position: absolute;
	z-index:9999;
}
.popup_content{
	background-repeat: no-repeat;
	background-color:#fff;
	max-height: 100%;
	display: flex;
}
.popup_img {
	object-fit: contain;
	max-height: 100%;
}
.popup_footer {
	width:100%;
	background-color:#333;
	text-align:center;
	cursor:pointer;
}
.popup_reject {
	text-align:left;
	padding: 5px 0px 5px 10px;
	width:70%;
	color:#fff;
}
.popup_close {
	text-align:right;
	padding: 5px 10px 5px 0;
	width:30%;
	color:#fff;
}

.messageListWrap {
	margin-bottom: 50px;
	padding: 20px;
	height: 50vh;
	max-height: 50vh;
	overflow-y: scroll;
}

.messageWrap {
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: table;
}

.message {
	border: #ccc 1px solid;
	padding: 3vh 2vw;
	display: table-cell;
	vertical-align: middle;
	border-radius: 10px;
	float: left;
}
.message.my {
	border: #f09b07 1px solid;
	float: right;
}