@charset "utf-8";

/*로그인*/
.con_login {
    position: absolute;
    background: url("/image/login_bg.png") no-repeat;
    width: 510px;
    height: 434px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.login_logo {
    text-align: center;
    padding: 54px 0 18px 0;
}

.login_text {
    font-size: 13px;
    color: #78797c;
    text-align: center;
    font-weight: 600;
    padding: 0 0 27px 0;
    line-height: 1.7em;
}

.lg_text {
    border: 1px solid #e7e7e7;
    height: 34px;
    padding: 3px 10px;
    width: 344px;
    background: #f7f7f7;
    color: #8796a3;
    font-weight: 600;
    font-size: 13px;
}

.login_id {
    margin: 0 auto;
    width: 370px;
    padding: 0 0 10px 0;
}

.login_pw {
    margin: 0 auto;
    width: 370px;
    padding: 0 0 10px 0;
}

.login_text2 {
    margin: 0 auto;
    width: 370px;
    color: #78797c;
    font-size: 13px;
}

.login_btn {
    width: 370px;
    height: 46px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

input.login_btn_img {
    display: inline-block;
    background: url("/image/login_btn.gif") no-repeat;
    width: 370px;
    height: 46px;
    border: 0;
    font-size: 0;
    padding: 0;
    cursor: pointer
}

/*서브레이아웃*/
.sub_wrap {
    width: 100%;
    position: relative;
    background: #ffffff url("/image/top_bg.gif") top left repeat-x;
    padding: 0;
    margin: 0;
    min-width: 1300px;
}

.header {
    /* 86px -> 84px - 2018.03.06 김희태 */
    height: 84px;
    position: relative;
}

.header .top_info {
    padding: 5px 5px 0 0;
    text-align: right;
    width: 100%;
    font-size: 0.9em;
}

.header .top_info span:first-child > span {
    font-size: 0.5rem;
}

#top_emp_name a:hover {
    text-decoration: underline;
}

.top_logo {
    position: absolute;
    top: 19px;
    left: 20px;
}

.top_util {
    position: absolute;
    top: 30px;
    right: 100px;
    height: 40px;
}

/* 수정 - 2018.02.28 김희태 */
.top_util div.top_point {
    position: absolute;
    /*background: url("/image/icon_point.gif") no-repeat 0 1px;*/
    background: url("/image/icon_point.gif") no-repeat 0 -3px;
    /*padding: 20px 15px 5px 33px;*/
    padding: 12px 15px 0 33px;
    vertical-align: bottom;
    color: #e02904;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

.top_util div.top_btn {
    padding-left: 120px;
}

.sub_admin {
    position: absolute;
    top: 20px;
    right: 40px;
    background: #00ade2;
    padding: 20px 20px;
    /* 추가 - 2018.02.23 김희태 */
    display: none;
    z-index: 100;
}

.sub_admin li {
    padding: 5px 0;
    width: 135px;
    font-size: 0.8rem;
}

.sub_admin li a {
    color: #dff8ff;
}

.sub_admin li a:hover {
    color: #ffffff;
    font-weight: 600;
}

.menu {
    margin: 0 auto 0 auto;
    width: 1300px;
    height: 62px;
    overflow: hidden;
    padding: 0 0 0 270px;
}

.menu li {
    /* 주석처리 - 2018.02.23 김희태 */
    /*margin: 2px 0 0 0;*/
    float: left;
    font-size: 19px;
    font-weight: 700;
}

.m01 {
    background: url("/image/m_icon01.gif") no-repeat 33px 15px;
    /* 추가 - 2018.02.23 김희태 */
    cursor: default;
    margin: 2px 0 0 0;
    /* End */
}

.m02 {
    background: url("/image/m_icon02.gif") no-repeat 30px 15px;
    /* 추가 - 2018.02.23 김희태 */
    cursor: default;
    margin: 2px 0 0 5px;
    /* End */
}

.m03 {
    background: url("/image/m_icon03.gif") no-repeat 30px 15px;
    /* 추가 - 2018.02.23 김희태 */
    cursor: default;
    margin: 2px 0 0 0;
    /* End */
}

.m04 {
    background: url("/image/m_icon04.gif") no-repeat 30px 15px;
    /* 추가 - 2018.02.23 김희태 */
    cursor: default;
    margin: 2px 0 0 0;
    /* End */
}

.m05 {
    background: url("/image/m_icon05.gif") no-repeat 30px 15px;
    /* 추가 - 2018.02.23 김희태 */
    cursor: default;
    margin: 2px 0 0 0;
    /* End */
}

/*
a -> span 태그로 변경 - 2018.02.23 김희태
 */
.menu li span.top_select {
    border-top: 3px solid #0d5ca9;
    margin-top: 1px;
    padding: 24px 40px 30px 60px;
}

/*
a -> span 태그로 변경 - 2018.02.23 김희태
 */
.menu li span {
    display: block;
    padding: 10px 45px 22px 60px;
}

.sub_box {
    background: #0d5ca9;
    padding: 15px 30px 25px 30px;
    position: absolute;
    top: 83px;
    /* 추가 - 2018.02.23 김희태 */
    display: none;
    z-index: 100;
}

.sub_menu li {
    float: none;
    text-align: center;
    font-size: 14px;
    /* 추가 - 2018.02.23 김희태 */
    padding: 3px 0;
}

.sub_menu li a {
    color: #86c1d4;
    font-weight: normal;
    padding: 5px 13px;
}

.sub_menu li a:hover {
    color: #ffffff;
    font-weight: 600;
    padding: 5px 13px;
}

.sub_menu li a.select {
    color: #ffffff;
    font-weight: 600;
}

.sub_container {
    margin: 0 auto 50px auto;
    width: 1300px;
}

/* 변경 - 2018.03.06 김희태 */
.history {
    float: right;
    font-size: 12px;
    color: #7e8e9e;
    /*padding: 10px 0 20px 15px;*/
    padding: 15px 0 20px 15px;
    background: url(/image/icon_home.gif) no-repeat 0 19px;
}

/* 변경 - 2018.03.06 김희태 */
.sub_title01 {
    font-size: 20px;
    font-weight: 700;
    color: #20374c;
    /*padding: 45px 0 20px 10px;
    background: url("/image/title_bar.gif") no-repeat 0 47px;*/
    padding: 15px 0 20px 10px;
    background: url("/image/title_bar.gif") no-repeat 0 17px;
    letter-spacing: -0.05em;
}

.sub_con {
    position: relative;
}

/* 2018.03.06 박연정 - 게시판 관련 화면 소개글 구역 연관 CSS 추가*/
.sub_con_img {
    width: 100%;
    /* 제거 - 2018.03.06 김희태 */
    /*border:1px solid;
    height:202px;*/
    text-align: center;
    color: #ffffff;
}

.sub_con_img .sub_con_img_title {
    font-size: 40px;
    /*
    변경 - 2018.03.06 김희태
    padding:46px 0 15px 0;
     */
    padding: 35px 0 15px 0;
    display: block;
    text-align: center;
    font-weight: 600;
}

.sub_con_img .sub_con_img_text {
    /*
    변경 - 2018.03.28 김희태
    font-size: 16px;
     */
    font-size: 15px;
    /*
    변경 - 2018.03.06 김희태
    padding:0 0 0 0;
     */
    padding: 0 0 40px 0;
    display: block;
    text-align: center;
    font-weight: 600;
}

/*버튼*/
.btn_left {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 10px 0px 0px 0px;
    clear: both;
}

.btn_right {
    position: relative;
    width: 100%;
    text-align: right;
    padding: 10px 0px 5px 0px;
    clear: both;
}

.btn_center {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 0px 0px 0px;
    clear: both;
}

.gblue_btn_bg {
    border: none;
    padding: 0px 5px 0px 0px;
    background: #00ade2;
    height: 27px;
    line-height: 27px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.gblue_btn_bg:hover {
    background: #0094d8
}

.sblue2_btn_bg {
    border: none;
    padding: 0px 3px 0px 0px;
    background: #0d5ca9;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.sblue2_btn_bg:hover {
    background: #09428f
}

.sblue2_btn_bg_no {
    border: none;
    padding: 0px 3px 0px 0px;
    background: #97969b;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.sblue2_btn_bg_no:hover {
    background: #777576
}

.sblue_btn_bg {
    border: none;
    padding: 0px 10px 0px 0px;
    background: #0d5ca9;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
}

.sblue_btn_bg:hover {
    background: #09428f
}

/* 추가 Start - 2018.03.14 김희태 */
.sblue_btn_bg2 {
    border: none;
    padding: 0;
    background: #0d5ca9;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
}

.sblue_btn_bg2:hover {
    background: #09428f
}

.sblue_btn_bg2 img {
    width: 100% !important;
    height: 28px !important;
    padding: 8px 10px 0 0 !important;
}

/* 추가 End - 2018.03.14 김희태 */

.saryb_btn_bg {
    border: none;
    padding: 0px 10px 0px 0px;
    background: #97969b;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
}

.saryb_btn_bg:hover {
    background: #777576
}

.garyb_btn_bg {
    border: none;
    padding: 0px 5px 0px 0px;
    background: #97969b;
    height: 38px;
    line-height: 38px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.garyb_btn_bg:hover {
    background: #777576;
}

.blue_btn_bg {
    border: none;
    padding: 0px 5px 0px 0px;
    background: #0d5ca9;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 38px;
    line-height: 38px;
    vertical-align: top;
    cursor: pointer
}

.blue_btn_bg:hover {
    background: #0a498d;
}

.gary_btn_bg {
    border: none;
    padding: 0px 5px 0px 0px;
    background: #97969b;
    height: 27px;
    line-height: 27px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.gary_btn_bg:hover {
    background: #777576;
}

.gary_btn_bg2 {
    border: none;
    padding: 0px 5px 0px 8px;
    background: #97969b;
    height: 27px;
    line-height: 27px;
    vertical-align: top;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.gary_btn_bg2:hover {
    background: #777576;
}

.btn_pack,
.btn_pack * {
    display: inline-block;
    overflow: visible;
    position: relative;
    margin: 0;
    padding: 0px 0px 2px 0px;
    border: 0;
    color: #ffffff;
    text-decoration: none !important;
    vertical-align: top;
    white-space: nowrap;
}

.btn_pack {
    margin-right: 4px
}

.btn_pack * {
    left: 4px;
    cursor: pointer;
    _cursor: hand
}

.btn_pack.medium,
.btn_pack.medium * {
    height: 24px;
    line-height: 24px
}

.btn_pack.large,
.btn_pack.large * {
    height: 27px;
    line-height: 27px
}

.btn_pack.large2,
.btn_pack.large2 * {
    height: 27px;
    line-height: 27px
}

.btn_pack.large,
.btn_pack.large3 * {
    height: 27px;
    line-height: 27px
}

.btn_pack.xlarge,
.btn_pack.xlarge * {
    height: 34px;
    line-height: 32px
}

.btn_pack.blarge,
.btn_pack.blarge * {
    height: 38px;
    line-height: 38px
}

/*2018.03.06 박연정 - 수정 버튼 이미지 연관 CSS 추가*/
.btn_pack.blarge .s_modi {
    background: url(/image/btn_pack.png) no-repeat -302px -147px;
    background: url(/image/btn_pack.png) no-repeat -302px -147px;
}

.btn_pack.gblarge,
.btn_pack.gblarge * {
    height: 38px;
    line-height: 38px
}

.btn_pack.small,
.btn_pack.small * {
    height: 39px;
    line-height: 39px;
}

.btn_pack.small2,
.btn_pack.small2 * {
    height: 39px;
    line-height: 39px;
}

.btn_pack.medium {
    background-position: left 0
}

.btn_pack.large {
    background-position: left -30px;
}

.btn_pack.large2 {
    background-position: left -287px;
    padding: 0 0 0 5px;
}

.btn_pack.large3 {
    background-position: left 0;
    padding: 0 2px 0 5px;
}

.btn_pack.xlarge {
    background-position: left -65px;
    padding: 0 0 0 9px;
}

.btn_pack.blarge {
    padding: 0 5px 0 9px;
}

.btn_pack.gblarge {
    background-position: left -238px;
    padding: 0 0 0 9px;
}

.btn_pack.small {
    background: url(/image/btn_pack.png) no-repeat left -106px;
    padding: 0px 0px 0px 38px;
}

.btn_pack.small2 {
    background: url(/image/btn_pack.png) no-repeat left -106px;
    padding: 0px 0px 0px 5px;
}

/*2018.03.06 박연정 - 리스트 버튼 이미지 연관 CSS 추가*/
.btn_pack.gblarge .glist {
    background: url(/image/btn_pack.png) no-repeat -431px -147px;
    padding: 0px 20px 0px 0px;
    background: url(/image/btn_pack.png) no-repeat -431px -147px;
    padding: 0px 20px 0px 0px;
}

.btn_pack.small {
    background: url(/image/btn_pack.png) no-repeat left -106px;
    padding: 0 0 0 38px;
}

.btn_pack.small2 {
    background: url(/image/btn_pack.png) no-repeat left -106px;
    padding: 0 0 0 5px;
}

.btn_pack.medium {
    background-position: left 0
}

.btn_pack.large {
    background-position: left -30px;
}

.btn_pack.large2 {
    background-position: left -287px;
    padding: 0px 0px 0px 5px;
}

.btn_pack.large3 {
    background-position: left 0px;
    padding: 0px 2px 0px 5px;
}

.btn_pack.xlarge {
    background-position: left -65px;
    padding: 0px 0px 0px 9px;
}

.btn_pack.blarge {
    padding: 0px 5px 0px 9px;
}

.btn_pack.gblarge {
    background-position: left -238px;
    padding: 0px 0px 0px 9px;
}

.btn_pack.small * {
    padding: 0 51px 0 16px;
    background: url(/image/btn_pack.png) no-repeat right -106px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.btn_pack.small2 * {
    padding: 0 15px 0 5px;
    background: url(/image/btn_pack.png) no-repeat right -106px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.btn_pack *:hover,
.btn_pack *:active,
.btn_pack *:focus {
    color: #ffffff
}

.btn_pack.strong * {
    font-weight: bold !important
}

.btn_pack.icon * {
    padding-left: 0
}

.btn_pack.small.icon * {
    padding-left: 16px
}

.btn_pack.icon span {
    width: 20px;
    margin-right: 5px;
    padding: 0 !important;
}

.btn_pack.large .select {
    background: url(/image/btn_pack.png) no-repeat -16px -149px;
}

.btn_pack.large .search {
    background: url(/image/btn_pack.png) no-repeat 2px -148px;
}

.btn_pack.blarge .team {
    background: url(/image/btn_pack.png) no-repeat -36px -149px;
    padding: 0 20px 0 0;
}

.btn_pack.icon span.team {
    width: 40px;
    margin-right: -3px;
    padding: 0 !important
}

.btn_pack.blarge .save {
    background: url(/image/btn_pack.png) no-repeat -82px -149px;
    padding: 0 20px 0 0;
}

.btn_pack.icon span.save {
    width: 35px;
    margin-right: -5px;
    padding: 0 !important
}

/* 2018-03-26(월) 박연정-심사결과 조회 관련 CSS 추가 */
.btn_pack.blarge .cancel {
    background:url(../image/btn_pack.png) no-repeat -125px -148px;
    padding:0px 20px 0px 0px;
}

.btn_pack.gblarge .cancel {
    background: url(/image/btn_pack.png) no-repeat -125px -148px;
    padding: 0 20px 0 0;
}

.btn_pack.icon span.cancel {
    width: 35px;
    margin-right: -8px;
    padding: 0 !important;
}

.btn_pack.large .file_downf {
    background: url(/image/btn_pack.png) no-repeat -270px -153px
}

.btn_pack.large .file_sel {
    background: url(/image/btn_pack.png) no-repeat -243px -153px
}

.btn_pack.large .f_print {
    background: url(/image/btn_pack.png) no-repeat -155px -153px
}

.btn_pack.large .f_mail {
    background: url(/image/btn_pack.png) no-repeat -181px -153px
}

.btn_pack.large2 .pro_join {
    background: url(/image/btn_pack.png) no-repeat -209px -153px
}

.btn_pack.icon span.pro_join {
    width: 30px;
    margin-right: 0;
    padding: 0 !important
}

.btn_pack.large .cancel2 {
    background: url(/image/btn_pack.png) no-repeat -120px -154px;
    padding: 0 20px 0 0;
}

.btn_pack.icon span.cancel2 {
    width: 28px;
    margin-right: 0;
    padding: 0 !important
}

.btn_pack.large3 .f_print {
    background: url(/image/btn_pack.png) no-repeat -157px -154px
}

.btn_pack.large3 .f_mail {
    background: url(/image/btn_pack.png) no-repeat -183px -153px
}

.btn_pack.large3 .good {
    background: url(/image/btn_pack.png) no-repeat -331px -153px
}

.btn_pack.xlarge .search {
    background: url(/image/btn_pack.png) no-repeat 0 -145px;
}

.btn_pack.xlarge .s_modi {
    background: url(/image/btn_pack.png) no-repeat -302px -150px;
}

.btn_pack.xlarge .save {
    background: url(/image/btn_pack.png) no-repeat -82px -152px;
    padding: 0 20px 0 0;
}

.btn_pack.xlarge .tema_select {
    background: url(/image/btn_pack.png) no-repeat -36px -326px;
}

/* 2018-03-26(월) 박연정 - 심사결과 조회 화면 관련 CSS 추가 */
.btn_pack.blarge .tema_select {
    background:url(../image/btn_pack.png) no-repeat -36px -324px;
}

.btn_pack.icon span.tema_select {
    width: 26px;
}

.btn_pack.xlarge .tema_ok {
    background: url(/image/btn_pack.png) no-repeat 0 -326px;
}

.btn_pack.icon span.tema_ok {
    width: 26px;
}

.btn_pack.xlarge .tema_stemp {
    background: url(/image/btn_pack.png) no-repeat -75px -326px;
}

.btn_pack.icon span.tema_stemp {
    width: 26px;
}

.btn_pack.xlarge .tema_halra {
    background: url(/image/btn_pack.png) no-repeat -108px -326px;
}

.btn_pack.icon span.tema_halra {
    width: 26px;
}

.btn_pack.xlarge .cancel {
    background: url(/image/btn_pack.png) no-repeat -123px -150px;
    padding: 0 0 0 0;
}

.btn_pack.icon span.tema_choi {
    width: 30px;
}

.btn_pack.xlarge .tema_choi {
    background: url(/image/btn_pack.png) no-repeat -150px -326px;
}

.btn_pack.xlarge .tema_send {
    background: url(/image/btn_pack.png) no-repeat -185px -326px;
}

.btn_pack.xlarge .reset {
    background: url(/image/btn_pack.png) no-repeat -211px -326px;
}

.btn_pack.large .s_modi {
    background: url(/image/btn_pack.png) no-repeat -299px -153px;
}

.facebook_num {
    background: url("/image/btn_pack.png") no-repeat -361px -153px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    width: 50px;
    font-size: 12px;
    padding: 0 7px 0 7px;
    text-align: center;
}

.i_text {
    border: 1px solid #cecece;
    padding: 0 3px;
}

/*리스트*/
.list_search {
    position: absolute;
    top: -37px;
    right: 0;
}

.list_search .i_text {
    height: 34px !important;
}

/* 2018-03-26(월) 박연정 - 심사결과 조회 화면 관련 CSS 추가 */
.list_search2 {
    float:right;
    margin:0px 0px 5px 0px;
}

.list_search2 .i_text {
    height:34px !important;
}

.list {
    width: 100%;
    position: relative;
}

.list .list_table {
    width: 100%;
    border-color: #fff;
}

.list .list_table th {
    color: #333333;
    padding: 11px 0 13px 0;
    font-size: 13px;
    border-bottom: 1px solid #5682ad;
    text-align: center;
}

.list .list_table td {
    border-bottom: 1px solid #e0e0e0;
    padding: 11px 0 11px 0;
    color: #656565;
    text-align: center;
    font-size: 13px;
}

.list .list_table td.left {
    text-align: left;
    padding: 0 10px 0 10px;
}

.list .list_table td.right {
    text-align: right;
    padding: 5px 10px 0 0;
}

.list .list_table2 {
    border-top: 2px solid #0d5ca9;
    width: 100%;
    border-left: 1px solid #e4e4e4;
}

.list .list_table2 th {
    color: #333333;
    padding: 11px 0 13px 0;
    font-size: 13px;
    background: #f2f2f2;
    border-bottom: 1px solid #5682ad;
    text-align: center;
    border-right: 1px solid #e4e4e4;
}

.list .list_table2 td {
    border-bottom: 1px solid #e0e0e0;
    padding: 11px 10px 11px 10px;
    color: #656565;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #e4e4e4;
}

.list .list_table2 td.left {
    text-align: left;
    padding: 0 10px;
}

.list .list_table2 td.right {
    text-align: right;
    padding: 5px 10px 0 0;
}

/*페이징*/
.paginate {
    padding: 40px 0;
    text-align: center
}

.paginate a, .paginate strong {
    display: inline-block;
    position: relative;
    width: 17px;
    margin-right: 1px;
    padding: 7px 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    text-decoration: none
}

.paginate strong {
    color: #f97022 !important
}

.paginate a:hover {
}

.paginate .pbtn {
    background: #ffffff;
    width: 29px;
    padding: 0;
    margin: 0;
}

/*뷰*/
.view {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.view_table {
    width: 100%;
    border-top: 2px solid #0d5ca9;
}

.view .view_table tbody {
}

/* text-align: right 추가 - 2018.03.06 최영은 */
.view .view_table th {
    color: #4e4e4e;
    padding: 11px 15px 13px 15px;
    border-bottom: 1px solid #ffffff;
    font-size: 13px;
    background: #f2f2f2;
    font-weight: bold;
    line-height: 100%;
    text-align: right;
}

.view .view_table td {
    padding: 6px 8px;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;;
    font-size: 13px;
    background: #ffffff;
    color: #737373;
    line-height: 20px;
    vertical-align: middle;
    z-index: 100;
}

.view .view_table td select {
    height: 27px;
}

.view .view_table td span.po_text {
    padding: 0 25px 0 0;
}

/* 제거 - 2018.02.28 김희태 */
/*.view .view_table td label {
    padding: 0 20px 0 0;
}*/

.view_table2 {
    width: 100%;
    border-top: 2px solid #0b5cab;
    border-bottom: 2px solid #0b5cab;
}

.view .view_table2 tbody {
}

/* text-align: right 추가 - 2018.03.06 최영은 */
.view .view_table2 th {
    color: #4e4e4e;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #ffffff;
    font-size: 13px;
    background: #f2f2f2;
    font-weight: bold;
    line-height: 100%;
    text-align: right;
}

.view .view_table2 td {
    padding: 6px 8px;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;;
    font-size: 13px;
    background: #ffffff;
    color: #737373;
    line-height: 20px;
    vertical-align: middle;
    z-index: 100;
}

.view .view_table2 td select {
    height: 27px;
}

.view .view_table2 td span.po_text {
    padding: 0 25px 0 0;
}

.view .view_table2 td label {
    padding: 0 20px 0 0;
}

.down_file {
    width: 40%;
}

.down_file li {
    padding: 1px;
    overflow: hidden;
    background: url(/image/dot.gif) no-repeat 0 14px;
}

.down_file li span.down_file_mb {
    padding: 0 0 0 15px;
    font-size: 12px;
}

.down_file li div.down_file_list {
    float: left;
    padding: 3px 0 0 5px;
}

.down_file li div.down_file_list a {
    color: #737373;
}

.down_file li div.down_file_btn {
    float: right;
}

.martop30 {
    margin-top: 30px;
}

.martop20 {
    margin-top: 20px;
}

.martop10 {
    margin-top: 10px;
}

/*footer*/
.footer {
    width: 100%;
    /*border-top: 9px solid #cccccc;*/
    border-top: 15px solid #3e4046;
    padding: 40px 0;
    text-align: center;
    /*color: #989d9f;*/
    color: #ddd;
    /*background: #eeeeef;*/
    background: #43454c;
    /* 사이즈 변경 12 -> 14 - 2018.02.23 김희태*/
    font-size: 14px;
    /* 추가 - 2018.02.23 김희태*/
    line-height: 1.5em;
}

/*팝업*/
.fg {
    overflow: hidden;
    background: #ffffff;
}

.mw_title {
    background: #0d5ca9;
    color: #ffffff;
    font-weight: 700;
    padding: 15px 31px;
    font-size: 18px;
}

.mw_title2 {
    font-weight: 700;
    padding: 60px 31px 30px 31px;
    font-size: 26px;
    text-align: center;
}

.mw_section {
    padding: 25px 50px;
    overflow: hidden;
}

.mw_section01 {
    overflow: hidden;
    width: 100%;
}

.mw_section01_photo {
    border: 1px solid #6b7075;
    float: left;
    width: 110px;
}

.mw_list01 {
    float: left;
    width: 40%;
    padding: 0 0 20px 20px;
}

.mw_list02 {
    float: left;
    width: 60%;
    padding: 0 0 20px 20px;
}

.mw_section02 {
    margin: 20px 0 20px 0;
    position: relative;
    overflow: hidden;
}

.mw_title01 {
    border-bottom: 2px solid #9b9b9b;
    padding: 0 0 8px 10px;
    background: url("/image/icon_arrow.gif") no-repeat 0 5px;
    color: #1d427c;
    font-size: 17px;
}

.mw_od_btn {
    position: absolute;
    top: 2px;
    right: 0;
}

.mw_section01_01 {
    float: left;
    overflow: hidden;
    width: 100%;
    padding-left: 110px;
    margin-top: -134px;
}

/*댓글*/
.reply_edit {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 10px 0;
    margin: 18px 0 18px 0;
}

.reply_edit2 {
    overflow: hidden;
    padding: 0 0 10px 0;
}

.reply_member {
    float: left;
    width: 110px;
    margin: 5px 24px 0 0;
    text-align: center;
    position: relative;
}

.reply_member .reply_photo {
    display: block;
    width: 60px;
    height: 60px;
    background-size: cover !important;
    background-repeat: no-repeat;
    /* 아래 background-repeat와 중복 정의 됨 - 2018.02.23 김희태
    background-repeat: center center;
    */
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 1px solid #f0f0f0;
    margin: 0 0 0 30px;
}

.reply_member .reply_text {
    display: block;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 0 0 0;
    color: #6e6d75;
    margin: 0 0 5px 0;
}

.reply_edite {
    float: left;
    width: 100%;
    padding: 0 0 0 135px;
    margin-top: -93px;
}

.reply_edite .reply_editform {
    width: 90%;
    height: 84px;
    background: #f6f5fa;
    border: none;
    padding: 15px;
}

.reply_edite .reply_btn_bg {
    background: #aaaaaa;
    height: 84px;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    width: 10%;
    border: none;
    vertical-align: middle;
}

.reply_reply_total {
    float: left;
    width: 100%;
    margin: -90px 0 0 0;
    position: relative;
    padding: 0 0 0 140px;
}

.reply_reply_total_2 {
    padding: 15px 18px 15px 18px;
    border: 1px solid #e6e6e6;
    position: relative;
    width: 100%;
    float: left;
}

.reply_reply_data {
    font-size: 12px;
    padding: 0 0 10px 0;
}

/* word-wrap:break-word 추가 - 2018.03.02 최영은 */
.reply_reply_text {
    font-size: 13px;
    padding: 0 0 0 0;
    word-wrap: break-word;
}

.reply_reply_btn {
    position: absolute;
    top: 12px;
    right: 15px;
}

.reply_arrow {
    position: absolute;
    top: 40%;
    left: -17px;
}

.no_float {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

.btn_x {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    color: #000000;
}

/* 2018.02.21 - 버튼 외곽선 없애기 최영은 */
button:focus {
    outline: none;
}

/* 2018.02.21 - text 영역 최영은 */
.view .view_table td div.po_text_div {
    padding-bottom: 5px;
    /*display:none;*/
}

/* 2018.02.21 - 필수항목 '*' style 최영은*/
.required_star {
    color: #e02904;
}

/* 2018.02.21 - 숫자 input 증감버튼 삭제 '*' style 최영은*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 추가 - 2018.02.23 김희태 */
.list_border_top {
    border-top: 2px solid #0d5ca9;
}

/* 추가 - 2018.02.26 김희태 */
#btn_logout {
    cursor: pointer;
}

/* number 타입을 우측정렬 - 2018.03.07 최영은 */
input[type=number] {
    text-align: right;
}

/* 추가 시작 - 2018.03.08 김영탁 */
.btn_pack.xlarge .select {
    background: url(/image/btn_pack.png) no-repeat -18px -147px;
}

.btn_pack.blarge .new {
    background: url(/image/btn_pack.png) no-repeat -244px -324px;
    padding: 0px 30px 0px 0px;
}

.btn_pack.icon span.new {
    width: 33px;
    margin-right: -5px;
    padding: 0 !important
}

.btn_pack.blarge .m_change {
    background: url(/image/btn_pack.png) no-repeat -312px -323px;
    padding: 0px 30px 0px 0px;
}

.btn_pack.icon span.m_change {
    width: 35px;
    margin-right: -5px;
    padding: 0 !important
}

.btn_pack.blarge .m_pluse {
    background: url(/image/btn_pack.png) no-repeat -276px -323px;
    padding: 0px 30px 0px 0px;
}

.btn_pack.icon span.m_pluse {
    width: 35px;
    margin-right: -5px;
    padding: 0 !important
}

/* 그리드 조회내역 없을 때 문구 표시 css 추가 - 2018.03.13 최영은 */
.set_no_records {
    padding: 20px 0;
}

/* 회사 변경 영역 - 2018.03.30 */
#div_comp_chg {
    position: absolute;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    top: 20px;
    min-width: 150px;
    max-width: 210px;
    -webkit-box-shadow: 3px 3px 5px #999;
    -moz-box-shadow: 3px 3px 5px #999;
    box-shadow: 3px 3px 5px #999;
    z-index: 1;
}

#div_comp_chg a:hover {
    text-decoration: underline;
}
