﻿﻿﻿@charset "utf-8";
/*********************************************/
/* notokr-thin:100;
   notokr-light:300;
   notokr-regular:500;
   notokr-medium:700;
   notokr-900:900; */
/********************************************/

/********************************************************************************************************************/
/* 공통 */
/********************************************************************************************************************/
html,
body {
    height: 100%;
}
body.bg {
    background-color: #f4f5f6;
}
#wrap {
    position: relative;
    min-height: 100%;
    min-width: 1600px;
    background-color:#F7F8FA;
}
#container {
    /* width:1280px; */
    margin: 0 auto;
    padding: 0 40px 40px 40px;
}
.container{
    max-width:100% !important;
}


select.form-control{
    background:#fff url('../images/common/img_select_arr.png') no-repeat right -1px center;
    padding-right:48px;
    font-size:18px;
}
select.form-control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select.form-control::-ms-expand { display: none; }

/* button */
.btn {
    display: inline-block;
    padding:8px 20px 8px;
    border-radius: 5px;
    background:#052960;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    height:auto;
    max-height:40px;
    overflow:hidden;
    border:1px solid #052960;
}
.btn:hover {
    background-color: #04204a;
    border-color: #04204a;
    color: #fff;
}
.btn.st2 {
    background-color: #7C8C9D;
    border-color:#7C8C9D;
    color:#fff;
}
.btn.st2:hover {
    background-color:#889aad;
    border-color:#889aad;
    color:#fff;
}
.btn.st3 {
    background-color:#6FB12D;
    border-color:#6FB12D;
    color:#fff;
}
.btn.st3:hover {
    background-color: #77c32b;
    border-color:#77c32b;
    color:#fff;
}
.btn.st4{
    background-color:#0051A3;
}
.btn.st4:hover {
    background-color: #0c61e1;
    color: #fff;
}

.lbtn {
    display: inline-block;
    padding:8px 20px 8px;
    border-radius: 5px;
    color: #052960;
    font-size: 16px;
    line-height: normal;
    height:auto;
    max-height:40px;
    overflow:hidden;
    border:1px solid #052960;
    transition:all .3s;
}
.lbtn:hover {
    background-color: #083d8d;
    color: #fff;
}
.lbtn.st2 {
    color: #6FB12D;
    border:1px solid #6FB12D;    
}
.lbtn.st2:hover {
    background-color: #6FB12D;
    color: #fff;
}
/* 2022-09-27 추가 s */
.lbtn.st3 {
    color: #ff0000;
    border:1px solid #ff0000;
}

.lbtn.st3:hover {
    background-color: #ff0000;
    color: #fff;
}
/* 2022-09-27 추가 e */

.rg-sbtn{
    display: inline-block;
    width: 24px;
    height: 20px;
    text-indent: -9999px;
    background: url("../images/common/ic_search.png") no-repeat 50%;
    vertical-align:middle;
}
.rg-dbtn{
    display: inline-block;
    width: 24px;
    height: 20px;
    text-indent: -9999px;
    background: url("../images/common/ico_delete2.png") no-repeat 50%;
    vertical-align:middle;
}


.sch-box {
    display: inline-block;
    height: 28px;
    border: 1px solid #ced4da;
    border-radius: 3px;
}
.sch-box .form-control {
    display: inline-block;
    border: 0;
    height: 26px;
}

.sbtn {
    display: inline-block;
    width: 23px;
    height: 30px;
    box-sizing: border-box;
    text-indent: -9999px;
    vertical-align: middle;
    background: url("../images/common/ic_search.png") no-repeat 50%;
}
.tbtn {
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    color: #052960;
    border: 1px solid #052960;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    transition:all .3s;
}
.tbtn:hover {
    color:#fff;
    background: #052960;
}
.btn-top {
    display: inline-block;
    height: 54px;
    line-height: 52px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    background: #0051A3;
    padding:0 30px;
    font-weight:700;
    transition:all .3s;
}
.btn-top:hover {
    background:#005bb7;
    color:#fff;
}


/* datepicker */
.btdatepicker .input-group-addon,
.datepickerbox .input-group-addon {
    padding: 0 5px;
}
.table-condensed tfoot th {
    width: 50%;
}
.input-daterange {
    display: inline-block;
}
.input-daterange input {
    text-align: left;
}
.input-daterange .form-control {
    display: inline-block;
}
.btdatepicker.form-control,
.btMonthpicker.form-control,
.btYearpicker.form-control,
.datepickerbox.form-control {
    width: 147.5px;
    background: #fff url(../images/common/icon_datepicker_bg.png) no-repeat right -1px center;
}

.btdatepicker .form-control,
.btMonthpicker .form-control,
.btYearpicker .form-control,
.datepickerbox .btdatepicker {
    width: 147.5px;
    background: #fff url(../images/common/icon_datepicker_bg.png) no-repeat right -1px center;
}
.input-daterange input:first-child{
    border-radius:5px;
}
.form-control {
    height: 40px;
    border-radius:5px;
    border:1px solid #BBC3D2;
    font-size:18px;
    color:#000;
    padding:0 12px;
}
input[type="number"].form-control {
    text-align:right;
}
.custom-select {
    height: 40px;
    padding-top: 3px;
    padding-right:48px;
    font-size:18px;
    border-radius:5px;
    color:#000;
}
.custom-select .multiselect-selected-text{
    font-size:18px;
}
.multiselect-filter .form-control.multiselect-search{
    height:40px;
    font-size:18px;
    color:#999;
    border-radius:5px !important;
}
.datepicker {
    padding: 0;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    animation: popup 0.2s ease-out forwards;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-box-shadow: 7px 13px 5px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 7px 13px 5px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 7px 13px 5px -8px rgba(0, 0, 0, 0.1);
    width:280px;
}
.datepicker table {
    /* background-color: #1b7983; */
    width:100%;
}
.datepicker table thead {
    background-color: #266bb1;
}
.datepicker table thead tr {
    border-top: 0;
}
.datepicker table tbody {
    background-color: white;
}
.datepicker table tr {
    border-top: 1px solid #eee;
}
.datepicker table tr td,
.datepicker table tr th {
    width: auto;
    height: 24px;
    padding: 8px;
    font-size: 14px;
    border-radius: 0;
    transition: background-color 0.6s ease-out;
}
@media screen and (min-width: 400px) {
    .datepicker table tr td,
    .datepicker table tr th {
        padding: 5px;
    }
}
.datepicker table tr td:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td:active:hover,
.datepicker table tr th:hover,
.datepicker table tr th.active:hover,
.datepicker table tr th:active:hover {
    border-color: #266bb1;
    border-radius: 0;
    transition: background-color 0.2s ease-out;
}
.datepicker table tr td.focused,
.datepicker table tr td.selected,
.datepicker table tr th.focused,
.datepicker table tr th.selected {
    background-color: #266bb1;
    border-color: #266bb1;
    border-radius: 0;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
    background-color: #266bb1;
}
.datepicker .prev:hover{
    background-image: url('../images/common/img_datepicker_prev.png');
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 50%;
}
.datepicker .next:hover{
    background-image: url('../images/common/img_datepicker_next.png');
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 50%;
}


.datepicker table tr td.active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td:active:focus,
.datepicker table tr td.highlighted,
.datepicker table tr th.active,
.datepicker table tr th.active:focus,
.datepicker table tr th.active.active:hover,
.datepicker table tr th:active:focus,
.datepicker table tr th.highlighted {
    background-color: #1b7983;
    border-color: #eee;
}
.datepicker table tr th.datepicker-switch {
    font-size: 14px;
    font-weight: 900;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
    background-color: inherit;
    border-radius: 0;
    background:#052960;
}
.datepicker table tr th.prev,
.datepicker table tr th.next {
    color: #ffffff;
    background-color: #17656e;
    border-radius: 0;
    font-size: 17px;
}
.datepicker table tr th.dow {
    padding: 2px 12px;
    font-size: 14px;
    line-height: 2;
    color: #425E76;
    background-color: #F3F5F8;
    border-top: 1px solid #F3F5F8;
    border-radius: 0;
    font-weight:700;
    height:36px;
}
.datepicker table tr td.day {
    height:36px;
    border-right: 1px solid #eee;
    font-size:14px;
}
.datepicker table tr td.day:last-child {
    border-right-width: 0;
}
.datepicker table tr td.range {
    background-color: #eeeeee;
}
.datepicker .sun {
    color: red;
}
.datepicker .sat {
    color: #0000FD;
}
.datepicker .new,
.datepicker .old,
.datepicker .disabled,
.datepicker .disabled:hover {
    color: #ccc;
}
.datepicker table tr th.prev,
.datepicker table tr th.next {
    background-color: #052960;
    background-size:16px auto;
    background-repeat:no-repeat;
    background-position:50%;
    text-indent: -9999px;
}
.datepicker table tr th.prev{
    background-image: url('../images/common/img_datepicker_prev.png');
}
.datepicker table tr th.next{
    background-image: url('../images/common/img_datepicker_next.png');
}

.datepicker table tr td.today{
    /* background:#D9E9B8; */
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover{
    /* background:#D9E9B8; */
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover{
    /* background:#D9E9B8; */
}
.datepicker table tr td.active.active{
    background:#D9E9B8;
    color:#000;
}
.datepicker table tr td.active.active:hover{
    background:#D9E9B8;
    color:#000;
}

[class*="fontawesome-"]:before {
    font-family: "FontAwesome", sans-serif;
}

.fontawesome-calendar {
    position: absolute;
    top: 26px;
    right: 0;
    font-size: 24px;
    z-index: -99;
}

@keyframes popup {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title-area {
    overflow: hidden;
    position: relative;
    padding:15px 0 5px;
}
.title-area .btn-area{
    float:right;
}
.title-area h2 {
    float:left;
    font-size: 32px;
    font-weight: 900;
    color: #000;
    line-height: 54px;
    margin-bottom:0;
}

.navigation {
    float: right;
    margin-top: 10px;
}

.navigation li {
    float: left;
    padding-left: 12px;
    margin-left: 12px;
    background: url("../images/common/nav_arrow.png") no-repeat 0 50%;
    font-size: 13px;
    color: #999;
    line-height: 18px;
}
.navigation li:first-child {
    margin: 0;
    padding: 0;
    background: none;
}

.navigation li:first-child {
    width: 18px;
    height: 18px;
    background: url("../images/common/nav_home_icon.png") no-repeat 50%;
    text-indent: -9999px;
}

.navigation li:last-child {
    font-weight: 900;
    color: #242644;
}

.sub-tit-area {
    position: relative;
    padding-bottom: 10px;
    padding-top: 30px;
}
.sub-tit-area:after {
    content: "";
    display: block;
    clear: both;
}
.sub-tit-area .left {
    float: left;
}
.sub-tit-area .right {
    float: right;
}
.sub-tit-area h3 {
    float:left;
    padding-left:15px;
    position: relative;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 36px;    
}
.sub-tit-area .left .desc{
    float:left;
    line-height:36px;
    margin-left:15px;
    font-size:16px;
    color:#444;
}
.desc{
    line-height:36px;
    font-size:16px;
    color:#444;
}
.desc.ty2{
    color:#425E76;
}
.bl-info-box{
    margin-top:15px;
}
.bl-info-box + .bl-info-box{
    margin-top:20px;
}
.bl-info-box .bl-list li{
    position:relative;
    font-size:16px;
    color:#666;
    padding:1px 0 1px 13px;
}
.bl-info-box .bl-list li:before{
    content:'';
    position:absolute;
    left:0;
    top:10px;
    width:4px;
    height:4px;
    border-radius:100%;
    background-color:#666;
}
.bl-info-box .tit{
    display:block;
    margin-bottom:6px;
    font-size:16px;
    line-height:24px;
    font-weight:900;
    color:#444;
}


.infobox-area{
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 10px;
    overflow:hidden;
}
.infobox-area .tit-area{
    height:54px;
    padding:14px 30px 13px;
    background:#F3F5F8;
    position:relative;
    border-radius:10px 10px 0 0;
}
.infobox-area .tit-area .bl-tit{
    display:block;
    position:relative;
    font-size:18px;
    line-height:27px;
    font-weight:900;
    color:#444;
    padding-left:26px
}
.infobox-area .tit-area .bl-tit:before{
    content:'';
    position:absolute;
    top:5px;
    left:0;
    width:18px;
    height:18px;
    background:url('../images/common/bl_tit_info2.png') no-repeat 0 50%;
    background-size:100%;
}
.infobox-area .cont{
    padding:14px 30px 20px;
    display:none;
}
.infobox-area .cont.active{
    padding:14px 30px 20px;
}
.infobox-area .tit-area .btn-toggle{
    position:absolute;
    right:10px;
    top:0;
    width:54px;
    height:54px;
    text-indent:-9999px;
    background:url('../images/common/btn_toggle_down.png') no-repeat 50%;
}
.infobox-area .tit-area .btn-toggle.active{
    background:url('../images/common/btn_toggle_up.png') no-repeat 50%;
}
.num-list li{
    position:relative;
    font-size:16px;    
    color:#666;
    padding:4px 0 4px 20px;
}
.num-list li:before{
    content:'1.';
    position:absolute;
    left:0;
    top:4px;
    font-size:16px;
    color:#666;
}
.num-list li:nth-child(2):before{ content:'2.'; }
.num-list li:nth-child(3):before{ content:'3.'; }
.num-list li:nth-child(4):before{ content:'4.'; }
.num-list li:nth-child(5):before{ content:'5.'; }
.num-list li:nth-child(6):before{ content:'6.'; }
.num-list li:nth-child(7):before{ content:'7.'; }
.num-list li:nth-child(8):before{ content:'8.'; }
.num-list li:nth-child(9):before{ content:'9.'; }
.num-list li:nth-child(10):before{ content:'10.'; }




.sub-tit-area h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 20px;
    width: 5px;
    background-color: #6FB12D;
}
.sub-tit-area.sm,
.white-popup .sub-tit-area.sm{
    padding-bottom:5px;
}
.sub-tit-area.sm h3{
    font-size:16px;
    line-height:24px;
}
.sub-tit-area.sm h3:before {
    top:5px;
    width:14px;
    height:14px;
    background:url('../images/common/bl_h3_sm.png') no-repeat 0 50%;
}
.white-popup .sub-tit-area.sm h3:before{
    top:5px;
}
.white-popup .sub-tit-area.sm h3{
    font-size:18px;
}
.wAuto{
    width:auto !important;
}
.w500{
    width:500px !important;
}
.tit-info-list{
    float:left;
    margin-left:15px;
    font-size:0;
}
.tit-info-list li{
    float:left;
    font-size:16px;
    color:#444;    
    line-height:36px;
}
.tit-info-list li + li{
    margin-left:15px;
}
.tit-info-list li .bl{
    display:inline-block;
    padding-left:21px;
    background:url('../images/common/bl_tit_info.png') no-repeat 0 50%;
    background-size:16px auto;
    font-size:16px;
    color:#444;    
    line-height:36px;
}
.tit-info-list li strong{
    font-size:16px;
    color:#6FB12D;    
    line-height:36px;
    margin-left:5px;
}
/********************************************************************************************************************/
/* 헤더 */
/********************************************************************************************************************/
#header {
    background-color: #fff;
    position:relative;
}
#header .inner {
    /* position:relative; */
    height:90px;
    background-color: #0051A3;
}
#header .inner:after {
    content: "";
    display: block;
    clear: both;
}
#header .section {
    padding: 0 40px;
}
.logo {
    float: left;
    height: 90px;
    margin-bottom:0;
}
.logo a {
    display: inline-block;
    width:140px;
    height:90px;
    background-image: url("../images/common/logo.png");
    background-repeat:no-repeat;
    background-position:50%;    
    text-indent: -9999px;
    background-size:140px auto;
}
.gnb-area{
    display:inline-block;
}
.gnb {
    display: inline-block;
    margin-left:40px;
}
.gnb > li {
    float: left;
}
.gnb > li + li {
    margin-left:34px;
}
.gnb > li > a {
    display: block;
    height: 90px;
    line-height: 90px;
    position: relative;
    color: #B2CAE3;
    font-weight: 900;
    overflow: hidden;
    transition: all 0.3s;
    font-size:21px;
}
.gnb > li:hover > a {
    color: #6FB12D;
}
.gnb > li > a:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #6FB12D;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
}
.gnb > li:hover > a {
    color: #fff;
}
.gnb > li:hover > a:after {
    transform: scaleX(1);
    transform-origin: center;
}
.gnb > li > .menubox {
    display:none;
    position: absolute;    
    top: 90px;
    left:0;
    right:0;
    padding: 40px 0 70px;
    border-radius:5px;
    background-color: #fff;
    z-index: 101;
    border-top:1px solid #DADADA;   
}
.menubox.bg-shadow{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.23); 
}
.gnb > li > .menubox .inner{
    width:1216px;
    margin-left:220px;
    overflow:hidden;
    display:table;    
    background:#fff !important;
}
.gnb > li > .menubox .inner .tit-area{
    display:table-cell;
    width:181px;
}
.gnb > li > .menubox .inner .tit-area .title{
    font-size:24px;
    color:#000;
    font-weight:900;
}
.gnb > li > .menubox .inner .menu{
    display:table-cell;
}
.gnb > li > .menubox .inner .menu .list{
    display:table;
}
.gnb > li > .menubox .inner .menu .list .depth2{
    display:table-cell;
    border-left:1px solid #DDE1E9;
    padding-left:30px; 
    width:286px;
}


.gnb > li > .menubox .inner .menu .list .depth2 .stit{
    display:block;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    color: #444;
    transition:all .3s;
}
.gnb > li > .menubox .inner .menu .list .depth2 .stit:hover{
    color: #6FB12D;
    text-decoration: underline;
}
.gnb > li > .menubox .inner .menu .list .depth2 .stit + .stit{
    margin-top:45px;
}
.gnb > li > .menubox .inner .depth3 + .stit{
    margin-top:35px;
}
.gnb > li > .menubox .inner .depth3{
    margin-top:15px;
}
.gnb > li > .menubox .inner .depth3 li a{
    display:block;
    font-size: 16px;
    color: #666;
    padding:5px 0;
    transition:all .3s;
}
.gnb > li > .menubox .inner .depth3 li a:hover{
    color: #6FB12D;
    text-decoration:underline;
}


.menubox-area{ 
    display:none; 
    position:absolute;
    top:90px;
    left:0;
    right:0;
    width:100%;
    height:281px;
    background-color:#fff;
    z-index:98;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.23); 
}
.gnb > li > .menubox .inner .menu .list .depth2 .nstit{
    display:block;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    color: #444;
    transition:all .3s;
    cursor: default;
}
.gnb > li > .menubox .inner .menu .list .depth2 .nstit + .nstit{
    margin-top:45px;
}
.gnb > li > .menubox .inner .menu .list .depth2 .stit + .nstit{
    margin-top:45px;
}
.gnb > li > .menubox .inner .menu .list .depth2 .nstit + .stit{
    margin-top:45px;
}
.gnb > li > .menubox .inner .depth3 + .nstit{
    margin-top:35px;
}




.util-area {
    float: right;
}
#header .inner:after {
    content: "";
    display: block;
    clear: both;
}
#header .inner .user {
    float: left;
}
#header .inner .user .name {
    float: left;
    position: relative;
    margin-left: 20px;
    line-height: 90px;
    font-size: 16px;
    color: #fff;
    font-weight:700;
}
#header .inner .user em {
    float: left;
    position: relative;
    margin-left: 3px;
    line-height: 90px;
    font-size: 17px;
    color: #fff;   
    font-weight:400; 
}
#header .inner .btn-logout {
    float:left;
    width: 24px;
    height: 90px;
    margin-left: 23px;
    background: url("../images/common/ico_logout.png") no-repeat 50%;
    text-indent: -9999px;
}
#header .inner .btn-logout:hover{
    opacity:.8;
}
.util-area .link{
    float:left;
    width: 84px;
    height: 36px;
    line-height:36px;
    padding:0 10px 0 29px;
    background:#6FB12D url("../images/common/ico_user_link.png") no-repeat 10px 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    margin-top:28px;
    font-size:12px;
    color:#fff;
    transition:all .3s;
}
.util-area .link:hover{
    background:#438311 url("../images/common/ico_user_link.png") no-repeat 10px 50%;
}
.util-area .link2{
    float:left;
    width: 95px;
    height: 36px;
    line-height:36px;
    padding:0 10px 0 29px;
    background:#EC8A30 url("../images/common/ico_user_link2.png") no-repeat 10px 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    margin-top:28px;
    font-size:12px;
    color:#fff;
    transition:all .3s;
    margin-left:10px;
}
.util-area .link2:hover{
    background:#E56721 url("../images/common/ico_user_link2.png") no-repeat 10px 50%;
}


/********************************************************************************************************************/
/* 서브 */
/********************************************************************************************************************/

/* 레이어팝업 */
.white-popup {
    position: relative;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
}
.white-popup {
    width:100%;
    max-width: 600px;
}
.white-popup.small {
    max-width: 360px;
}
.white-popup.big {
    max-width: 800px;
}
.white-popup.medium {
    width: 680px;
}
.white-popup .pop-head {
    overflow: hidden;
    height: 52px;
    padding: 0 24px;
    background-color: #F3F5F8;
    z-index: 7;
}
.white-popup .pop-head .pop-title {
    float: left;
    font-size: 20px;
    line-height: 52px;
    color: #052960;
    font-weight: 900;
}
.white-popup .pop-head .right {
    float: right;
}
.white-popup .pop-head .right .pop-close {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 14px;
    background: url("../../resources/images/common/pop_close.png") no-repeat 50%;
    text-indent: -9999px;
}
.white-popup .pop-head .right .btn-area {
    float: left;
    margin: 6px 35px 0 0;
}
.white-popup .pop-content {
    padding: 24px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    font-size:18px;
    line-height:26px;
    color:#444;
}
.white-popup .mfp-close {
    width: 20px;
    height: 20px;
    margin-top: 16px;
    margin-right: 16px;
    background: url("../../resources/images/common/pop_close.png") no-repeat 50%;
    background-size:20px;
    text-indent: -9999px;
    transition: all 0.3s;
}
.white-popup .sub-tit-area h3 {
    font-size: 20px;  
}
.white-popup .sub-tit-area h3:before{
    top:8px;
}




.mobile .search-area{
    border:1px solid #DADADA;
    background:#F7F8FA;
    padding: 12.5px 10px; /* 2022-07-12 추가 */
}
.mobile .search-area .search-input{
    margin:0 -20px;
}
.mobile .search-area .search-input li{
    margin:7.5px 0;
    width:50%;
    padding:0 10px;  /* 2022-07-12 변경 */
    box-sizing:border-box;
    float:left;
    display:table;
}
.mobile .search-btn-area{
    width:100px;
}
.mobile .search-area .search-button{
    background-color:#6FB12D;
}

/* search */
.search-area {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(11, 41, 117, 0.03);
    border-radius: 0px 0px 10px 10px;
    padding: 12.5px 30px 12.5px;
    box-sizing: border-box;
    border-top:2px solid #0051A3;
}
.search-input {
    display:table-cell;
    overflow:hidden;
}
.search-input:after {
    content: "";
    display: block;
    clear: both;
}
.search-area .search-input li {
    /* float: left; */
    display: table;
    margin: 7.5px 50px 7.5px 0; /* 2022-07-20 right margin 60 -> 50 으로 변경 */
    vertical-align:middle;
    display:inline-block;
}
.search-area .search-input.fix li {
    width: 495px;
}
.search-input li > .tit {
    display: table-cell;
    font-size: 18px;
    font-weight: 900;
    color: #425E76;
    position: relative;
    vertical-align: middle;
    width: 69px;
    padding-right:20px;
    white-space:nowrap;
}
.search-input li > .inp-cont {
    display: table-cell;
    height: 42px;
    vertical-align: middle;
}
.search-input li + li {
    margin-top: 10px;
}
.search-btn-area {
    display: table-cell;
    width: 115px;
    text-align: right;
    vertical-align: middle;
    box-sizing: border-box;
}
.search-area .search-button {
    display: inline-block;
    padding: 0 20px;
    height:40px;
    line-height:40px;
    border-radius: 5px;
    background-color: #0051A3;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s;
    text-align:center;    
}
.search-area .search-button:hover {
    background-color: #005bb7;
    border-color: #005bb7;
}
.search-area .search-button.ty2 {
    width:40px;
    background: #4D92D9 url('../images/common/ic_refresh.png') no-repeat 50%;
    text-indent:-9999px;
    box-sizing:border-box;
    padding:0;
}
.search-area .search-button.ty2:hover {
    background-color: #58a6f5;
}
.search-area .form-group {
    margin-bottom: 0;
}
.search-area .search-button + .search-button{
    margin-left:2px;
}

/* pagination */
.pagination-area {
    margin-top: 20px;
    text-align: center;
}
.pagination-style {
    display: inline-block;
}

/* realgrid2 */
#btnDetailRight {
    left: -25px;
    background: #BBC3D2 url("../images/common/toggle_arrow_l.png") no-repeat 50%;
    border-radius: 5px 0 0 5px;
}
#btnDetailRight.on {
    right: 0;
    /* background: #7C8C9D url("../images/common/toggle_arrow_r.png") no-repeat 50%; */
    border-radius: 5px 0 0 5px;
}
#btnDetailLeft {
    right: -25px;
    background: #BBC3D2 url("../images/common/toggle_arrow_r.png") no-repeat 50%;
    border-radius: 0 5px 5px 0;
}
#btnDetailLeft.on {
    left: inherit;
    /* background: #7C8C9D url("../images/common/toggle_arrow_l.png") no-repeat 50%; */
    border-radius: 0 5px 5px 0;
}
.cell-btn {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 60px;
    margin-top: 8px;
    text-indent: -9999px;
    z-index: 99;
}
#gridListSample.grid-list {
    height: auto;
}
.grid-list {
    width: 100%;
    height: 400px;
    max-height: 400px; /* 20220712 추가 */
}
.resize-row {
    display: table;
    width: 100%;
}
.resize-col {
    display: table-cell;
    width: 50%;
    position: relative;
    transition: all 0.3s;
    vertical-align:top;
    height:100%;
}
.resize-col.left {
    padding-right: 35px;
}
.resize-col.right {
    position: relative;
    padding-left: 35px;
    border-left: 1px solid #DADADA;
}
/* .resize-col.right:before {
    content:'';
    position:absolute;
    left:-2px;
    top:0;
    width:4px;
    height:54px;
    background-color: #fff;
} */
.resize-col.right .sub-tit-area:before {
    content: "";
    position: absolute;
    left: -37px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #F7F8FA;
}
.fav {
    display: inline-block;
    width: 17px;
    height: 15px;
    margin: 9px 0 0 10px;
    background: url("../images/common/ico_fav.png") no-repeat 50%;
    text-indent: -9999px;
}
.fav.on {
    background: url("../images/common/ico_fav_on.png") no-repeat 50%;
}

.resize-col.left.style {
    padding-right: 0;
}
.realgrid2-resize.type2 .cell-btn{
    top:220px;
}


.sub-tit-area .form-group {
    display: inline-block;
    height: 40px;
    margin-bottom: 0;
}
.sub-tit-area .form-control {
    display: inline-block;
    vertical-align: middle;
}
.sub-tit-area .title-input .form-control {
    vertical-align: top;
}

.total {
    float:left;
    font-size: 16px;
    line-height: 36px;
    color:#666;
    margin-left:15px;
}
.total em {
    font-weight: 900;
    color: #0051A3;
    margin-left: 5px;
}
.total + .desc{
    margin-left:10px;
}
.desc.ty2 + .total{
    margin-left:6px;
}
.search-area .form-check-inline {
    vertical-align: -4px;
}
.form-check-inline {
    vertical-align: -3px;
}
.progress-area .progress + .progress {
    margin-top: 10px;
}

.table-area .table-row {
    display: table;
}
.table-area .table-col {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.table-area .table-col:first-child {
    padding-right: 10px;
}
.table-area .table-col:last-child {
    padding-left: 10px;
}

.tbl-style01 {
    width: 100%;
    table-layout: fixed;
    box-shadow: 0px 4px 10px rgba(11, 41, 117, 0.03);
    border-radius: 0px 0px 10px 10px;
    overflow:hidden;
}
.tbl-style01 > tbody tr:first-child th,
.tbl-style01 > tbody tr:first-child td{
    border-top: 2px solid #0051A3;
}
.tbl-style01 tr:last-child th,
.tbl-style01 tr:last-child td{
    border-bottom:0;
}
.tbl-style01 > thead th {
    height: 50px;
    font-size: 16px;
    color: #425E76;
    font-weight: 900;
    background: #F3F5F8;
    border-left: 1px solid #BBC3D2;
    border-bottom: 1px solid #BBC3D2;
    padding: 5px;
}
.tbl-style01 > tbody th {
    font-size: 16px;
    height:50px;
    color: #000;
    font-weight: 900;
    background: #F3F5F8;
    border-bottom: 1px solid #BBC3D2;
    padding: 0 5px 0 15px;
}
.tbl-style01 td {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #BBC3D2;
    padding: 10px 10px;
    height: 60px;
    background:#fff;
    word-break: break-all;
}
.tbl-style01.t-center td {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}
.tbl-style01.view th,
.tbl-style01.view td {
    height: 24px;
}
.tbl-style01 .form-group {
    margin-bottom: 0;
    /* width: auto; */
}
.tbl-style01 .form-control {
    /* width: auto; */
    display: inline-block;
}
.tbl-style01 .btdatepicker.form-control,
.tbl-style01 .btMonthpicker.form-control,
.tbl-style01 .btYearpicker.form-control,
.tbl-style01.datepickerbox.form-control {
    width: 147.5px;
}

.tbl-style01 .btdatepicker .form-control,
.tbl-style01 .btMonthpicker .form-control,
.tbl-style01 .btYearpicker .form-control,
.tbl-style01 .datepickerbox .btdatepicker {
    width: 147.5px;
    background: #fff url(../images/common/icon_datepicker_bg.png) no-repeat right -1px center;
}
.tbl-style01.search td {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #BBC3D2;
    padding: 10px 10px;
    height: 80px;
    background:#fff;
    word-break: break-all;
}
textarea.form-control {
    width: 100% !important;
}

.tbl-style02 {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #888da0;
    border-right: 1px solid #dcdee5;
}
.tbl-style02 th {
    height: 43px;
    font-size: 13px;
    color: #222;
    font-weight: 900;
    background: #fbfbfb;
    border-left: 1px solid #dcdee5;
    border-bottom: 1px solid #dcdee5;
    padding: 0 5px 0 10px;
    text-align: center;
}
.tbl-style02 td {
    font-size: 13px;
    color: #444;
    border-left: 1px solid #dcdee5;
    border-bottom: 1px solid #dcdee5;
    padding: 4px 8px;
    height: 72px;
    word-break: break-all;
    background-color: #fff;
}

.img-ship {
    margin-bottom: 20px;
}
.tbl-style03 + .tbl-style03 {
    margin-top: 20px;
}
.tbl-style03 {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #dcdee5;
    border-right: 1px solid #ddd;
}
.tbl-style03 thead th {
    height: 30px;
    font-size: 13px;
    color: #222;
    font-weight: 900;
    background: #052960;
    border-left: 1px solid #dcdee5;
    border-bottom: 1px solid #dcdee5;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.tbl-style03 thead th.st2 {
    background-color: #e4e7eb;
    color: #000;
}
.tbl-style03 th {
    font-size: 12px;
    color: #222;
    font-weight: 900;
    background: #f6f6f8;
    border-left: 1px solid #dcdee5;
    border-bottom: 1px solid #dcdee5;
    padding: 0 5px 0 10px;
    text-align: center;
}
.tbl-style03 td {
    font-size: 12px;
    color: #222;
    border-left: 1px solid #dcdee5;
    border-bottom: 1px solid #dcdee5;
    padding: 5px 10px;
    height: 37px;
    word-break: break-all;
}
.tbl-style03.t-center td {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}
.tbl-style03.view th,
.tbl-style03.view td {
    height: 24px;
}
.tbl-style03 .form-group {
    margin-bottom: 0;
    width: auto;
}
.tbl-style03 .form-control {
    width: auto;
    display: inline-block;
}

/* pagination */

.paginationjs .paginationjs-pages li > a {
    background: #fff;
    color: #444;
    height:38px;
    width:38px;
    line-height:38px;
    font-size:18px;
}
.paginationjs .paginationjs-pages li > a:hover {
    background: #F1F3F6;
    color: #444;
}
.paginationjs .paginationjs-pages li.active > a {
    background: #0051A3;
    color: #fff;
    height:40px;
    width:38px;
    line-height:40px;
}
.paginationjs .paginationjs-pages li:first-child > a {
    font-size: 42px;
    color: #999;
    line-height:36px;
    box-sizing:border-box;
}
.paginationjs .paginationjs-pages li:last-child a {
    font-size: 42px;
    color: #999;
    line-height:36px;
}
.paginationjs .paginationjs-pages li {
    border-color: #BBC3D2;
}
.paginationjs .paginationjs-pages li:last-child {
    border-color: #BBC3D2;
}
_:-ms-fullscreen, :root .paginationjs .paginationjs-pages li:first-child > a {
    line-height:44px;
}
_:-ms-fullscreen, :root .paginationjs .paginationjs-pages li:last-child > a {
    line-height:44px;
}

.schbox{
    display: inline-block;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
}
.schbox.type2{
    padding-right:70;
}
.schbox input{
    height:40px;
    padding-right: 40px;
}
.schbox .b1{
    position: absolute;
    right: 46px;
    top: 0;
    height: 40px;
    width: 20px;
    background: url("../images/common/ico_delete.png") no-repeat 50%;
}
.schbox .b2{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: url("../images/common/ico_search_bg.png") no-repeat right center;
}


.search-area .req,
.search-area .req {
    position: relative;
}
.tbl-style01 .req:after,
.search-area .req:after {
    content: "*";
    display: inline-block;
    color: #ff0000;
    margin-left: 2px;
    font-weight: 900;
}

.row-area {
    overflow: hidden;
    margin:0 -5px;
}
.row-area .f_left{
    padding:0 5px;
}
.info-box-style{
    display:table;
    width:100%;
    table-layout:fixed;
    margin-top:17px;
    border:1px solid #dcdee5;
    border-left:0;
}
.info-box-style em{
    display:table-cell;
    width:110px;
    height:60px;
    padding:0 5px 0 12px;
    font-size:18px;
    color:#444;
    border-left:5px solid #888da0;
    vertical-align:middle;
}
.info-box-style span{
    display:table-cell;
    height:60px;
    padding:0 2px 0 10px;
    /* background-color:#f8f9fb; */
    border-left:1px solid #dcdee5;
    vertical-align:middle;
}
.info-box-style span .form-control{
   float:left;
}
.info-box-style span .btn{
    float:left;
    margin-left:3px;
}
.resize-col.right.wAuto{
    vertical-align:top;
}
/* 팝업 */
.pop-wrap {
    padding-top: 50px;
}
.pop-wrap .pop-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 50px;
    padding: 0 20px;
    background-color: #F3F5F8;
    z-index: 9;
}
.pop-wrap .pop-head .pop-title {
    float: left;
    font-size: 20px;
    line-height: 48px;
    color: #052960;
    font-weight: 900;
}
.pop-wrap .pop-head .right {
    float: right;
}
.pop-wrap .pop-head .right .pop-close {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 14px;
    background: url(../../resources/images/common/pop_close.png) no-repeat 50%;
    background-size:20px auto;
    text-indent: -9999px;
    transition: all 0.3s;
}
.pop-wrap .pop-head .right .btn-area {
    float: left;
    margin: 5px 14px 0 0;
}
.pop-head .right .btn-area .btn{
    border:1px solid #052960;
    background:#fff;
    color:#052960;
}
.pop-head .right .btn-area .btn:hover{
    background:#e3e3e3;
}
.pop-wrap .pop-content {
    padding: 10px 30px 17px;
}
.pop-wrap.case2 {
    padding-top: 90px;
}

.pop-content .sub-tit-area:first-child{
    padding-top:0;
}
.pop-content .row-area .sub-tit-area:first-child{
    padding-top:30px;
}
.title-link {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 10px 20px 10px;
    border-bottom: 1px solid #ccc;
    z-index: 7;
}
.title-link .list {
    overflow: hidden;
}
.title-link .list li {
    float: left;
    position: relative;
}
.title-link .list li + li {
    margin-left: 16px;
    padding-left: 16px;
}
.title-link .list li + li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 12px;
    background-color: #ccc;
}
.title-link .list li a {
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.title-link .list li a.active {
    color: #0051A3;
    font-weight: 700;
}
.target {
    padding-top: 50px;
    margin-top: -50px;
    width: 1px;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.realgrid-row {
    display: table;
    width: 100%;
}
.realgrid-col {
    display: table-cell;
    width: 50%;
    position: relative;
    transition: all 0.3s;
}
.realgrid-col.left {
    padding-right: 35px;
}
.realgrid-col.right {
    position: relative;
    padding-left: 35px;
}

.realgrid-col .button-box {
    position: absolute;
    top: 50%;
    margin-top: -36.5px;
    right: -25px;
    width: 50px;
    z-index: 1;
}
.realgrid-col .button-box button {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #BBC3D2;
    border-radius: 5px;
    transition:all .3s;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:50%;
}
.realgrid-col .button-box button.btn-left {
    margin-top: 9px;
    background: #fff url("../images/common/btn_left.png") no-repeat 50%;
    background-size:24px auto;
}
.realgrid-col .button-box button.btn-right {
    background: #fff url("../images/common/btn_right.png") no-repeat 50%;
    background-size:24px auto;
}
.realgrid-col .button-box button:hover{
    background-color:#ededed;
}


.title-input {
    display: inline-block;
    vertical-align: top;
}
.title-input:after {
    content: "";
    display: block;
    clear: both;
}
.title-input li {
    float: left;
}
.title-input li + li {
    margin-left: 25px;
}
.title-input li > .tit {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 900;
    color: #666;
    position: relative;
    padding-left: 10px;
    margin-right: 3px;
    vertical-align: middle;
}
.title-input li > .inp-cont {
    display: inline-block;
    vertical-align: middle;
}
.title-input li > .tit:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background: #052960;
}
.pop-wrap .sub-tit-area h3 {
    font-size: 20px;  
}




/* 로그인 */
.login-wrap {
    position: relative;
    min-width: 1280px;
    min-height: 100%;
    background-color: #f7f8fa;
}
.login-wrap .section {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -330px;
    margin-left: -560px;
    width: 1120px;
    background: #FFF url('../images/common/bg_login.png') no-repeat 0 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding:60px 100px 22px 50px; 
} /* 
.login-content {
    height:100vh;
    display: flex;
    align-items: center;
} */
.login-content .section::after {
    content: "";
    display: block;
    clear: both;
}
.login-ill {
    float: left;
    width: 50%;
}
.login-box-area {
    float: right;
    width: 50%;
}
.login-box {
    float: right;
    width: 340px;
}
.login-ill .title {
    margin-top: 22px;
    font-size: 46px;
    line-height: 68px;
    color: #222;
    margin-left:50px;
}
.login-ill .title strong {
    display: block;
    font-weight: 900;
    color: #0051A3;
}
.login-ill .imgbox {
    margin-top: 34px;
}
.login-box .txt {
    margin-top: 11px;
    font-size: 18px;
    line-height: 30px;
    color: #999;
    text-align: center;
}
.login-box .title {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 900;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
}
.login-box .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    height: 2px;
    width: 60px;
    background-color: #0051A3;
}
.login-inp {
    margin-top: 40px;
}
.login-inp li + li {
    margin-top: 25px;
}
.login-inp li label {
    font-size: 14px;
    color: #999;
    line-height:21px;
    margin-bottom:6px;
}
.login-inp li input {
    overflow: hidden;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    border:0;
    font-size: 16px;
    background:#F5F7FB;
    color:#000;
    font-weight:700;
    padding-left:50px;
    background-repeat:no-repeat;
    background-position:15px 50%;
}
.login-inp li input[type="text"] {
    background-image:url('../images/common/ico_id.png')
}
.login-inp li input[type="password"] {
    background-image:url('../images/common/ico_pw.png')
}
.login-inp.ty2 li input {
    padding-left:15px;
    background:#F5F7FB;    
}
.login-inp.ty2 + .btn-login{
    margin-top:33px;
}
.btn-login {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 29px;
    line-height: 60px;
    text-align: center;
    background-color: #0051A3;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s;
}
.btn-login:hover {
    background-color: #083d8d;
    color: #fff;
}
.btn-login.ty2 {
    background-color: #6FB12D;
}
.btn-login.ty2:hover {
    background-color: #549016;
}
.btn-login + .btn-login{
    margin-top:15px;
}

.login-logo {
    display: inline-block;
    width: 250px;
    height: 38px;
    background: url(../images/common/login_logo.png) no-repeat 50%;
    text-indent: -9999px;
    margin-left:50px;
}
.login-box ::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 500;
    font-size:18px;
}
.login-box ::-moz-placeholder {
    color: #ccc;
    font-weight: 500;
    font-size:18px;
}
.login-box :-ms-input-placeholder {
    color: #ccc;
    font-weight: 500;
    font-size:18px;
}
.login-box :-moz-placeholder {
    color: #ccc;
    font-weight: 500;
    font-size:18px;
}
.login-chk {
    margin-top: 10px;
}
.login-chk label {
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
    vertical-align: 2px;
    cursor: pointer;
}
.login-chk input[type="checkbox"] {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
}
.login-box .copyright {
    display: block;
    margin-top: 34px;
    font-size: 13px;
    line-height:19px;
    text-align: center;
    color: #999;
    letter-spacing:.5px;
}



#footer{
    position:relative;
    height:50px;
    padding:0 40px;
    background-color:#fff;
    border-top:1px solid #eee;
}
#footer .inner{
    overflow:hidden;
    margin:0 auto;
    max-width:1500px;    
    text-align:center;
}
#footer .copyright{
    display:inline-block;
    font-size:12px;
    color:#666;
    line-height:50px;
    margin-bottom:0;
}
#footer .customer-center{
    display:inline-block;
    margin-left:52px;
}
#footer .customer-center em{
    font-weight: 500;
    font-size: 14px;
    line-height:50px;
    color: #666666;
}
#footer .customer-center strong{
    font-weight: 900;
    font-size: 14px;
    line-height:50px;
    color: #2C89FF;
    margin-left:8px;
}
#footer .customer-center span{
    font-size: 13px;
    line-height:50px;
    color: #999;
    margin-left:5px;
}
.map-area > div{
    z-index:0;
}




/* tooltip */
.tooltip-area{
    display:inline-block;
    position:relative;
}
.tooltip-box{
    visibility:hidden;
    position:absolute;
    left:50%;
    top:calc(100% + 10px);  
    transform: translate(-50%, 0);
    width:200px;
    background-color:#fff;
    transition:all .3s;
    opacity:0;
    z-index:9999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    border-radius:10px;
}
.tooltip-box .inner{
    padding:12px 14px 16px;
}
.tooltip-box:before{
    content:'';
    position:absolute;
    top:-8px;
    left:50%;
    margin-left:-8px;
    width:16px;
    height:8px;
    background:url('../images/common/img_tooltup_arr1.png') no-repeat 50%;
    z-index:999;
}
.tooltip-box.active{
    visibility:visible;
    opacity:1;
}




.tbl-style04 {
    width: 100%;
    table-layout: fixed;
}
.tbl-style04 thead th {
    height:30px;
    font-size: 13px;
    font-weight: 900;
    color:#000;
    border-bottom:1px solid #888da0;
    text-align:left;
}
.tbl-style04 td {
    font-size: 13px;
    color: #444;
    height: 30px;
    border-bottom:1px solid #dcdee5;
    word-break: break-all;
    text-align:left;
}
.tbl-style04 td .fs{
    font-size: 13px;
    color: #000;
    font-weight:900;
}
.tbl-style04 tr:last-child td{
    border-bottom:0;
}

.tbl-style04 tr.ty2 td{
    border-bottom:0;
    height:20px;
}


/* .tbl-style04 tr.ty3 td{
    border-bottom:0;
    background-color:#fda83b;
} */


.tbl-style04 tr td .info{
    padding:5px 0 10px;
}
.tbl-style04 tr td .info li{
    overflow:hidden;
    padding:0 12px;
    background-color:#fda83b;
    line-height:26px;
}
.tbl-style04 tr td .info li + li{
    margin-top:5px;
}
.tbl-style04 tr td .info li em{
    float:left;
    color:#fff;
    font-size:13px;
    font-weight:900;
}
.tbl-style04 tr td .info li span{
    float:right;
    color:#fff;
    font-size:13px;
    font-weight:900;
}
.tbl-style04 tr td .info li.st2{
    background-color:#72aa49;
}



.tbl-style05 {
    width: 100%;
    table-layout: fixed;
    border-top:1px solid #888da0;
}
.tbl-style05 thead th {
    height:29px;
    font-size: 13px;
    color:#666;
    border-bottom:1px solid #dcdee5;
    background-color:#fbfbfb;
    text-align:center;
}
.tbl-style05 td {
    font-size: 13px;
    color: #000;
    height: 30px;
    font-weight:700;
    padding:0;
    word-break: break-all;
    text-align:center;
    vertical-align:middle;
}
.tbl-style05 td > span{
    display:block;
    font-size: 13px;
    padding:0 10px;
    color: #000;
    height: 26px;
    line-height:26px;
    font-weight:700;
    word-break: break-all;
    text-align:center;
}


.tbl-style05 tr.on td > span{
    background-color:#d6f6ff;
}
.tbl-style05 tr.on td:first-child > span{
    border-radius:5px 0 0 5px;
}
.tbl-style05 tr.on td:last-child > span{
    border-radius:0 5px 5px 0;
}

.tbl-style06{
    width:100%;
    table-layout:fixed;
    border-right:1px solid #dcdee5;
    border-top:2px solid #0051A3;
}
.tbl-style06 thead th {
    height:60px;
    font-size: 16px;
    color:#000;
    border-bottom:1px solid #dcdee5;
    border-left:1px solid #dcdee5;
    border-top:2px solid #0051A3;
    background-color:#F3F5F8;
    text-align:center;
    font-weight:900;
}
.tbl-style06 tbody td {
    height:60px;
    font-size: 16px;
    color:#666;
    border-bottom:1px solid #dcdee5;
    border-left:1px solid #dcdee5;
    text-align:center;
}
.tbl-sub{
    width:100%;
    table-layout:fixed;
    border-top:0;
}
.tbl-sub tbody th{
    border-top:0 !important;
    background:#E0E5EC;
    height:60px;
    padding:0 5px 0 10px;
    border-right:1px solid #ddd;
}
.tbl-sub tbody td{
    border-top:0 !important;
    height:60px;
    padding:0 15px 0 5px;
}
.tbl-sub .bl{
    display:inline-block;
    position:relative;
    font-size:16px;
    color:#444;
    padding-left:5px;
}
.tbl-sub .bl:before{
    content:'';
    position:absolute;
    left:0;
    top:11px;
    width:2px;
    height:2px;
    background:#444;
    border-radius:100%;

}

.tooltip-top{
    overflow:hidden;
    height:35px;
    padding:0 16px;
    background-color:#052960;
    border-radius:5px 5px 0 0;
}
.tooltip-top .left{
    float:left;
}
.tooltip-top .right{
    float:right;
}
.tooltip-top span{
    margin-right:8px;
    font-size:13px;
    color:rgba(255, 255, 255, 0.7);
    line-height:35px;
}
.tooltip-top strong{
    font-size:13px;
    color:#fff;
    font-weight:900;
    line-height:35px;
}
.tooltip-top strong + strong{
    margin-left:12px;
}
.tooltip-box.type2 .inner{
    padding:5px 16px 16px;
}
.tbl-style04 + .tbl-style05{
    margin-top:5px;
}


.tooltip-box.type3 .inner{ 
    padding:10px 10px 12px;
    background-color:#f2f6fa;
    border-radius:5px 5px 0 0;
}
.tooltip-map-area .info strong{
    display:block;
    margin-top:10px;
    font-size:13px;
    color:#000;
    text-align:left;    
}
.tooltip-map-area .info span{
    display:block;
    margin-top:2px;
    font-size:13px;
    color:#666;
    text-align:left;    
}



.tooltip-box:before{
    content:'';
    position:absolute;
    top:-8px;
    left:50%;
    margin-left:-8px;
    width:16px;
    height:8px;
    background:url('../images/common/img_tooltup_arr1.png') no-repeat 50%;
    z-index:999;
}
.tooltip-box.type2:before{
    background:url('../images/common/img_tooltup_arr2.png') no-repeat 50%;
}
.tooltip-box.type3:before{
    background:url('../images/common/img_tooltup_arr3.png') no-repeat 50%;
}


.bt-nav{
    position:relative;
}
.bt-nav .right{
    position:absolute;
    right:0;
    top:-5px;
}
.btn-link{
    display:inline-block;
    width:28px;
    height:28px;
    background:#BBC3D2 url('../images/common/btn_link.png') no-repeat 50%;
    vertical-align:middle;
    border-radius:5px;
    transition:all .3s;
}
.btn-link:hover{
    background:#cdd4e1 url('../images/common/btn_link.png') no-repeat 50%;
}

/* 스위치 버튼 */
input.input__on-off[type="checkbox"] {
    display: none;
}
.label__on-off {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 65px;
    height: 20px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background-color: #6a87a3;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.label__on-off > * {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 11px;
}
.label__on-off .marble {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.label__on-off .on {
    display: none;
    padding-left: 8px;
}

.label__on-off .off {
    padding-left: 22px;
    line-height: 20px;
}
.input__on-off:checked + .label__on-off {
    background-color: #72aa49;
}

.input__on-off:checked + .label__on-off .on {
    display: inline-block;
}

.input__on-off:checked + .label__on-off .off {
    display: none;
}

.input__on-off:checked + .label__on-off .marble {
    left: 48px;
}

/* 메인 */
#wrap.main{
    background:#fff;
}
.main #header .inner {
    background-color: #fff;
}
.main .gnb > li > a{
    color:#222;
}
.main .logo a{
    background-image:url('../images/common/logo2.png');
}
.main #header .inner .user .name {
    color: #222;
}
.main #header .inner .user em {
    color: #222;   
}
.main #header .inner .btn-logout {
    background: url("../images/common/ico_logout2.png") no-repeat 50%;
}
.main #header .inner .menu-trigger:before {
    background:#E0E0E0;
}
.main #header .inner .menu-trigger span {
    background-color: #000;
    border-radius:5px;
}
#wrap.main .gnb > li:hover > a {
    color: #6FB12D;
}
.main-content{
    width:100%;
    max-width:1500px;
    margin:0 auto;
    overflow:hidden;
    padding-top:30px; 
}
.main-left{
    float:left;
    width:1060px;
}
.main-right{
    float:left;
    width:400px;
    margin-left:40px;
}
.main-visual{
    padding:32px 20px 0 80px;
    background: #EBF1F9;
    border-radius: 50px;
}
.main-visual .slider-content {
    display:flex;
    justify-content: space-between;
}
.main-visual .slider-content .txtbox{
    padding-top:20px;
}
.main-visual .slider-content .txtbox .tit{
    display:block;
    font-size: 52px;
    line-height: 70px;
    color: #222222;
    padding-top:10px;
}
.main-visual .slider-content .txtbox .tit strong{
    font-size: 52px;
    line-height: 70px;
    color: #0051A3;
}
.main-visual .slider-content .txtbox .desc{
    margin-top:20px;
    font-size: 22px;
    line-height: 30px;
    color: #555;
}
.slider-link{
    margin-top:16px;
    padding-right:60px;
}
.slider-link ul{
    overflow:hidden;
    margin:0 -6.5px;
    padding-bottom:40px;
}
.slider-link ul li{
    float:left;
    width:25%;
    padding:0 7.5px;
    box-sizing:border-box;
}
.slider-link ul li a{
    display:block;    
    text-align:center;
    font-size:26px;
    line-height:38px;
    color:#fff;
    height:200px;
    padding-top:35px;
    border-radius:30px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    font-weight:900;
}
.slider-link ul li a.style01{
    background: linear-gradient(180deg, #16448A 0%, #052960 100%);
}
.slider-link ul li a.style01:hover{
    background: linear-gradient(180deg, #173F7B 0%, #051833 100%);
}


.slider-link ul li a.style02{
    background: linear-gradient(180deg, #0484AC 0%, #0051A3 100%);
}
.slider-link ul li a.style02:hover{
    background: linear-gradient(180deg, #0B7698 0%, #013366 100%);
}

.slider-link ul li a.style03{
    background: linear-gradient(180deg, #ADD020 0%, #6FB12D 100%);
}
.slider-link ul li a.style03:hover{
    background: linear-gradient(180deg, #9DBD1C 0%, #3E6B11 100%);
}

.slider-link ul li a.style04{
    background: linear-gradient(180deg, #ECA130 0%, #EC8A30 100%);
}
.slider-link ul li a.style04:hover{
    background: linear-gradient(180deg, #D89737 0%, #CB5715 100%);
}


.slider-link ul li a:before{
    content:'';
    display:block;
    width:76px;
    height:58px;
    margin:0 auto;
    background-repeat:no-repeat;
    background-position:50%;
    background-size:76px auto;
    margin-bottom:35px;
}
.slider-link ul li a.style01:before{
    background-image:url('../images/common/ico_slider_link01.png');
}
.slider-link ul li a.style02:before{
    background-image:url('../images/common/ico_slider_link02.png');
}
.slider-link ul li a.style03:before{
    background-image:url('../images/common/ico_slider_link03.png');
}
.slider-link ul li a.style04:before{
    background-image:url('../images/common/ico_slider_link04.png');
}
.carousel-indicators{
    justify-content: start;
    margin:0;
    bottom:25px;
    right:inherit;
}
.carousel-indicators li{
    width:6px;
    height:6px;
    border-radius:100%;
    background-color: #052960;
    opacity: 0.3;
}
.carousel-indicators .active{
    width:40px;
    background:none;
    opacity: 1;
    position:relative;
}
.carousel-indicators .active::before{
    content:'';
    position:absolute;
    left:0;
    width:40px;
    height:6px;
    background: #052960;
    border-radius:10px;
}
.main-notice-area{
    display: flex;
    margin-top:50px;
    justify-content:space-between;
}





/* 2022-08-26 s */
.main-notice-area .notice-area{
    width:503px;
}
.main-notice-area .notice-area .tit-area{
    display:flex;
    justify-content:space-between;
    align-items: center;
    position:relative;
    padding-right:100px;
}
.main-notice-area .notice-area .tit-area .tit{
    display:inline-block;
    font-size:24px;
    line-height:36px;
    color:#000;
    font-weight:900;    
    padding-right:36px;
    background:url('../images/common/img_notice_arr.png') no-repeat right center;    
}
.main-notice-area .notice-area .tit-area .btn-more{
    position:absolute;
    right:0;
    top:3px; 
    height:32px;
    line-height:32px;
    padding:0 28px 0 10px;
    background:#EBF1F9 url('../images/common/btn_more.png') no-repeat right 6px center;
    border-radius:10px;
    transition:all .3s;
    font-size:16px;
    color:#1F59AF;
    font-weight:500;
}
.main-notice-area .notice-area .tit-area .btn-more:hover{
    background:#c1d8fd url('../images/common/btn_more.png') no-repeat right 6px center;;
}
.main-notice-area .notice-area .tit-area ul{
    display:flex;
    align-items:center;
}
.main-notice-area .notice-area .tit-area ul li button{
    font-size:20px;
    line-height:36px;
    color:rgba(34, 34, 34, 0.3);
    font-weight:900;
    transition:all .3s;
}
.main-notice-area .notice-area .tit-area ul li + li{
    margin-left:24px;
}
.main-notice-area .notice-area .tit-area ul li button:hover,
.main-notice-area .notice-area .tit-area ul li button.active{
    color:#0051A3;
}
.main-notice-area .notice-area .notice-list{    
    margin-top:25px;    
}
.main-notice-area .notice-area .notice-list li + li{
    margin-top:10px;
}
.main-notice-area .notice-area .notice-list li{
    margin-top:10px;
    display:flex;
    align-items:center;
}
.main-notice-area .notice-area .notice-list li .rbox{
    display:inline-block;
    background: rgba(0, 81, 163, 0.1);
    border-radius: 30px;
    height:34px;
    line-height:34px;
    width:74px;
    text-align:center;
    font-size:15px;
    color:#0051A3;
    font-weight:600;
}
.main-notice-area .notice-area .notice-list li .rbox.st2{
    color: #EC8A30;
    background:rgba(236, 138, 48, 0.1);
}
.main-notice-area .notice-area .notice-list li .rbox.st3{
    color: #58941D;
    background: rgba(88, 148, 29, 0.1);
}
.main-notice-area .notice-area .notice-list li .subject{
    width:350px;
    padding-left:12px;
}
.main-notice-area .notice-area .notice-list li .subject a{
    display:inline-block;
    max-width:260px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:14px;
    line-height:34px;
    color:#222;
    font-weight:700;
    vertical-align: middle;
}
.main-notice-area .notice-area .notice-list li .subject a:hover{
    text-decoration:underline;
}
.main-notice-area .notice-area .notice-list li .date{
    font-size:14px;
    color:#777;
    line-height:36px;
}
.ico-new{
    display:inline-block;
    width:21px;
    height:21px;
    background: #1F59AF;
    border-radius: 8px;
    text-align:center;
    line-height:20px;
    color:#fff;
    font-size:11px;
    vertical-align: middle;
    margin-left:10px;
}
.main-link-area{
    width:514px;
    background: #FFFFFF;
    border: 3px solid #E3E9EE;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
}
.main-link-area .linkbox{
    position:relative;
}
.main-link-area .linkbox::after{
    content: '';
    position:absolute;
    top:92px;
    height:2px;
    left:0;
    right:0;
    background:#E3E9EE;
}
.main-link-area .linkbox li{
    float:left;
    width:33.33%;
    position:relative;
}
.main-link-area .linkbox li a{
    display:block;
    padding:25px 0 26px 35px;
    position:relative;
    transition:all .3s;
}
.main-link-area .linkbox li a:hover{
    background-color:#F3F7FB;
}
.main-link-area .linkbox li:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    height:92px;
    width:2px;
    background:#E3E9EE;
    z-index:9;
}
.main-link-area .linkbox li:nth-child(1):before,
.main-link-area .linkbox li:nth-child(4):before{
    display:none;
}


.main-link-area .linkbox li a em{
    display:inline-block;
    font-size:18px;
    line-height:20px;
    color:#222;
    font-weight:600;
    padding-left:43px;
    background-repeat:no-repeat;
    background-position:0 50%;
    background-size:28px auto;
}
.main-link-area .linkbox li a em.ico01{
    background-image:url('../images/common/ico_main_linkbox01.png');
}
.main-link-area .linkbox li a em.ico02{
    background-image:url('../images/common/ico_main_linkbox02.png');
}
.main-link-area .linkbox li a em.ico03{
    background-image:url('../images/common/ico_main_linkbox03.png');
}
.main-link-area .linkbox li a em.ico04{
    background-image:url('../images/common/ico_main_linkbox04.png');
}
.main-link-area .linkbox li a em.ico05{
    background-image:url('../images/common/ico_main_linkbox05.png');
}
/* 2022-08-26 수정 e */


.contact-box{
    border: 3px solid #E3E9EE;
    border-radius: 20px;
    padding:24px 0 24px 32px;
}
.contact-box .name span{
    display:inline-block;
    margin-right:15px;
    font-size:22px;
    line-height:33px;
    color:#052960;
    font-weight:900;
    vertical-align:middle;
}
.contact-box .name ul{
    display:inline-block;
}
.contact-box .name ul li{
    display:inline-block;
    position:relative;
    vertical-align:middle;
    font-size:16px;
    line-height:33px;
    font-weight:700;
    color:rgba(34, 34, 34, .8);
}
.contact-box .name ul li + li{
    margin-left:8px;
    padding-left:8px;
    color:rgba(34, 34, 34, .5);
}
.contact-box .name ul li + li:before{
    content:'';
    position:absolute;
    top:9px;
    left:0;
    width:1px;
    height:15px;
    background:#222;
}
.contact-box .info{
    margin-top:12px;
}
.contact-box .info li{
    padding-left:34px;
    font-size:18px;
    line-height:27px;
    color:#555;
    font-weight:600;
    background-position:0 50%;
    background-repeat:no-repeat;
    background-size:24px auto;
    background-image:url('../images/common/ico_contact01.png');
}
.contact-box .info li.st2{
    background-image:url('../images/common/ico_contact02.png');
}
.contact-box .info li + li{
    margin-top:3px;
}
.main-status-box{
    background: rgba(235, 241, 249, 0.6);
    border: 3px solid #D1DBE2;
    border-radius: 20px;
    padding:20px 27px;
}
.main-status-box .top{
    display: flex;
    justify-content: space-between;
}
.main-status-box .top .tit{
    display:block;
    font-weight: 900;
    font-size: 24px;
    line-height: 36px;
    color:#000;
}
.main-status-box .top .date{
    font-size: 16px;
    line-height: 36px;
    color: #777777;
}
.main-status-box{
    overflow:hidden;
    margin-top:24px;
}
.main-status-box .infolist{
    overflow:hidden;
    margin-top:24px;
}
.main-status-box .infolist li{
    float:left;
    width:50%;
    padding-left:75px;
    position:relative;
    min-height:66px;
}
.main-status-box .infolist li:nth-child(3),
.main-status-box .infolist li:nth-child(4){
    margin-top:29px;
}
.main-status-box .infolist li span{
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
}
.main-status-box .infolist li strong{
    display: block;
    font-size: 26px;
    line-height: 38px;
    color: #0051A3;
    font-weight:900;
}
.main-status-box .infolist li strong.ty2{
    color: #F47A09;
}
.main-status-box .infolist li::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:66px;
    height:66px;
    border-radius:33px;
    background-color:#fff;
    background-position: 50%;
    background-size:30px auto;
    background-image:url('../images/common/ico_main_status01.png');
    background-repeat:no-repeat;
}
.main-status-box .infolist li.ico02::before{
    background-image:url('../images/common/ico_main_status02.png');
}
.main-status-box .infolist li.ico03::before{
    background-image:url('../images/common/ico_main_status03.png');
}
.main-status-box .infolist li.ico04::before{
    background-image:url('../images/common/ico_main_status04.png');
}
.main-status-box .infolist li.ico05::before{
    background-image:url('../images/common/ico_main_status05.png');
}


.main-right.ty2 .main-status-box{
    margin-top:0;
    padding:30px 35px 56px;
}
.main-right.ty2 .main-status-box .infolist{
    margin-top:47px;
}
.main-right.ty2 .main-status-box .infolist li:nth-child(3), 
.main-right.ty2 .main-status-box .infolist li:nth-child(4){
    margin-top:50px;
}
.main-right.ty2 .main-info-box{
    margin-top:50px;
}
.main-right.ty2 .main-info-box + .main-info-box{
    margin-top:112px;
}

.main-info-box{
    margin-top:30px;
}
.main-info-box + .main-info-box{
    margin-top:45px;
}
.main-info-box .top{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom:10px;
    border-bottom:1px solid #D1DBE2;
}
.main-info-box .top .tit{
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #052960;
}
.main-info-box .top .date{
    font-size: 16px;
    line-height: 23px;
    color:#555;
}
.main-info-box .top .date em{ 
    font-size: 16px;
    line-height: 23px;
    color:#a6a6a6;
}
.main-info-box .infolist{
    display:flex;
    padding-top:21px;
}
.main-info-box .infolist li{
    width:33.33%;
    position:relative;
    text-align:center;
}
.main-info-box .infolist li + li:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:75px;
    width:1px;
    background: #D1DBE2;
    opacity: 0.7;
}
.main-info-box .infolist li .txt{
    display:block;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #555555;
}
.main-info-box .infolist li .num{
    display:block;
    font-weight: 900;
    font-size: 28px;
    line-height: 26px;
    text-align: center;
    color: #052960;
    margin-top:15px;
}
.main-info-box .nbox{
    display:inline-block;
    min-width:80px;
    text-align:center;    
    border-radius:5px;
    margin-top:15px; 
    background-color:#EEEEEE;   
}
.main-info-box .nbox em{
    display:inline-block;
    padding-right:19px;
    font-size:18px;
    color:#555;
    font-weight:600;
    line-height:32px;    
    background-image:url('../images/common/img_no_change.png');
    background-repeat:no-repeat;
    background-position:100% 50%;
    background-size:11px auto;
}
.main-info-box .nbox.up{    
    background-color:rgba(245, 82, 46, 0.1);   
}
.main-info-box .nbox.up em{
    color:#F5522E;
    background-image:url('../images/common/img_up.png');
    background-size:14px auto;
}
.main-info-box .nbox.down{    
    background-color:rgba(56, 110, 246, .1);
}
.main-info-box .nbox.down em{
    color:#386EF6;    
    background-image:url('../images/common/img_down.png');    
    background-size:14px auto;
}

.not-found{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:650px;
    margin:0 auto;
    padding-top:280px;
    background:url('../images/common/img_not_found.png') no-repeat 50% 0;
}
.not-found .tit{
    display:block;
    text-align:center;
    font-size:42px;
    line-height:62px;
    color:#000;    
    font-weight:900;
}
.not-found .tit strong{
    display:block;
    text-align:center;
    font-size:42px;
    line-height:62px;
    color:#0051A3;    
}
.not-found .desc{
    font-size:18px;
    line-height:27px;
    color:#666;
    margin-top:20px;
    text-align: center;
}
.not-found .btn-area{
    margin-top:56px;
    text-align: center;
    font-size:0;
}
.not-found .btn-area .nbtn{
    display:inline-block;
    font-size:20px;
    line-height:60px;
    color:#fff;
    background:#7C8C9D;
    border-radius:10px;
    width:207px;
    text-align:center;
    margin:0 5px;
    transition:all .3s;
}
.not-found .btn-area .nbtn:hover{
    background:#616e7c;
}


.not-found .btn-area .nbtn.st2{
    background:#0051A3;
}
.not-found .btn-area .nbtn.st2:hover{
    background: #083d8d;
}
.video-list{
    overflow:hidden;
}
.video-list ul{
    overflow:hidden;
    margin:0 -15px;
}
.video-list li{
    float:left;
    width:33.33%;
    padding:0 15px;
    margin-top:40px;
}
.video-list li .box .thumbnail {
    width:100%;
    display:block;
}
.video-list li .box .thumbnail img{
    width:100%;
}
.video-list li .box .title{
    display:block;
    font-size:20px;
    color:#000;
    line-height:30px;
    font-weight:900;
    margin-bottom:10px;
}
.video-list li .box .thumbnail{
    position:relative;
}
.video-list li .box .thumbnail:before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-33px;
    margin-top:-33px;
    width:66px;
    height:66px;
    background:url('../images/common/btn_play.png') no-repeat 50%; 
    transition:all .3s;
}
.video-list li .box .thumbnail:hover:before{
    opacity:.5;
}
.video-list li .box .thumbnail img{
    width:100%;
}
.videobox video{
    width:100%;
}
.video-list li .box .file-download{
    display:block;
    height:56px;
    line-height:56px;
    padding:0 20px;
    background:#F1F3F6 url('../images/common/btn_file_download.png') no-repeat right 20px center; 
    font-size:16px;
    font-weight:700;
    color:#425E76;
    transition:all .3s;
}
.video-list li .box .file-download:hover{
    color:#fff;    
    background:#0051A3 url('../images/common/btn_file_download_h.png') no-repeat right 20px center; 
}




/* 2022-08-31 추가 s */
#container.type2{ 
    padding:0; 
}
.info-box-area{ 
    background:#fff;
    padding:20px 20px 70px;    
}
.info-box-area .inner{ 
    position:relative;
    max-width:1200px;
    margin:0 auto;
}
.info-box-area .bl-tit{
    display:block;
    position:relative;
    font-weight: 900;
    font-size: 24px;
    line-height: 36px;
    color:#000;
    padding-left:15px;
    margin-top:60px;
    padding-bottom:12px;
}
.info-box-area .bl-tit:before{
    content:'';
    position:absolute;
    left:0;
    top:9px;
    width:5px;
    height:20px;
    background:#6FB12D;
}

.info-box-area .title{ 
    font-size:32px;
    color:#000;
    font-weight:900; 
    line-height:47px;
    padding-bottom:23px;
}
.img-info-box{ 
    overflow:hidden;
    height:130px;
    background: rgba(0, 81, 163, 0.02);
    border: 1px solid rgba(0, 81, 163, 0.15);
    border-radius: 20px;
}
.img-info-box .imgbox{ 
    float:left;
    width:190px;
    height:130px;
    background:url('../images/common/img_info_box.png') no-repeat 50%;
}
.img-info-box .info{ 
    position:relative;
    float:left;
    padding-top:30px;
    padding-left:50px;
}
.img-info-box .info:before{ 
    content:'';    
    position:absolute;
    left:0; 
    top:38px; 
    width:1px; 
    height:50px;
    background: rgba(0, 81, 163, 0.15);
}
.img-info-box .info .tit{ 
    display:block;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    color: #0051A3;
}
.img-info-box .info .txt{ 
    margin-top:10px;
    font-size: 18px;
    line-height: 27px;
    color: #555555;
}
.info-box-area .cont p{
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #444444;
}
.info-box-area .cont span{
    display:block;
    font-size: 18px;
    line-height: 27px;
    color: #666666;
    margin-top:5px;
    font-weight:400;
}


.list-number{
    background: #FFFFFF;
    border: 5px solid rgba(0, 81, 163, 0.05);
    border-radius: 20px;
    padding:20px 40px 40px;
}
.list-number > li{
    position:relative;
    padding-left:52px;
    font-size:18px;
    color:#0051A3;
    line-height:40px;
    font-weight:900;    
    padding-top:25px;
}
.list-number > li > .num{
    position:absolute;
    top:25px;
    left:0;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:20px;
    background:#0051A3;
    font-size:15px;
    font-weight:700;
    color:#fff;
    font-weight:700;
    text-align:center;
}


.list-number > li + li{
    margin-top:25px;
    border-top:1px solid #eee;
} 
.list-number > li > .dep2 > li > .tit-sm{
    display:block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom:2px;
    color: #000000;
}
.list-number > li > .dep2 > li + li{
    margin-top:10px;
}
.list-hyphen-sm > li{
    position:relative; 
    font-size:16px;
    color:#444;
    line-height:24px;
    padding-left:10px;
    font-weight:400;
}
.list-hyphen-sm > li:before{
    content:'-';
    position:absolute;
    left:0;
    top:0;
    font-size:16px;
    color:#444;
    line-height:24px;
    font-weight:400;
}
.list-hyphen-sm a{
    color:#444;
}
.list-hyphen-sm a:hover{
    text-decoration:underline;
}
.list-hyphen > li{
    position:relative; 
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #444444;
    padding-left:12px;
}
.list-hyphen > li:before{
    content:'-';
    position:absolute;
    left:0;
    top:0;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #444444;
}
.list-hyphen > li + li{
    margin-top:20px; 
}
.list-hyphen > li .cp{
    font-weight: 900;
    font-size: 28px;
    line-height: 41px;
    color: #0051A3;
    vertical-align:-3px;
    margin-left:10px;
}
/* 2022-08-31 추가 e */



/* 2022-09-28 추가 s */



.app-download-info{
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 10px;
}
.app-download-info .app-top{
    background: #F3F5F8;
    border-radius: 9px 9px 0px 0px;
    overflow:hidden;
    padding:0 30px;
}
.app-download-info .app-top .tit{
    display:inline-block;
    padding-left:26px;
    font-weight: 700;
    font-size: 18px;
    line-height: 52px;
    color: #444444;
    background:url('../images/common/ico_app_title.png') no-repeat 0 50%;
    background-size:18px auto;
}
.app-cont{ 
    overflow:hidden; 
    padding:32px 30px;
    position:relative;
    padding-right:270px;
    min-height:380px;
}
.app-cont .app-list > li{ 
    position:relative;
    padding-left:52px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}
.app-cont .app-list > li + li{ 
    margin-top:32px;
}
.app-cont .app-list > li em{ 
    position:absolute;
    top:0;
    left:0;
    width:32px;
    height:32px;
    line-height:30px;
    background: #0051A3;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align:center;
    border-radius:100%;
}
.app-cont .code-box{ 
    position:absolute;
    right:30px;
    top:32px;
    width:174px;
    height:318px;
    background:url('../images/common/bg_qr_code.png') no-repeat 50%;
    background-size:100% auto;
}
.app-cont .code-box .qr-code{ 
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:center;
}
.app-cont .code-box .txt{
    display:block;
    margin-top:30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}
.images-view{
    margin-top:6px;
}
.images-view .img-row{ 
    overflow:hidden;
    margin:0;
}
.images-view .img-row > .img-col { 
    margin:0 -10px;
    display:flex;
    align-items:center;
}
.images-view .img-row > .img-col > li { 
    padding:0 10px;
}
.images-view .img-row > .img-col > li .imgbox{ 
    display: flex;
    align-items: center;
}
.images-view .img-row > .img-col .imgbox{ 
    position:relative;
    height:200px;
    overflow:hidden;
}
.images-view .img-row > .img-col .imgbox .inner img{ 
    width:100%;
}
/* 2022-09-28 추가 e */






/* 모바일 해상도 */

@media screen and (max-width: 600px) {
    .mobile .search-area{
        display:block;
        padding:12.5px 15px 12.5px;
    }
    .mobile .search-area .search-input{
        display:block;
        margin:0 -20px;
        margin:0;
    }
    .mobile .search-area .search-input li{
        display:block;
        margin:4px 0;
        width:100%;
        padding:0;
        box-sizing:border-box;
    }
    .search-input li > .inp-cont{
        display:block;
    }
    .mobile .search-btn-area{
        display:block;
        width:100%;
        text-align:right;
        margin-top:10px;
    }
    .search-input li > .tit{
        display:block;
        margin-bottom:5px;
    }
    .mfp-container{
        padding-left:0;
        padding-right:0;
    }
}

/* 시설물 관리  추가 2023-07-21 */
.app-download{
    border-radius: 20px;
    border: 3px solid #E3E9EE;
    background: #FFF;   
    overflow: hidden; 
    margin-top: 23px;
}
.app-download .imgbox{
    height: 180px;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
}
.app-download .imgbox em{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 80px auto;
    background-position: 50%;
    background-image: url('../images/common/img_app_download.png');
}
.app-download .imgbox em img{
    width: 100%;
}



.app-download .download{
    display: block;
    height: 84px;
    background: #F3F7FB;
    overflow: hidden;
    border-top: 3px solid #E3E9EE;
}
.app-download .download span{
    float: left;
    width: 64%;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    position: relative;
}
.app-download .download span::after{
    content: '';
    position: absolute;
    right: 0;
    top: 19px;
    height: 45px;
    width: 1px;
    background: #E3E9EE;
}
.app-download .download em{
    float: left;
    width: 36%;
    height: 84px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 50%;
    background-image: url('../images/common/btn_download.png');
}
.app-download .download:hover em{
    background-image: url('../images/common/btn_download_h.png');
}

.slider-link ul li a.style05{
    background: linear-gradient(180deg, #16448A 0%, #052960 100%);
}
.slider-link ul li a.style05:hover{
    background: linear-gradient(180deg, #173F7B 0%, #051833 100%);
}
.slider-link ul li a.style05:before{
    background-image:url('../images/common/ico_slider_link01.png');
}
.slider-link ul li a.style06{
    background: linear-gradient(180deg, #0484AC 0%, #0051A3 100%);
}
.slider-link ul li a.style06:hover{
    background: linear-gradient(180deg, #0B7698 0%, #013366 100%);
}
.slider-link ul li a.style06:before{
    background-image:url('../images/common/ico_slider_link02.png');
}


.slider-link ul li a.style07{
    background: linear-gradient(180deg, #16448A 0%, #052960 100%);
}
.slider-link ul li a.style07:hover{
    background: linear-gradient(180deg, #173F7B 0%, #051833 100%);
}
.slider-link ul li a.style07:before{
    background-image:url('../images/common/ico_slider_link01.png');
}
.slider-link ul li a.style08{
    background: linear-gradient(180deg, #0484AC 0%, #0051A3 100%);
}
.slider-link ul li a.style08:hover{
    background: linear-gradient(180deg, #0B7698 0%, #013366 100%);
}
.slider-link ul li a.style08:before{
    background-image:url('../images/common/ico_slider_link02.png');
}
.slider-link ul li a.style09{
    background: linear-gradient(180deg, #ADD020 0%, #6FB12D 100%);
}
.slider-link ul li a.style09:hover{
    background: linear-gradient(180deg, #9DBD1C 0%, #3E6B11 100%);
}
.slider-link ul li a.style09:before{    
    background-image:url('../mobile/image/inspection_icon.svg');
    background-size: contain;
}
.slider-link ul li a.style10{
    background: linear-gradient(180deg, #ECA130 0%, #EC8A30 100%);
}
.slider-link ul li a.style10:hover{
    background: linear-gradient(180deg, #D89737 0%, #CB5715 100%);
}

.slider-link ul li a.style10:before{
    background-image:url('../mobile/image/notice_icon.svg');
    background-size: contain;
}

.slider-link ul li a.style11{
    background: linear-gradient(180deg, #16448A 0%, #052960 100%);
}
.slider-link ul li a.style11:hover{
    background: linear-gradient(180deg, #173F7B 0%, #051833 100%);
}
.slider-link ul li a.style11:before{
    background-image:url('../images/common/ico_slider_link01.png');
}

.slider-link ul li a.style12{
    background: linear-gradient(180deg, #ADD020 0%, #6FB12D 100%);
}
.slider-link ul li a.style12:hover{
    background: linear-gradient(180deg, #9DBD1C 0%, #3E6B11 100%);
}
.slider-link ul li a.style12:before{
    background-image:url('../images/common/ico_main_linkbox02.png');
}