@charset "UTF-8";
/* 2026.2.18  웹접근성 적용   */
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* 2026.2.18 헤더  중소번체24 전체메뉴 추가 적용 및 웹접근성 적용   */
.header-link-wrap {
    width: 100%;
    background: #0e457a;
    position: relative;
	display:block;
}
.header-link-wrap .header-link-item {
	width:100%;
    max-width: 1280px;
    height: 35px;
    overflow: hidden;
    margin: 0 auto;
}
.header-link-wrap .h-right {
    float: right;
    padding-top: 5px;
	display:flex;
	flex-direction: row;
	align-items:center;
	column-gap:24px;
}
.header-link-wrap .h-right.head_util_menu {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
}

.header-link-wrap .h-right.head_util_menu .name_box {
    color:#fff;
}
.header-link-wrap .h-right.head_util_menu .head_extend_btn {
    border: 1px solid #fff;
    display: inline-block;
    height: 26px;
    padding: 0 14px 0 33px;
    background: #fff url(../images/common/head_time.svg) 13px 7px / 12px no-repeat;
    border: 1px solid #111;
    border-radius: 6px;
}
.header-link-wrap .h-right li {
    position: relative;
    float: left;
    margin-right: 15px;
}
.header-link-wrap .h-right li:last-child {
    padding-right: 7px;
}
.header-link-wrap .h-right li a {
    font-size: 14px;
    color: #fff;
	display:flex;
	flex-direction: row;
	align-items:center;
	column-gap:8px;
	min-height:16px;
	padding:4px 8px;
	border-radius: 4px;
}
.header-link-wrap .h-right li a:hover {
    color: #fff;
	background:#000;
}
.header-link-wrap .h-right li a i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    margin-right: 3px;
    vertical-align: middle;
    background-position: center center;
}
.header-link-wrap .h-right li a.login i {
    background-image: url(../images/common/ico-login.png)
}
.header-link-wrap .h-right li a.join i {
    background-image: url(../images/common/ico-join.png)
}
.header-link-wrap .h-right li a.logout i {
    background-image: url(../images/common/ico-logout.png)
}


.smes-common-menu-button {
    width: 32px;
    height: 32px;
    border: 1px solid #cacaca;
    background: white url(../images/common/ico_menuh.png) center no-repeat;
}
.smes-common-menu-button > span {
    font-size: 0;
    line-height: 0;
    display: none;
}
.smes-common-menu-button.__showmenu {
    background: white url(../images/common/ico_del.png) center no-repeat;
    background-size: 20px;
}

.smes-common-menu-holder {
    display: none;
    position: absolute;
    background: white;
    z-index: 22;
    width: 1280px;
    right: 50%;
    top: 77px;
    transform: translateX(50%);
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.429;
    font-size: 14px ;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
}
.smes-common-menu-holder * {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    color: #666;
    -webkit-overflow-scrolling: touch;
}
.smes-common-menu-holder ul,
.smes-common-menu-holder ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.smes-common-menu-holder .scm-all-list {
    overflow: hidden;
    margin: 0;
    list-style: none;
    display: flex; /*251128 추가*/
}
.smes-common-menu-holder .scm-all-list > li {
    /*float: left;*/
    width: 20%;
    padding: 90px 25px 0;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    border-left: 1px solid #ddd;
}



/*251128 아이콘 변경*/

.smes-common-menu-holder .scm-all-list > li {
	background-position: center 40px !important;
	background-repeat: no-repeat !important;
}
.smes-common-menu-holder .scm-all-list > li:first-child { background: url(../images/common/ico_menu01.jpg) }
.smes-common-menu-holder .scm-all-list > li:nth-child(2) { background: url(../images/common/ico_menu02.jpg) }
.smes-common-menu-holder .scm-all-list > li:nth-child(3) { background: url(../images/common/ico_menu03.jpg) }
.smes-common-menu-holder .scm-all-list > li:nth-child(4) { background: url(../images/common/ico_menu04.jpg) }
.smes-common-menu-holder .scm-all-list > li:nth-child(5) { background: url(../images/common/ico_menu05.jpg) }
.smes-common-menu-holder .scm-all-list > li:nth-child(6) { background: url(../images/common/ico_menu06.jpg) }

.smes-common-menu-holder .scm-all-list:after {
    display: table;
    content: '';
    clear: both;
}
.smes-common-menu-holder .scm-all-list h2 {
    position: relative;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 0;
    padding-bottom: 16px;
    margin: 0;
    margin-top: 2px;
    overflow: visible;
    line-height: 24px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 21px;
    color: #08447c;
}
.smes-common-menu-holder .scm-all-list h2:after {
    content: '';
    height: 2px;
    width: 32px;
    background-color: #b6c7d7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.smes-common-menu-holder .scm-all-list .scm-inner-menu > ul {
    list-style: none;
    margin: 0;
    margin-top: 16px;
}
.smes-common-menu-holder .scm-all-list .scm-inner-menu > ul > li {
    padding-left: 12px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.smes-common-menu-holder .scm-all-list .scm-inner-menu > ul > li:last-child {
 padding-bottom:20px;
}
.smes-common-menu-holder .scm-all-list .scm-inner-menu > ul > li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #0e457a;
    border-radius: 10px;
}
.smes-common-menu-holder .scm-all-list .scm-inner-menu > ul > li + li {
	margin-top: 6px;
}
.smes-common-menu-holder .scm-all-list .scm-inner-menu > ul > li a {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
	line-height:26px;
}
.smes-common-menu-holder .scm-all-list .scm-inner-menu > ul > li a:focus {
	border-color: rgba(0, 0, 0, 0.8)!important;
	outline:2px solid rgba(0, 0, 0, 0.8)!important;
	outline-offset: 0.2px;
}
.smes-common-menu-holder .scm-all-list .scm-inner-menu > ul > li a:hover {
	color: #0e457a;
	font-weight: 500;
	text-decoration: underline;
}
.smes-common-menu-dimmer {
    display: none;
    width: 100%;
    height: calc(100% - 126px);
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 21;
    top: 126px;
    left: 0;
    right: 0;
    bottom: 0;
}


/* dim */
#bg-dim{
  display:none;
  position:fixed;   /* absolute */
  top:111px;           /* 헤더 높이만큼 */
  left:0; right:0; bottom:0;
  background:rgba(0,0,0,.5);

  z-index:90000;        /* dim */
  pointer-events:none; /* 기본은 클릭 막지 않음 */
}

/* 메뉴 레이어가 딤보다 위로 */
#smesCommonMenuHolder{
  z-index:90100 !important;
}

/* 필요 시: 메뉴 기본 닫힘(권장) */
#smesCommonMenuHolder[hidden]{
  display:none !important;
}

/* 스크롤 잠금(선택) */
body.is-dim-open{
  overflow:hidden;
  overflow-y:hidden !important;
}

body.is-commonmenu-open #bg-dim,
body.is-dim-open #bg-dim{
  display:block !important;
  pointer-events:auto;
}




@media (max-width:1280px) {
    .smes-common-menu-holder {
        width: 100%;
        right: auto;
        left: 0;
        transform: none;
    }
    .smes-common-menu-holder .scm-all-list > li {
        width: 33.333%;
        border-bottom: 1px solid #ddd;
		padding: 80px 12px 0;
		background-position: center 30px !important;
	}
	.header-link-wrap {display:none;}
}

/* 980px 이하: smes-common-menu-holder 내부를 가로 스크롤로 */
@media (max-width: 980px) {
  /* holder 자체는 좌우로 꽉 차게 */
  .smes-common-menu-holder {
    width: 100%;
    left: 0;
    right: auto;
    transform: none;
  }

  /* ul(.scm-all-list)을 가로 스크롤 컨테이너로 */
  .smes-common-menu-holder .scm-all-list {
    display: flex;
    flex-wrap: nowrap;        /* 줄바꿈 금지 */
    overflow-x: auto;         /* 가로 스크롤 */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 0;                   /* 필요하면 간격 조절 */
    padding: 10px 0;
  }

  /* li들을 “카드”처럼 고정폭으로 만들어 옆으로 나열 */
  .smes-common-menu-holder .scm-all-list > li {
    flex: 0 0 170px;          /* 한 칼럼 폭(원하는 값으로 조정) */
    width: auto;              /* 기존 33.333% / 100% 무력화 */
    border-bottom: 0;         /* 기존 1280px media에서 들어간 것 제거(선택) */
    height: auto;
  }
}

@media (max-width:768px) {
    .smes-common-menu-holder .scm-all-list {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 0px 0;
    }
    .smes-common-menu-holder .scm-all-list > li {
        width: auto;
        height: auto;
		flex: 0 0 170px;
		padding: 10px 0 10px 12px;
	}
    .smes-common-menu-holder .scm-all-list > li:first-child,
    .smes-common-menu-holder .scm-all-list > li:nth-child(2),
    .smes-common-menu-holder .scm-all-list > li:nth-child(3),
    .smes-common-menu-holder .scm-all-list > li:nth-child(4),
    .smes-common-menu-holder .scm-all-list > li:nth-child(5),
    .smes-common-menu-holder .scm-all-list > li:nth-child(6) {
        background-size: 30px;
		background-position: 10px 10px !important;
    }
    .smes-common-menu-holder .scm-all-list h2 {
        text-align: left;
        font-size: 18px;
		padding-left: 0px !important;
		padding-top: 40px;
		padding-bottom:10px!important;
	}
    .smes-common-menu-holder .scm-all-list h2:after {
        left: 0;
        transform: none;
    }
    .smes-common-menu-holder .scm-all-list .scm-inner-menu > ul {
        overflow: hidden;
        margin-top: 5px;
		display: flex;
		flex-direction:column;
		row-gap:0px;
    }
    .smes-common-menu-holder .scm-all-list .scm-inner-menu > ul > li {
        margin-right: 0px;
        padding: 5px 5px 5px 12px;
    }
    .smes-common-menu-holder .scm-all-list .scm-inner-menu > ul > li:before {
        top: 13px;
    }
    .smes-common-menu-holder .scm-all-list .scm-inner-menu > ul > li + li {
        margin-top: 0px;
    }
}

@media (max-width:480px) {
	.smes-common-menu-holder {
		top: 52px;
	}
	.smes-common-menu-holder .scm-all-list .scm-inner-menu > ul > li {
        padding: 0px 3px 5px 12px;
    }

}

/* 2026.2.18 헤더 기존 네비 수정 및 웹접근성 적용   */
/* 기존 css와 충돌을 피하기 위해 renew2026  클래스를 추가하여 적용함  */
.gnb_header.renew2026 nav.nav_renew2026 {
	display:block;
	width:100%;
}
.gnb_header.renew2026 .gnb {
    display: flex;
    margin: 0;
}

.gnb_header.renew2026 .gnb > li  {
	padding-bottom:2px;
}
.gnb_header.renew2026 .gnb > li > button {
    display: block;
    position: relative;
    height: 58px;
    line-height: 58px;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    outline: none;
}

.gnb_header.renew2026 .gnb > li > button:focus {
	border-color: rgba(0, 0, 0, 0.8)!important;
	outline:2px solid rgba(0, 0, 0, 0.8)!important;
	outline-offset: -0.2px;
}
.gnb_header.renew2026 .gnb > li > button {
	display: block;
	position: relative;
	height: 58px;
	line-height: 58px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	outline: none;
}
.gnb_header.renew2026 .gnb > li > button:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 2;
	width: 100%;
	height: 0;
	background-color: #0E457A;
}
.gnb_header.renew2026 .gnb > li:hover > button::after {
	bottom: -2px;
	height: 3px;
}
.gnb_header.renew2026 .gnb .sub_gnb_box {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.gnb_header.renew2026 .gnb .sub_gnb_box .sub_gnb_cont dl dt {
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	padding: 10px 10%;
	color: #111;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}
.gnb_header.renew2026 .gnb .sub_gnb_box .sub_gnb_cont dl dd a {
	display: inline-flex;
	align-items: flex-start;
	margin-top: 13px;
	line-height: 17px;
	min-height:19px;
	letter-spacing: -0.5px;
	font-size: 14px;
	margin-left: 1em;
}
.gnb_header.renew2026 .gnb .sub_gnb_box .sub_gnb_cont dl dd a:hover {
	text-decoration: underline;
}
.gnb_header.renew2026 .gnb .sub_gnb_box .sub_gnb_cont dl dd a:focus {
	border-color: rgba(0, 0, 0, 0.8)!important;
	outline:2px solid rgba(0, 0, 0, 0.8)!important;
	outline-offset: -0.2px;
}
.gnb_header.renew2026 .gnb .sub_gnb_box .sub_gnb_cont dl a::before {
	content: "";
	display: inline-flex;
	width: 4px;
	height: 4px;
	background-color: #003994;
	border-radius: 50%;
	margin-right: 5px;
	transform: translateY(9px);
	flex: none;
}
.gnb_header.renew2026 .gnb .sub_gnb_tit h2 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 53px;
	color: #333;
}
.gnb_header.renew2026 .gnb .sub_gnb_tit h2::before {
	content: "";
	display: flex;
	margin-bottom: 20px;
	width: 50px;
	height: 7px;
	background: linear-gradient(89deg, #1FCEFF 0%, #1A5EAD 61.23%, #0C3168 122.47%);
}
.gnb_header.renew2026 .gnb .sub_gnb_box .sub_gnb_cont dl a::before {
	content: "";
	display: inline-flex;
	width: 7px;
	height: 7px;
	background-color: #1165C7;
	border-radius: 50%;
	margin-right: 8px;
	transform: translateY(5px);
	flex: none;
}

/* lvl2Menu가 5개 이상일 때: 4개 단위로 줄바꿈 */
.gnb_header.renew2026 .gnb .sub_gnb_box .sub_gnb_cont.sub_gnb_cont--wrap {
	flex-wrap: wrap;
	flex: 1;
	column-gap: 20px;
}
.gnb_header.renew2026 .gnb .sub_gnb_box .sub_gnb_cont.sub_gnb_cont--wrap dl {
	flex: 0 0 250px;
	margin-right: 0; /* column-gap으로 대체 */
}
.gnb_header.renew2026 .gnb .sub_gnb_box .sub_gnb_tit .icon img {
    padding-bottom: 40px;
	width: auto;
}
.gnb_header.renew2026 .container.clearfix {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 24px;
}
.gnb_header.renew2026 .head_logo {
    position: relative;
	left: auto; top: auto;
	margin-top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
	column-gap: 52px;
}
.gnb_header.renew2026 .gnb {
    display: flex;
    margin: 0;
	max-width: 1000px;
	width:100%;
}
.gnb_header.renew2026 img.lang-eng{
	width: 100%;
	max-width:20px;
    margin-left: auto;
}
.logo_header.venture24 {
    border-bottom: 2px solid #eee;
}
.logo_header.venture24 .container.clearfix {
    height: 76px;
    padding: 13px 10px;
    position: relative;
    width: 100%;
	max-width:1280px;
    margin: 0 auto;
	display:flex;
}
.logo_header.venture24 .container.clearfix .right {
	display:flex;
	flex-direction: row;
	align-items:center;
	column-gap:150px;
}
.logo_header.venture24 .container.clearfix .head_sch_box {
    position: relative;
    width: 499px;
    height: 38px;
    margin-top: 5px;
	display:flex;
	flex-direction: row;
	align-items:center;
}
.logo_header.venture24 .container.clearfix .head_sch_box input {
    width: 100%;
    padding: 0 50px 0 20px;
    line-height: 37px;
    border: 1px solid #BAB9B9;
    border-radius: 60px;
	background: #FFF;
}
.head_logo_venture24 {
	display:flex;
	flex-direction: row;
	align-items:center;
	column-gap:24px;
}





/* 2026.2.18 헤더 모바일 버전 기존 네비 수정 및 웹접근성 적용   */
.m_gnb .sub_gnb_tit {
    margin-top: 40px !important;
}
.m_gnb .sub_gnb_tit h2 {
    margin-bottom: 36px;
}
.m_gnb .sub_gnb_tit .icon {
	padding-bottom:20px;
}
.m_gnb .m_sub_gnb_box .sub_gnb_cont dl dd a {
    display: inline-flex!important;
    line-height: 24px!important;
}





@media screen and (max-width:1280px){
    /* header */
	.header {min-width: 0;}
	.logo_header .container {padding: 0;}
	.gnb_header.renew2026 .head_logo {padding:6px;}
	.head_util_menu {display: none;}
	.m_login_btn, .m_gnb_btn {display: block;}
	.gnb_header.renew2026 {display: block;}
	.gnb_header.renew2026 .gnb  {display: none;}
	.logo_header.venture24 .container.clearfix .head_sch_box  {display: none;}
	.gnb_header.renew2026 nav.nav_renew2026  {display: none;}
	.m_gnb > li > button {
		display: block;
		position: relative;
		z-index: 1;
		padding: 13px 60px 13px 40px;
		border-bottom: 1px solid #ececec;
		color: #000;
		font-size: 18px;
		width: 100%;
		text-align: left;
	}
	.m_gnb > li > button:before, .m_gnb > li > button:after {content: ''; display: block; position: absolute; background-color: #0e457a; border-radius: 1px; transition: all 0.3s;}
	.m_gnb > li > button:before {right: 25px; top: 50%; width: 20px; height: 2px; margin-top: -1px;}
	.m_gnb > li > button:after {right: 34px; top: 50%; width: 2px; height: 20px; margin-top: -10px;}
	.m_gnb > li > button.on:before, .m_gnb > li > button.on:after {transform: rotate(90deg);}
	.m_gnb > li > button.on:before {opacity: 0;}
}

@media screen and (max-width:768px){
	.gnb_header.renew2026 .head_logo img {
        height: auto;
    }
}

@media screen and (max-width:480px){
	.gnb_header.renew2026 .head_logo {
        width: 100%;
        margin-top: 0px;
        max-width: 240px;
    }
	.logo_header.venture24 .container.clearfix {
		height: 50px;
		padding: 10px 10px;
	}
	.gnb_header.renew2026 .container.clearfix {
		height: 50px;
	}
	.gnb_header.renew2026 img.lang-eng {
		max-width: 24px;
	}
	.gnb_header.renew2026 .head_logo {
		column-gap: 12px;
	}
}
