/*-----------------------New code-----------------------*/


#header {
  display: none !important;
}

#gnb {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#content, #content *, #mainPopup38 *, .popup.newSell input {
	box-sizing: content-box !important;
}

#content .article .input-ex input,
#content .article .input-ex select,
#content .article .table_row input,
#content .article .table_row select {
	box-sizing: border-box !important;
}


html,
body{
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important;
}

.krma-new,
.krma-new *,
.nobg *,
.popup *,
#pop_layer *,
.pop_layer *,
.auth-box *  {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important; 
  font-size-adjust: 0.56;   
}

body.no-scroll {
  overflow: hidden !important;
}

.krma-new .header-nav {
  position: static;
  width: 100%;
  background-color: white;
  z-index: 8000;
  top: 0;
  left: 0;
}

.krma-new .utility-nav {
  position: relative;
  height: 40px;
  background: white;
  z-index: 2000;
}

.krma-new .utility-nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(112, 115, 124, 0.08);
  pointer-events: none;
}

.krma-new .utility-nav .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 950px;
  margin: 0 auto;
}

.krma-new .utility-nav ul {
  display: flex;
  list-style: none;
  height: 19px;
}

.krma-new .utility-nav ul li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #757575;
  font-size: 14px;
}

.krma-new .utility-nav ul li+li {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
}

.krma-new .utility-nav ul li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: rgba(112, 115, 124, 0.08);
}

.krma-new .utility-nav ul li a.icon-arrow::after,
.krma-new .utility-nav ul li a.icon-plus::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  vertical-align: middle;
}

.krma-new .utility-nav ul li a.icon-arrow::after {
  background-image: url('/Common/newMain/images/main/icons/arrow-right.svg');
}

.krma-new .utility-nav ul li a.icon-plus::after {
  background-image: url('/Common/newMain/images/main/icons/plus.svg');
}

.krma-new .utility-nav ul li a.icon-plus:hover {
  color: #005CB2;
}

.krma-new .utility-nav ul li a.icon-plus.active {
  color: #005CB2;
}

.krma-new .utility-nav ul li a.icon-plus:hover::after,
.krma-new .utility-nav ul li a.icon-plus.active::after {
  background-image: url('/Common/newMain/images/main/icons/plus.svg');
  filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(199deg) brightness(95%) contrast(101%);
}

.krma-new .main-header {
  height: 60px;
  z-index: 5000;
  background: white;
  border-bottom: 2px solid #264BA0;
}

.krma-new .main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 950px;
  margin: 0 auto;
}

.krma-new .logo img {
  display: block;
  height: 24px;
  width: auto;
}

.krma-new .main-nav ul {
  display: flex;
  list-style: none;
  gap: 64px;
}

.krma-new .main-nav li {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
}

.krma-new .main-nav a {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
  text-decoration: none;
}


.krma-new .main-header {
  position: relative;
}

.krma-new .nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100vh);
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.krma-new .main-nav li:hover+.nav-overlay {
  display: block;
}

.krma-new .main-header:hover .nav-overlay {
  opacity: 1;
  pointer-events: auto;
}

.krma-new .main-nav .submenu {
  display: none;
  position: absolute;
  top: calc(100%);
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 16px;
  border: 1px solid rgba(112, 115, 124, 0.16);
  padding: 8px 0;
  white-space: nowrap;
  text-align: center;
  width: 150px;
  z-index: 9000;
}

.krma-new .main-nav .submenu li {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

.krma-new .main-nav .submenu li+li {
  margin-top: 4px;
  margin-left: 0;
}

.krma-new .main-nav .submenu a {
  display: block;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.krma-new .main-nav .submenu a:hover {
  color: #005CB2;
  font-weight: 600;
}

.krma-new .main-nav li:hover>.submenu {
  display: block;
}

/*-----------------------전체보기----------------------*/


.krma-new .all-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  padding-bottom: 80px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  z-index: 9800;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.krma-new .all-menu-panel.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.krma-new .all-menu-panel .header-sub {
  width: 100%;
  background-color: white;
  z-index: 8000;
  top: 0;
  left: 0;
}

.krma-new .all-menu-content {
  width: 950px;
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  overflow-x: hidden;
}

.krma-new .menu-columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.krma-new .all-menu-col {
  flex: 1;
  position: relative;
}

.krma-new .all-menu-col+.all-menu-col {
  margin-left: 24px;
  padding-left: 16px;
  position: relative;
}

.krma-new .all-menu-col+.all-menu-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(112, 115, 124, 0.08);
}

.krma-new .all-menu-col .all-menu-col-head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 36px;
  color: #000;
}

.krma-new .all-menu-col ul {
  list-style: none;
}

.krma-new .all-menu-col>ul+ul {
  margin-top: 36px;
}

.krma-new .all-menu-col li+li {
  margin-top: 36px;
}

.krma-new .all-menu-col a {
  font-size: 16px;
  color: #444;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 400;
}

.krma-new .all-menu-col a:hover {
  color: #0054a6;
}

.krma-new .all-menu-col details>summary::-webkit-details-marker {
  display: none;
}

.krma-new .all-menu-col details>summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  cursor: pointer;
  padding: 4px 0;
}

.krma-new .all-menu-col details>summary::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url('/Common/newMain/images/main/icons/arrow-down.svg') no-repeat center;
  transition: transform 0.2s;
}

.krma-new .all-menu-col details[open]>summary::after {
  transform: rotate(180deg);
}

.krma-new .all-menu-col details ul {
  margin-top: 24px;
  padding-left: 0;
  list-style: none;
}

.krma-new .all-menu-col details ul li+li {
  margin-top: 0;
}

.krma-new .all-menu-col details ul li a {
  display: block;
  font-size: 14px;
  color: #757575;
  padding: 6px 0;
  text-decoration: none;
  margin-left: 12px;
}

.krma-new .all-menu-col details ul li a:hover {
  color: #0054a6;
}


/* 비디오 모달 스타일 */
.krma-new .video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}

.krma-new .video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.krma-new .video-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border-radius: 8px;
  overflow: visible;
  max-width: 90vw;
  max-height: 90vh;
}

.krma-new .video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: white;
  border-radius: 4px;
  border: none;
  color: #000;
  cursor: pointer;
  z-index: 1001;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.krma-new .video-modal-close:hover {
  background: #f5f5f5;
  transform: scale(1.05);
}

.krma-new .video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.krma-new .video-container iframe {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* 모달 애니메이션 */
.krma-new .video-modal.show {
  display: block;
  animation: fadeIn 0.3s ease;
}

.krma-new .video-thumb {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.krma-new .video-thumb video {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.krma-new .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.krma-new .play-button-overlay img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.krma-new .footer-utility {
  width: 100%;
  margin-left: calc(50% - 50vw);
  background-color: rgba(112, 115, 124, 0.08);
  font-size: 14px;
  color: #757575;
  border-bottom: 1px solid rgba(112, 115, 124, 0.08);
}



.krma-new .footer-utility .container {
  display: flex;
  align-items: center;
  height: 43px;
  width: 950px;
  margin: 0 auto;
}

.krma-new .footer-utility ul {
  display: flex;
  list-style: none;
}

.footer-utility ul li a {
  font-size: 14px;
}

.krma-new .footer-utility ul li+li {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
}

.krma-new .footer-utility ul li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: rgba(112, 115, 124, 0.16);
}

.krma-new .footer-utility a {
  text-decoration: none;
  color: inherit;
}

.krma-new .footer-utility ul li:first-child a {
  color: #0054a6;
  position: relative;
  padding-right: 16px;
}

.krma-new .footer-utility ul li:first-child a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  mask-image: url('/Common/newMain/images/main/icons/arrow-right.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url('/Common/newMain/images/main/icons/arrow-right.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #0054a6;
}

.krma-new .footer-main {
  background: #fff;
  padding: 30px 0;
  font-size: 14px;
  color: #999;
  margin: 0 auto;
  width: 950px;
}

.krma-new .footer-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.krma-new .footer-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 75px;
}

.krma-new .footer-top {
  display: flex;
  align-items: center;
  gap: 28px;
}

.krma-new .footer-top .footer-logo img {
  height: 40px;
}

.krma-new .footer-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.krma-new .footer-info address,
.krma-new .footer-info .footer-contact {
  margin: 0;
  font-style: normal;
  color: #9E9E9E;
  font-size: 12px;
  white-space: nowrap;
}

.krma-new .footer-left .copyright {
  margin: 0;
  color: #9E9E9E;
  font-size: 12px;
  white-space: nowrap;
}

.krma-new .footer-right {
  display: flex;
  gap: 4px;
}

.krma-new .custom-dropdown {
  position: relative;
  display: inline-block;
  font-size: 11px;
  white-space: nowrap;
  width: auto;
  max-width: none;
}

.krma-new .dropdown-toggle {
  background: #fff url('/Common/newMain/images/main/icons/arrow-up.svg') no-repeat right 12px center;
  border: 1px solid rgba(112, 115, 124, 0.16);
  border-radius: 8px;
  padding: 8px 32px 8px 12px;
  color: #757575;
  cursor: pointer;
  width: 140px;
  text-align: left;
  font-size: 12px;
}

.krma-new .dropdown-toggle .arrow {
  float: right;
}

.krma-new .dropdown-menu {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(112, 115, 124, 0.16);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 100;
  list-style: none;

}

.krma-new .dropdown-menu li a {
  display: block;
  padding: 10px 10px;
  color: #333;
  text-decoration: none;
  font-size: 11px;
  font-weight: 400;
}

.krma-new .dropdown-menu li a:hover {
  background-color: #f2f2f2;
}

/* ----------------------------- Font Face ----------------------------- */
@font-face {
  font-family: "Pretendard";
  src: url("/Common/newMain/font/Pretendard-ExtraLight.woff2") format("woff2"),
    url("/Common/newMain/font/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/Common/newMain/font/Pretendard-Light.woff2") format("woff2"),
    url("/Common/newMain/font/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/Common/newMain/font/Pretendard-Regular.woff2") format("woff2"),
    url("/Common/newMain/font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/Common/newMain/font/Pretendard-Medium.woff2") format("woff2"),
    url("/Common/newMain/font/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/Common/newMain/font/Pretendard-SemiBold.woff2") format("woff2"),
    url("/Common/newMain/font/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/Common/newMain/font/Pretendard-Bold.woff2") format("woff2"),
    url("/Common/newMain/font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/Common/newMain/font/Pretendard-ExtraBold.woff2") format("woff2"),
    url("/Common/newMain/font/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*----------------------- KRMA Modify -----------------------*/

div.card-full-content, div.card-full-icon {
	height: 89.5px;
}

div.footer-top, a.footer-logo {
	height: 45.5px;
}

#content .con_title .location {
	display: flex;
    align-items: center;
    gap: 4px;
}

.article .subTtlCont {
	width: 100%;
    height: 153px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dfdfdf;
	background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
}


.article .visual {
    padding-bottom: 0;
}

.article .subTtlCont.purple {
	background-image: url("/Common/newMain/images/sub/pattern/01-bg.png"); 
}

.article .subTtlCont.red {
	background-image: url("/Common/newMain/images/sub/pattern/02-bg.png"); 
}

.article .subTtlCont.blue {
	background-image: url("/Common/newMain/images/sub/pattern/03-bg.png"); 
}

.article .subTtlCont.yellow {
	background-image: url("/Common/newMain/images/sub/pattern/04-bg.png"); 
}

.article .subTtlCont.gray {
	background-image: url("/Common/newMain/images/sub/pattern/05-bg.png"); 
}

.article .subTtlCont p.main .point { 
	font-size: 23px;
	font-weight: 600;
}

.article .subTtlCont.purple p.main .point,
.text-banner.purple .line2,
.text-banner.purple .line2 strong,
.sub-point-color.purple {
	color:#8C5FAC; 
}	
	
.article .subTtlCont.red p.main .point,
.text-banner.red .line2,
.text-banner.red .line2 strong,
.point-text-color.red {
	color:#D64D34; 
}

.article .subTtlCont.blue p.main .point,
.text-banner.blue .line2,
.text-banner.blue .line2 strong{
	color:#719BE2; 
}

.article .subTtlCont.yellow p.main .point,
.text-banner.yellow .line2,
.text-banner.yellow .line2 strong,
.sub-point-color.yellow {
	color:#EEB863; 
}

.article .subTtlCont.gray p.main .point,
.text-banner.gray .line2,
.text-banner.gray .line2 strong {
	color:#9DB6C4; 
}

.krma-new div.tabcon-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.krma-new div.tabcon-wrap div.pointTitle {
	font-weight: 700;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 26px;
    background-position:left 50%!important;
}
	
.krma-new div.tabcon-wrap div.pointTitle img {
	vertical-align: middle;
}

.krma-new div.tabcon-wrap div.pointTitle span.ttl {
	color: #515151 !important;
}
.pointTitle-simple {
	display: flex;
	align-items: center;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
	height: 27px;
}

.pointTitle-simple .ttl {
	color: #515151 !important;
}

.krma-new div.tabcon-wrap div.pointTitle.purple,
.krma-new div.pointTitle-simple.purple {
	background-image: url("/Common/newMain/images/sub/point/02.png");
}

.krma-new div.tabcon-wrap div.pointTitle.red,
.krma-new div.pointTitle-simple.red {
	background-image: url("/Common/newMain/images/sub/point/03.png");
}

.krma-new div.tabcon-wrap div.pointTitle.blue,
.krma-new div.pointTitle-simple.blue {
	background-image: url("/Common/newMain/images/sub/point/04.png");
}

.krma-new div.tabcon-wrap div.pointTitle.yellow,
.krma-new div.pointTitle-simple.yellow {
	background-image: url("/Common/newMain/images/sub/point/05.png");
}

.krma-new div.tabcon-wrap div.pointTitle.gray,
.krma-new div.pointTitle-simple.gray {
	background-image: url("/Common/newMain/images/sub/point/01.png");
}

.krma-new div.tabcon-wrap .download-button {
	text-decoration: none;
}

.krma-new div.tabcon-wrap div.adobeBtn {
	display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    font-size: 11px;
}

span.ibgn { 
    display: block;
    width: 28px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}	

span.ibgn.n1 {
	background-image: url("/Common/images/front/deduction/rentDeduct/titH50_0.gif");
}	

span.ibgn.n2 {
	background-image: url("/Common/images/front/deduction/rentDeduct/titH50_1.gif");
}

span.ibgn.n3 {
	background-image: url("/Common/images/front/deduction/rentDeduct/titH50_3.gif");
}

span.ibgn.n4 {
	background-image: url("/Common/images/front/deduction/rentDeduct/titH50_4.gif");
}

span.ibgn.n5 {
	background-image: url("/Common/images/front/deduction/od/od_tit5.gif");
}	

span.ibgn.n6 {
	background-image: url("/Common/images/front/deduction/rentDeduct/titH60_6.gif");
}	


span.ibgn.rn1 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService01.gif");
}	

span.ibgn.rn2 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService02.gif");
}

span.ibgn.rn3 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService03.gif");
}

span.ibgn.rn4 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService04.gif");
}

span.ibgn.rn5 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService05.gif");
}	

span.ibgn.rn6 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService06.gif");
}

span.ibgn.rn7 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService07.gif");
}

span.ibgn.rn8 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService08.gif");
}

span.ibgn.rn9 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService09.gif");
}

span.ibgn.rn10 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService10.gif");
	width:45px;
}

span.ibgn.rn11 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService11.gif");
	width:45px;
}

span.ibgn.rn12 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService12.gif");
	width:45px;
}

span.ibgn.rn13 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService13.gif");
	width:45px;
}

span.ibgn.rn14 {
	background-image: url("/Common/images/front/rewardService/moveService/titMoveService14.gif");
	width:45px;
}


/* 숫자포함텍스트 배너 */
.text-banner {
	height: 39px; font-weight: 500; position: relative;
}

.text-banner .line1 {
	position: absolute; left: 32px; z-index: 2;
}
	
.text-banner .line2 {
	position: absolute; top: 22px; left: 32px; font-size: 20px; z-index: 2;
}

.line-head {
	display:flex;
	gap:8px;
	margin-top:20px;
}
.line-head .line3 {
	font-size:19px;
	font-weight:700;
}
.line4 {
	padding-left:36px;
	margin-bottom:20px;
}
.line5 {
	padding-left:56px;
	margin-bottom:20px;
}
.new-bold {
	font-size: 20px;
    font-weight: 500;
}

.download-button {
	padding: 2px 8px; 
	border: 1px solid #bbb; 
	border-radius: 2px; 
	background-color: #f9f9f9; 
	margin-left: 10px;
}
	
.download-button img {
	width: 13px; 
	height: 13px; 
	margin-right: 5px;
}
	
.download-button span {
	font-size:11px;
}

.font-bold {
	font-weight: 500;
}

.special-title {
	margin:30px 0 5px; 
	font-weight:bold; 
	font-size:14px; 
	position:relative; 
	padding-left:15px;
}
.special-title::before {
	content:'▶'; 
	position:absolute; 
	left:0;
	top:0;
}

.special-title.purple,
.special-title.purple::before {
	color:#8C5FAC;
}

.special-title.red,
.special-title.red::before {
	color:#CC2101;
}

.special-title.blue,
.special-title.blue::before {
	color:#719BE2;
}

.special-title.yellow,
.special-title.yellow::before {
	color:#F6C336;
}

.special-title.gray,
.special-title.gray::before {
	color:#8E8E93;
}

.special-desc {
	font-size:13px !important; 
	color:#2F2F2F !important; 
	padding:5px 0px 0px 0px !important;
}

.sub-title {
	font-weight:bold; 
	font-size:13px; 
	color:#333; 
	margin:10px 0 5px;
}

.emergency-btn.purple {
	padding: 4px 10px; 
	background-color: #9558b0; 
	color: #fff; 
	font-size: 12px;
	 border-radius: 6px; 
	 border: 1px solid #9558b0;
}

.emergency-btn.red {
	padding: 4px 10px; 
	background-color: #CC2101; 
	color: #fff !important; 
	font-size: 12px; 
	border-radius: 6px;
	border: 1px solid #CC2101;
}

.emergency-btn.blue {
	padding: 4px 10px;
	background-color: #719BE2; 
	color: #fff !important; 
	font-size: 12px; 
	border-radius: 6px;
	border: 1px solid #719BE2;
}

.emergency-btn.yellow {
	padding: 4px 10px; 
	background-color: #F6C336; 
	color: #fff; 
	font-size: 12px; 
	border-radius: 6px; 
	border: 1px solid #F6C336;
}

.emergency-btn.gray {
	padding: 4px 10px; 
	background-color: #8E8E93; 
	color: #fff; 
	font-size: 12px; 
	border-radius: 6px; 
	border: 1px solid #8E8E93;
}

.emergency-btn.black {
	background-color: #777;
	color: #fff; 
	border-radius: 2px; 
	border: 1px solid #777;
	margin-left:5px;
	padding: 4px 10px;
	vertical-align:middle;
}

.emergency-btn.cancel {
	background-color: #c8c8cb;
	color: #fff; 
	border-radius: 2px; 
	border: 1px solid #c8c8cb;
	margin-left:5px;
	padding: 4px 10px;
}

.emergency-btn.save {
	background-color: #264BA0;
	color: #fff; 
	border-radius: 2px; 
	border: 1px solid #264BA0;
	margin-left:5px;
	padding: 4px 10px;
}

.emergency-btn:hover {
	color:#fff; 
	text-decoration:none;
}

.register-btn.yellow {
	padding: 8px 28px; 
	background-color: #F6C336; 
	color: #fff; 
	font-size: 12px; 
	border-radius: 2px; 
	border: 1px solid #F6C336; 
	text-decoration: none;
}

.input-file-new {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 20px;
	font-weight: bold;
	text-align: center;
}

.input-file-new input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}

.auth-btn-new {
	display: inline-block;
	padding: 4px 23px;
    font-weight: 500;
	background: linear-gradient(to bottom, #fff, #e5e5e5);
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none !important;
}
.tip-box {
	margin: 15px 0 30px 0;
	position: relative; 
	border: 1px dashed #ccc; 
	padding: 25px 21px; 
	background: #f5f5f5; 
	font-size: 12px; 
}
.tip-label {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 50px;
	height: 50px;
	background: url('/Common/newMain/images/sub/tip_corner.png') no-repeat;
	background-size: contain;
}

.tip-content {
	padding-left: 30px;
}


.snb_wrap.gray .snb_1depth > a:hover{color:#bbbbbb !important;}
.snb_wrap.gray .snb_1depth.on{background:#bbbbbb !important;}
.snb_wrap.gray .snb_1depth.on > a:hover{color:#fff !important;}
.snb_wrap.gray .snb_2depth a:hover{color:#bbbbbb !important;}
.snb_wrap.gray .snb_2depth.on a{color:#bbbbbb !important;}	


.snb_wrap.green .snb_1depth > a:hover{color:#fff !important;}
.snb_wrap.green .snb_1depth.on{background:#1CA3B4 !important;}


/* PDF보기 버튼 */
.pdf-view-btn {
	display: inline-flex;
	align-items: center;
	color: #333;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
}
.pdf-view-btn:hover {
	text-decoration: none;
}

.pdf-view-btn .pdf-label {
	background-color: #d32f2f;
	color: #fff;
	font-weight: bold;
	padding: 3px 2px;
	font-size: 10px;
	line-height: 1.2;
	margin-left: 4px;
}

.pdf-view-btn .view-label {
	padding: 2px 6px;
	background-color: #f9f9f9;
}

.portal .title-blue,
.newkrmall .title-blue { 
	font-size: 20px;
	font-weight: 700;
	color:#0078BC; 
}

/* 입사지원서 css */
.pop_wrap h1 {
	font-size: 23px; 
	color: #264ba0;
}

.stepbar {
	width: 100%;
	height: 50px;
	display: flex;
}

.stepbar li {
	flex: 1;
	position: relative;
	background: #bcc2cb;
	color: #fff;
	text-align: center;
	line-height: 50px;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 12px 50%);
	overflow: visible;
}

.stepbar li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	z-index: 100; 
}

.stepbar li+li {
	margin-left: -13px;
}

.stepbar li.is-active {
	background: #274f93;
	font-weight: 700;
}

.stepbar li:first-child {
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
}

.stepbar li:last-child {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 12px 50%);
}

.stepbar {
	--d:12px;
	--chev-offset:1px;
	--chev-thickness:2px;
	--chev-color:#a8a8a9;
}

.stepbar li:not(:last-child)::after{
	content:"";
	position:absolute;
	inset:0;
	pointer-events:none;
	background:
		linear-gradient(to bottom left,
			transparent calc(50% - var(--chev-thickness)),
			var(--chev-color) 50%,
			transparent calc(50% + var(--chev-thickness))
		),
		linear-gradient(to top left,
			transparent calc(50% - var(--chev-thickness)),
			var(--chev-color) 50%,
			transparent calc(50% + var(--chev-thickness))
		);
	background-size: var(--d) 50%, var(--d) 50%;
	background-position: calc(100% - var(--chev-offset)) 0, calc(100% - var(--chev-offset)) 100%;
	background-repeat: no-repeat;
}

.notice-badge{
	display:inline-block;
	background-color:#7E87A2;
	color:#fff;
	font-size:10px;
	padding:2px 6px;
	border-radius:3px;
	line-height:1;
	font-weight:normal;
}
.notice-badge.red{
	background-color:#BB9392;
	color:#fff !important;
}

/* 잔존물 */
.pop_wrap.type02.red h1 {
	font-size: 23px; 
	color: #B4351D;
}
