/************************************************
 * Common System
 ************************************************/
/************************************************
 * Color System
 ************************************************/
/************************************************
 * Font
 ************************************************/
/************************************************
 * Body
 ************************************************/
/************************************************
 * Components
 ************************************************/
/************************************************
 * 브래드크럼블
 ************************************************/
.cl-container.breadcrumbs1 {
  background-color: #f1f1f1;
}
.cl-container.breadcrumbs1 .lnb-wrap {
  position: relative;
  z-index: 10;
}
.cl-container.breadcrumbs1 .lnb-btn-wrap {
  position: relative;
  z-index: 1;
}
.cl-container.breadcrumbs1 .cl-output.breadcrumb-item {
  color: #111111;
  font-family: "Malgun Gothic", sans-serif;
  font-size: 1rem;
}
.cl-container.breadcrumbs1 .cl-output.breadcrumb-item.last-item {
  color: #115d81;
  font-weight: bold;
}
.cl-container.breadcrumbs1 .cl-output.breadcrumb-item.last-item .cl-text {
  max-width: 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cl-container.breadcrumbs1 .cl-output.breadcrumb-next {
  background-image: url("../v1/images/icon/component/icon-chevron-right-gray-20px.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cl-container.breadcrumbs1 .cl-container.item-wrap {
  position: relative;
  border-radius: 0 12px 0 0;
  left: 0;
  background-color: white;
  min-width: 26rem;
}
.cl-container.breadcrumbs1 .cl-container.item-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 0 0;
  border-top: 4px solid #007bc8;
  border-right: 4px solid #007bc8;
}
.cl-container.breadcrumbs1 .cl-container.bottom-line {
  position: relative;
}
.cl-container.breadcrumbs1 .cl-container.bottom-line:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0px;
  width: calc(100% + 10px);
  height: 4px;
  background: linear-gradient(to right, #2a92a0 0%, #9ecd33 100%);
}
.cl-container.breadcrumbs1 .cl-container.bottom-line.bg-line:before {
  background: #9ecd33;
}
.cl-container.breadcrumbs1 .cl-container.top-line {
  border-top: 4px solid #007bc8;
  background-color: white;
}
.cl-container.breadcrumbs1 .cl-button.breadCrumb_info {
  line-height: 0.9 !important;
  position: relative;
  background: #105c81;
  color: #fff;
  /* font-family: 'SCDream'; */
  font-weight: 600;
  text-align: left;
  padding-right: 2.5rem !important;
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  margin-left: 10px;
  /* 더보기버튼 */
  /* 닫기버튼 */
}
.cl-container.breadcrumbs1 .cl-button.breadCrumb_info:not(.mob) {
  padding-left: 35px !important;
  margin-left: 0px;
}
.cl-container.breadcrumbs1 .cl-button.breadCrumb_info:not(.mob):before {
  content: '';
  display: inline-block;
  background: #fff url("images/con_com/btn_info_icon.png") no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
}
.cl-container.breadcrumbs1 .cl-button.breadCrumb_info.info_plus:after {
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  top: 30%;
  content: "\e913";
  font-family: 'xeicon';
  font-size: 0.95rem;
  font-weight: 200;
}
.cl-container.breadcrumbs1 .cl-container.oh >.cl-layout {
  overflow: hidden !important;
}
.cl-container.breadcrumbs1 .cl-container.zoom {
  background-color: #dedede;
  border-radius: 20px;
}
.cl-container.breadcrumbs1 .cl-container.zoom .cl-button.zoom-in-btn {
  background-image: url("images/layout/ico_size_zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #2c425a;
  border-radius: 20px;
}
.cl-container.breadcrumbs1 .cl-container.zoom .cl-button.zoom-in-btn:not(.cl-disabled).cl-focus,
.cl-container.breadcrumbs1 .cl-container.zoom .cl-button.zoom-in-btn:not(.cl-disabled).cl-activated,
.cl-container.breadcrumbs1 .cl-container.zoom .cl-button.zoom-in-btn:not(.cl-disabled):active {
  opacity: 0.8;
}
.cl-container.breadcrumbs1 .cl-container.zoom .cl-button.zoom-out-btn {
  background-image: url("images/layout/ico_size_in.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #2c425a;
  border-radius: 20px;
}
.cl-container.breadcrumbs1 .cl-container.zoom .cl-button.zoom-out-btn:not(.cl-disabled).cl-focus,
.cl-container.breadcrumbs1 .cl-container.zoom .cl-button.zoom-out-btn:not(.cl-disabled).cl-activated,
.cl-container.breadcrumbs1 .cl-container.zoom .cl-button.zoom-out-btn:not(.cl-disabled):active {
  opacity: 0.8;
}
.cl-container.breadcrumbs1 .cl-button.btn_link {
  background: #dedede;
  border-radius: 1rem;
  font-weight: 600;
  text-align: center;
  padding-left: 2.25rem;
}
.cl-container.breadcrumbs1 .cl-button.btn_link:before {
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  left: 0;
  top: 0;
  position: absolute;
  background: #115d81;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.8rem;
  font-family: 'xeicon';
}
.cl-container.breadcrumbs1 .cl-button.btn_link.faq:before {
  content: "\e9d7";
}
.cl-container.breadcrumbs1 .cl-button.btn_link.userSrv:before {
  content: "\e9f3";
}
.cl-container.breadcrumbs1 .cl-button.btn_link.operSrv:before {
  content: "\e9dc";
}
.cl-container.breadcrumbs1 .cl-button.btn_link.print:before {
  content: "\e9bb";
}
.cl-menu.bc-dropdown .cl-menu-list {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-top: 4px solid #0376de;
  padding: 10px 0px;
}
.cl-menu.bc-dropdown .cl-menu-list .cl-menu-item {
  color: #ffffff;
  font-family: "Malgun Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
}
.cl-menu.bc-dropdown .cl-menu-list .cl-menu-item .cl-menu-icon,
.cl-menu.bc-dropdown .cl-menu-list .cl-menu-item .cl-menu-arrow,
.cl-menu.bc-dropdown .cl-menu-list .cl-menu-item .cl-menu-arrow-wrapper {
  background-image: none;
  width: 0px;
}
.cl-menu.bc-dropdown .cl-menu-list .cl-menu-item:not(.cl-disabled):not(.cl-selected):hover,
.cl-menu.bc-dropdown .cl-menu-list .cl-menu-item:not(.cl-disabled).cl-hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}
.cl-menu.bc-dropdown .cl-menu-list .cl-menu-item.cl-selected {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}
/************************************************
 * 스텝 v1, 스텝 v2
 ************************************************/
.cl-container.step_v1 {
  overflow: hidden !important;
}
.cl-container.step_v1 .cl-container.step-item {
  cursor: pointer;
  border-radius: 25px;
  background-color: #e7eff2;
}
.cl-container.step_v1 .cl-container.step-item:hover:not(.selected),
.cl-container.step_v1 .cl-container.step-item.cl-focus {
  background-color: #0587a7;
}
.cl-container.step_v1 .cl-container.step-item:hover:not(.selected) .cl-text,
.cl-container.step_v1 .cl-container.step-item.cl-focus .cl-text {
  color: #fff;
}
.cl-container.step_v1 .cl-container.step-item.hover {
  background-color: #0587a7 !important;
}
.cl-container.step_v1 .cl-container.step-item.hover .cl-text {
  color: #fff;
}
.cl-container.step_v1 .cl-container.step-item .cl-htmlsnippet.step-numtxt {
  background-color: #ffffff;
  border-radius: 50%;
  color: #057d96;
  font-size: 0.8rem;
  font-weight: 700;
}
.cl-container.step_v1 .cl-container.step-item .cl-htmlsnippet.step-numtxt span {
  font-weight: 800;
  font-size: 15px;
}
.cl-container.step_v1 .cl-container.step-item .cl-output.step-txt {
  font-family: "Malgun Gothic", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.cl-container.step_v1 .cl-container.step-item .cl-button.cl-focus {
  border: transparent !important;
}
.cl-container.step_v1 .cl-container.step-item.selected {
  border: 3px solid #057d96;
  background-color: white;
  box-shadow: 0px 0px 10px #e7eff2;
}
.cl-container.step_v1 .cl-container.step-item.selected .cl-htmlsnippet.step-numtxt {
  background: #057d96;
  color: #fff;
  margin: -3px;
}
.cl-container.step_v1 .cl-container.step-item.selected .cl-output.step-txt {
  color: #057d96;
  font-weight: 700;
}
.cl-container.step_v1 .cl-container.step-item.mobile {
  background-color: transparent;
}
.cl-container.step_v1 .cl-container.step-item.mobile .cl-htmlsnippet.step-numtxt {
  font-size: 9px;
  line-height: 12px;
  padding-top: 2px;
}
.cl-container.step_v1 .cl-container.step-item.mobile .cl-htmlsnippet.step-numtxt span {
  font-size: 13px;
}
.cl-container.step_v1 .cl-container.step-item.mobile .cl-output.step-txt {
  color: #656565;
  font-size: 14px;
  padding: 0px;
}
.cl-container.step_v1 .cl-container.step-item.mobile.selected {
  box-shadow: none;
}
.cl-container.step_v1 .cl-container.step-item.mobile.selected .cl-htmlsnippet.step-numtxt {
  background-color: #18a4ea;
  color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0, 131, 203, 0.35);
}
.cl-container.step_v1 .cl-container.step-item.mobile.selected .cl-htmlsnippet.step-numtxt span {
  color: #ffffff;
}
.cl-container.step_v1 .cl-container.step-item.mobile.selected .cl-output.step-txt {
  background-image: none;
  color: #006394;
  font-weight: 700;
}
.cl-container.step_v1 .cl-container.step-bar.h-bar:before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: 0px;
  width: 100%;
  height: 4px;
  background-color: #e7eff2;
}
.cl-container.step_v1 .cl-container.step-bar.h-bar.mobile:before {
  content: "";
  top: 20px;
}
.cl-container.step_v1 .cl-container.step-bar.h-bar.mobile.cl-first-column:before {
  content: "";
  width: 50%;
  right: 0px;
}
.cl-container.step_v1 .cl-container.step-bar.h-bar.mobile.cl-last-column:before {
  content: "";
  width: 50%;
  left: 0px;
}
.cl-container.step_v1 .cl-container.step-bar.v-bar.has-btn {
  padding: 0 50px;
}
.cl-container.step_v1 .cl-container.step-bar.v-bar .cl-button.step-prevnext {
  background-color: #057d96;
  border-radius: 15px;
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
}
.cl-container.step_v1 .cl-container.step-bar.v-bar .cl-button.step-prevnext:not(.cl-disabled).cl-activated,
.cl-container.step_v1 .cl-container.step-bar.v-bar .cl-button.step-prevnext:not(.cl-disabled):active,
.cl-container.step_v1 .cl-container.step-bar.v-bar .cl-button.step-prevnext.cl-focus {
  opacity: 0.7;
  background-image: none;
}
.cl-container.step_v1 .cl-container.step-bar.v-bar .cl-button.step-prevnext .cl-text:after {
  color: #f6fbff;
  margin-top: 2px;
  font-size: 0.85rem;
}
.cl-container.step_v1 .cl-container.step-bar.v-bar:before {
  content: "";
  display: block;
  position: absolute;
  top: 53px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #e7eff2;
}
.cl-container.step_v1 .cl-progress {
  border-radius: 50px;
  background-color: #093d57;
  background-image: none;
}
.cl-container.step_v1 .cl-progress .cl-progress-bar {
  background-image: none;
  background-color: #1c719c;
}
.cl-container.step_v1 .cl-progress .cl-text {
  padding-left: 15px;
}
.cl-container.step_v2 .cl-container.step-item .cl-htmlsnippet.step-numtxt {
  background-color: #ffffff;
  color: #afafaf;
  font-family: "Noto Sans KR", "S-Core Dream", sans-serif;
  font-weight: 800;
  font-size: 11px;
  border-radius: 30px;
}
.cl-container.step_v2 .cl-container.step-item .cl-htmlsnippet.step-numtxt span {
  font-size: 15px;
}
.cl-container.step_v2 .cl-container.step-item .cl-output.step-txt {
  font-family: "Malgun Gothic", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e;
  cursor: pointer;
}
.cl-container.step_v2 .cl-container.step-item.selected .cl-htmlsnippet.step-numtxt {
  background-color: #007bc7;
  box-shadow: 0px 3px 7px 0px rgba(0, 131, 203, 0.35);
  color: #ffffff;
}
.cl-container.step_v2 .cl-container.step-item.selected .cl-htmlsnippet.step-numtxt span {
  color: #ffffff;
}
.cl-container.step_v2 .cl-container.step-item.selected .cl-output.step-txt {
  color: #007bc7;
}
.cl-container.step_v2 .cl-container.step-item.step-collapsed {
  background-color: #ffffff;
  cursor: pointer;
}
.cl-container.step_v2 .cl-container.step-item.step-collapsed .cl-htmlsnippet.step-numtxt {
  background-color: transparent;
  color: #007bc7;
  font-size: 15px;
  font-weight: 600;
}
.cl-container.step_v2 .cl-container.step-item.step-collapsed .cl-output.step-txt {
  background-image: url("images/layout/ico_arrow_down_m.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #007bc7;
  padding-right: 20px;
}
.cl-container.step_v2 .cl-container.step-item.step-collapsed .cl-output.step-txt .cl-text:before {
  content: "";
  display: block;
  position: relative;
  left: 0px;
  top: 5px;
  width: 1px;
  height: 13px;
  float: left;
  background-color: #d9d9d9;
  margin-right: 20px;
}
.cl-container.step_v2 .cl-container.step-bar:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 40px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.cl-container.step_dropdown {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.cl-container.step_dropdown .cl-container.dropdown-item {
  background-color: #f6f6f6;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.cl-container.step_dropdown .cl-container.dropdown-item .cl-output {
  color: #666666;
  font-family: "Malgun Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.cl-container.step_dropdown .cl-container.dropdown-item .cl-output.cl-first-column {
  font-family: "Noto Sans KR", "S-Core Dream", sans-serif;
  font-weight: 600;
  padding: 0px 23px;
  text-align: center;
}
.cl-container.step_dropdown .cl-container.dropdown-item .cl-output.cl-first-column .cl-text {
  letter-spacing: 0px;
}
.cl-container.step_dropdown .cl-container.dropdown-item .cl-output.cl-last-column {
  padding-right: 20px;
}
.cl-container.step_dropdown .cl-container.dropdown-item .cl-output.cl-last-column .cl-text:before {
  content: "";
  display: block;
  position: relative;
  left: 0px;
  top: 5px;
  width: 1px;
  height: 13px;
  float: left;
  background-color: #d9d9d9;
  margin-right: 20px;
}
.cl-container.step_dropdown.mobile .cl-container.dropdown-item .cl-output.cl-first-column {
  padding: 0px 18px;
}
@media screen and (max-width:768px) {
  .cl-container.step_v1 {
    height: 50px !important;
  }
}
/************************************************
 * 사이트맵
 ************************************************/
.cl-container.grp-gray-info {
  background-color: #F0F0F0;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}
.cl-output span.text-red {
  color: red;
}
.cl-output span.text-blue {
  color: #246BEB;
}
.cl-output.badge {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0 8px;
  text-align: center;
}
.cl-output.badge.badge-pill {
  border-radius: 1.5rem;
}
.cl-output.badge.badge-dot {
  background-repeat: no-repeat !important;
  background-position: left center !important;
  padding: 0 12px;
}
.badge-individual:not(.badge-dot) {
  background-color: #EEF7F0 !important;
  color: #006E18 !important;
}
.badge-individual.badge-dot {
  background-image: url("images/controls/output/icon-success-dot.png") !important;
  color: #333333 !important;
  text-align: left !important;
}
.badge-business:not(.badge-dot) {
  background-color: #e9eff7 !important;
  color: #2263b3 !important;
}
.badge-business.badge-dot {
  background-image: url("images/controls/output/icon-primary-dot.png") !important;
  color: #333333 !important;
  text-align: left !important;
}
.badge-disable:not(.badge-dot) {
  background-color: #e5e9f2 !important;
  color: #364a63 !important;
}
.badge-disable.badge-dot {
  background-image: url("images/controls/output/icon-light-dot.png") !important;
  color: #b7c2d0 !important;
}
.cl-button.btn-business {
  background-color: #EFF5FF;
  border: 1px #246BEB solid;
  color: #1D56BC;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 25px;
}
.cl-button.btn-business:not(.cl-disabled):hover,
.cl-button.btn-business:focus,
.cl-button.btn-business.cl-focus,
.cl-button.btn-business:not(.cl-disabled).cl-activated,
.cl-button.btn-business:not(.cl-disabled):active {
  background-color: #056eae;
  color: #ffffff;
}
.cl-button.btn-business.cl-disabled {
  border: 1px #E2E2E2 solid !important;
  background-color: #D8D8D8 !important;
}
.cl-button.btn-business.cl-disabled .cl-text {
  color: #717171 !important;
}
.cl-button.btn-individual {
  background-color: #EEF7F0;
  border: 1px #008A1E solid;
  color: #006E18;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 25px;
}
.cl-button.btn-individual:not(.cl-disabled):hover,
.cl-button.btn-individual:focus,
.cl-button.btn-individual.cl-focus,
.cl-button.btn-individual:not(.cl-disabled).cl-activated,
.cl-button.btn-individual:not(.cl-disabled):active {
  background-color: #8dbd22;
  color: #ffffff;
}
.cl-button.btn-individual.cl-disabled {
  border: 1px #E2E2E2 solid !important;
  background-color: #D8D8D8 !important;
}
.cl-button.btn-individual.cl-disabled .cl-text {
  color: #717171 !important;
}
.cl-accordion.step-accordion {
  font-family: "Noto Sans KR" !important;
}
.cl-accordion.step-accordion .cl-output {
  font-family: "Noto Sans KR" !important;
}
.cl-accordion.step-accordion .cl-accordion-header {
  margin: 0;
  background: none;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1.5rem;
  transition: all 0.2s;
  /* 아코디언 arrow */
  /* 아코디언 active */
}
.cl-accordion.step-accordion .cl-accordion-header:hover:not(.cl-disabled) {
  border-color: #888;
}
.cl-accordion.step-accordion .cl-accordion-header .cl-accordion-expander {
  position: relative;
  background: none;
}
.cl-accordion.step-accordion .cl-accordion-header .cl-accordion-expander:before {
  content: "\e913";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'xeicon';
  font-weight: 400;
  font-size: 1.1rem;
}
.cl-accordion.step-accordion .cl-accordion-header.cl-activated {
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 0;
  border-color: #888;
  /* 아코디언 active : arrow */
}
.cl-accordion.step-accordion .cl-accordion-header.cl-activated .cl-accordion-expander:before {
  content: "\e91a";
}
.cl-accordion.step-accordion .cl-accordion-header.cl-activated .cl-text {
  text-decoration: none;
}
.cl-accordion.step-accordion .cl-accordion-header.cl-activated +.cl-accordion-section {
  border-radius: 0 0 0.5rem 0.5rem;
  border: 1px solid #888;
  border-top: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.cl-accordion.step-accordion .cl-accordion-header.cl-activated +.cl-accordion-section .cl-accordion-content {
  padding: 0 2rem 2rem;
  border: none;
}
.cl-accordion.step-accordion .cl-accordion-section {
  transition: all 0.2s;
}
.cl-accordion.step-accordion .cl-accordion-section +.cl-accordion-header {
  margin-top: 1rem;
}
/*** step 아코디언 리스트 ***/
.select-list {
  padding: 2rem 0;
  border: none;
  transition: all 0.2s;
  /* 전자약정 아이콘 */
  /*기업회원*/
  /*개인회원*/
}
.select-list + .select-list {
  border-top: 1px solid #ccc;
}
.select-list.list-st-box {
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
}
.select-list.list-st-box:hover {
  border: 2px solid #000;
}
.select-list .cl-button {
  border-radius: 0.5rem;
  border: 1px solid #333;
  padding: 0 1.5rem;
  font-size: 0.9rem;
  color: #333;
  background: #fff;
  word-break: keep-all;
  font-family: "Noto Sans KR" !important;
  /* 비활성화 */
  /* 전자약정버튼 */
}
.select-list .cl-button.btn-disable {
  border-color: #d8d8d8 !important;
  background: #d8d8d8 !important;
  color: #777 !important;
}
.select-list .icoWrap {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
.select-list .icoWrap img {
  width: 3rem !important;
  height: 3rem !important;
}
.select-list .cl-text-state {
  padding: 0 0.5rem;
  font-size: 0.7rem;
  background: #f8f8f8;
  color: #888;
  /* 비활성화 */
}
.select-list .cl-text-state.disable {
  background: #f8f8f8 !important;
  color: #666 !important;
}
.select-list.user-business .cl-button {
  border-color: #246beb;
  background: #eff5ff;
  color: #386bc5;
}
.select-list.user-business .cl-text-state {
  background: #eff5ff;
  color: #386bc5;
}
.select-list.user-business .cl-bullet:before {
  color: #246beb;
}
.select-list.user-individual .cl-button {
  border-color: #008a1e;
  background: #eef7f0;
  color: #0e7725;
}
.select-list.user-individual .cl-text-state {
  background: #eef7f0;
  color: #0e7725;
}
.select-list.user-individual .cl-bullet:before {
  color: #0e7725;
}
.cl-button.udc-btn {
  border-radius: 0.5rem;
  border: 1px solid;
  padding: 0 1rem;
  font-size: 0.9rem;
  font-family: "Noto Sans KR" !important;
}
.cl-button.udc-btn.btn-bl {
  border-color: #246beb;
  background: #eff5ff;
  color: #386bc5;
}
.cl-button.udc-btn.btn-bl2 {
  border-color: #246beb;
  background: #246beb;
  color: #fff;
}
.cl-button.udc-btn.btn-grm {
  border-color: #008a1e;
  background: #eef7f0;
  color: #0e7725;
}
.cl-button.udc-btn.btn-white {
  border-color: #333;
  background: #fff;
  color: #333;
}
.cl-button.udc-btn.btn-gr {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #777;
}
.udc-btn-box {
  padding-top: 1.5rem;
}
/* 임시 : 그리드 스타일 */
.cl-grid.udc-grid {
  border: none;
  border-bottom: 1px solid #98b0ca;
  font-family: 'Noto Sans KR';
}
.cl-grid.udc-grid .cl-grid-header {
  background: #edf0f5;
  border-bottom: 1px solid #98b0ca;
}
.cl-grid.udc-grid .cl-grid-cell {
  border: none;
}
/* 임시 : 블릿 스타일 */
.cl-bullet {
  position: relative;
  padding-left: 1rem;
}
.cl-bullet:before {
  content: "";
  position: absolute;
  left: 0;
}
.cl-bullet:not([class*='ico']):before {
  top: 0.5rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
.cl-bullet.ico-info:before {
  content: "\e9a6";
  top: 0.05rem;
  font-family: 'xeicon';
}
.cl-bullet.ico-check {
  padding-left: 1.25rem;
}
.cl-bullet.ico-check:before {
  content: "\e928";
  top: 0.5rem;
  font-family: 'xeicon';
  color: #3ab54b;
  width: 1rem;
  height: 1rem;
  line-height: 0.8rem;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #3ab54b;
}
@media screen and (max-width: 1024px) {
  .cl-button.udc-button {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .cl-accordion.step-accordion .cl-accordion-header {
    padding: 1rem;
    font-size: 1.1rem;
  }
  .cl-accordion.step-accordion .cl-accordion-header.cl-activated +.cl-accordion-section .cl-accordion-content {
    padding: 0 1rem 1rem;
  }
  .select-list {
    padding: 1rem 0;
  }
  .select-list.list-st-box {
    padding: 1rem;
  }
  .select-list .cl-button {
    font-size: 0.8rem;
    padding: 0 0.75rem;
    /* 전자약정버튼 */
  }
}
/*
 * Define Common Class
 * Template Name : hmsec-m-ui
 * Author : Da-eun Ryu
 * File : less
 */
/************************************************
 * 팔레트
 ************************************************/
.bg-primary {
  background-color: #9ecd34 !important;
}
.bg-secondary {
  background-color: #007bc7 !important;
}
.bg-blue {
  background-color: #056eae !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.text-primary {
  color: #9ecd34 !important;
}
.text-secondary {
  color: #007bc7 !important;
}
.text-body {
  color: #526484 !important;
}
.text-base {
  color: #526484 !important;
}
.text-soft {
  color: #8094ae !important;
}
.text-black {
  color: #000000 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white {
  color: #ffffff !important;
}
.text-transparent {
  color: transparent !important;
}
/************************************************
 * 바디
 ************************************************/
a {
  background-color: transparent;
  color: #9ecd34;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  text-decoration: none;
}
p {
  margin: 0px;
  padding: 0px;
}
/************************************************
 * 타이포그래피
 ************************************************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h {
  color: #111111;
  font-family: "Malgun Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
.fs-base {
  font-size: 14px !important;
}
.ff-base {
  font-family: "Malgun Gothic", "맑은 고딕", sans-serif !important;
}
.ff-italic {
  font-style: italic !important;
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.lcap,
.text-lowercase {
  text-transform: lowercase !important;
}
.ucap,
.text-uppercase {
  text-transform: uppercase !important;
}
.ccap,
.text-capitalize {
  text-transform: capitalize !important;
}
/************************************************
 * 유틸리티
 ************************************************/
.rounded {
  border-radius: 5px !important;
}
.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.rounded-bottom {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.rounded-bottom-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.rounded-circle {
  border-radius: 9999px !important;
}
.rounded-pill {
  border-radius: 1.5rem !important;
}
.rounded-0 {
  border-radius: 0px !important;
}
.rounded-sm {
  border-radius: 3px !important;
}
.rounded-lg {
  border-radius: 0 !important;
}
.m-0 {
  margin: 0px !important;
}
.m-1 {
  margin: 5px !important;
}
.m-2 {
  margin: 10px !important;
}
.m-3 {
  margin: 15px !important;
}
.m-4 {
  margin: 20px !important;
}
.m-5 {
  margin: 25px !important;
}
.m-gs {
  margin: 30px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.ml-3 {
  margin-left: 15px !important;
}
.ml-4 {
  margin-left: 20px !important;
}
.ml-5 {
  margin-left: 25px !important;
}
.ml-gs {
  margin-left: 30px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 15px !important;
}
.mr-4 {
  margin-right: 20px !important;
}
.mr-5 {
  margin-right: 25px !important;
}
.mr-gs {
  margin-right: 30px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 15px !important;
}
.mt-4 {
  margin-top: 20px !important;
}
.mt-5 {
  margin-top: 25px !important;
}
.mt-gs {
  margin-top: 30px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
.mb-4 {
  margin-bottom: 20px !important;
}
.mb-5 {
  margin-bottom: 25px !important;
}
.mb-gs {
  margin-bottom: 30px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 5px !important;
}
.p-2 {
  padding: 10px !important;
}
.p-3 {
  padding: 15px !important;
}
.p-4 {
  padding: 20px !important;
}
.p-5 {
  padding: 25px !important;
}
.p-gs {
  padding: 30px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-1 {
  padding-left: 5px !important;
}
.pl-2 {
  padding-left: 10px !important;
}
.pl-3 {
  padding-left: 15px !important;
}
.pl-4 {
  padding-left: 20px !important;
}
.pl-5 {
  padding-left: 25px !important;
}
.pl-gs {
  padding-left: 30px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-1 {
  padding-right: 5px !important;
}
.pr-2 {
  padding-right: 10px !important;
}
.pr-3 {
  padding-right: 15px !important;
}
.pr-4 {
  padding-right: 20px !important;
}
.pr-5 {
  padding-right: 25px !important;
}
.pr-gs {
  padding-right: 30px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pt-3 {
  padding-top: 15px !important;
}
.pt-4 {
  padding-top: 20px !important;
}
.pt-5 {
  padding-top: 25px !important;
}
.pt-gs {
  padding-top: 30px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pb-3 {
  padding-bottom: 15px !important;
}
.pb-4 {
  padding-bottom: 20px !important;
}
.pb-5 {
  padding-bottom: 25px !important;
}
.pb-gs {
  padding-bottom: 30px !important;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-text {
  cursor: text;
}
.cursor-wait {
  cursor: wait;
}
.cursor-help {
  cursor: help;
}
/************************************************
 * Custom Style Sheets
 ************************************************/
/************************************************
 * 버튼 유틸
 ************************************************/
.cl-button.btn-lg {
  font-family: "Malgun Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.cl-button.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  color: transparent;
  background-image: none;
}
.cl-button.btn-transparent:not(.cl-disabled):hover,
.cl-button.btn-transparent:focus,
.cl-button.btn-transparent.cl-focus,
.cl-button.btn-transparent:not(.cl-disabled).cl-activated,
.cl-button.btn-transparent:not(.cl-disabled):active {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
/************************************************
 * Solid Button
 ************************************************/
.cl-button.btn-home {
  background-color: #9ecd34;
}
.cl-button.btn-home:not(.cl-disabled):hover,
.cl-button.btn-home:focus,
.cl-button.btn-home.cl-focus,
.cl-button.btn-home:not(.cl-disabled).cl-activated,
.cl-button.btn-home:not(.cl-disabled):active {
  background-color: #8dbd22;
  color: #ffffff;
}
.cl-button.btn-secondary {
  background-color: #007bc7;
  background-repeat: no-repeat;
  background-position: center;
}
.cl-button.btn-secondary:not(.cl-disabled):hover,
.cl-button.btn-secondary:focus,
.cl-button.btn-secondary.cl-focus,
.cl-button.btn-secondary:not(.cl-disabled).cl-activated,
.cl-button.btn-secondary:not(.cl-disabled):active {
  background-color: #056eae;
  color: #ffffff;
}
/************************************************
 * Icon Button
 * - 버튼의 icon 속성을 반드시 지정하고 사용할 것
 ************************************************/
/* 아이콘과 텍스트를 함께 표현하는 경우 사용 */
.cl-button.btn-i.cl-icon-align-left .cl-icon {
  margin-right: 8px;
}
.cl-button.btn-i.cl-icon-align-right .cl-icon {
  margin-left: 8px;
}
.cl-button.btn-i.cl-icon-align-top .cl-icon {
  margin-bottom: 8px;
}
.cl-button.btn-i.cl-icon-align-bottom .cl-icon {
  margin-top: 8px;
}
.cl-button.btn-i-close .cl-icon {
  background-image: url("images/layout/all_menu_close.png") !important;
}
