@import url("common.css");

input:hover, 
select:hover, 
textarea:hover,
input:active, 
select:active, 
textarea:active,
input:focus, 
select:focus, 
textarea:focus {
  border-color:var(--blue);
}
textarea {font-size:1em; border:1px solid #b9b9b9; margin:8px 0 8px 0;}
.q4 {
	width:100%;
}
#wrap {height:auto;}

/* 서브 비주얼 */
#Img {
    /* clear:both; */
    width:100%; 
    margin:auto; padding:0;text-align:center; position:relative; background:#f5f7fa;z-index:-1;
}
.img { 
    max-width:1280px; height:520px; text-align:center; margin:auto; padding:0;z-index:-1;}

#Img_s {
  clear:both;
  width:100%; 
  margin:0 auto; 
  padding:0;
  text-align:center; 
  position:relative; 
  background:#f5f7fa;
  z-index:-1;
  overflow:hidden;
  margin-top:130px;
}
.img_s {
    width:100%; 
    /* height:520px;  */
    height:390px; 
    text-align:center; margin:auto; padding:0;z-index:-1;
}
.img_s>img {
    width:auto;
    height:100%;
    object-fit:cover;
    /* width: 100%;
    height: auto; */
}

@media all and (min-width:1921px){

  .img_s>img {
    /* width:auto;
    height:100%;
    object-fit:cover; */
    width: 100%;
    height: auto;
  }
}
.subVis-txt {
  max-width:1280px;
  width:100%;
  /* width:calc( 100% - 640px ); */
  position:absolute;
  bottom:29%;
  left:50%;
  transform:translateX(-50%);
  /* z-index:2; */
  display:block;
  text-align:right;
  color:#333;
  color:#fff;
  padding-right:120px;
}
.subVis-txt>p {
  font-size:34px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.subVis-txt>p:not(:last-child) {
  font-weight:700;
  font-size:48px;
}
.subVis-txt>p:nth-child(1) {
  padding-right:100px;
  color:#fff;
}
.subVis-txt>p:last-child {
  font-weight:600;
  padding-right:50px;
  padding-top:6px;
}
.subVis-txt>p:nth-child(2)>span {
  color:#ff0;
}


/*서브레이아웃*/
.contentArea {
    /* height:auto; */
}
.sub_container {
    /* padding-bottom:40px; */
}
#bullet_hd {clear:both;width:100%; height:22px;  margin:auto; padding:0;text-align:center; position:relative; }
.bullet {width:1024px; height:22px; text-align:center; margin:auto; padding:0;position:relative;z-index:1; display:block;}
.bullet  div  li  {float:right; font-size:12px;color:#4186a7; padding:3px; text-align:right; padding-top:3px;}

.ht > li  {float:right; font-size:12px;color:#555555; padding:3px; text-align:right; padding-top:0px; font-family:나눔고딕;}


#Center1 {
    /* clear:both; */
    margin:0 auto;
    max-width:1280px;
    margin-top:20px;
    padding:0;
    text-align:center; 
    position:relative;
    /* background-color:#f7f7f7; */
    /* height: 100%; */
    display:flex;
    flex-direction:row;
}
.left {
    /* float:left; */
    width:173px; 
    width:200px;
    text-align:left;
    position:relative;
}
.left  li {list-style-type:none;}
.sub  {
    /* float:left; */
    width: calc( 100% - 250px);
    margin-left:50px;
}
.t-left {
  text-align:left !important;
}
.t-right {
  text-align:right !important;
}

/*좌측메뉴*/
.left_top ul li {padding-top:3px;}
.leftmenu { padding-left:0px;padding-top:2px;}


#s_content_com {
    padding-bottom:58px; 
    z-index:1;
    margin:0px auto; width:800px; 
    /* zoom:1; */
    width:100%;
}
#s_content_com:after {
    display:block;visibility:hidden;clear:both;content:""
}

/* table responsive 역할 반응형 테이블 설정 */
/* #s_content_com>form>div */
#s_content_com>form .headTbl,
#s_content_com>form>.headTbl2 {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
/* #s_content_com>form .headTbl table, */
#s_content_com>form>.headTbl2 table {
  min-width:768px;
}
/* 입력폼만 */
#s_content_com>form .bodyTbl table {
  min-width:480px;
}

/* lnb */
.lnb{
    width:173px;
    width:200px; 
    padding-bottom:20px;
    position:sticky;
    top:150px;
    box-shadow:-5px -5px -5px #000;
}
.lnb .lnb_tit{ 
    /* background:url('../images/sub/sub_left_t1.jpg'); */
    background:var(--blue);
    width:100%;
    height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    font-weight: 600;
    text-align:center; 
    padding-bottom:4px;
    
  }
.lnb ul{
    border-top:1px solid #d8d8d8;border-left:1px solid #d8d8d8;}
.lnb ul li{
    width:100%;
    height:45px;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    background:url(../../assets/images/sub/lnb_arrow_off.gif) no-repeat 90% center;
    display: flex;
    align-items:center;
}
.lnb ul li a {
    display:block;
    width:100%;
    padding-left:20px; 
    color:#323232;
    font-size:14px; 
    font-weight:600;
  }
.lnb ul li.on{
    background:#f8f8f8 url(../../assets/images/sub/lnb_arrow_on.gif) no-repeat 90% center;
}
.lnb ul li.on a{
    color:#243295;
}

.lnb a:hover, 
.lnb a:focus, 
.lnb a:active {
  color:#243295;
  /* font-weight:bold; */
  text-decoration:none;
}

.sub_tilte_txt {color:#404040;border-bottom:1px solid #dadada; font-size:25px; 
  text-align:left; line-height:1.5em }
.sub_tilte {padding:0px 0 47px 0;}

/* 서브 로케이션 */
.con_head {
  /* position:relative; height:80px; margin-bottom:40px;  */
  padding-top:20px;
  margin-bottom:45px;
  padding-bottom:35px;
  /* background:url('../images/sub/bg_head.jpg') no-repeat left bottom; */
  width:100%;
  border-bottom:1px solid #ccc;
  position:relative;
  /* height:1px; */
  /* background-color:#ccc; */
}
.con_head::after {
  content:'';
  display: block;
  position: absolute;
  bottom:0;
  width:30px;
  height:5px;
  background-color:#000;
}
.con_head h2 {font-weight:600; font-size:36px; color:#333; text-align:left;
}
.con_head h2 em {display:block; padding-top:0px; color:#5a5a5a; font-size:18px;}
.con_head .locationBx {
    position:absolute; right:0; top:70px; font-weight:500;color:#737373;
}
.con_head .locationBx a {color:#737373;}
.con_head .locationBx em {
    
    line-height:1.2;
    vertical-align:top;
}
.con_head .locationBx strong {color:#737373;}
.con_head .locationBx img{position:relative;top:-1px;}
.locationBx>span {
    font-size:16px;
    vertical-align:top;
}
.locationBx>em>.material-symbols-outlined {
    font-size:16px;
    vertical-align:middle;
    color:#999;
}

/*입력폼*/
.headTbl2 tr td {
  text-align: center;
}
.tabBox{z-index:5;}
.tabBox h1 {clear:both;font-size:20px; border:2px solid #222; padding:10px;}
.tabBox h3 {clear:both;font-size:13px; text-align:left; padding-bottom:10px; font-family:나눔고딕;}
.tabBox h2 {clear:both;font-size:16px; padding-bottom:10px; font-weight:400; line-height:30px;}
.tabBox{padding-bottom:50px;position:relative;}
.tabBox_t1{color:#00F}
/* 이력서 기본정보 */
.sub_01{float:left;}
.noimage {padding-right:30px; float:left;}
.noimage div {clear:both;text-align:center;}
.s_noimage{margin-bottom:20px; border:1px solid #d5d5d5;}
.headTbl tbody tr td a{color:#333;}
.headTbl{width:100%;margin-bottom:20px;border-top:2px solid #222;border-bottom:1px solid #656565; margin:0; padding:0}
.headTbl tr th{font-size:13px;color:#222222;vertical-align:middle;background:#f7f7f7; height:35px;}
.headTbl tr td {
  padding-left:15px; padding-right:15px; 
  text-align:left;
  height:40px;
}
.headTbl tbody tr th{border-top:1px solid #d5d5d5;}
.headTbl tbody tr td{
  line-height:20px;
  border-top:1px solid #d5d5d5;
  font-size:14px;color:#222222; 
  text-align:left; 
}
    
.headTbl tfoot tr td{text-align:center;color:#fff;border-top:1px solid #d5d5d5;background:#aeaeae;}
.headTbl.abilTbl{margin-bottom:10px;}
.headTbl.abilTbl.widTbl tbody tr td{font-size:13px;}
  .abilTbl textarea {
    width:100%;
  }
  .headTbl td>label:not(:first-child) {
		margin-left:10px;
	}
  .headTbl td>label>input {
    vertical-align:middle;
    margin-top:-1px;
  }
  .bodyTbl tbody th {
	  min-width:90px;
  }
  .bodyTbl tbody td {
    min-width:200px;
  }

.s_btn {text-align:right;}
.s_btn2 {text-align:right; padding-top:10px;}
.s_left {text-align:left; padding-left:5px;}

.btn_sumi{ padding:2px;}

.headTbl2{
    width:100%;margin-bottom:20px;
    border-top:2px solid #222;border-bottom:1px solid #656565; 
    margin-top:10px;
    /* margin:0;  */
    padding:0;
}
.headTbl2 tr th{
  font-size:14px;color:#222222;vertical-align:middle;background:#f7f7f7; height:40px;}
.headTbl2 tr td {
  height:40px;
  padding:5px 0;
}
.headTbl2 tbody tr th{border-top:1px solid #d5d5d5;}
.headTbl2 tbody tr td{
    line-height:1.3;
    border-top:1px solid #d5d5d5;font-size:14px;color:#222222;
}

.headTbl3{width:100%;margin-bottom:20px;border-top:2px solid #222;border-bottom:1px solid #656565; margin:0; padding:0}
.headTbl3 tr th{
  font-size:14px;color:#222222;vertical-align:middle;background:#f7f7f7; 
  height:40px;text-align:left;
}
.headTbl3 tr td {padding-left:30px; text-align:left;}
.headTbl3 tbody tr th{border-top:1px solid #d5d5d5;text-align:left;}
.headTbl3 tbody tr td{line-height:20px; border-top:1px solid #d5d5d5;
  font-size:14px;color:#222222; padding-left:30px; text-align:left; }

.headTbl4{width:100%;margin-bottom:20px;border-top:2px solid #222;border-bottom:1px solid #656565; margin:0; padding:0}
.headTbl4 tr th{padding-left:15px;
  font-size:14px;color:#222222;vertical-align:middle;background:#f7f7f7; 
  height:40px;text-align:left;}
.headTbl4 tr td {padding-left:15px; text-align:left;
  height:40px;}
.headTbl4 tbody tr th{border-top:1px solid #d5d5d5;text-align:left;padding-left:15px;}
.headTbl4 tbody tr td{line-height:20px; border-top:1px solid #d5d5d5;
  font-size:14px;color:#222222;padding-left:15px;text-align:left; }

.headTbl5{width:100%;margin-bottom:20px;border-top:2px solid #222;border-bottom:1px solid #656565; margin:0; padding:0}
.headTbl5 tr th{padding-left:15px;font-size:14px;color:#222222;vertical-align:middle;background:#f7f7f7; 
  height:40px;text-align:center;}
.headTbl5 tr td {padding-left:15px;
  height:40px;text-align:center;}
.headTbl5 tbody tr th{border-top:1px solid #d5d5d5;text-align:center;padding-left:15px;}
.headTbl5 tbody tr td{line-height:20px; border-top:1px solid #d5d5d5;
  font-size:14px;color:#222222;padding-left:15px;text-align:center; }
.headTbl5 tbody tr td.textTd {text-align:left;}

.headTbl6{width:100%;margin-bottom:20px;border-top:2px solid #222;border-bottom:1px solid #656565; margin:0; padding:0}
.headTbl6 thead tr th{padding-left:15px;font-size:17px;color:#222222;vertical-align:middle;background:#f7f7f7; 
  height:40px;
  text-align:left;
}
.headTbl6 thead tr td {padding-left:15px;
  height:40px;
  text-align:left;color:#222222;font-size:13px;background:#f7f7f7; font-weight:600;}
.headTbl6 tr td {padding-left:15px;
  height:40px;text-align:left;color:#222222;
  font-size:14px;
}
.headTbl6 tbody tr th{border-top:1px solid #fff;text-align:left;padding-left:15px;}
.headTbl6 tbody tr td{line-height:20px; border-top:1px solid #fff;
  font-size:14px;
  color:#222222;padding-left:15px;text-align:left; }
.headTbl6 tbody tr td.textTd {text-align:left;}
.q{font-size:20px; color:#0168b7; font-weight:700;}

.headTbl7{width:100%;margin-bottom:20px;border-top:2px solid #222;border-bottom:1px solid #656565; margin:0; padding:0}
.headTbl7 tr th{
  font-size:14px;
  color:#222222;
  vertical-align:middle;
  background:#f7f7f7; 
  height:40px;
}
.headTbl7 tr td {
  height:40px;
  padding-top:3px;
  padding-bottom:3px;
}
.headTbl7 tbody tr th{border-top:1px solid #d5d5d5;}
.headTbl7 tbody tr td{
  line-height:20px; 
  border-top:1px solid #d5d5d5;
  font-size:14px;
  color:#222222;
}

/*입력폼 팝업*/
.pop_t{ margin:10px;}
.pop_t h2{padding-left: 14px; padding-bottom: 20px; font-size: 20px; color: #222222; line-height:130%; background: url(../images/sub/h2_bullet.jpg) left top no-repeat;}
.pop_t li{ font-size:13px; line-height:20px;}

.pop_t1{ margin:10px;}
.pop_t1 h2{padding-left: 14px; padding-bottom: 20px; font-size: 20px; color: #222222; line-height:130%; background: url(../images/sub/h2_bullet.jpg) left top no-repeat;}
.pop_t1 li{ font-size:13px; line-height:20px;}  

/* Pagination style */
.pagination {
  margin-top:30px !important;
  margin-bottom:15px;
  text-align:center;
}
    .pagination .pageNav {font:normal 11px/1.1 Arial;}
    .pagination .pageNav a {
      display:inline-block;
      padding:7px 9px 5px; text-decoration:none; 
      color:#888; border:1px solid #ededed;
      vertical-align:top;
    }
    .pagination .pageNav span.current {display:inline-block;padding:7px 9px 5px; border:1px solid #ededed; color:#FFF; background:#1c7ce6;}
    .pagination .pageNav a:hover {background:#f8f8f8;}
    .pagination .pageNav a.util {background:#f8f8f8;}   
    .pagination .pageNav a.util:hover {background:#f1f1f1;} 
    .pagination .pageNav a.first, .pagination .pageNav a.last {padding-top:4px; font-size:1.25em; }
    .pagination .pageNav a.prev, .pagination .pageNav a.next  {font-size:0.96em;}
    .pagination .pageNav a.prev {margin-right:6px; margin-left:6px;}
    .pagination .pageNav a.next  {margin-left:6px; margin-right:6px;}

    .pagination .pgForce {
      padding:0px !important; 
      border-color:rgb(28, 124, 230) !important;
    }
    .pagination .current.bdc-t {
      border-color:transparent !important;
    }
/* 하단 */

#foot {clear:both;z-index:5;margin:0px auto;width:100%;zoom:1;list-style:none;background:#373e4c;}
#foot:after {display:block;visibility:hidden;clear:both;content:""}
#ft {z-index:5;margin:0px auto;width:1024px; zoom:1;}
#ft:after {display:block;visibility:hidden;clear:both;content:""}
#f_logo { float:left; padding:20px 14px 15px 0;text-align:center; }
#f_banner{ float:right; padding:18px 0 0px 0px;}
#add { float:left;text-align:left; font-size:12px; color:#fff; font-family:나눔고딕; padding:28px 0 0 0;letter-spacing:0em;}
#add1 {color:#fff;}
#add2 {color:#c7d3e0;}

#foot_tap {clear:both;z-index:5;margin:0px auto;width:100%;zoom:1;list-style:none; height:100%;background:#525866;}
#foot_tap:after {display:block;visibility:hidden;clear:both;content:""}
#f_tap{z-index:5;margin:0px auto;width:1024px; zoom:1;}
#f_tap:after {display:block;visibility:hidden;clear:both;content:""}
#foot_tap ul {width:1024px; height:32px;text-align:left; line-height:2.7em;}
#f_tap ul li{ float:left;color:#bababa; font-size:13px; font-family:나눔고딕; padding-right:38px;}
#f_tap ul li a:link, a:visited, a:hover, a:focus, a:active {color:#bababa;text-decoration:none;}
#f_tap  ul.f_tap a  {color:#bababa;}
#f_tap  ul.f_tap a:link, a:visited, a:hover, a:focus, a:active  {color:#bababa;}
/* //하단 */

/* 로그인 */
/* .login {width:800px;padding-bottom:15px;padding:0; margin:auto;}
.lo {padding-bottom:5px;} */

/************************ 로그인 ************************/
.cnts-login {
  max-width:1280px;
  margin:0 auto;
}
.cnts-login .con_head {
  padding-top:30px;
}
    .loginWrap { 
      position:relative; 
      /* margin:20px 0 0px;   */
      width:100%;
      background: #fff; 
      padding-bottom:80px;
      /* border-top: 1px solid #000; */
    }
    .loginWrap .titleArea { 
      min-height:30px; margin:0; 
      border-bottom:0;
     }
    .loginWrap .titleArea h3 { 
      display:block; 
      clear:both; 
      margin:80px 0 5px; 
      border-bottom:0; 
      text-align:center; 
      /* font-size:35px; 
      font-weight:600;  */
      color:#333; 
      letter-spacing:-0.03em;  
    }
    .loginWrap .titleArea>span { 
      display:block; clear:both; 
      margin:0 0 40px; 
      text-align:center; font-size:16px; font-weight:400; color:#999; letter-spacing:-0.03em; }
	
    .loginWrap fieldset{ position:relative; width:790px; margin:0 auto; text-align: center;}
    .loginWrap fieldset .id,
    .loginWrap fieldset .password {float: left; overflow:hidden; display:block; width:290px !important; margin:0 0 10px;}
    .loginWrap #member_id {display:inline-block; background:url('../images/sub/login_ico_id.png') 12px 9px no-repeat; }
    .loginWrap #member_passwd { display:inline-block;background:url('../images/sub/login_ico_pw.png') 12px 9px no-repeat; }

	  .loginWrap #member_id_eng {display:inline-block; background:url('../images/sub/login_ico_id_eng.png') 12px 9px no-repeat; }
    .loginWrap #member_passwd_eng { display:inline-block;background:url('../images/sub/login_ico_pw_eng.png') 12px 9px no-repeat; }

    .loginWrap input {width:279px; height:46px; padding:2px 2px 2px 75px; border:1px solid #ddd; color:#333; font-size:14px; line-height:40px; letter-spacing:0.08em; font-weight:normal; transition:all .5s ease; -webkit-transition:all .5s ease; border-radius: 50px; }
    .loginWrap input:focus { border:1px solid #888; border-radius: 50px;  }
	
	  .loginWrap .loginBtn {display:inline-block; 
      padding:8px; margin:0 0 10px; 
      border:1px solid var(--blue); 
      background:var(--blue); 
      color:#fff !important; text-decoration:none; vertical-align:middle; font-size:18px; width:180px; line-height:28px; font-weight: 400; letter-spacing: -0.05em; text-align:center;border-radius: 50px;}
    .loginWrap .loginBtn:hover { filter:alpha(opacity=80); opacity:.8; -webkit-opacity:.8; }

    .loginBottom {
      margin-top:20px;
    }

    .loginBottom .btn_ano {
      text-decoration:underline;
    }
/************************ //로그인 ************************/

/*갤러리게시판리스트*/
#bor_gall {width:800px; height:0px; padding:0px 0px 0 0px;font-family:나눔고딕;}
#bor_gall_con {padding-bottom:25px;}
#bor_gall_con ul { float:left;padding:0px 0 5px 0;text-decoration:none;}
.bor_gall_img {left:0px; top:0px; width:190px; height:130px; padding-bottom:10px;border:1px solid #d2d2d2;}
.bor_gall_txt { width:190px; text-align:left; color:#1e1d1d; font-size:14px;letter-spacing:-0.05em; padding:8px 0 25px !important; }

.bor_gall_txt a:link, a:visited {color:#1e1d1d;text-decoration:none;}
.bor_gall_txt a:hover, a:focus, a:active {color:#3973d4;text-decoration:none;}

/*게시판리스트*/
.table_style1 {width:100%; border-top: solid 2px #000; font-size:14px;}
.table_style1 th {padding: 10px 0; background-color:#f7f7f7; border-bottom: solid 1px #dcdcdc; color:#222222;height:30px; text-align:center; }
.table_style1 td {padding: 10px 0; background-color:#fff; border-bottom: solid 1px #dcdcdc; color:#474747; text-align:center; padding-left:15px; height:25px;  }
.table_style1 td .left {padding: 10px 0; background-color:#fff; border-bottom: solid 1px #c1c1c1; color:#474747; height:30px; text-align:left}
.table_style1 a:link, a:visited {color:#33485f;text-decoration:none}
.table_style1 a:hover, a:focus, a:active {color:#000;text-decoration:underline}


.boardRead {background-color:#f7f7f7; text-align:left;height:25px; }
.boardRead th { border-bottom: solid 1px #dcdcdc;}  
.tit {font-size:16px;color:#202020; text-align:left;font-weight:600;}
.date {font-size:14px; color:#666666; height:40px; text-align:right; padding-right:15px; font-weight:400;}
  .ui-datepicker-trigger {
    margin-left:3px;
    margin-right:4px;
  }
.bar {color:#d7dce6; padding-left:3px; padding-right:3px;font-size:10px; }
.boardPvNv {  font-size:14px; height:35px; border-top: solid 1px #dcdcdc; }
.boardPvNv th{  font-size:14px; height:40px; border-bottom: solid 1px #dcdcdc; background-color:#f7f7f7; text-align:center;}
.boardPvNv td{ font-size:14px; border-bottom: solid 1px #dcdcdc; padding-left:10px;}
.form {
    padding-left:10px; font-size:13px; color:#353535; height:35px; padding-top:0px;}
.form_input {
    font-size:13px; color:#353535; 
    height:30px; padding:3px; 
    border:1px solid #b9b9b9; margin:5px 0 5px 0;}
.form_in {
    padding-left:10px; font-size:15px; color:#353535; height:35px;border: solid 1px #d3d3d3;}
.select_a{height:26px;border:1px solid #b9b9b9;}
.form_op {
    padding-left:5px; 
    font-size:13px; 
    color:#353535; 
    height:30px; 
    height:30px !important;
    padding-top:0px; 
    border:1px solid #b9b9b9;
}
span>.form_op {
    width:100% !important;
}
.form_se {
    padding-left:5px; 
    font-size:13px; color:#353535; 
    height:30px; 
    padding-top:0px; border:1px solid #b9b9b9; 
    margin-right:10px 5px 10px 0;
    line-height:1.2;
}
.form_ad{
    float:right;
    height:30px; 
    /* margin:10px 8px 10px 0; */
    margin-right:5px;
    border:1px solid #b9b9b9;
    font-size:13px;
    line-height:1.2;
}
.btn_ac {
    padding:5px;
    border:0;
    /* background:#6e7da0; */
    /* border:1px solid #576689; */
    background-color:#045c2c;
    color:#fff;letter-spacing:-0.1em;
    cursor:pointer;
    font-size:14px;
    height:30px;
    text-align:center;
    line-height:1.2;
} 
.btn_ac>img {
  width:26%;
  vertical-align:top;
  margin-top:1px;
}
.btn_align {
  clear:both;
  /* float:right; */
  text-align:right;
  margin:10px 0 20px 0;
} 
.td_inTitle {
	display:inline-block;
	min-width:52px;
}

/*//게시판리스트*/

/*설문관리*/
.star{color:#F00;}
.r_txt{text-align:right; padding-bottom:5px; margin-top:-20px;}

/*초기화

body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}
*/




/* 글 출력 사이즈...처리 */
.cont_limit         {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        -o-text-overflow: ellipsis;
                        -ms-text-overflow: ellipsis;
                        white-space: nowrap;
                        position: relative;
                        /*float: left;*/
                        }
                        
#cont_limit_142 {width: auto; max-width:142px; color:#fff}
#cont_limit_284 {width: auto; max-width:284px;}
#cont_limit_426 {width: auto; max-width:426px;}
#cont_limit_568 {width: auto; max-width:568px;}
#cont_limit_710 {width: auto; max-width:710px;}
#cont_limit_220 {width: auto; max-width:220px;}
#cont_limit_650 {width: auto; max-width:650px; height:30px;}

.space_btn          {padding:15px 0 15px 0; width:100%; text-align:right;}

.button {
    float:right;
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    /*border-radius: 2px*/
}

.button2 {background-color: #1b69b1;} /* Blue */
.button3 {background-color: #f44336;} /* Red */ 
.button4 {background-color: #797c82;} /* Gray */ 
.button5 {background-color: #313131;} /* Black */

.dboard_date_box {width:100%; border: solid 1px #000; font-size:14px;}
.dboard_date_box th {padding: 10px 0; background-color:#f7f7f7; color:#222222;height:35px; text-align:center; }
.dboard_date_box td {padding: 10px 0; background-color:#fff; border-bottom: solid 1px #dcdcdc; color:#474747; text-align:left; padding-left:15px; height:50px; }




/*게시판버튼*/

.btn_notice{
  display:inline-block;
  padding:7px;
  border:1px solid #3077c5;background:#4b93e1;
  color:#fff;text-decoration:none;
  vertical-align:middle; 
  font-size:13px; 
  min-width:60px; 
  text-align:center;
}


a.btn_spot {
  display:inline-block;padding:7px;
  /* border:1px solid #3077c5; */
  background:#4b93e1;color:#fff !important;
  text-decoration:none;
  vertical-align:middle; 
  font-size:14px; 
  min-width:60px; 
  text-align:center;
  height:30px;
  line-height:1.2;
}
a.btn_spot:focus, a.btn_spot:hover {color:#fff;text-decoration:none}
/* .s_btn>a.btn_spot {
  width:70px;
} */

a.btn_pdf {
  display:inline-block;padding:7px;border:1px solid #2c2c2c;
  background:#434343;color:#fff !important;text-decoration:none;
  vertical-align:middle; font-size:14px; 
  min-width:100px;
  text-align:center;
}
a.btn_pdf:focus, a.btn_06:hover {color:#fff !important;text-decoration:none;}

a.btn_02 {
  display:inline-block;padding:7px;
  border:1px solid #3077c5;background:#4b93e1;
  color:#fff !important;text-decoration:none;vertical-align:middle; 
  font-size:14px; 
  min-width:60px; 
  text-align:center;
}
a.btn_02:focus, a.btn_02:hover {color:#fff;text-decoration:none}


a.btn_03 {
  display:inline-block;
  padding:7px;
  border:1px solid #ccc;
  background:#fafafa;
  color:#000;
  text-decoration:none;
  vertical-align:middle; 
  font-size:14px; 
  min-width:60px; 
  text-align:center;
}
a.btn_03:focus, a.btn_03:hover {text-decoration:none}

.btn_ch {display:inline-block;
  padding:7px;border:1px solid #ccc;
  background:#fafafa;
  color:#000;
  text-decoration:none;
  vertical-align:middle; 
  font-size:14px; 
  min-width:100px; 
  text-align:center;
}
.btn_ch:focus, .btn_ch:hover {text-decoration:none}


a.btn_04 {
  display:inline-block;padding:7px;
  border:1px solid #393e49;background:#525866;
  color:#fff !important;text-decoration:none;vertical-align:middle; 
  font-size:14px; 
  width:60px; 
  text-align:center;
}
a.btn_04:focus, a.btn_04:hover {text-decoration:none}

a.btn_modify {
  display:inline-block;padding:7px;
  border:1px solid #bfbfbf;background:#dcdcdc;
  color:#4f4f4f;text-decoration:none;vertical-align:middle; 
  font-size:14px; 
  min-width:60px; text-align:center;
}
a.btn_modify:focus, a.btn_modify:hover {text-decoration:none}

a.btn_delete {
  display:inline-block;padding:7px;border:1px solid #bfbfbf;
  background:#dcdcdc;color:#4f4f4f!important;
  text-decoration:none;vertical-align:middle; 
  font-size:14px; 
  min-width:60px; 
  text-align:center;
}
a.btn_delete:focus, a.btn_delete:hover {text-decoration:none}


.btn_search {
  padding:5px;
  border:0;
  height:30px;
  background:#525866;
  /* border:1px solid #3b414e; */
  color:#fff;letter-spacing:-0.1em;
  cursor:pointer; font-size:14px; text-align:center;
}


.btn_05 {
  display:inline-block;padding:5px;border:1px solid #3077c5;
  background:#4b93e1;color:#fff !important;text-decoration:none;
  vertical-align:middle; font-size:13px; 
  min-width:60px; text-align:center; z-index:5;
  height:30px;
  line-height:1.4;
}
a.btn_05:focus, a.btn_05:hover {color:#fff;text-decoration:none;
}

a.btn_06 {
  display:inline-block;padding:2px;border:1px solid #2c2c2c;
  background:#434343;color:#fff !important;text-decoration:none;
  vertical-align:middle; font-size:13px; 
  min-width:60px; text-align:center;
  height:30px;
  line-height:24px;
}
a.btn_06:focus, a.btn_06:hover {color:#fff !important;text-decoration:none;
}

a.btn_07 {
  display:inline-block;border:1px solid #2c2c2c;
  background:#434343;color:#fff !important;text-decoration:none;
  vertical-align:middle; font-size:13px; 
  min-width:64px; height:64px; text-align:center;color:#fff; line-height:5em;
}
a.btn_07:focus, a.btn_07:hover {color:#fff !important;text-decoration:none;}


a.btn_08 {
  display:inline-block;padding:2px;border:1px solid #2c2c2c;
  background:#434343;color:#fff !important;text-decoration:none;
  vertical-align:middle; font-size:13px; 
  min-width:100px; text-align:center;
}
a.btn_08:focus, a.btn_08:hover {color:#fff !important;text-decoration:none;}

/* 엑셀 전용 버튼 */
.btn_09 {
  display:inline-block;
  padding:5px;
  background-color:#045c2c;
  color:#fff !important;
  text-decoration:none;
  vertical-align:middle; 
  font-size:13px; 
  min-width:60px; 
  text-align:center; 
  z-index:5;
  height:30px;
  line-height:1.5;
}
a.btn_09:focus, a.btn_09:hover {color:#fff !important;text-decoration:none;}
.btn_09>img {
  width:26%;
  margin-top:-1px;
}

/* a.btn_09:focus,  */
a.btn_05:hover {color:#fff;text-decoration:none;}

.btn_del {
  display:inline-block;padding:2px;border:1px solid #005c9e;
  background:#0070c0;color:#fff!important;text-decoration:none;
  vertical-align:middle; font-size:13px; 
  min-width:40px; text-align:center; height:20px; 
}
.btn_c{
  display:inline-block;padding:2px;border:1px solid #b9b9b9;
  background:#fff;color:#0168b7!important;text-decoration:none;
  vertical-align:middle; font-size:13px; 
  min-width:18px; text-align:center;
}

.searchBox  { margin-bottom:15px; }
.searchBox { background:#f9f9f9;padding:15px;border:1px solid #ddd; }
.searchBox p { margin-top:10px; }
.searchBox + .btnCon { margin-top:30px; }
table + .searchBox { margin-top:30px; }
.searchBox label{ margin-left:5px; }


.popup  { padding:0;margin:0; width:100%; min-width:auto !important }
.popup header   { height:50px;padding:0 30px;background-image:none;background:#333;min-width:auto; }
.popup header > * { width:auto; }
.popup h1   { margin:0;height:50px;line-height:50px;text-indent:0;background:none;font-size:18px;color:#fff }
.popup > section    { padding:30px; }
.popup table { width:100% }
.popup .writeType + table { margin-top:12px; }
.popup .writeType + table tr:hover  td  { background:#f6f6f6; }
.popup .btnCon   { margin-top:20px; }
.popup  .treeUL { margin-top:12px; }
.popup h3 + .btnCon { float:right;margin-top:-32px; }
.popup h3 + .btnCon + * { clear:both; }
.popup h2:first-child { padding-top:15px; }
.popup ul,ol,dl,li { list-style:none; }
.popup iframe  { border:none;outline:0; margin-top :20px }


.tab    { margin-top:20px; }
h3 + .tab   { margin-top:0; }
.tab { height:37px;border-bottom:1px solid #dfdfdf;margin-bottom:20px;border-left:0; }
.tab li { float:left;text-align:center;width:25%; }
.tab li:first-child { border-left:0;background:#dfdfdf; }
.tab li a { display:block;height:37px;line-height:37px;background:#f2f2f2;color:#4a4a4a;border-left:1px solid #fff;font-size:14px;font-weight:bold; }
.tab li.current,
.tab li.current a,
.tab .ui-tabs-active a,
.tab li a:hover { text-decoration:none;background:#4e5561;color:#fff }



/* @media all and (min-width:821px){

  .xs-show {
    display:none;
  }
} */
.xs-hidden>td:first-child {
	text-align:left;
}
.xs-show {
  display:none;
}
.add-div:not(:first-child) {
  margin-top:3px;
}
.mt5 {
  margin-top:5px !important;
}
@media print {
    footer {page-break-after: always;}
}

@media all and (max-width:1366px){

  /* .subVis-txt {
    bottom:24%;
  } */
  .img_s {
    height:340px;
  }
  .img_s>img {
    object-position:33%;
  }
  .subVis-txt>p {
    font-size:28px;
  }
  .subVis-txt>p:not(:last-child) {
    font-size:42px;
  }
  .cnts-login,
  #Center1 {
    padding:0 20px;
  }
  .loginWrap .titleArea>span {
    font-size:14px;
  }
}

@media all and (max-width:1180px){

  .subVis-txt>p {
    font-size:24px;
  }
  .subVis-txt>p:not(:last-child) {
    font-size:38px;
  }

  /* 이력서 기본정보 */
  .sub_01 { float:none; }
}

@media all and (max-width:1024px){

  .img_s {
    height:290px;
  }
  .sub_container {
    padding-top:0;
    /* height: auto;
    padding-bottom: 40px; */
  }
  #Center1 {
    flex-direction:column;
    padding:0 20px;
    margin-top:-50px;
  }
  .left {
    width:100%;
  }
  .lnb {
    width:100%;
    position:relative;
    /* padding-bottom:180px; */
    top:0;
  }
  .lnb_list {
    /* display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row; */
    display: grid;
    /* 핵심: 최소 200px은 유지하되, 자리가 남으면 1fr(1비율)씩 늘려서 채움 */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .lnb ul li {
    /* width:50%;
    justify-content: center;
    object-fit: cover;
    flex: 1 1 1; */
  }
  .lnb ul li a {
    padding-left:0;
    width:100%;
    text-align:center;
    height:100%;
    line-height:43px;
  }
  .con_head h2 {
    font-size:30px;
  }
  .sub {
    width:100%;
    margin-left:0;
  }
  
}

@media (max-width: 980px) {
  .loginWrap h3.main_title {
    font-size:40px;
  }
  #Img_s {
    margin-top:110px;
  }
  .img_s>img {
    object-position:45%;
  }
  .subVis-txt {
    bottom:35%;
  }
}


@media all and (max-width:820px){

  .xs-hidden {
    display:none;
  }
  .add-block,
  .xs-show {
    display:block;
  }
  .add-block {
    margin-top:3px;
  }
  .add-block .s_btn {
    text-align:left;
  }

  .img_s>img {
    object-position:8%;
    /* margin-left:10%; */
  }
  /* .subVis-txt>p:first-child {
    display:inline-block;
  } */
   .subVis-txt {
    bottom:44%;
   }
   .subVis-txt,
   .subVis-txt>p:not(:nth-child(2)) {
    padding-right:0;
   }
   .subVis-txt {
    text-align:center;
    text-shadow: 0px 0px 10px #000;
   }
   .subVis-txt>p:not(:last-child) {
    display:inline-block;
   }
   .subVis-txt>p {
    font-size:26px;
    text-shadow: 0px 0px 30px #000;
  }
  .subVis-txt>p:not(:last-child) {
    font-size:32px;
  }
  .subVis-txt>p:last-child {
    padding-top:0;
  }

  .loginWrap fieldset {
    width:30%;
  }
  .loginWrap .loginBtn {
    margin:0;
    font-size:18px;
    width:279px;
  }
}

@media all and (max-width:680px){
  #Img_s {
    margin-top:90px;
  }
}

@media all and (max-width:640px){
  .subVis-txt>p:nth-child(2) {
		display:block;
	}
  .subVis-txt {
    bottom:35%;
  }
}


@media all and (max-width:480px){

  #wrap.sub-login {
    height:auto;
  }
  
  /* .img_s>img {
    object-position:40%;
  } */

  #Center1 {
    margin-top:-130px;
  }
  .lnb .lnb_tit {
    height:80px;
    font-size:20px;
  }
  .con_head h2 {
    font-size:26px;
  }

}

@media all and (max-width:420px){
  
  /* .subVis-txt {
    bottom:28%;
    padding:0 20px;
  } */
  .subVis-txt>p {
    font-size:24px;
    line-height:1.2;
  }
  .subVis-txt>p:last-child {
    line-height:1.3;
  }
  .subVis-txt>p:not(:last-child) {
    font-size:30px;
  }
  .con_head h2 {
    font-size:24px;
  }

  

}