/* eumSolution - style.css */

@charset "utf-8";
@import "layout.css";
@import "common.css";
@import "icofont.css";


body {
    scrollbar-3dLight-Color: #efefef;
    scrollbar-arrow-color: #dfdfdf;
    scrollbar-base-color: #efefef;
    scrollbar-Face-Color: #dfdfdf;
    scrollbar-Track-Color: #efefef;
    scrollbar-DarkShadow-Color: #efefef;
    scrollbar-Highlight-Color: #efefef;
    scrollbar-Shadow-Color: #efefef;
}

/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border: none;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
    background: none;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(241,241,241,.2)
}

::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: rgba(225,225,225,.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)
}

.container:before, .container:after, .row:before, .row:after {
    content: "";
    display: table;
}


/* table */
.tbl-basic th, .tbl-basic td {
    border: 1px solid #ddd;
    padding: 5px 10px;
    line-height: 1.5;
    text-align: left;
}

.tbl-basic td {
    background: #fff;
    padding: 5px 10px;
}

.tbl-basic th {
    background: #f1f6fc;
}

/* grid */
.grd thead th {
    border-top: 1px solid #000;
    border-bottom: 1px solid #acacac;
    padding: 3px !important;
    line-height: 1.5;
    background: #fff;
    text-align: center;
}

.grd tbody td {
    padding: 5px !important;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
}

.grd tbody tr:hover {
    background: rgba(147,147,147,0.1);
    cursor: pointer;
}

.grd-no-hover tbody tr:hover {
    background: #fff !important;
    cursor: default !important;
    border-right: 1px solid #ddd !important;
}
/* grid-color */
.grd-bgblue thead th {
    background: #f1f6fc;
    color: #1082ea;
    border-color: #1082ea;
}

.grd-bgblue-dark thead th {
    background-color: #2d99fb;
    color: #fff;
    border-color: #1082ea;
}

.grd-bgblue tbody tr:hover, .grd-bgblue-dark tbody tr:hover, .grd-bgblue tbody tr.odd:hover, .grd-bgblue-dark tbody tr.odd:hover {
    background: rgba(241,246,252,0.7) !important;
}

/* 페이징 버튼 디자인 */
.jsgrid-pager-current-page {
    background: #E1F0FF;
    color: #3699FF;
    font-weight: 600;
    padding: .5em .95em !important;
}

.jsgrid-pager-page,
.jsgrid-pager-nav-button {
    background: #fff;
    margin: 0 2px;
    min-width: 30px;
    border-radius: 6px;
    padding: 0 !important;
}

    .jsgrid-pager-nav-button:hover,
    .jsgrid-pager-page:hover,
    .jsgrid-pager-page:hover a,
    .jsgrid-pager-nav-button:hover a {
        background: #E1F0FF;
        color: #3699FF;
        font-weight: 600;
        border-radius: 6px;
    }

.jsgrid-pager-current-page {
    background: #E1F0FF;
    color: #3699FF;
    font-weight: 600;
    padding: .5em .95em !important;
}

.jsgrid-pager a {
    padding: .5em .95em;
}

    .jsgrid-pager a i {
        font-size: 10px;
    }

    .jsgrid-pager a.disabled:hover, .jsgrid-pager a.disabled {
        background: #f4f7fa;
        cursor: default;
        color: #d3d3db;
    }

.jsgrid-pager-nav-button {
    padding: 0 !important;
}


.jsgrid-pager-nav-inactive-button {
    display: inline-block !important;
    color: #eee !important;
}

    .jsgrid-pager-nav-inactive-button a {
        color: #d3d3d3;
    }

.jsgrid-pager > div:first-child {
    text-align: left;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
}

.jsgrid-pager > div:last-child {
    text-align: right;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
}

.jsgrid-pager div {
    float: left;
    line-height: 24px;
    width: 60%;
    min-width: 60%;
    max-width: 60%;
}

.jsgrid-pager-container {
    padding-top: 10px;
}

.jsgrid-pager {
    text-align: center;
    padding: 5px;
    height: 45px;
}
/* Global */

.util-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    right: 0;
    float:right;
    margin-top:-5px;
}

.util-list > li {
margin-left: 5px;
font-size: 20px;
color: #fff;
}

.util-list > li > a {
    color: #fff;
}

/*.util-list > li.global:hover .global-lyr {
    display: block;
}*/

.util-list > li.help:hover .help-lyr {
    display: block;
}

.util-list > li.alarm:hover .alarm-lyr {
    display: block;
}

.global-lyr {
    display: none;
    position: absolute;
    padding: 10px 20px;
    border: 1px solid #d5d5d5;
    background: #fff;
    box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.2);
    z-index: 998;
    margin-top:30px;
}

.global-lyr ul {
margin: 0;
padding: 0;
}

.global-lyr ul > li {
display: block;
margin-bottom: 5px;
font-size: .85rem;
}

.global-lyr ul > li > a {
display: block;
width: 100%;
white-space: nowrap;
}


/* form */
form {
    margin-top: 0px;
}

.fm-group {
    margin-right: -15px;
    margin-left: -15px;
}

.fm-horizontal .fm-group:before, .fm-horizontal .fm-group:after {
    content: " ";
    display: table;
}

.fm-horizontal .control-label {
    margin-top: 0;
    padding-bottom: .3rem;
    padding-top: .3rem;
    font-weight: 500;
    display: inline;
}

/* form-element */
.fm-def {
    display: inline-block;
    padding: .2rem .3rem .2rem .6rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ddd;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fm-def-Quota {
    display: inline-block;
    padding: .2rem .3rem .2rem .6rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ddd;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width:50px;
}

.fm-def-Date {
    display: inline-block;
    padding: .2rem .3rem .2rem .6rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ddd;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 85px;
}

.fm-def-view {
    display: inline-block;
    width: 100%;
    padding: .375rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
}

.fm-def.input {
    min-height: 29px;
}

input[type="time"] {
    height: 29.8px;
    line-height: normal;
}

.fm-def:focus {
    border: 1px solid #000;
    outline: 0;
}

.fm-def:-moz-placeholder {
    color: #c8c8c8;
}

.fm-def::-moz-placeholder {
    color: #c8c8c8;
}

.fm-def:-ms-input-placeholder {
    color: #c8c8c8;
}

.fm-def::-webkit-input-placeholder {
    color: #c8c8c8;
}

.fm-def[disabled], .fm-def-Quota[readonly], .fm-def-Date[readonly],
.fm-def[readonly], .fm-def.readonly,
fieldset[disabled] .fm-def {
    cursor: default;
    background-color: #f7f7f7;
    color: #000;
    border: 1px solid #ddd;
    opacity: 1;
}

.fm-def[required] {
    background-color: #fdffde;
}

/* required */
.required {
    color: red;
    font-size: 1rem;
    vertical-align: middle;
    padding-left: 5px;
}


/* form-validation */
.fm-validation-error, .fm-validation-warning {
    margin: 5px 0;
    display: inline-block;
    font-style: italic;
    font-weight: bold;
    font-size: .85rem;
}

.fm-validation-error {
    color: red;
}

.fm-validation-warning {
    color: #00a0df;
}


select[readonly], select.readonly {
    background: none;
    pointer-events: none;
}


/* badge */
.badge {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
}

.badge-green {
    background-color: #00a126;
}

.badge-gray {
    background-color: #d8d8d8;
}


/* button */
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: none;
    line-height: 1.2;
    font-weight: 300;
    border-radius: .25rem;
    white-space: nowrap;
}

.btn-round {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: none;
    font-weight: 300;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.btn-round-s {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 2px 5px !important;
    vertical-align: middle
}

.btn-round-l {
    display: inline-block;
    border-radius: 50%;
    width: 76px;
    height: 76px;
    text-align: center;
    padding: 0px !important;
    font-size: 1.4rem !important;
    box-shadow: 3px 5px 7px 0px rgba(0, 0, 0, 0.2);
}

    .btn-round-l i {
        font-size: 3rem !important;
    }

.mainbtn {
    font-weight: 400 !important;
    border: 2px solid #fff !important;
    font-size: 22px !important;
}

    .mainbtn.btn-purple {
        background: #33006d;
    }

/* button */
.page-btn {
    padding: 3px 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.page-btn-xl {
    padding: 10px 30px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.sub-btn {
    padding: 4px 8px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
}

.btn-blue {
    background-color: #2d99fb;
    border: 1px solid #1082ea;
}

    .btn-blue:hover {
        background-color: #1082ea;
        border-color: #086bc4;
        color: #fff;
    }

.btn-blue-outline {
    background: #fff;
    color: #086bc4;
    border: 1px solid #1082ea;
}

    .btn-blue-outline:hover {
        background-color: #1082ea;
        border-color: #086bc4;
        color: #fff;
    }

.btn-red {
    background-color: #fb2d2d;
    border: 1px solid #ea1010;
}

    .btn-red:hover {
        background-color: #ea1010;
        border-color: #c40808;
        color: #fff;
    }

.btn-red-outline {
    background: #fff;
    color: #c40808;
    border: 1px solid #ea1010;
}

    .btn-red-outline:hover {
        background-color: #ea1010;
        border-color: #c40808;
        color: #fff;
    }



.btn-gray {
    background-color: #506372;
    border: 1px solid #3a4853;
}

.btn-gray:hover {
    background-color: #3a4853;
}

.btn-darkblue {
    background-color: #000E68;
    border: 1px solid #3a4853;
}

.btn-darkblue:hover {
    background-color: #000735;
    border: 1px solid #2c3740;
    color: #fff;
}
/*커스텀 -유호진*/


.btn-gray-outline {
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
}

.btn-gray-outline:hover {
    background-color: #7e7e7e;
    border: 1px solid #666666;
    color: #fff;
}


/* switch */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 18px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2d99fb;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2d99fb;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 24px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.systemlist li {
    width: calc((100% / 6) - 3px);
    display: inline-block;
    border: 2px solid #ddd;
    text-align: center;
    padding: 10px 5px;
}

    .systemlist li.item:hover, .systemlist li.check {
        background: #1082ea;
        border: 2px solid #1082ea;
        cursor: pointer;
        color: #fff;
    }

    .systemlist li.item-off {
        background: #ddd;
        color: #999;
        vertical-align: middle;
    }

        .systemlist li.item-off:hover {
            cursor: crosshair;
            background: #ddd;
            color: #999;
        }


/* accordion */
.chk-accordion {
    width: 100%;
    /*cursor: pointer;*/
}

.chk-accordion-content {
    cursor: auto;
    display: none;
    position: relative;
    width: auto;
    margin: 5px 5px 5px 20px;
    padding: 0
}

.item-wrap {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    display: block;
    outline: 0;
    padding: 5px;
    font-size: 16px !important;
}

.item {
    padding: 8px;
    display: block;
    outline: 0;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none !important;
    background-color: #fff;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

    .item button, .item-sub-show span button {
        font-size: 16px;
    }

input[type="checkbox"]:checked + button, input[type="checkbox"]:checked + label {
    color: #2d99fb !important;
    font-weight: bold;
}

.item-sub-show {
    display: block !important
}

.item-sel, .item-sel:hover {
    color: #2d99fb !important;
    background-color: #f1f6fc !important;
    font-weight: bold;
}

/* file attach */

/* grd-wrap */
.grd-head {
    padding-right: 17px;
    position: relative;
}

    /* grd-head */
    .grd-head .grd:after {
        content: '';
        background: #fff;
        border: 0px;
        width: 17px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

/* grd-content */
.grd-content {
    overflow-y: scroll;
    flex: 1;
    flex-basis: 0;
}

    .grd-content::-webkit-scrollbar {
        width: 17px;
        background: #fff;
    }

    .grd-content::-webkit-scrollbar-track {
        background: #f7f7f7;
        border-radius: 0;
    }

    .grd-content::-webkit-scrollbar-thumb {
        background-color: rgba(225,225,225,.4);
        border: 5px solid #f7f7f7;
    }


    .grd-head table, .grd-content table {
        table-layout: fixed;
    }

        .grd-head table td, .grd-body table td {
            word-break: break-all;
        }

    .grd-content .grd td:nth-of-type(1) {
        overflow: hidden;
        white-space: nowrap;
        vertical-align: middle;
    }

.apply-list {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
    width: fit-content;
}

.list-group-item {
    border-bottom: 1px solid #ddd;
    padding: 5px 5px 5px 10px;
}

    .list-group-item:last-child {
        border-bottom: none;
    }

/* popup */
#pop-wrapper {
    width: 100%;
}

.pop-header {
    padding: 8px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #ddd;
}

.pop-content {
    padding: 20px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(32,39,140,.125);
    border-radius: .5rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 50px;
    text-align: center;
    margin: 0 auto;
}

.card-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .75rem;
}

.radius5 {
    padding: 3px 5px;
    border-radius: 5px;
}

/* datepicker */
.ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 12px !important;
}

.ui-datepicker th {
    background: #ddd;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 14px !important;
}

.radio > br {
    display: none;
}

.list-ul > li {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.tbl-approval {
    width: 100%;
}

/* agree */
.agree-box {
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #202020;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

    .agree-box .agree-article {
        margin-top: 30px;
        font-weight: bold;
    }

        .agree-box .agree-article:first-child {
            margin-top: 0px;
        }
    

.agree-tit {
    color: #000;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.agree-txt {
    color: #999;
    margin-top: 10px;
}
.agree-signbg {
    background: url('../images/agree-bg.png') 0 0 no-repeat;
    width: 352px; float:right;
}
    .agree-signbg > input { font-size:1.1rem; padding:0 2px; border:1px solid #ccc;}


    h1 {
        font-size: 36px;
        margin-bottom: 20px;
        color: #0b4da2;
    }

h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #0b4da2;
}

.s-title {
    font-size: 18px;
    font-weight: 700;
    background: rgba(109,76,246,0.2);
    color: #3f1fe3;
    padding: 10px;
    margin-top: 10px;
}

.half-hl {
    position: relative;
    display: inline-block;
    z-index: 1;
}

    .half-hl:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        width: 102%;
        height: 50%;
        background: #60f7ff;
        opacity: 0.5;
    }

.bdr {
    border-bottom: 1px solid #ddd;
}

.display-m {
    display: none;
}
/* 모바일에서만 보이는 div */


/* ====== media query ============================= */
@media only screen and (max-device-width: 480px) { /*태블릿 세로 (모바일세로)*/

    .editArea .edit img{
        max-width: 100%;

    }
    html, body {
        background: #f2f2f2;
    }

    .tbl-box {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 10px 15px;
    }

    span.responsive {
        display: block;
        margin-top: 5px;
    }

    .tbl-basic th {
        font-size: 15px;
        padding: 10px 10px 0 0 !important;
        background: none;
        display: block;
        border: none;
        color: #3a74d7;
    }

    .tbl-basic td {
        font-size: 16px;
        padding: 0px !important;
        display: block;
        border: none !important;
        margin-bottom: 10px;
        background: none;
    }

    .m-t-s {
        margin-top: 0px !important;
    }

    .m-l-l {
        margin-left: 0px !important;
    }

    .box-green > br {
        display: none !important
    }

    .fm-def {
        font-size: 16px;
    }

    input[type=checkbox], input[type=radio] {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

    .grd tbody td {
        padding: 8px !important;
    }

    #system-search {
        display: block !important;
    }

    .system-search-input {
        display: block;
        margin-top: 3px;
    }

    .systemlist li {
        width: calc((100% / 2) - 3px);
        background: #fff;
    }

    .item-wrap {
        background: #fff;
    }

    .grd-head {
        display: none;
    }

    .grd-content .grd {
        width: 100%;
        display: flex;
    }

        .grd-content .grd colgroup {
            width: min-content;
        }

        .grd-content .grd tr {
            border-bottom: 1px solid #ddd !important;
        }

        .grd-content .grd td {
            padding: 0px !important;
            display: inline-block;
            font-size: 14px !important;
        }

            .grd-content .grd td:nth-of-type(1) {
                width: 240px;
                overflow: hidden;
                white-space: nowrap;
                margin-right: 15px;
                vertical-align: middle;
                padding: 3px 3px 0px 3px !important;
            }

            .grd-content .grd td:nth-of-type(2) {
                display: none;
            }

            .grd-content .grd td:nth-of-type(3) {
                width: 20px;
            }

    .mobile-btn {
        width: calc((100% /2) - 2px);
        padding: 10px;
    }

    .radio > br {
        display: block;
    }

    .tbl-approval td {
        display: block;
        padding-bottom: 20px;
    }

        .tbl-approval td > .approval-grd td {
            display: inline-block;
        }

    #memberList td {
        border-bottom: 0px;
        display: inline-block !important;
    }

    #memberList tr {
        border-bottom: 1px solid #ddd;
    }

    .grd-no-hover tbody tr:hover {
        border-right: 0px !important;
    }

    #filesToUpload td:nth-of-type(1) {
        width: 330px;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 15px;
        vertical-align: middle;
        padding: 3px 3px 0px 3px !important;
    }
    .display-m { display:block;}

    #filesToUpload td:nth-of-type(3) {
        width: 20px;
    }

    .agree-box {
        border-top: none;
        border-bottom: none;
    }

    .display-m {
        display: block;
    }
    

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) { /* 모바일 가로 , 태블릿 기본 */
        html, body {
            background: #f2f2f2;
        }

        .display-m {
            display: block;
        }
        .tbl-box {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 10px 15px;
        }

        span.responsive {
            display: block;
            margin-top: 5px;
        }

        .tbl-basic th {
            font-size: 15px;
            padding: 10px 10px 0 0 !important;
            background: none;
            display: block;
            border: none;
            color: #3a74d7;
        }

        .tbl-basic td {
            font-size: 16px;
            padding: 0px !important;
            display: block;
            border: none !important;
            margin-bottom: 10px;
            background: none;
        }

        .m-t-s {
            margin-top: 0px !important;
        }

        .m-l-l {
            margin-left: 0px !important;
        }

        .box-green > br {
            display: none !important
        }

        .fm-def {
            font-size: 16px;
        }

        input[type=checkbox], input[type=radio] {
            width: 20px;
            height: 20px;
        }

        .grd-head {
            display: none;
        }

        .grd-content .grd {
            width: 100%;
            display: flex;
        }

            .grd-content .grd colgroup {
                width: min-content;
            }

            .grd-content .grd tr {
                border-bottom: 1px solid #ddd !important;
            }

            .grd-content .grd td {
                padding: 0px !important;
                display: inline-block;
                font-size: 14px !important;
            }

                .grd-content .grd td:nth-of-type(1) {
                    width: 500px;
                    overflow: hidden;
                    white-space: nowrap;
                    margin-right: 15px;
                    vertical-align: middle;
                    padding: 3px 3px 0px 3px !important;
                }

                .grd-content .grd td:nth-of-type(2) {
                    display: none;
                }

                .grd-content .grd td:nth-of-type(3) {
                    width: 20px;
                }

        .tbl-approval td {
            display: block;
            padding-bottom: 20px;
        }

            .tbl-approval td > .approval-grd td {
                display: inline-block;
            }
    }

    /*@media (max-width: 768px) {
        .tbl-box {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 10px 15px;
        }

        #system-search {
            display: block !important;
        }

        .systemlist li {
            width: calc((100% / 2) - 3px);
            background: #fff;
        }

        .item-wrap {
            background: #fff;
        }

        span.responsive {
            display: block;
            margin-top: 5px;
        }

        .approval-wrap {
            display: block;
        }

        #approval-list, #approval-item {
            width: 100%;
            display: block;
        }

        #approval-item {
            margin-left: 0px;
            margin-top: 10px;
        }
    }*/

    @media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientatoin:portrait) {
        .tbl-approval td {
            display: block !important;
            padding-bottom: 20px;
        }

            .tbl-approval td > .approval-grd td {
                display: inline-block;
            }
    }

    @media (min-width: 1025px) and (max-width:1250px) { /* 태블릿 가로내용*/
    }

    @media (min-width: 1601px) { /* 태블릿 가로내용*/
    }

    @media all and (max-width:412px) { /* 태블릿 세로내용*/
        .tbl-approval td {
            display: block !important;
            padding-bottom: 20px;
        }

            .tbl-approval td > .approval-grd td {
                display: inline-block;
            }
    }

/* application */
#application-content {height: calc(100% - 68px);}
#application-content .app-wrap {display: flex;min-height: 100%;margin: auto;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;}
#application-content .app-wrap li {margin: 20px;}
#application-content .app-wrap li a {display: block;width: 320px;height: 320px;border-radius: 30px 80px 30px 30px;padding: 31px 32px 38px 27px;}
#application-content .app-wrap li.app-bg1 a {background: linear-gradient(151.28deg, #97A1FE 19.51%, #6874F4 84.73%);}
#application-content .app-wrap li.app-bg1 a:hover {background: linear-gradient(151.28deg, #B4BBFF 19.51%, #6874F4 84.73%);box-shadow: 0px 15px 20px rgba(114, 131, 223, 0.4), inset -2px -5px 30px rgba(91, 104, 245, 0.5);}
#application-content .app-wrap li.app-bg2 a {background: linear-gradient(151.28deg, #69E9F1 19.51%, #30C4E4 84.73%);}
#application-content .app-wrap li.app-bg2 a:hover {background: linear-gradient(151.28deg, #86F8FF 19.51%, #30C4E4 84.73%);box-shadow: 0px 20px 20px rgba(91, 200, 216, 0.24), inset -2px -5px 30px rgba(33, 184, 217, 0.5);}

.app-wrap li .img-wp {width: 124px; height: 112px;margin-bottom: 70px;}
.app-wrap li .img-wp img {width: 100%;}
.app-wrap li .tex-wp {display: flex;}
.app-wrap li .tex-wp span {font-weight: 900;font-size: 32px;color: #FFFFFF;text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);}
.app-wrap li .tex-wp p {font-weight: 400;font-size: 14px;color: rgba(0, 0, 0, 0.65);letter-spacing: -0.01em;margin: 0;}
.app-wrap li .tex-wp img {width: 55px;padding-top: 5px;}

/* ====== application media query ============================= */
@media only screen and (max-device-width: 480px) { /*태블릿 세로 (모바일세로)*/
    #application-content .app-wrap {justify-content: center;padding: 20px 0;}
    #application-content .app-wrap li {margin: 8px;}
    #application-content .app-wrap li a {height: 160px;padding: 15px 24px 25px;}
    #application-content .app-wrap li.app-bg2 a {background: linear-gradient(151.28deg, #64EDF5 19.51%, #30C4E4 84.73%);}

    .app-wrap li .img-wp {width: 76px;height: 69px;margin-bottom: 0;}
    .app-wrap li .tex-wp span {font-weight: 900;font-size: 28px;text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);}
    .app-wrap li .tex-wp p {font-weight: 400;font-size: 13px;}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) { /* 모바일 가로 , 태블릿 기본 */
    #application-content .app-wrap {justify-content: center;padding: 20px 0;}
    #application-content .app-wrap li {margin: 8px;}
    #application-content .app-wrap li a {height: 160px;padding: 15px 24px 25px;}
    #application-content .app-wrap li.app-bg2 a {background: linear-gradient(151.28deg, #64EDF5 19.51%, #30C4E4 84.73%);}

    .app-wrap li .img-wp {width: 76px;height: 69px;margin-bottom: 0;}
    .app-wrap li .tex-wp span {font-weight: 900;font-size: 28px;text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);}
    .app-wrap li .tex-wp p {font-weight: 400;font-size: 13px;}
}

@media (min-width: 500px) and (max-width:767px) { /* 태블릿 세로내용*/
    #application-content .app-wrap {justify-content: center;padding: 20px 0;}
    #application-content .app-wrap li {margin: 8px;}
    #application-content .app-wrap li a {height: 160px;padding: 15px 24px 25px;}
    #application-content .app-wrap li.app-bg2 a {background: linear-gradient(151.28deg, #64EDF5 19.51%, #30C4E4 84.73%);}

    .app-wrap li .img-wp {width: 76px;height: 69px;margin-bottom: 0;}
    .app-wrap li .tex-wp span {font-weight: 900;font-size: 28px;text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);}
    .app-wrap li .tex-wp p {font-weight: 400;font-size: 13px;}
}

@media (min-width: 768px) and (max-width:1024px) {/* 태블릿 세로내용*/
    #application-content .app-wrap {justify-content: center;padding: 20px 0;}
    #application-content .app-wrap li {margin: 8px;}
    #application-content .app-wrap li a {height: 160px;padding: 15px 24px 25px;}
    #application-content .app-wrap li.app-bg2 a {background: linear-gradient(151.28deg, #64EDF5 19.51%, #30C4E4 84.73%);}

    .app-wrap li .img-wp {width: 76px;height: 69px;margin-bottom: 0;}
    .app-wrap li .tex-wp span {font-weight: 900;font-size: 28px;text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);}
    .app-wrap li .tex-wp p {font-weight: 400;font-size: 13px;}
}

@media (min-width: 1025px) and (max-width:1250px) { /* 태블릿 가로내용*/
}

@media (min-width: 1601px) { /* 태블릿 가로내용*/
}
