/*================ 공통사용 ================*/

.cen {
    width: 100%;
    max-width: 1350px;
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
    height: auto;
    margin: 0 auto;
}
.cen.sub {
    margin: 50px auto 70px auto;
}
.monly {
    display: none;
}

.page_tit_wrap {
    width: 100%;
    padding: 0 0 30px 0;
    display: block;
    text-align: center;
    clear: both;
}
.page_tit {
    display: inline-block;
    position: relative;
    /* background: url('/images/global/dot.svg'); */
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    background-size: 25px;
    font-size: 1.5em;
    font-weight: 600;
}
.page_tit:after {
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(238, 173, 31, 1);
    bottom: -3px;
    left: 0px;
    position: Absolute;
}

/*================ 공통사용 끝 ================*/

/*================ GNV ================*/

/* .gnv_wrap {
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
input[type='button'].apply_btn {
  padding: 15px 25px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -25px;
  border: #333 1px solid;
  font-weight: 700;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s;
}
input[type='button'].apply_btn:hover {
  background: #1a2d5e;
  color: #fff;
}
.menu_line_wrap {
  width: 100%;
  background: #1a2d5e;
}
.cen.menu {
  width: 100%;
  height: 55px;
  align-items: center;
  margin: 0 auto;
  color: #fff;
}
.gnv_logo {
  width: 320px;
  height: 80px;
  background: url('/images/logo/gnv_logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin: 15px auto;
}
.gnv_right {
  float: right;
  text-align: right;
  font-size: 0.9em;
}
.gnv_right div {
  height: 55px;
  padding: 0 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  float: left;
  font-size: 0.8em;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.gnv_right div:last-child {
  padding-right: 0;
}
.gnv_right div:after {
  content: '';
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 24px;
}
.gnv_right div:last-child:after {
  display: none;
}
.gnv_right div:hover {
  color: rgba(255, 255, 255, 1);
  transition: color 0.3s;
}
.gnv_menu_wrap {
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
}
.gnv_menu {
  height: 55px;
  padding: 0 15px;
  position: relative;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  float: left;
  font-weight: 600;
  transition: background 0.3s;
}
.gnv_menu:hover {
  background: #145a9f;
} */

/* 20210805 수정 */

.gnv_wrap {
    width: 100%;
    height: 70px;
    padding: 5px 0;
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    /* border-bottom: #ccc 1px solid; */
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
}
.gnv_wrap .cen {
    max-width: 2000px;
}
.gnv_logo {
    width: 250px;
    height: 60px;
    margin-right: 20px;
    background: url("/images/logo/gnv_logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: left;
}
.gnv_menu_wrap {
    width: calc(100% - 270px);
    z-index: 2000;
    float: left;
}
.gnv_menu {
    height: 55px;
    padding: 0 15px;
    position: relative;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
    font-size: 16px;
    color: #222;
    float: left;
}
.gnv_menu:hover {
    color: rgba(20, 90, 159, 1);
}
.mgnv_btn_wrap {
    width: 31px;
    height: 31px;
    margin: 13px 0 0 0;
    float: right;
    position: relative;
    overflow: hidden;
    display: none;
    z-index: 3000;
}
.mgnv_btn_bar {
    width: 31px;
    height: 2px;
    background: #333;
    transition: all 0.3s;
}
.mgnv_btn_bar:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
}
.mgnv_btn_bar:nth-child(2) {
    position: absolute;
    left: 0;
    top: 14px;
}
.mgnv_btn_bar:nth-child(3) {
    position: absolute;
    left: 0;
    top: 28px;
}
.mgnv_btn_wrap.on .mgnv_btn_bar:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
}
.mgnv_btn_wrap.on .mgnv_btn_bar:nth-child(2) {
    position: absolute;
    left: 31px;
    top: 14px;
}
.mgnv_btn_wrap.on .mgnv_btn_bar:nth-child(3) {
    top: 14px;
    transform: rotate(-45deg);
}
.mgnv_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

/* 20210805 수정 */

/*================ GNV 끝 ================*/

/*==== 로그인 20210805 수정 ====*/

.gnv_wrap .login_btn {
    display: block;
    height: 34px;
    padding: 0 0px;
    margin: 13px 0 0;
    font-family: NotoSans-regular, sans-serif;
    font-size: 13px;
    line-height: 32px;
    color: #444;
    border: 1px solid rgba(2, 20, 63, 0.15);
    border-radius: 5px;
    letter-spacing: -0.03em;
    box-sizing: border-box;
    font-weight: 700;
    float: right;
    cursor: pointer;
}
.gnv_wrap .login_btn > div {
    padding: 0 20px;
}

#login_body {
    display: table;
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 450px;
    border-collapse: separate;
}
#login_body .login_page_wrap {
    height: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px 30px 30px;
}
.login_box {
    position: relative;
    z-index: 0;
    display: block;
    max-width: 400px;
    padding: 35px;
    border: #eee 1px solid;
    margin: 0 auto;
}
.login_con {
    width: 100%;
}
.login_logo {
    width: 100%;
    height: 100px;
    background: url("/images/logo/gnv_logo.svg");
    background-position: center;
    background-size: 280px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.login_con .input_line {
    padding: 0px;
    margin: 0;
}
.login_con .input_tit {
    width: 50px;
}
.login_con .input_tit.long {
    width: 110px;
    font-size: 15px;
    letter-spacing: -0.5px;
}
.login_con .pl_wrap {
    border: none;
}
.login_con .pl_txt {
    font-size: 14px;
}

.login_con input[type="button"].login_btn {
    width: 100%;
    height: 50px;
    margin: 10px 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    background-color: #1a2d5e;
    color: #fff;
}

.login_con input[type="button"].login_btn.login {
    margin-top: 40px;
    background: #eead1f;
    color: #000;
}
.login_con input[type="button"].login_btn.join {
    background: #ddd;
    color: #000;
}
.login_btn_sep {
    width: 100%;
    height: 10px;
    margin: 5px 0;
    display: table;
}
.login_btn_sep > div {
    display: table-cell;
}
.login_btn_sep > div:nth-child(1),
.login_btn_sep > div:nth-child(3) {
    position: relative;
}
.login_btn_sep > div:nth-child(1):after,
.login_btn_sep > div:nth-child(3):after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: #ccc 1px dotted;
    position: absolute;
    left: 0;
    top: 7px;
}
.login_btn_sep > div:nth-child(2) {
    font-size: 12px;
    text-align: center;
    color: #777;
    width: 40px;
}
.find_wrap {
    display: table;
    float: right;
}
.find_wrap > div {
    display: table-cell;
    font-size: 15px;
    cursor: pointer;
    color: #777;
}
.find_wrap > div:hover {
    color: #000;
}
.find_wrap > div:nth-child(1) {
    padding-right: 10px;
    position: relative;
}
.find_wrap > div:nth-child(1):after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 6px;
    background: #ccc;
}
.find_wrap > div:nth-child(2) {
    padding-left: 10px;
}

.add_txt {
    padding: 15px 0px;
    margin-bottom: 20px;
    border-top: #eee 1px dotted;
    border-bottom: #eee 1px dotted;
}
.add_txt_b {
    padding-bottom: 10px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}
.add_txt_s {
    width: 100%;
    color: #888;
    font-size: 15px;
}

.explanation_wrap {
    padding-bottom: 40px;
    color: #888;
    font-size: 1.1em;
}
.warn_txt {
    width: 100%;
    text-align: right;
    padding: 3px 0 0 0;
    font-size: 14px;
}
.warn_txt.false {
    color: red;
}
.warn_txt.true {
    color: blue;
}
.find_id_show {
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    padding: 15px 0;
}

.dark_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.dark_bg.on {
    display: block;
}

/*==== 로그인 끝 ====*/

/*================ 슬라이더 ================*/

.main_slider {
    width: 100%;
    position: relative;
}
.slider_box {
    width: 100%;
    padding-bottom: 40%;
    position: relative;
}
/* .slider_box:before {
    content: "";
    height: 100%;
    width: 7%;
    position: absolute;
    background: url("/images/slide/pattern2.svg");
    background-repeat: repeat-y;
    background-position: left top;
    left: 0;
    top: 0;
    background-size: contain;
    z-index: 1;
}
.slider_box:after {
    content: "";
    height: 100%;
    width: 7%;
    position: absolute;
    background: url("/images/slide/pattern2.svg");
    background-repeat: repeat-y;
    background-position: right top;
    right: 0;
    top: 0;
    background-size: contain;
    z-index: 1;
} */
.slider_box.a {
    min-height: 250px;
    background: url("/images/slide/20240221.jpg");
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.slider_box.b {
    background: url("/images/slide/bg2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider_box > div {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 3%;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background:rgba(0,0,0,0.1);
}
.slider_box > div > img {
    width: 100%;
    max-width: 1200px;
    display: inline-block;
    position: relative;
    z-index: 100;
}

/*================ 슬라이더 끝 ================*/

/*================ 푸터 ================*/

.footer_wrap {
    margin: 0 auto;
    padding: 50px 0;
    background: #145a9f;
    font-size: 13px;
    color: #fff;
}
.footer_logo_wrap {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 10px auto;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    display: flex;
    align-items: center;
    justify-content: left;
}
.footer_logo {
    height: 40px;
    box-sizing: border-box;
}
.footer_logo img {
    height: 100%;
}
.footer_logo:nth-child(2) {
    margin: 0 15px;
}
.footer_logo:nth-child(3) {
    padding: 5px 0;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
}
.footer_info_t {
    margin-right: 20px;
    margin-bottom: 15px;
    display: table;
}
.footer_info_c:nth-child(1) {
    display: table-cell;
    font-weight: 700;
}
.footer_info_c:nth-child(2) {
    padding-left: 5px;
    display: table-cell;
    color: rgba(255, 255, 255, 0.8);
}
.footer_copy {
    padding: 10px 0 20px 0;
    color: rgba(255, 255, 255, 0.6);
}
.footer_top {
    width: 70px;
    border: rgba(255, 255, 255, 0.5) 2px solid;
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 10px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}
.footer_top:hover {
    border: rgba(255, 255, 255, 1) 2px solid;
    color: rgba(255, 255, 255, 1);
}

/*================ 푸터 끝 ================*/

/*================ 베이스 ================*/

.input_line {
    width: 100%;
    min-height: 60px;
    margin: 5px 0;
    display: table;
    border-bottom: #eee 1px solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.input_line_middle_text {
    height: 20px;
    color: tomato;
    display: block;
    clear: both;
}
.product_detail_view .input_line {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.input_half_wrap {
    width: 100%;
    height: 60px;
    margin: 5px 0;
    display: table;
}
.input_half {
    width: 50%;
    display: table-cell;
}
.input_half:nth-child(1) {
    padding-right: 15px;
}
.input_half:nth-child(2) {
    padding-left: 15px;
}

.input_line.event_name .input_tit {
    width: 350px;
}
.input_add_txt {
    font-size: 14px;
    padding: 10px 0 0 0;
    color: red;
    clear: both;
}
.input_tit {
    width: 150px;
    display: table-cell;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 0.9em;
    vertical-align: middle;
    font-weight: 600;
    position: relative;
}
.necessary {
    display: inline;
    color: red;
}

.input_wrap {
    display: table-cell;
    vertical-align: middle;
}

.input_wrap.innerhalfselec > select {
    width: 49%;
    float: left;
}

.input_wrap.innerhalfselec > select:nth-child(1) {
    margin-right: 2%;
}

.chunk_wrap {
    display: table-cell;
    vertical-align: middle;
}
.chunk_wrap .input_wrap {
    display: block;
}
.chunk_wrap .input_wrap:not(:first-child) {
    margin-top: 10px;
}
.ad_btn_wrap {
    margin: 10px 0 0 0;
}
.ad_btn_wrap .add_chunk {
    padding: 5px 10px;
    background: #145a9f;
    color: #fff;
    font-size: 15px;
}
.ad_btn_wrap .delete_chunk {
    padding: 5px 10px;
    background: #ddd;
    font-size: 15px;
}

.input_wrap select {
    width: 100%;
    height: 57px;
    border: #ddd 1px solid;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 1em;
}
.select_line {
    position: relative;
    display: flex;
    align-items: center;
}

.join_td.period > .pl_wrap {
    width: calc(50% - 27px);
    float: left;
}
.period_sep {
    width: 50px;
    height: 57px;
    align-items: center;
    display: flex;
    justify-content: space-around;
    float: left;
}
.selectNwrite > .selectNwrite_box {
    max-width: 100px;
    display: table-cell;
    box-sizing: border-box;
    padding: 1px 0;
}

.selectNwrite_box > select {
    width: 100%;
    height: 57px;
    padding: 0 20px;
    border: #ddd 1px solid;
    box-sizing: border-box;
    font-size: 0.9em;
}

.input_line.addCheck {
}
.input_line.addCheck .pl_wrap {
    width: calc(100% - 100px);
    float: left;
}
.input_line.addCheck select {
    width: calc(100% - 100px);
    float: left;
}
.input_line.addCheck .radio {
    width: 95px;
    height: 55px;
    margin: 0;
    padding-left: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.radio_list_wrap {
    display: flex;
    align-items: center;
}
.radio {
    margin-right: 15px;
    position: relative;
}
.radio_list_wrap.long_wrap {
    display: block;
}
.radio_list_wrap.long_wrap > .radio {
    width: 30%;
    margin: 10px 0;
    float: left;
}
.radio_list_wrap.long_wrap > .radio.etc {
    width: 100%;
    clear: both;
}
.radio.etc > label:nth-child(2) {
    width: 20px;
    float: left;
}
.radio.etc > label:nth-child(3) {
    margin-right: 10px;
    float: left;
}
.radio.etc > .pl_wrap {
    width: 50%;
    max-width: 250px;
    float: left;
}
.input_wrap.with_button > .pl_wrap {
    width: calc(100% - 140px);
    float: left;
}
.input_wrap.with_button > input[type="button"] {
    width: 130px;
    height: 57px;
    background: #777777;
    color: #fff;
    float: right;
}
.input_wrap.with_button > input[type="button"].btn_blue {
    background: #1a2d5e;
}
.basic_select {
    width: 100%;
    max-width: 300px;
    padding: 0 10px;
    height: 55px;
    box-sizing: border-box;
    border: #e0e3e5 1px solid;
    font-size: 1.2rem;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 300;
}

.page_top {
    width: 100%;
    height: 300px;
    background: url("/images/bg/bg.png");
    background-size: cover;
    background-position: bottom center;
}

/*================ 베이스 끝 ================*/

/*================ 기업리스트 ================*/

.company_list_wrap {
    width: 100%;
    margin: 30px 0;
}
.company_box {
    width: calc(25% - 10px);
    margin-right: 13.33px;
    margin-bottom: 15px;
    float: left;
    box-sizing: border-box;
    border: #eee 1px solid;
    transition: all 0.2s;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}
.company_box:hover {
    border: #1a2d5e 1px solid;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.company_box:nth-child(4n) {
    margin-right: 0;
}
.company_img {
    width: 100%;
    padding-bottom: 40%;
    box-sizing: border-box;
    border: #fff 10px solid;
    background: url("/images/temp/wemagine.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.company_name {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 10px;
    border-top: #eee 1px solid;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company_field {
    font-size: 15px;
    line-height: 20px;
    height: 60px;
    box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
    text-decoration: none;
}

.like_wrap {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.8em;
    padding: 10px 20px 10px 10px;
    text-align: right;
}
.like_wrap > input[type="button"] {
    float: left;
    background: #1a2d5e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.like_wrap > .closed_matching {
    float: left;
    background: #eead1f;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.like_tit {
    padding-right: 10px;
    display: inline-block;
}
.like_num {
    font-weight: 700;
    display: inline-block;
}

.matching_product_list {
    width: calc(33.33% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: #f0f0f0 1px solid;
    float: left;
    cursor: pointer;
}
.matching_product_list:hover {
    border: #1a2d5e 1px solid;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.matching_product_list:nth-child(3n) {
    margin-right: 0px;
}
.matching_product_list > div:nth-child(1) {
    width: 100%;
    padding-bottom: 100%;
    background: url("/images/temp/product.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeta;
}
.matching_product_list > div:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    margin: 10px 0 0 0;
    padding: 0 10px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.matching_product_list > div:nth-child(3) {
    line-height: 25px;
    height: 75px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 10px 0;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
    text-decoration: none;
    font-size: 18px;
}

/*================ 기업리스트 끝 ================*/

/* 게시판 */
.board_wrap {
    padding: 0px 0 30px 0;
}
.board_sort_wrap {
    margin: 0 0 10px 0;
}
.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 {
    font-size: 0.9em;
    font-weight: 900;
    padding: 0 20px 0 0;
}
.board_list {
    width: 100%;
    border-top: #1a2d5e 4px solid;
    border-collapse: collapse;
}
.board_list_tr {
    height: 100px;
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
}
.board_list_tr:hover {
    background: #f9f9f9;
}
.board_list_td {
    text-align: center;
    border-bottom: #1a2d5e 1px solid;
}
.board_list_td:nth-child(1) {
    width: 150px;
}
.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) {
}

/* 게시판 뷰 */

.board_con_area_wrap {
    width: 100%;
    margin: 0 0 50px 0;
    border-top: #1a2d5e 4px solid;
}
.board_con_tit_wrap {
    width: 100%;
    height: 100px;
    border-bottom: #bcbcbc 1px solid;
    display: table;
}
.board_con_tit_box {
    padding: 0 0 0 40px;
    display: table-cell;
    vertical-align: middle;
}
.board_con_tag {
    font-size: 0.9em;
    color: #1a2d5e;
}
.board_con_tit {
    font-weight: 600;
    font-size: 1.1em;
}

.board_con_date {
    width: 100px;
    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: 500px;
}

.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: #1a2d5e;
    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 {
}

.board_del_password {
    width: 180px;
    padding: 20px 30px;
    position: absolute;
    background: #fff;
    border: #1a2d5e 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: 1.1em;
}
.del_btn {
    width: 50px;
    height: 30px;
    margin-left: 10px;
    background: #ba996a;
    color: #fff;
    float: left;
}
.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: #1a2d5e;
    font-weight: 600;
    font-size: 0.9em;
}
.file_list_name {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9em;
}

/* 게시판 작성 */

.board_write_t {
    width: 100%;
    display: table;
}
.board_write_c {
    height: 60px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.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: 50%;
    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;
}

.board_btn_wrap {
    width: 100%;
    text-align: right;
}
input[type="button"].board_btn {
    padding: 0.5em 2em;
    margin: 0 1em;
    display: inline-block;
    background: #333;
    font-size: 1em;
    color: #fff;
}
input[type="button"].board_btn:last-child {
    margin-right: 0;
}

/* 페이지네이션 */

.pagenation_wrap {
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
}
.pagenation_num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}
.pagenation_num:hover {
    background: rgba(174, 158, 122, 0.09);
    cursor: pointer;
}
.pagenation_num.on {
    background: #1a2d5e;
    color: #fff;
    cursor: pointer;
}

/* 회원가입 */

/* trade_on_주소 */
#trade_on_adress {
    display: none;
}
#trade_on_adress.on {
    display: table;
}

/* 회원 유형 선택 */

.member_type_wrap {
}
.member_type_wrap .radio {
    width: calc(50% - 7.5px);
    box-sizing: border-box;
    height: 200px;
    position: relative;
    float: left;
}
.member_type_wrap .radio:nth-child(2) {
    margin: 0;
}
.member_type_wrap label:nth-of-type(1) {
    display: none;
}
.member_type_wrap label:nth-of-type(2) {
    width: 100%;
    height: 200px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 15px;
    background: #f0f0f0;
    font-weight: 700;
}
.member_type_wrap input[type="radio"].normal:checked + label + label {
    background: #145a9f;
    color: #fff;
}

.join_flow_wrap {
    width: 100%;
    height: 60px;
    display: table;
}
.join_flow {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.join_flow > div {
    width: calc(100% - 16px);
    height: 60px;
    margin-left: 6px;
    margin-right: 10px;
    position: relative;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.join_flow > div.on {
    background: #1a2d5e;
    color: #fff;
    font-weight: 700;
}
.join_flow > div:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    z-index: 10;
}
.join_flow > div:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #f0f0f0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    z-index: 100;
}
.join_flow > div.on:before {
    border-left: 20px solid #1a2d5e;
}

.sec_tit_wrap.first {
    margin-top: 0;
}
.sec_tit_wrap {
    width: 100%;
    margin: 50px 0 20px 0;
    position: relative;
    border-bottom: #1a2d5e 1px dotted;
    color: #1a2d5e;
    font-weight: 700;
}
.sec_tit {
    font-size: 1.2em;
    padding: 10px 0px 10px 15px;
    background: #fff;
    position: relative;
    z-index: 2;
    display: table;
    position: relative;
    text-align: center;
}
.sec_tit:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    margin-top: -2.5px;
}

.terms_wrap {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    padding: 30px;
    margin: 30px 0 10px 0;
    border: #ccc 1px solid;
    overflow-y: scroll;
}

.sub_confirm_btn_wrap {
    padding: 4em 0 0 0;
}
.sub_confirm_btn_wrap input {
    padding: 0.8em 3em;
    border-radius: 8px;
    margin-right: 15px;
}
.sub_confirm_btn.cancel {
    font-size: 1.2em;
    font-weight: 700;
    background: #777777;
    color: #fff;
    float: left;
}
.sub_confirm_btn.cancel2 {
    font-size: 1.2em;
    font-weight: 700;
    background: #777777;
    color: #fff;
    float: right;
}
.sub_confirm_btn.confirm {
    font-size: 1.2em;
    font-weight: 700;
    background: #1a2d5e;
    color: #fff;
    float: right;
}
.sub_confirm_btn_wrap .closed_matching {
    padding: 0.75em 3em;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: 700;
    background: #eead1f;
    color: #fff;
    float: right;
}
#floting_btn.sub_confirm_btn.confirm {
    position: fixed;
    right: 10px;
    top: 100px;
    transition: top 0.3s;
}

/* 제품 리스트 */

.product_list {
    width: 100%;
    border-collapse: collapse;
}
.product_list thead td {
    height: 50px;
    background: #1a2d5e;
    text-align: center;
    color: #fff;
}
.product_list td:nth-child(1) {
    width: 60px;
    text-align: center;
}
.product_list td:nth-child(2) {
    width: 150px;
    text-align: center;
}
.product_list td:nth-child(4) {
    width: 160px;
    text-align: center;
}
.product_list td {
    box-sizing: border-box;
    padding: 5px 10px;
    vertical-align: middle;
}
.product_list td img {
    width: 100%;
}
.product_list_tr {
    border-bottom: #f0f0f0 1px solid;
}
.repro_td {
    text-align: center;
}
.repro_td input[type="radio"].normal + label {
    margin: 0 auto;
    display: inline-block;
    float: none;
    clear: both;
}
.repro_td .radio {
    margin: 0 auto;
}
.product_list_btn > div {
    padding: 0 5px;
    display: inline-block;
    font-size: 0.8em;
    cursor: pointer;
}
.small_btn_wrap {
    width: 100%;
    padding: 15px 0;
    text-align: right;
}
.small_btn_wrap input[type="button"] {
    padding: 10px 20px;
    background: #1a2d5e;
    color: #fff;
}
.product_detail_input {
    width: 100%;
    min-height: 600px;
    box-sizing: border-box;
    border: #f0f0f0 1px solid;
}
.add_file {
    width: 100%;
    max-width: 500px;
}
.add_file_thumb {
    width: 150px;
    height: 150px;
    margin-right: 15px;
    float: left;
    background: #f0f0f0;
}
.add_txt {
    font-size: 0.8em;
}
.input_wrap.with_button > div input[type="button"].file_add {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    font-size: 1.5em;
    font-family: "Dotum";
    display: block;
    background: #333;
    color: #fff;
    display: inline-block;
}
input[type="button"].add_line {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    font-size: 1.5em;
    font-family: "Dotum";
    display: block;
    background: #333;
    color: #fff;
    display: inline-block;
}

.input_wrap.with_button > div.add_file_wrap {
    width: calc(100% - 200px);
    float: left !important;
}
.add_file_wrap .add_txt {
    border-bottom: none;
}

.input_wrap textarea {
    height: 150px;
    box-sizing: border-box;
    padding: 10px 20px;
    display: block;
}

.product_base {
    width: 100%;
    display: table;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.product_base_img {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}
.product_base_img img {
}
.product_vod {
    width: 50%;
    padding-bottom: 50%;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: table-cell;
    position: relative;
}
.product_detail_view .product_vod {
    width: 50%;
    padding-bottom: 50%;
}
.product_vod_area {
    width: 100%;
    height: 100%;
    position: absolute;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    left: 0;
    top: 0;
}

.product_view_name {
    width: 100%;
    margin: 40px 0 20px 0;
    position: relative;
    border-bottom: #1a2d5e 1px solid;
    font-weight: 700;
}
.product_view_name > div {
    padding: 10px 20px;
    display: inline-block;
    background: #1a2d5e;
    color: #fff;
}
.product_detail_view .input_wrap {
    border-bottom: #f0f0f0 1px solid;
    box-sizing: border-box;
    padding: 10px;
    line-height: 35px;
    font-weight: 500;
    word-break: break-all;
}
.product_detail_view .input_tit {
    font-weight: 300;
    color: #555;
}
/* 기업 마이페이지 */

.company_info_tab_wrap {
    width: 100%;
    display: table;
}
.company_info_tab {
    width: 33.3%;
    height: 50px;
    background: #f0f0f0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.company_info_tab.on {
    background: #1a2d5e;
    color: #fff;
    font-weight: 700;
}

/* 예약 시간선택 */

.matching_list {
    width: 100%;
    margin: 40px 0 0 0;
    display: table;
}
.matching_day {
    width: 50%;
    display: table-cell;
    position: relative;
}
.matching_day_tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    background: #565656;
    color: #fff;
    box-sizing: border-box;
    border-bottom: #fff 1px solid;
}
.matching_day:nth-child(1) .matching_day_tit {
    border-right: #fff 1px solid;
}
.matching_day .radio {
    width: 100%;
    height: 60px;
    margin: 0;
    text-align: center;
}
.matching_day:nth-child(1) input[type="radio"].time + label {
    border-right: #fff 1px solid;
}

input[type="radio"].time + label {
    width: 100%;
    height: 60px;
    margin-right: 0;
    padding: 0;
    background: #f0f0f0;
    border-bottom: #fff 1px solid;
    box-sizing: border-box;
    line-height: 60px;
    display: block;
    color: #000;
    cursor: pointer;
}
input[type="radio"].time:checked + label {
    background: #1a2d5e;
    color: #fff;
    font-weight: 700;
}

.time_unavailable {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #999;
    color: #fff;
    box-sizing: border-box;
    border-bottom: #fff 1px solid;
    font-weight: 600;
}
.time_unavailable.buyer_info {
    cursor: pointer;
}
.time_unavailable > div {
    display: inline-block;
}
.matching_day:nth-child(1) .time_unavailable {
    border-right: #fff 1px solid;
}
.reserv_open {
    width: 100%;
    height: 60px;
    margin-right: 0;
    padding: 0;
    background: #f0f0f0;
    border-bottom: #fff 1px solid;
    box-sizing: border-box;
    line-height: 60px;
    display: block;
    color: #000;
    cursor: default;
}
.matching_day:nth-child(1) .reserv_open {
    border-right: #fff 1px solid;
}
.matching_day .repo_write {
    padding: 3px 5px;
    background: #145a9f;
    color: #fff;
}
.matching_day .repo_edit {
    padding: 3px 5px;
    background: #eead1f;
    color: #fff;
}

/* 매칭신청 신규 */

.matching_info {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.matching_info_day {
    width: 100%;
    height: 50px;
    background: #145a9f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    color: #fff;
}
.matching_info_list_wrap {
    width: 100%;
    display: table;
    border-left: #f0f0f0 1px solid;
    border-right: #f0f0f0 1px solid;
}
.matching_info_list {
    font-size: 16px;
    display: table-row;
}
.matching_info_list.taken {
    background: #f0f0f0;
    color: #999;
}
.matching_info_list > div {
    height: 50px;
    vertical-align: middle;
    text-align: center;
    border-bottom: #f0f0f0 1px solid;
    display: table-cell;
}

.matching_status {
    width:100%;
    box-sizing:border-box;
    padding:25px 50px;
}

.matching_info_time {
    padding-left:10px;
}
.matching_info_company {
    padding:0 10px;
    line-height:16px;
    cursor:pointer;
}
.matching_info_company:hover {
    font-weight:600;
}
.matching_info_status {
    width:140px;
    padding-right:10px;
    font-size: 13px;
}
.matching_info_status > div {
    display: inline-block;
    line-height:16px;
    padding: 4px 10px;
    border-radius: 15px;
    position:relative;
}
.matching_info_status .nomatch {
    background: #f0f0f0;
    color: rgb(150, 150, 150);
}
.matching_info_status .matched {
    background: #145a9f;
    color: #fff;
}
.matching_info_status .waiting_confirm {
    padding-right:33px;
    background: #e48d2a;
    color: #fff;
}
.matching_info_status .waiting_taken {
    padding-right:33px;
    background: #dc533e;
    color: #fff;
}
.cancel_wating {
    width:16px;
    height:16px;
    position:absolute;
    border-radius:50%;
    border:#fff 1px solid;
    right:5px;
    top:50%;
    transform: translateY(-50%);
    cursor:pointer;
    background:#fff;
}
.cancel_wating:hover {
    background:#000;
    border:#000 1px solid;
}
.cancel_wating:before {
    content:'';
    width:10px;
    height:2px;
    position:absolute;
    left:3px;
    top:7px;
    transform:rotate(45deg);
    background:#dc533e;
}
.cancel_wating:hover:before {
    content:'';
    background: #fff;
}
.cancel_wating:after {
    content:'';
    width:10px;
    height:2px;
    position:absolute;
    left:3px;
    top:7px;
    transform:rotate(-45deg);
    background:#dc533e;
}
.cancel_wating:hover:after {
    content:'';
    background: #fff;
}
.matching_info_cancel {
    width:50px;
    padding-right:10px;
}
.waiting_cancel_btn {
    border:#aaa 1px solid;
    color:#333;
    font-size:13px;
    cursor:pointer;
}
.waiting_cancel_btn:hover {
    border:#dc533e 1px solid;
    background: #dc533e;
    color: #fff;
}
.matching_checkout_notice {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 30px;
    background: #f7f7f7;
    border-radius: 10px;
}
.matching_checkout_notice > div {
    padding-left: 20px;
    margin: 3px 0;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
}
.matching_checkout_notice > div:first-child {
    font-size: 18px;
    margin-bottom: 10px;
}
.matching_checkout_notice > div:nth-child(1):after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 5px;
    top: 13px;
}

/**/
.time_table_wrap {
    width: 100%;
    clear: both;
    border: #eee 1px solid;
    box-sizing: border-box;
    padding: 25px;
}
.time_table_tit {
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}
.time_table_tit:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: -3px;
    background: #1a2d5e;
    position: absolute;
    left: 0;
    top: 50%;
}
.time_table {
    width: 100%;
    margin: 15px 0;
    max-width: 600px;
    border-collapse: collapse;
    border-left: #999 1px solid;
    border-top: #999 1px solid;
}
.time_table th,
.time_table td {
    box-sizing: border-box;
    padding: 5px;
    border-right: #999 1px solid;
    border-bottom: #999 1px solid;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
}
.time_table thead th {
    background: #1a2d5e;
    color: #fff;
    font-weight: 600;
}
.time_table tbody th {
    background: #f0f0f0;
    font-weight: 600;
}
.time_table_txt {
    width: 100%;
    padding: 5px 0;
    font-size: 0.9em;
}
.dotted_line {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}
.dotted_line:after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #1a2d5e;
    position: absolute;
    left: 5px;
    top: 11px;
}
.explain_box {
    padding: 15px 15px 0 15px;
    font-size: 0.8em;
    color: #999;
}

/* 팝업 */

.popup_wrap {
    position: absolute;
    margin-left: -250px;
    left: 50%;
    top: 100px;
    display: none;
    z-index: 1000;
}
.popup_wrap.on {
    display: block;
}
.popup {
    width: 500px;
    height: 600px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 6px;
    background: url("/images/popup/pop0409.jpg");
    background-size: cover;
    background-position: center;
}
.popup input[type="button"] {
    padding: 20px 0;
    width: 80%;
    border-radius: 15px;
    background: #1a2d5e;
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 10%;
    font-size: 1em;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
.popup_close_wrap {
    width: 100%;
    height: 40px;
    background: #eee;
    text-align: right;
}
.popup_close_wrap input[type="button"] {
    width: 70px;
    height: 40px;
    font-weight: 700;
    font-size: 1em;
    display: inline-block;
    box-sizing: border-box;
    -webkit-appearance: none;
