@charset "UTF-8";
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansKR-Bold.woff2) format("woff2"), url(../font/NotoSansKR-Bold.woff) format("woff"); }
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansKR-Regular.woff2) format("woff2"), url(../font/NotoSansKR-Regular.woff) format("woff"); }

html {
  background-color: #fff;
  font-size: 87.5%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  min-width: 280px;
  margin: 0;
  font-size: 1em;
  letter-spacing: -0.05em;
  font-family: "NotoSans", sans-serif;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

[lang='en'] body {
  font-family: "Roboto", sans-serif; }

hr:not([size]) {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }
a{text-decoration: none; color: inherit;}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

em,
address {
  font-style: normal; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  height: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

td {
  vertical-align: middle; }

em {
  color: #0066CC; }

small {
  font-size: 90%; }
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #101820;
  font-weight: 700 !important;
  line-height: 1.4;
  word-break: keep-all;
  word-wrap: break-word;
}

/* Clear button styles
--------------------------------------------- */

::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

.bg-primary,
.btn-primary{background-color: #1c75e9 !important; border-color: #1c75e9!important;}
.bg-primary2, .btn-primary2 {
    background-color: #0081c7 !important;
    border-color: #0081c7!important;
}/* sjkim added */
.btn-success{background-color: #4abf89 !important; border-color: #4abf89!important;}
.btn-danger{background-color: #f15b80!important; border-color: #f15b80!important;}
.mr-6{ margin-right: 6rem;}
.pr-6{ padding-right: 6rem;}

.vr{margin: 0 .4rem;}

/* 파일업로드 */
.bs-input-group{
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;}
.bs-input-group > input{
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
}
.bs-input-group .btn{
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    white-space: nowrap;
}
.form-control:disabled, .form-control[readonly] {
    color: #212529;
    background-color: #e9ecef;
    opacity: 1;
}
.form-select:disabled{background-color: #e9ecef;}

.table thead tr th{background-color: #dde5e9 !important; text-align: center; vertical-align: middle; border-color:#c2d0d7; border-bottom-width: 1px;}
.table tbody tr td{text-align: center; }
.table{ border-top: 2px solid #3d3d3d;}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #d8d8d8;
}
.table>:not(:last-child)>:last-child> th {
    border-bottom-color: #c7d6dd;
}
.modal-contet {box-shadow: 0px 8px 10px 5px rgba(0,0,0,0.2); }
.modal-title{font-weight: 700;}
.modal-body{padding: 2rem;}
.modal-footer { justify-content: center;}

.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
/* header 공통 */
.hf-wrap{ height: 120px; box-shadow:1px 1px 20px 10px rgba(0, 0, 0, 0.2);background-color: #fff !important; z-index: 20;}
/* .hf-wrap {
    height: 120px;
    background-color: #fff !important;
    z-index: 20;
    border-bottom: 1px solid #dbdbdb;
} *//* sjkim added */
.hf-wrap h1{display: inline-flex;color: #0c4da2; font-size: 1.429rem; font-weight: 700 !important; height: 90px; line-height:90px; letter-spacing: -0.1rem;}
/* 
.hf-wrap h1::before{ content: ''; display: inline-block; width: 48px; height: 90px;background: url('../../images/biz/logo.png') no-repeat 50% 50%; }
 */
.hf-wrap h1 {display: inline-flex; color: #0c4da2; background: url('../../images/com/logo_3rd.png') no-repeat 50% 50%; width: 270px; height: 90px; line-height: 90px; text-indent: -9999px; cursor: pointer; }
/* .hf-wrap h1::before{ content: ''; display: inline-block; widht: 48px; height: 90px; } */

/* .hf-link{ height: 30px;background-color: #efefef;  line-height: 30px; border-bottom: 1px solid #d8d8d8;} */
.hf-link {
    height: 30px;
    background-color: #efefef;
    line-height: 30px;
}/* sjkim added */
.hf-link .join{display: flex;}
.hf-link .join::before{content: ''; display: inline-flex; width: 1.52rem; height:30px;background: url('../../images/biz/lock.png') no-repeat 50% 50%; opacity: .8}

.hf-link .nav-link{padding: 0;}
.hf-link .nav-link img{width:18px;height: 18px;margin-top: 2px;}

.menu{height:90px;display: flex;}
/* 상단 메뉴 width값 조절 */
.menu .menu-item{ display: inline-flex; padding: 2rem 0;width: 13rem; }
.menu .menu-item::after{content: ''; display: block; width: 1px; height:1.6rem;background-color: #d3d3d3; margin: auto;}
.menu .menu-item:last-child::after{ display: none;}
.menu .menu-item .nav-link{display: block; width: 100%;font-size: 1.286rem;color: #000; font-weight: 700; text-align: center;}
.menu .menu-item .nav-link:hover{color: #0c4da2; }
.menu-sub {
  display: none;
  position: absolute;
  background: #fff url('../../images/biz/bg_menu.png') no-repeat 10% bottom;
  top:120px;
  left: 0;
  right: 0;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.1);
  border-top: 2px solid #0c4da2;
  z-index: 10;
}
.menu-sub .wrap{display: flex; justify-content:flex-end;  width:1300px; margin: 1rem auto 3rem; }
/* 상단 메뉴 sub width값 조절 */
.menu-sub .wrap ul{width: 13rem;}
.menu-sub .wrap ul li{ height:2.28rem; }
.menu-sub .wrap ul li a{display: block; font-size: 1.14rem;text-align: center; line-height:2.28rem;}
.menu-sub .wrap ul li:hover{background-color:#e3eaf4; transition: all .5s ease;}
.topmenu:hover .menu-sub {
  display: block;
}
.menu-sub:after {
  content: "";
  display: table;
  clear: both;
}
.btn-menu{display: none;background-color: #fff; border: 0;}
.sidebar .list-unstyled{border-top:  1px solid #d3d3d3;}
.sidebar .list-unstyled .menu-1{font-size: 1.14rem; font-weight: 700;border-bottom:  1px solid #d3d3d3; padding: .5rem 0}
.sidebar li .submenu{
	list-style: none;
	margin: 0;
  padding: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  border-top:  1px solid #d3d3d3;
}
.sidebar li .submenu>li{ padding:.5rem 0; font-weight: 400;}

/* 홈화면 */
.main-wrap{
	background: url('../../images/biz/bg_left.png') no-repeat 0 -10rem, url('../../images/biz/bg_right.png') no-repeat 100% 50%,
		url('../../images/biz/visual_3rd.png') no-repeat right bottom;
}
.main{
	/* background:url('../../images/biz/visual_01.png') no-repeat right bottom; */
}
/* .m-title{font-size: 1.286rem;font-weight: 700; color: #3e71b5;} */
.m-title {
    font-size: 1.286rem;
    font-weight: 700;
    color: #222222;
}/* sjkim added */

/* 바로가기 */
.m-link{display: flex;flex-wrap: wrap; }
.m-link .link-item{margin-right: 6rem; }
.m-link .link-item:last-child{margin-right: 0;}
.m-link .link-item a{text-decoration: none;}
.m-link .link-item:hover .icon{background-color:#a3c6f3;box-shadow:1px 1px 20px 6px rgba(0, 0, 0, 0.1); transition:all 0.5s ease;}
.m-link .link-item .icon{display: block;background-color:#c7d6e9; border-radius: 0.5em;width: 9.143rem; height: 9.143rem; padding: 1.5rem;}
.m-link .link-item .title{display: block; text-align:center; color: #676767; font-size: 1.143rem; padding:8px 0;}

/* 로긴창 */
/* .login{ height: 230px; background: rgb(176,211,228); sjkim...added*/
.login {
    height: 230px;
    background: #f6f8f9;
        background: linear-gradient(318deg, rgba(176,211,228,1) 0%, rgba(255,255,255,1) 28%, rgba(223,237,208,1) 100%);
        border-radius: 0.8rem;
        box-shadow:1px 1px 10px 4px rgba(0, 0, 0, 0.1);}
.login .m-title{color: #333;}
.login .login-btn{height: 100%;}
.login .login-info a{font-size: 1.14rem;}
.login .login-info .btn{ width: 80%;}
.login .login-info .badge{  border-radius: .7rem;}
.login .join, .login .find-id{display: flex; padding-left: 1rem;}
.login .join::before{content: ''; display: inline-flex;width: 1.52rem; height:30px;background: url('../../images/biz/lock.png') no-repeat 50% 50%;}
.login .find-id::before{content: ''; display:  inline-flex; width:  1.52rem; height:1.52rem;background: url('../../images/biz/user.png') no-repeat 50% 50%;}

/* 게시판 */
/* .bbs { display: flex; justify-content: space-between; border-bottom: 2px solid #3e71b5; height: 52px; line-height: 50px; } */
.bbs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #222222;
    height: 52px;
    line-height: 50px;
}/* sjkim added */
.bbs .icon_more { display: block; width: 2rem; height: 100%; background: url('../../images/biz/ico_more.png') no-repeat 50% 50%; transition: all 0.5s ease; }
.bbs .icon_more:hover { transform: rotate( 90deg ); }

.bbs-list {}
.bbs-list li{height: 2rem;}
.bbs-list li a{display: flex;justify-content:space-between; text-decoration: none;color: #000;}
.bbs-list li a:hover span{color: #0c4da2; border-bottom: 1px solid #0c4da2;}
.bbs-list li a small{color: #7a7a7a;}

/* content */
.mf-layout{
    display: grid;
    gap: 2.57rem;
    grid-template-areas: "sidebar main"; grid-template-columns: 250px auto;}
/* 사이드메뉴 */
.lf-sidebar { }
.lf-sidebar h3{font-size: 1.42rem; font-weight: 700; color: #fff; padding:2rem 30px; border-radius: 6px; background: url('../../images/biz/bg_subtitle.png') no-repeat 50% 50%; text-align: center;}
.lf-link{ }
.lf-link .lf-link-item{ height: 3rem; border: 1px solid #d0d0d0; border-radius: 5px; padding: 0 30px;margin-bottom: 4px;}
.lf-link .lf-link-item:hover{background-color: #c7d6e9;}
.lf-link .lf-link-item a{display: block;font-size: 1.14rem; line-height: 3rem;}
.lf-link .lf-link-item.active { color: #fff; background-color: #1c75e9;}
.lf-link .lf-link-item.active:hover a{ color: #fff;}

.t-bread{height: 3.57rem;line-height: 3.57rem;background-color: #c7d6e9;}
.breadcrumb { margin-bottom: 0.4rem; }
.mf-content{ padding:0 0 5rem 0;}
.mf-content h2{font-size: 1.785rem; font-weight: 700;height: 3rem;line-height: 3rem;}

.mf-content .mf-search{position: relative;border-top: 1px solid #3d3d3d;border-bottom: 1px solid #3d3d3d; padding: 1.2rem 1.2rem;}
.mf-content .mf-search .cell label{width:8rem !important; text-align: right;}
.mf-content .mf-search .cell input,.mf-content .mf-search .col select{display: inline-block; margin-left: 1rem;width: auto;}
.mf-content .mf-search .srch-a{ position: absolute; right: 1.2rem; bottom: 1.5rem;}

.mf-search .cell{display: block;}
.mf-search .cell label{ width:7rem !important; text-align: right;}
.mf-search .cell .form-control,.mf-search .cell .form-select{display: inline-block; margin-left: 1rem;width: auto;}
.mf-search .cell-label{display: block;text-align: right; width: 126px;white-space: nowrap;}
.mf-search .cell-form{display: inline-flex; width:calc(33.3% - 126px) ;}
.mf-search .cell-form-2{display: inline-flex; width:calc(66.6% - 126px) ;}

.mf-search .cell-label-3{display: block;text-align: right; width: 100px;white-space: nowrap;}
.mf-search .cell-form-3{display: inline-flex; width:calc(33.3% - 100px) ;}
/* sjkim...added */
.mf-search .cell-form-3{display: inline-flex; width:calc(30.0% - 126px) ;}
.mf-search .cell-form-4{display: inline-flex; width:calc(40.0% - 126px) ;}
.mf-search .cell-form-5{display: inline-flex; width:calc(50.0% - 126px) ;}
.mf-search .cell-form-6{display: inline-flex; width:calc(52.78% - 126px) ;}

.btn-area{margin: 1rem 0 .5rem 0; gap:0.36rem; display: flex;   flex-wrap: wrap;   flex-shrink: 0;   align-items: center;    justify-content: flex-end;}
input.w-100{ width: calc( 100% - 5.6rem)!important; }

/* footer */
footer{background-color: #efefef; font-size: 0.857rem;}
/* footer {
    background-color: #1c233b;
    font-size: 1rem;
    color: #bcbcbc;
} *//* sjkim added */
footer .f-logo{width: 17.857rem;background:url('../../images/biz/logo_footer.png') no-repeat left center; text-indent: -9999px;}
footer ul li{display: flex;}
footer ul li a{display: inline;}
/* footer ul li:first-child::after{content: ''; display: block; width: 1px; height: 0.857rem;background-color: #d3d3d3; margin:2px 1rem;} */
/* sjkim... */
footer ul li::before{content: ''; display: inline-block; width: 1px; height: 0.857rem; background-color: #d3d3d3; margin:1px 0.6rem;}
footer ul li:first-child::before{ display: none; }

/* 작성테이블 */
/* tb-div */
.tb-div{width: 100%; }
.tb-div .row{margin-left: 0; margin-right: 0;}
.tb-div .row .tb-div-head{background-color: #dde5e9; color: #000; border-top:1px solid #3d3d3d; text-align: center;}
.tb-div .row .tb-div-th{ padding: .8rem; font-size: 1.14rem; font-weight: 700;border-bottom:1px solid #3d3d3d;}
.tb-div-cell, .tb-div-head { border-right:1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; padding: 3px 10px; display: flex;justify-content: center; flex-direction: column;}
.tb-div-cell.text-center{align-items: center;}
/* .tb-div-head:last-child, .tb-div-cell:last-child{ border-right: 0;} sjkim*/
.tb-div-foot {	background-color: #EEE;	display: table-footer-group; font-weight: bold;}

.tb-nobdr{ width: 100%; border: 0;}
.tb-nobdr th{ text-align: right; font-weight: 400; vertical-align: middle;}
.tb-nobdr td,.tb-nobdr th{border: 0;}

/* 체크 */
.check-big{
    width: 1.6em;
    height: 1.6em;
}
.check-big:checked[type=checkbox] {
    background:#5ad73a url('../../images/biz/check.png') no-repeat center center !important;
}
.check-big:checked {
    background-color: #5ad73a;
    border-color: #5ad73a;
}
/*  */
.tb-view{border-top: 2px solid #1c75e9;}
.tb-view th{background-color: #dde5e9 !important; text-align: center; vertical-align: middle;}

/* 인쇄용 테이블 */
.tb-print{border: 1px solid #666; border-collapse: collapse; width: 100%; color: #000;}
.tb-print th{background-color: #efefef; text-align: center;border-right: 1px solid #666;border-bottom: 1px solid #666;padding: .2rem 1rem;}
.tb-print td{border-right: 1px solid #666;border-bottom: 1px solid #666; padding: .2rem 1rem;}
.tb-print + .tb-print{ margin-top: -2px;}
.col-4 .tb-print{margin-bottom: 1rem;}

.modal-header { border-bottom: 2px solid #1c75e9; }

/* axui-datagrid */
.axui-datagrid-header {  background-color:#dde5e9 !important; border-bottom: 1px solid #dee2e6;border-top: 2px solid #3d3d3d;}
.axui-datagrid-header table tr td { box-shadow: none;}
.axui-datagrid table tr td { border-right: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6;}
.axui-datagrid-page { background-color: #dde5e9; background-image:none; border-top: 1px solid #dee2e6; }


/* 문자보내기 */
.mssg-window{min-height: 400px;border-radius: 1rem; box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2); }
.mssg-view{
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color:#dee5f9 ;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
  height: 300px;
  padding:10px 5px 30px 5px;
  margin:30px 20px 20px;}
.mssg-view::before{
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  top:-17px;
  display: block;
  background-color: #dee5f9;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
  width: 20px;
  height: 6px;
  border-radius: 3px;
}
.mssg-view > div{
  height: 260px;
  color: #000;
  overflow-y: auto;
  /* white-space: pre-line; */
  word-break: break-all;}
.mssg-window .byte{
  position: absolute;width: calc(100% - 10px);
  height: 28px;line-height: 28px;
  border-top: 1px solid #b9c2db;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  color: #4f73a3;
  overflow: hidden;}
