@charset "UTF-8";
/*******************************************************************
	Reset
********************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

body dl, body ol, body ul {
  margin: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  border: 0;
  *margin: 0;
  *padding: 0;
  *font-size: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: Noto Sans KR,arial,Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
  font-size: 16px;
}

body {
  background: #fff;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Form */
input, textarea, select, button {
  font-family: Noto Sans KR,arial,Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
  font-size: 16px;
  color: #101820;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

input:focus-visible, textarea:focus-visible, select:focus-visible, button:focus-visible {
  outline-width: 0;
}

/*
input[type="text"] {
  font-family: "Malgun Gothic",sans-serif;
}
*/
button {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

button:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input[type="button"], input[type="text"], input[type="image"], input[type="submit"], textarea {
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

input[type="text"]:focus {
  outline: none;
}

input[type="text"]:focus.read {
  outline: none;
}

input[type="text"]:focus {
  outline: none;
}

input[type="text"], input[type="password"], input[type=number], input[type="file"] {
  vertical-align: top;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:-ms-input-placeholder {
  font-size: 16px;
  color: #abafb3;
}

input[type="text"], input[type="number"], input[type="password"] {
  width: 100%;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #e8edee;
  border-radius: 3px;
}

input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  font-size: 16px;
  color: #abafb3;
  font-family: Noto Sans KR,arial,Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
}

input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  font-size: 16px;
  color: #abafb3;
  font-family: Noto Sans KR,arial,Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
}

input[type="text"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder {
  font-size: 16px;
  color: #abafb3;
  font-family: Noto Sans KR,arial,Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
}

input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder {
  font-size: 16px;
  color: #abafb3;
  font-family: Noto Sans KR,arial,Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
}

input:disabled {
  background-color: #e6e6e6 !important;
}

select {
  padding: 0 5px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  z-index: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select:focus {
  outline: none;
}

select option {
  color: #555;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  padding: 10px;
  border: 1px solid #dddfe1;
  vertical-align: top;
}

textarea:focus {
  outline: none;
}

textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #abafb3;
}

textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #abafb3;
}

textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #abafb3;
}

textarea::placeholder {
  font-size: 16px;
  color: #abafb3;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a[href^="tel"] {
  font-style: normal;
}

/* placeholder */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* scroll bar */
::-webkit-scrollbar {
  display: -webkit-box;
  display: flex;
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background-color: #f0f2f6;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #cfd2d9;
  border: 1px solid transparent;
  border-radius: 3px;
}

/* 대체 텍스트 */
.blind {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* text 정렬 */
.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

/* border none */
.brtn {
  border-top: 0 !important;
}

.brrn {
  border-right: 0 !important;
}

.brbn {
  border-bottom: 0 !important;
}

.brln {
  border-left: 0 !important;
}

/* margin none */
.mtn {
  margin-top: 0 !important;
}

.mrn {
  margin-right: 0 !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.mln {
  margin-left: 0 !important;
}

/* padding none */
.ptn {
  padding-top: 0 !important;
}

.prn {
  padding-right: 0 !important;
}

.pbn {
  padding-bottom: 0 !important;
}

.pln {
  padding-left: 0 !important;
}

.pdn {
  padding: 0 !important;
}

/* margin-top */
.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/* padding-top */
.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

/* Layout */
#wrap {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#wrap.frame-out #header {
  display: none;
}

#wrap.frame-out .aside-wrap {
  display: none;
}

.aside-wrap .banner-wrap {
  padding:15px; display: none; 
  background: #fff; /*22-09-14 추가*/
}
.aside-wrap.on .banner-wrap {
  display: block;
}

.aside-wrap .lnb.on ~ .banner-wrap {
  display: block !important;
}
.aside-wrap .banner-wrap .banner-box {
  display:flex; align-items:center; width:100%; height:54px; border:1px solid #C8D7E8; padding:10px 20px 10px 15px; position:relative; cursor:pointer;
}
.aside-wrap .banner-wrap .banner-box em {
  position: absolute; top: 16px; right: 10px; line-height: 20px;
}
.aside-wrap .banner-wrap .banner-box::after {
  font-family: SAP-icons;
  display: block; 
  padding-left: 3px; 
  content: '\e066'; 
  color: #c7cfd7; 
  font-size: 13px;
  position: relative;
  left: 150px;
}

#wrap.frame-out #container {
  /* padding: 30px 0 0 20px; */
  padding: 0px 0 0 0px; /*220623 추가*/
}

#wrap #container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* padding: 70px 0 0 77px; */
  padding: 55px 0 0 48px; /*220623 수정*/
  background: #f5f8fa;
  z-index: 10;
}

#wrap #container.main-wrap {
  padding: 56px 380px 0 47px;
}

#wrap #container.main-wrap .content {
  overflow-y: auto;
  height: calc(100vh - 56px);
  padding: 25px 0 28px 30px;
}

@media all and (max-width: 1024px) {
  #wrap #container {
    padding-left: 0;
  }
  #wrap #container.main-wrap {
    padding: 56px 0 0 0;
  }
  #wrap #container.main-wrap .content {
    padding: 30px 15px 40px 15px;
  }
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 56px;
  background: #2c3238;
  color: #fff;
  z-index: 100;
  /* header nav */
}

#header .menu-box {
  display: none;
  width: 40px;
  margin: auto 0 auto 2px;
}

#header .menu-box .menu-btn {
  display: block;
  width: 40px;
  height: 40px;
}

#header .menu-box .menu-btn::before {
  display: block;
  font-family: SAP-icons;
  font-size: 16px;
  line-height: 42px;
  color: #DAE3ED;
  content: '\e1de';
}

#header .pre-next-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

#header .pre-next-box .pre-btn,
#header .pre-next-box .next-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  font-family: SAP-icons;
  font-size: 17px;
  color: #fff;
  background: transparent;
}

#header .pre-next-box .pre-btn:hover,
#header .pre-next-box .next-btn:hover {
  color: #12A6BE;
}

#header .pre-next-box .pre-btn:disabled,
#header .pre-next-box .next-btn:disabled {
  cursor: default;
  color: #777;
}

#header .pre-next-box .pre-btn {
  margin-right: 10px;
}

#header .pre-next-box .pre-btn::before {
  content: '\e067';
  font-family: SAP-icons;
}

#header .pre-next-box .next-btn::before {
  content: '\e066';
  font-family: SAP-icons;
}

#header .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

#header .logo-box .logo {
  display: block;
  width: 230px;
  height: 20px;
  background: url(/images/logo.png) center no-repeat;
}

/* 20221214 김품식 위원님 : 서버 문구 표시 */
#header .logo-txt {
  display: flex; align-items:center; color:red; margin-left:7px; min-width:210px; height:50px; background-color:yellow; font-size:18px; font-weight:700; letter-spacing:0.5px; padding:0 0 0 10px;
}

#header .logo-box .name {
  display: none;
  margin-left: 7px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #fff;
}

#header .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: calc(100% - 600px);
  position: relative;
}

#header .nav-wrap .nav-box {
  overflow: hidden;
  white-space: nowrap;
  /*text-overflow: ellipsis;*/
  color: #fff;
  margin: auto;
}

#header .nav-wrap .nav-box li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
  font-size: 16px;
}

#header .nav-wrap .nav-box li a {
  color: #fff;
}

#header .nav-wrap .nav-box li a:hover {
  color: #E0205C;
}

#header .nav-wrap .nav-box li label {
  color: #fff;
  cursor: pointer;
}

#header .nav-wrap .nav-box li label:hover {
  color: #E0205C;
}

#header .nav-wrap .btn_more {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(/images/ico_more.png) center no-repeat;
  text-indent: -9999em;
  cursor: pointer;
  margin-left: 15px;
}

#header .nav-wrap .btn_more:hover {
  /*border:1px solid #075763;*/
  border-radius: 3px;
  background: url(/images/ico_more_ov.png) center no-repeat;
}

#header .nav-wrap .btn_more:focus {
  outline: none;
}

#header .nav-box {
  position: relative;
  width: calc(100% - 600px);
  margin: 15px auto 0;
}

#header .nav-box a,
#header .nav-box label,
#header .nav-box button {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: transparent;
}

#header .nav-box .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .nav-box .menu-list > li > a,
#header .nav-box .menu-list > li > button {
  white-space: nowrap;
  margin: 0 35px;
  font-size: 0.95rem;
}

#header .nav-box .menu-list > li > a:hover, #header .nav-box .menu-list > li > a:active,
#header .nav-box .menu-list > li > button:hover,
#header .nav-box .menu-list > li > button:active {
  color: #26b9d1;
}

#header .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin: 13px 34px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#header .icon-box button {
  background-color: transparent;
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

#header .icon-box button:first-child {
  margin-right: 0;
}

#header .icon-box button::before {
  display: block;
  line-height: 28px;
  padding-left: 0px;
  font-family: SAP-icons;
  font-size: 16px;
  color: #E9EFF5;
  width: 28px;
  margin-left: -5px;
}

#header .icon-box button:disabled::before {
  color: #748291;
  cursor: default;
}

#header .icon-box button.logout::before {
  content: '\e005';
  font-size: 18px;
}

#header .icon-box button.help::before {
  content: '\e090';
}

#header .icon-box button.setting::before {
  content: '\e0a6';
}

#header .icon-box button.notification::before {
  content: '\e23a';
}

#header .icon-box button.todo::before {
  content: '\e009';
}

#header .icon-box button.search::before {
  content: '\e00d';
}

#header .icon-box button.notification, #header .icon-box button.todo {
  position: relative;
}

#header .icon-box button.notification .num {
  position: absolute;
  top: -3px;
  left: 10px; /*220725 수정*/
  width: auto;
  min-width: 18px;
  height: 18px;
  background: #e0205c;
  color: #fff;
  padding: 0 6px;
  border-radius: 8px;
  font-size: 11px;
  line-height: 16px;
}

#header .icon-box button.todo .num {
  position: absolute;
  top: -3px;
  left: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 16px;
  background: #e0205c;
  color: #fff;
  text-align: center;
  padding: 0 6px;
  border-radius: 16px;
  text-indent: 0px;
  font-size: 11px;
  line-height: 16px;
}

@media all and (max-width: 1400px) {
  #header .nav-box .menu-list > li > button {
    margin: 0 15px;
  }
}

@media all and (max-width: 1024px) {
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 56px;
    background: #fff;
    color: #2C3238;
    border-bottom: 1px solid #ececec;
  }
  #header .menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .menu-box .menu-btn {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #header .menu-box .menu-btn::before {
    display: block;
    line-height: 42px;
    padding-left: 12px;
    font-family: SAP-icons;
    font-size: 19px;
    color: #2C3238;
    content: '\e1de';
  }
  #header .nav-box, #header .pre-next-box {
    display: none;
  }
  #header .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .logo-box .logo {
    display: block;
    width: 180px;
    height: 23px;
    text-indent: -9999px;
    background: url(/images/mobile/logo_m.png) center no-repeat;
  }
  #header .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: auto 15px auto 0;
  }
  #header .icon-box .help,
  #header .icon-box .setting,
  #header .icon-box .todo,
  #header .icon-box .logout,
  #header .icon-box .search {
    display: none;
  }
  #header .icon-box .notification {
    background: url(/images/mobile/ico_notification_m.png) center no-repeat;
    text-indent: -9999px;
    position: relative;
    margin-right: 0px;
  }
  #header .icon-box .notification .num {
    position: absolute;
    top: 3px;
    left: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 16px;
    background: #e0205c;
    color: #fff;
    text-align: center;
    padding: 0 6px;
    border-radius: 16px;
    text-indent: 0px;
    font-size: 11px;
    line-height: 16px;
  }
}

#header .menu-search-pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#header .menu-search-pop .search-area {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 290px;
  height: 34px;
  background: #1a1e22;
}

#header .menu-search-pop .search-area .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .menu-search-pop .search-area .form-box .input-item {
  position: relative;
  width: 255px;
  height: 34px;
  padding-right: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#header .menu-search-pop .search-area .form-box .input-item input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  color: #fff;
}

#header .menu-search-pop .search-area .form-box .input-item button {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(/images/ico_search.png) center no-repeat;
}

#header .menu-search-pop .search-area .form-box .del-btn {
  margin-left: auto;
  margin-right: 8px;
  margin-top: 6px;
  width: 20px;
  height: 20px;
  background: url(/images/ico_search_close.png) no-repeat center center;
}

#header .menu-search-pop .search-area .result-box {
  display: none;
  width: 255px;
  margin-top: 2px;
}

#header .menu-search-pop .search-area .result-box li {
  display: block;
  font-size: 14px;
  color: #2C3238;
  background: #fff;
  min-height: 30px;
  line-height: 20px;
  text-align: left;
  padding: 8px 15px;
  text-indent: 0;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#header .menu-search-pop .search-area .result-box li:hover {
  background: #f7f7f7 url(/images/icon_select_2.png) no-repeat right 7px center;
}

.aside-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 56px;
  height: calc(100% - 56px);
  background: #fff;
  border-right: 1px solid #DAE3ED;
  z-index: 1000; /*22-09-16 수정*/
}

.aside-wrap > .bg {
  display: none;
  position: fixed;
  left: 0;
  top: 56px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.aside-wrap.on > .bg {
  display: block;
}

.aside-wrap.on .lnb {
  width: 400px;
}

.aside-wrap.on .lnb .menu-box {
  display: block;
}

.aside-wrap .lnb {
  display: block;
  position: relative;
  width: 47px;
  background: #fff;
  z-index: 10;
}

.aside-wrap .lnb > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #DAE3ED;
  background: #fff; /*22-09-14 추가*/
}

.aside-wrap .lnb > li.menu-list .menu-box .depth2 > li > button.bullet::after {
  display: none;
}

/* .aside-wrap .lnb > li.menu-list .menu-box .depth2 > li > button::after {
  display: block;
  content: '\e1e2';
  position: absolute;
  height: 40px;
  right: 15px;
  top: 0;
  font-family: SAP-icons;
  font-size: 15px;
  line-height: 40px;
  color: #c7cfd7;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
} */

/* .aside-wrap .lnb > li.menu-list .menu-box .depth2 > li > button:hover::after {
  content: '\e1e2';
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: SAP-icons;
} */

.aside-wrap .lnb > li .menu-box {
  display: none;
  width: calc(100% - 42px);
  height: auto;
  border-left: 1px solid #DAE3ED;
}

.aside-wrap .lnb > li .menu-box + .menu-box {
  margin-left: 42px;
  border-top: 1px solid #DAE3ED;
}

.aside-wrap .lnb > li .menu-box .menu-btn {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 14px;
  color: #424952;
  font-size: 14px;
  line-height: 44px;
  text-align: left;
}

.aside-wrap .lnb > li .menu-box .menu-btn::after {
  display: block;
  content: '\e1e2';
  position: absolute;
  right: 15px;
  top: 0;
  font-family: SAP-icons;
  font-size: 15px;
  color: #c7cfd7;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.aside-wrap .lnb > li .menu-box .menu-btn.on {
  font-weight: bold;
  color: #000;
}

.aside-wrap .lnb > li .menu-box .menu-btn.on::after {
  color: #000;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.aside-wrap .lnb > li .menu-box .menu-btn.on + .depth2 {
  display: block;
}

.aside-wrap .lnb > li .menu-box .depth2 {
  display: none;
  border-top: 1px solid #DAE3ED;
}

.aside-wrap .lnb > li .menu-box .depth2 > li > button.on {
  font-weight: bold;
  color: #000;
}

.aside-wrap .lnb > li .menu-box .depth2 > li > button.on + .depth3 {
  display: block;
}

.aside-wrap .lnb > li .menu-box .depth2 > li button.w80 {
	width: 90%;
	display: inline-block;
}

.aside-wrap .lnb > li .menu-box .depth2 > li button {
  display: block;
  position: relative;
  width: 100%;
  /* padding: 10px 10px 10px 38px; */
  padding: 10px 10px 10px 25px; /*22-09-22 수정*/
  border-bottom: 0;
  background: #f5f7fa;
  /*background-image: url(/images/ico_depth.png);*/
  background-repeat: no-repeat;
  background-position: 15px center;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  -webkit-transition: none;
  transition: none;
}

.aside-wrap .lnb > li .menu-box .depth2 > li span.popup {
    width: 36px; 
    display: inline-block; 
    margin-left: -5px; 
    height: 40px; 
    margin-bottom: -4px; 
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #f5f7fa;
    font-size: 14px;
    -webkit-transition: background-color 0.2s, color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
  transition: background-color 0.2s, color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
 
.aside-wrap .lnb > li .menu-box .depth2 > li span.popup::before {
    content: '\e05a';
  font-family: SAP-icons;
  color: #101820;
  -webkit-transition: background-color 0.2s, color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
  transition: background-color 0.2s, color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.aside-wrap .lnb > li .menu-box .depth2 > li:hover span.popup::before {
	color: #fff;
}

.aside-wrap .lnb > li .menu-box .depth2 > li:hover span.popup {
	background-color: #A2B3CB;
}

/*212-09-20 추가*/
.aside-wrap .lnb > li .menu-box .depth2 > li:hover > .depth3 > li span.popup::before {
  color: #101820;
}
.aside-wrap .lnb > li .menu-box .depth3 > li button {
  background: #f5f7fa;
  background-repeat: no-repeat;
  background-position: 15px center;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  -webkit-transition: none;
  transition: none;
}
.aside-wrap .lnb > li .menu-box .depth2 > li:hover > .depth3 > li span.popup,
.aside-wrap .lnb > li .menu-box .depth2 > li > .depth3 > li span.popup {
  background: #e7edf6;
}
.aside-wrap .lnb > li .menu-box .depth2 > li > .depth3 > li:hover span.popup::before {
	color: #fff;
}
.aside-wrap .lnb > li .menu-box .depth2 > li > .depth3 > li:hover span.popup {
	background-color: #A2B3CB;
}
/*//212-09-20 추가*/

.aside-wrap .lnb > li .menu-box .depth3 > li button {
	background-color: #e7edf6;
}

.aside-wrap .lnb > li .menu-box .depth2 > li button.last {
	padding-left: 25px;
}

.aside-wrap .lnb > li .menu-box .depth2 > li button.last::before {
	left: 15px;
}

.aside-wrap .lnb > li .menu-box .depth2 > li button.bullet {
  background-image: url(/images/ico_depth.png) !important;
}
.aside-wrap .lnb > li .menu-box .depth2 > li button.bullet::before {
  display: none !important;
}
.aside-wrap .lnb > li .menu-box .depth2 > li button::before {
  display: inline-block;
  content: '\e287';
  font-family: SAP-icons;
  color: #424952;
  position: absolute;
  top: 10px;
  /* left: 27px; */
  left: 15px; /*22-09-22 수정*/
  transform: rotate(-90deg);
}

.aside-wrap .lnb > li .menu-box .depth2 > li > button,
.aside-wrap .lnb > li .menu-box .depth3 > li > button {
	-webkit-transition: background-color 0.2s, color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
  transition: background-color 0.2s, color 0.2s, transform 0.2s, -webkit-transform 0.2s;	
} 

.aside-wrap .lnb > li .menu-box .depth2 > li > button:hover {
  background-color: #A2B3CB;
  color: #fff; 
}

.aside-wrap .lnb > li .menu-box .depth3 > li > button:hover {
  background-color: #A2B3CB;
  color: #fff;
}

.aside-wrap .lnb > li .menu-box .depth2 > li button.bullet {
  padding-left: 25px;
  background-image: none;
}

.aside-wrap .lnb > li .menu-box .depth2 > li button.bullet::before {
  display: inline-block;
  content: '\e287';
  font-family: SAP-icons;
  color: #424952;
  position: absolute;
  top: 10px;
  left: 12px;
  background-image: url(/images/ico_depth.png);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.aside-wrap .lnb > li .menu-box .depth2 > li button.bullet:hover::before {
  color: #fff;
}

.aside-wrap .lnb > li .menu-box .depth2 > li button.no-icon {
  padding-left: 15px;
  background-image: none;
}

.aside-wrap .lnb > li .menu-box .depth3 {
  display: none;
  border-top: 1px solid #cdd9ef;
  border-bottom: 1px solid #cdd9ef;
}

/*22-09-22 추가*/
.aside-wrap .lnb > li .menu-box .depth3 > li button.last {
	padding-left: 35px;
}
.aside-wrap .lnb > li .menu-box .depth3 > li button.last::before {
  left: 25px;
}
/*//22-09-22 추가*/

.aside-wrap .lnb > li .menu-box .depth3 > li button.bullet {
  padding-left: 43px;
  background-position-x: 40px;
  background-color: #e7edf6;
}

.aside-wrap .lnb > li .menu-box .depth3 > li button.bullet::before {
  left: 30px;
}

.aside-wrap .lnb > li .menu-box .depth3 > li button.bullet:hover {
  background: #A2B3CB;
}

.aside-wrap .lnb > li .menu-box .depth3 > li button.bullet:hover::after {
  display: none;
}

.aside-wrap .lnb > li .menu-box .depth3 > li button.on {
  background: #26b9d1;
  color: #fff;
}

.aside-wrap .lnb > li .icon {
  width: 42px;
  height: 44px;
  line-height: 42px;
  font-family: SAP-icons;
  font-size: 18px;
  color: #8996A3;
  cursor: pointer;
}

.aside-wrap .lnb > li .icon:disabled {
  color: #ddd;
  cursor: default;
}

.aside-wrap .lnb > li .icon::before {
  font-family: SAP-icons;
}

.aside-wrap .lnb > li .no-icon::before {
  content: '' !important;
}

.aside-wrap .lnb > li .icon.i-fav::before {
  content: '\e0a1';
}

.aside-wrap .lnb > li .icon.i-recen::before {
  content: '\e0f8';
}

.aside-wrap .lnb > li .icon.i-menu::before {
  content: '\e0da';
  font-size: 19px;
}

.aside-wrap .lnb > li .icon.i-util::before {
  content: '\e124';
}

.aside-wrap .lnb > li .icon.i-mgmt::before {
  content: '\e098';
}

.aside-wrap .lnb > li .icon.i-rel::before {
  content: '\e277';
}

.aside-wrap.mo-type {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: transparent;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.aside-wrap.mo-type.on > .bg {
  display: block;
}

.aside-wrap.mo-type > .bg {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.aside-wrap.mo-type > .bg::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 365px;
  width: 40px;
  height: 40px;
  background: url(/images/mobile/lco_aside_close.png) no-repeat center center;
  cursor: pointer;
}

@media all and (max-width: 412px) {
  .aside-wrap.mo-type > .bg::before {
    left: calc(100% - 50px);
  }
}

.aside-wrap.mo-type .lnb-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 362px;
  max-width: calc(100% - 50px);
  background: #fff;
  z-index: 10;
}

.aside-wrap.mo-type .lnb-box .menu-area {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}

.aside-wrap.mo-type .lnb-box .top-info-area {
  border-bottom: 1px solid #DAE3ED;
}

.aside-wrap.mo-type .lnb-box .top-info-area .logo {
  display: block;
  width: 100%;
  height: 54px;
  background: url(/images/mobile/logo_m.png) center no-repeat;
}

.aside-wrap.mo-type .lnb-box .top-info-area .info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #424952;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.aside-wrap.mo-type .lnb-box .top-info-area .info-group .logout-btn {
  position: absolute;
  top: 5px;
  right: 12px;
  background-color: transparent;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  padding: 0;
}

.aside-wrap.mo-type .lnb-box .top-info-area .info-group .logout-btn::before {
  content: '\e005';
  font-family: SAP-icons;
  color: #424952;
  font-size: 18px;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb {
  width: 100%;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li {
  display: block;
  border: 0;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  line-height: 52px;
  padding-left: 20px;
  font-family: SAP-icons;
  font-size: 14px;
  color: #424952;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li > button::before {
  content: '\e0da';
  padding-right: 10px;
  vertical-align: middle;
  font-size: 19px;
  font-family: SAP-icons;
  color: #8996A3;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li > button::after {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  padding: 0px;
  content: '\e1e2';
  font-family: SAP-icons;
  color: #c7cfd7;
  font-size: 15px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li > button.on + .depth2 {
  display: block;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 {
  display: none;
  background: #f5f7fa;
  border-top: 1px solid #dce3f3;
  border-bottom: 1px solid #dce3f3;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button {
  display: block;
  width: 100%;
  padding: 10px 30px 10px 35px;
  min-height: 44px;
  line-height: 18px;
  border-top: 0px solid #f5f7fa;
  position: relative;
  font-size: 14px;
  text-align: left;
  background: url(/images/ico_depth.png) no-repeat 20px center;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button.on {
  font-weight: bold;
  color: #000;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button.on::after {
  font-weight: normal;
  color: #000;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button.on + .depth3 {
  display: block;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button:hover {
  background-color: #A2B3CB;
  color: #fff;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button:hover::after {
  color: #fff;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button::after {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  content: '\e1e2';
  font-family: SAP-icons;
  color: #c7cfd7;
  font-size: 15px;
  line-height: 44px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button.bullet {
  padding-left: 20px;
  background-image: none;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button.bullet:hover::before {
  color: #fff;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button.bullet:hover::after {
  display: block;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button.bullet::before {
  display: inline-block;
  content: '\e287';
  font-family: SAP-icons;
  color: #424952;
  margin-right: 7px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth2 > li > button.bullet::after {
  display: none;
  content: '\e05a';
  position: absolute;
  right: 15px;
  top: 0;
  font-family: SAP-icons;
  color: #fff;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth3 {
  display: none;
  background: #e7edf6;
  border-top: 1px solid #c2cee4;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth3 > li > button {
  display: block;
  width: 100%;
  padding: 10px 30px 10px 55px;
  min-height: 44px;
  line-height: 18px;
  border-top: 0px solid #f5f7fa;
  position: relative;
  font-size: 14px;
  text-align: left;
  background: url(/images/ico_depth.png) no-repeat 40px center;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth3 > li > button.on {
  font-weight: bold;
  color: #000;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth3 > li > button.on::after {
  font-weight: normal;
  color: #000;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth3 > li > button.on + .depth4 {
  display: block;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth3 > li > button:hover {
  background-color: #A2B3CB;
  color: #fff;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth3 > li > button:hover::after {
  color: #fff;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth3 > li > button::after {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  content: '\e1e2';
  font-family: SAP-icons;
  color: #c7cfd7;
  font-size: 15px;
  line-height: 44px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth4 {
  display: none;
  background: #d6e0ef;
  border-top: 1px solid #c2cee4;
  border-bottom: 1px solid #c2cee4;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth4 > li > button {
  display: block;
  width: 100%;
  padding: 10px 30px 10px 55px;
  min-height: 44px;
  line-height: 18px;
  border-top: 0px solid #f5f7fa;
  position: relative;
  font-size: 14px;
  text-align: left;
  /*
									&::after {
										display: none;
										content: '\e05a';
										position: absolute;
										right: 15px;
										top: 13px;
										font-family: SAP-icons;
										color: #000;
									}
									*/
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth4 > li > button::before {
  display: inline-block;
  content: '\e287';
  font-family: SAP-icons;
  color: #424952;
  margin-right: 7px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth4 > li > button:hover {
  background-color: #A2B3CB;
  color: #fff;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth4 > li > button:hover::before {
  color: #fff;
}

.aside-wrap.mo-type .lnb-box .menu-area .lnb > li .depth4 > li > button:hover::after {
  display: block;
}

@media all and (max-width: 1024px) {
  .aside-wrap.pc-type {
    display: none;
  }
  .aside-wrap.mo-type.on {
    display: block;
  }
}
/*# sourceMappingURL=default.css.map */