

#sub-contents
{
    /* max-width: 1200px;
    min-width: 1200px; */
}

#sub-bg
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
    height: 210px;

    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
}
/* #sub-bg:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .15;
    background-color: #000;
} */

#sub-bg .sub-bg-tit
{
    position: relative;
    z-index: 20;

    display: table;

    height: 100%;
}


#sub-bg  .sub-tit-h2
{
    font-family: 'jejugothic', sans-serif;
    font-size: 3.6rem;

    position: relative;
    z-index: 50;
    /*top: 70px;*/
    /* top: -25px; */

    display: table-cell;
    /* width: 100%; */

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
            text-shadow: 1px 2px 2px rgba(0,0,0,.15);

    -webkit-text-shadow: 1px 2px 2px rgba(0,0,0,.15);
}

#sub-bg  .sub-tit-h2 figure
{
    line-height: 60px;

    display: inline-block;

    width: 55px;
    height: 55px;

    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
    background-color: #fff;
}


.sub-bg-tit-back
{
    /* height: 70px; */
    position: relative;
    z-index: 1;

    border-bottom: 1px solid rgb(220,220,220);
    background-color: #fcfbfa;
}


.sub-bg-menu
{
    /*position: absolute;*/
    /* z-index: 20; */
    bottom: 0;
    /* display: table; */
    /* overflow: hidden; */
    /* width: 100%; */

    height: 60px;
    /* background-color: #fff; */
}

.sub-bg-menu ul li
{
    /* line-height: 64px; */
    position: relative;
    /*height: 65px;*/
    z-index: 20;

    display: table-cell;

    width: 1%;
    padding: 0;

    text-align: center;
}
.sub-bg-menu ul li a
{
    font-size: 1.2em;
    font-weight: 400;
    line-height: 60px;
    /* line-height: 25px; */
    /* margin-top: 18px; */

    position: relative;
    /* top: 5px; */

    display: block;

    width: 100%;
    /*top: 18px;*/
    height: 60px;

    border-right: 1px solid rgb(220,220,220);
    /* margin: auto; */
    /* float: left; */
    /*color: #fff;*/
    /*border-right: 1px solid rgb(200,200,200);*/
}

.sub-bg-menu ul li a[target="_blank"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e164";
    /* color: #fff; */
    display: inline-block;
    margin-left: 10px;
    font-size: .6em;
    text-decoration: inherit;
}


.sub-bg-menu ul li:first-of-type a
{
    border-left: 1px solid rgb(220,220,220);
}

.sub-bg-menu li.on a
{
    font-weight: 600;

    color: #fff;
    background-color: #08a2e3;
}

.sub-bg-menu li.on a:after
{
    font-family: 'Font Awesome 5 Free';
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;

    position: absolute;
    z-index: 1;
    bottom: -33px;
    left: 0;

    display: inline-block;
    display: inline-block;

    width: 100%;

    content: '\f0d7';

    color: #08a2e3;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


.table-custom
{
    border-top: 2px solid #0066ab;
    background-color: #fff;
}
.table-custom > tbody > tr > th
{
    font-weight: normal;
    /*font-weight: normal;*/
    /*padding-left: 3% !important;*/

    background-color: #f3f3f3;
    /*background-image: url(../../img/pattren_dot_gray.gif);*/
    background-repeat: repeat;
    /*-webkit-print-color-adjust: exact;*/
}

.table-custom > thead > tr > th
{
    font-weight: normal;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #c1c1c1;
    background-color: #cef2f8;
    /*background-image: url(../../img/pattren_dot_gray.gif);*/
    background-repeat: repeat;
    /*-webkit-print-color-adjust: exact;*/
}

.table-custom > thead
{
    border-bottom: 1px solid #5b5b5b;
}

.table-custom > tbody td
{
    font-size: .9em;
}

.table-custom table *
{
    font-weight: normal;
}


.tit-h3
{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;

    position: relative;

    padding-left: 40px;

    color: #003e91;
}

.tit-h3:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 30px;
    height: 4px;
    margin-top: -4px;

    content: '';

    background: linear-gradient(to right, #3aa4ef 0%,#0d86dc 50%,#000 50%,#000 100%);
}




.tit-h4
{
    font-size: 1.8rem;
    /*font-weight: 600;*/
    line-height: 1.9em;

    position: relative;

    /*height: 1.9em;*/

    color: #333;
}

.tit-h4:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 30px;
    height: 2px;

    content: '';

    background-color: #01b4e5;
}



.ul-custom
{
    position: relative;
    z-index: 2;
}
.ul-custom > li:before
{
    position: absolute;
    top: 1.2rem;
    left: 1rem;

    display: inline-block;

    width: 3px;
    height: 3px;
    margin-top: -2px;

    content: '';

    background-color: #2074a8;
}
.ul-custom > li
{
    font-size: 1em;
    line-height: 1.2;

    position: relative;

    margin: .5em 0;
    padding: .5rem 20px;

    list-style: none;
}

.ul-custom > li > ul,
.ul-custom > li > ol
{
    padding-left: 20px;
}


.list-dash li {
    padding-left: 11px;
        position: relative;    
}
.list-dash li:before {
    content: '-';
        display: inline-block;
        position: absolute;
        left: 0;
}

.meida-custom .media-left
{
    padding-right: 2em;
}
.meida-custom .media-left figure
{
    position: relative;
    /* vertical-align: middle; */

    display: table;

    width: 110px;
    height: 110px;

    text-align: center;

    background: url(../../img/pattren_dot_gray.gif) 0 0 repeat;
}
.meida-custom .media-left figure span
{
    line-height: 104px;

    z-index: 2;

    display: block;

    width: 104px;
    height: 104px;
    margin: 3px;

    vertical-align: middle;

    background: #fff;
}
.meida-custom .media-left figure img
{
    display: inline-block;
}

.meida-custom .media-body
{
    padding: 2rem 2rem;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.meida-custom .media-body .media-heading
{
    font-size: 1.12em;
    line-height: 1.5;
}

.meida-custom .media-body .btn i
{
    /*color: #555;*/
    font-size: 1.2em;

    color: #238ae8;
}
.list-exclamation > li
{
    line-height: 1.7;

    position: relative;

    padding-left: 30px;
}
.list-exclamation > li:first-of-type:before
{
    font-size: 10pt;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;

    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 25px;
    height: 25px;
    margin-top: -13px;

    content: '!';
    text-align: center;

    border: 2px solid #959595;
    border-radius: 50%;
}

.icon-red-wrap
{
    line-height: 95px;

    position: relative;

    display: inline-block;

    width: 100px;
    height: 100px;

    text-align: center;

    border: 5px solid #d90a0a;
    border-radius: 50%;
}
.icon-red-wrap:before
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 106%;
    height: 5px;

    content: '';
    -webkit-transform: rotate(45deg) translateX(-5px);
        -ms-transform: rotate(45deg) translateX(-5px);
         -o-transform: rotate(45deg) translateX(-5px);
            transform: rotate(45deg) translateX(-5px);

    background-color: #d90a0a;
}

.btn-respon
{
    cursor: default;
    pointer-events: none;
}


.img-icon
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 125px;
    height: 125px;

    border-radius: 50%;
    background-color: #4bb8b7;
}
.img-icon img
{
    position: absolute;
}


.img-wrap
{
    position: relative;
    /*margin: 20px;*/

    padding: 5rem;

    border: 1px solid #448aca;
    /*border-radius: 5px;*/
}

.img-wrap:after
{
    position: absolute;
    z-index: 2;
    right: 2%;
    bottom: 10px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: transparent url(../../img/logo-img-back.png) right bottom no-repeat;
    -webkit-background-size: 100px;
    background-size: 100px;
}

.img-wrap img
{
    position: relative;
}

.img-wrap > figcaption
{
    line-height: 35px;

    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 20%;

    display: block;

    width: 60%;
    height: 0;
    /*margin-left: -15%;*/
    padding: 0 ;

    color: #fff;
    border-width: 0 35px 35px 35px;
    border-style: solid;
    border-color: transparent transparent #0066ab transparent;
}



.process
{
    position: relative;
    z-index: 11;

    overflow: visible;

    height: 62px;

    border-bottom: 1px dashed #e0e0e0;
}

.process:before,
.process:after
{
    /* font-family: 'FontAwesome';
    font-size: 16px;
     */
    position: absolute;
    bottom: -6px;
    left: -8px;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #d2d2d2;
    -webkit-box-shadow: 0 0 0 3px #d2d2d2;
            box-shadow: 0 0 0 3px #d2d2d2;

    /*color: #bbb;*/
}

.process:after
{
    right: -6px;
    bottom: -6px;
    left: auto;

    /*content: '\f140';*/
}

.process.proc6level .process-item
{
    width: 16.66666666%;
}

.process.proc4level .process-item
{
    width: 25%;
}
.process.proc3level .process-item
{
    width: 33.33333%;
}


.process-item
{
    position: relative;

    display: table-cell;
    float: left;

    width: 1%;

    text-align: center;
}


.process-item   h4
{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;

    margin-top: 10px;

    text-align: center;
}

.process-item i
{
    line-height: 110px;

    position: relative;

    display: inline-block;
    clear: both;
    /*font-size: 32px;*/

    width: 110px;
    height: 110px;
    /*padding: 40px;*/

    color: #7d7d86;
    border: 1px solid rgb(230,230,230);
    border-radius: 50%;
    background: #fff;
    /*  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; */
}

/* .process-item i:after
{
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 50%;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 32px;
    height: 32px;
    margin-top: -11px;
    margin-left: -16px;
    padding: 8px;

    content: '1';

    color: #fff;
    border-radius: 50%;
    background: #1d72a7;
} */

/* .process .process-item:nth-child(2n) i:after
{
    content: '2';
}

.process .process-item:nth-child(3n) i:after
{
    content: '3';
}

.process .process-item:nth-child(4n) i:after
{
    content: '4';
}

.process .process-item:nth-child(5n) i:after
{
    content: '5';
}

.process .process-item:nth-child(6n) i:after
{
    content: '6';
}
 */

.img-hipass .panel
{
    min-height: 160px;
}


.box_wrap
{
    position: relative;

    padding: 5px;

    background: url(../../img/pattren_dot_gray.gif) 0 0 repeat;
}

.box_in
{
    font-weight: 400;
    line-height: 2rem;

    padding: 20px 25px;

    background-color: #fff;
}

.box_in:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 30px;
    height: 30px;

    content: '';

    border-top: 5px solid #16947e;
    border-left: 5px solid #16947e;
}

.box_in:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 30px;
    height: 30px;

    content: '';

    border-right: 5px solid #0a7bb5;
    border-bottom: 5px solid #0a7bb5;
}


.join-btn
{
    padding: 40px;
}
.join-btn *
{
    color: #fff;
}
.join-btn:hover
{
    text-decoration: none;
}

.join-btn h4
{
    font-size: 1.6em;
    font-weight: 600;

    color: #fff;
    text-shadow: 2px 1px 2px hsla(0, 0%, 0%, .3);
}

.join-business
{
    background-color: #24a0de;
    background-image: url(../../img/login-business.png);
    background-repeat: no-repeat;
    background-position: 90% bottom;
}

.join-staff
{
    background-color: #9ec557;
    background-image: url(../../img/login-staff.png);
    background-repeat: no-repeat;
    background-position: 90% bottom;
}
.join-general {
    background-color: #26b8b7;
    background-image: url(../../img/login-general.png);
    background-repeat: no-repeat;
    background-position: 90% bottom;
}


.join-btn-search
{
    font-size: 2.0em;

    width: 85%;
}

.nav-custom-tab li.active > a,
.nav-custom-tab li.active > a:focus
.nav-custom-tab li.active > a:hover
{
    color: #297d89 !important;
    border: 3px solid #3ba3b2;
    background-color: #fff !important;
}

/* **************************************************************
    => 안전보건경영방침
************************************************************** */
.safetyandhealth {
    max-width: 880px;
/*    min-height: 1400px;*/
    border: 1px solid #999;
    background: url(../../img/safetyandhealth-back.png) top center no-repeat;
/*    background-size: cover;*/
    padding : 7rem 6rem 10rem 6rem;
    margin: auto;
    position: relative;
}

.safetyandhealth:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../img/safetyandhealth-back.png) top center no-repeat;
/*    background-size: 100% 100%;*/
transform: rotate(180deg);
    z-index: -1;
}

.safetyandhealth .safety-wrap {
    border-width:2px;
    border-style:solid;
    border-color:#eee;
    padding: 2rem 4rem;
    border-radius: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.safetyandhealth .safety-wrap.num1 {
    border-color: #bfd451;
}

.safetyandhealth .safety-wrap.num2 {
    border-color: #29ad8f;
}

.safetyandhealth .safety-wrap.num3 {
    border-color: #1b92b2;
}

.safetyandhealth .safety-wrap.num4 {
    border-color: #4a509d;
}

.safetyandhealth .safety-wrap.num5 {
    border-color: #63307f;
}


.safetyandhealth .safety-wrap > h4  {
    width: 6rem;
    font-size: 5rem;
    font-weight: 700;
}

.safetyandhealth .safety-wrap > p  {
    width: calc(100% - 6rem);
    font-weight: 600;
    font-size: 1.8rem;
    color: #454545;
}

.safetyandhealth .safety-wrap.num1 > h4 {
    color: #bfd451;   
}

.safetyandhealth .safety-wrap.num2 > h4 {
    color: #29ad8f;   
}

.safetyandhealth .safety-wrap.num3 > h4 {
    color: #1b92b2;   
}

.safetyandhealth .safety-wrap.num4 > h4 {
    color: #4a509d;   
}

.safetyandhealth .safety-wrap.num5 > h4 {
    color: #63307f;   
}

.word-break {
    white-space: -pre-wrap;
    word-wrap: break-word;
    word-break: keep-all;
}

@media only screen and (max-width: 600px)
{
    .lnb-sub
    {
        position: absolute;
        z-index: 999;
        top: 25px;
        left: 0;

        display: none;

        width: 100%;
        min-width: 230px;
        /*background-color: #fff;*/
    }
    .lnb-sub > li:first-of-type
    {
        margin-top: 10px;

        border-top: 1px solid rgb(200,200,200);
    }

    .lnb-sub > li
    {
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 2.5rem;

        display: block;

        border-right: 1px solid rgb(200,200,200);
        border-bottom: 1px solid rgb(200,200,200);
        border-left: 1px solid rgb(200,200,200);
        background-color: rgb(250,250,250);
    }

    .lnb-sub > li > a
    {
        display: block;

        margin: 0;
        padding: 7px 0;
        padding-left: 20px;

        color: #444;
    }
    .lnb-sub > li > ol
    {
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .lnb-sub > li > ol li
    {
        font-size: .8em;
        line-height: 25px;

        list-style: none;
        list-style-position: inside;
    }
    .lnb-sub > li > ol li a
    {
        position: relative;

        color: #777;
    }
    .lnb-sub > li > ol li a:before
    {
        display: inline-block;

        margin-right: 5px;

        content: '-';
    }

    .lnb-sub > li > a:hover,
    .lnb-sub > li > a:focus
    {
        text-decoration: none;

        color: #fff !important;
        background-color: #0491d9;
        /* -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
                box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); */
    }

    .lnb-sub > li > a:hover:after,
    .lnb-sub > li > a:focus:after
    {
        font-family: FontAwesome;
        font-size: 1.1em;
        font-weight: lighter;
        font-style: normal;

        position: absolute;
        right: 10%;
        /*line-height: 60px;*/

        display: inline-block;
        /*width: 50px;*/
        /*height: 100%;*/

        content: '\f0da';
        text-align: center;
        text-decoration: inherit;

        color: #fff;
    }


    .meida-custom .media-body
    {
        padding: .5rem 0;

        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .img-icon
    {
        width: 90px;
        height: 90px;
    }
    .img-wrap
    {
        padding: 1rem;
    }
    .img-wrap:after
    {
        background-image: none;
    }

    .img-wrap > figcaption
    {
        font-size: .9em;
        line-height: 1.5;

        padding: 0;

        border-width: 0 20px 20px 20px;
    }

    .dl-weather small
    {
        font-size: 70%;
    }
    .table-weather h3
    {
        font-size: 1.5rem !important;
        font-weight: 600;
    }

    .list-weather li
    {
        display: block !important;

        vertical-align: top !important;
    }

    .ul-custom > li:before
    {
        top: 1rem;
        left: 0;
    }

    .ul-custom > li
    {
        font-size: .9em;

        margin-left: .3em 0;
        padding: .2rem .5rem .2rem 5px;
    }

    .rsv-info
    {
        line-height: 1;

        position: relative;

        display: block;

        padding: 10px 0 10px 0;

        text-align: center;
    }
    .rsv-info:after,
    .rsv-info:before
    {
        display: inline-block;
        overflow: hidden;

        width: 23px;
        height: 9px;

        content: '';
        vertical-align: middle;

        background: url(../../img/arr_tbl_rsv.png) no-repeat 0 0;
    }
    .rsv-info:before
    {
        margin-right: 20px;

        background-position: 0 0;
    }
    .rsv-info:after
    {
        margin-left: 20px;

        background-position: right 0;;
    }
    .rsv-info .ico
    {
        font-size: .938em;
        line-height: 1;

        display: inline-block;

        vertical-align: middle;

        color: #333;
    }

    .table-custom
    {
        width: 100%;

        border-collapse: collapse;
    }
    .table-custom.fixed
    {
        table-layout: fixed;
    }

    .table-custom.fixed > thead
    {
        position: absolute;
        top: 0;
        left: 0;

        overflow: hidden;

        width: 1px;
        height: 1px;
    }
    .table-custom.fixed tbody tr
    {
        position: relative;

        display: block;
        float: left;
        overflow: hidden;

        width: 100%;

        border-bottom: 1px solid #ddd;
    }

    .table-custom  th
    {
        font-size: .9em;
    }

    .table-custom > tbody td
    {
        font-size: .8em;
    }


    .table-custom.fixed > tbody > tr > th,
    .table-custom.fixed > tbody > tr > td,
    .table-custom.fixed > tfoot > tr > th,
    .table-custom.fixed > tfoot > tr > td
    {
        position: relative;

        display: block;
        float: left;

        padding: 1% 2%;

        text-align: left;

        border: none;;
    }


    .table-custom.table-write > tbody > tr > th,
    .table-custom.table-write > tbody > tr > td,
    .table-custom.table-write > tfoot > tr > th,
    .table-custom.table-write > tfoot > tr > td
    {
        float: none;
    }

    .table-custom.table-write tbody tr td:after
    {
        display: none;
        visibility: hidden;
    }



    .table-custom.fixed .table-title a
    {
        display: inline-block;
        float: left;
        overflow: hidden;

        width: 85%;
    }
    .table-custom.fixed .table-num
    {
        display: inline-block;
        float: left;

        width: 10%;

        text-align: center;

        color: #333;
    }
    .table-custom.fixed .table-title
    {
        display: block;
        float: left;

        width: 90%;
    }
    .table-custom.table-customer  .table-gubun
    {
        display: block;
        float: left;

        width: 20%;
    }
    .table-custom.table-customer  .table-title
    {
        width: 70%;
    }
    .table-custom.table-customer  .btn
    {
        font-size: 85%;
        font-weight: 600;
        line-height: 1;

        display: inline-block;

        vertical-align: baseline;
        white-space: nowrap;
    }

    .table-custom.fixed .table-label
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;

        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .table-custom.fixed .table-writer
    {
        margin-left: 10%;
    }

    .table-custom.fixed .table-pay
    {
        margin-left: 7%;
    }


    .table-custom.fixed tbody tr td:not(.table-title):after
    {
        position: absolute;
        top: .8rem;
        right: 0;

        display: inline-block;

        width: 1px;
        height: .8em;

        content: '';

        background-color: #c5c5c5;
    }


    .box_wrap
    {
        padding: 3px;
    }

    .box_in
    {
        padding: 8px;
    }

    .img-zoom
    {
        position: relative;
        /*border: 1px solid #000;*/
        /*display: inline-block;*/
    }
    .img-zoom .glyphicon-resize-full
    {
        line-height: 50px;

        position: absolute;
        top: auto;
        right: 5%;
        bottom: 5%;

        width: 50px;
        height: 50px;

        text-align: center;

        opacity: .7;
        color: #fff;
        background-color: #000;
    }

    /* **************************************************************
        => 안전보건경영방침 모바일
    ************************************************************** */
    .safetyandhealth { 
        padding : 3rem 2rem 5rem 2rem;
    }

    .safetyandhealth .safety-wrap {
        padding: 1rem;
    }

    .safetyandhealth .safety-wrap > h4  {
        width: 3rem;
        font-size: 3rem;
    }
    .safetyandhealth .safety-wrap > p  {
        width: calc(100% - 3rem);
        font-size: 1.3rem;
        padding-left: .5rem;
    }

}
