@charset "utf-8";

/** 서브페이지 버튼 */
.more-btn {
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
}

.more-btn-wrap.white::after {
	background: #fff;
}

.more-btn-wrap.white {
	color: var(--navy);
	background: #fff;
	border: 1px solid var(--navy);
}

.more-btn-wrap.white .text {
	color: var(--navy) !important;
}

.more-btn-wrap {
	position: relative;
	width: 190px !important;
	height: 54px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 54px;
	background: rgba(0, 0, 0, 0.3);
	font-family: "Montserrat";
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.more-btn-wrap.white .text {
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-weight: 500;
	color: var(--navy);
}

.more-btn-wrap .text,
.more-btn-wrap .icon-container {
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.more-btn-wrap .icon-container {
	--icon-size: 24px;
	position: relative;
	width: var(--icon-size);
	height: var(--icon-size);
	margin-left: 15px;
	transition: transform 500ms ease;
}

.more-btn-wrap .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: var(--icon-size);
	height: var(--icon-size);
	transition: transform 500ms ease, opacity 250ms ease;
}

.more-btn-wrap .icon-container .icon-left {
	transform: translateX(-200%);
	opacity: 0;
}

.more-btn-wrap:hover .icon-container {
	transform: translateX(90%);
}

.more-btn-wrap:hover .icon-container .icon-left {
	transform: translateX(0);
	opacity: 1;
}

.more-btn-wrap:hover .icon-container .icon-right {
	transform: translateX(200%);
	opacity: 0;
}

.more-btn-wrap:hover::after {
	transform: translateX(70%);
}

.more-btn-wrap.white a:hover::after {
	background: var(--navy);
}

.more-btn-wrap a.stretched-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.more-btn-wrap a.stretched-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.more-btn-wrap.white a {
	background: #fff;
}

.more-btn-wrap.white a::after {
	background: #fff;
}


/** 사업실적 */
.tab-perform {
	margin-bottom: 20px;
}

.tab-perform ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.tab-perform ul li {
	position: relative;
	padding: 0 25px;
}

.tab-perform ul li a {
	color: #717171;
	font-size: 20px;
}

.tab-perform ul li:first-child {
	padding-left: 0;
}

.tab-perform ul li:not(:last-child) a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #717171;
	width: 1px;
	height: 13px;
}

.tab-perform ul li.active a {
	color: #222;
	font-weight: 500;
}

.tab-perform ul li:hover a {
	text-decoration: underline;
}

.board_wrap {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 2.5vw;
}

.perform-table {
	width: 100%;
	border-top: 2px solid #222;
	border-bottom: 1px solid #cecece;
	margin-bottom: 100px;
}

.perform-table tbody {}


.perform-table tr+tr {
	border-top: 1px solid #cecece;
}

.perform-table tr td {
	padding: 32px 10px;
	text-align: center;
}

.perform-table tr td.p-year {
	color: var(--main-color);
	font-size: 20px;
	font-weight: 500;
}

.perform-table tr td.p-cont {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.perform-table tr td.p-cont strong {
	color: #717171;
	font-weight: 400;
}

.perform-table tr td.p-cont span {
	font-weight: 600;
	font-size: 20px;
	word-break: keep-all;
}

.perform-table tr td.p-name {
	font-size: 20px;
	font-weight: 500;
	word-break: keep-all;

}



/** 인사말 */
.image-section {
	width: 100%;
	height: 450px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 80px;
}

.image-section img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
}


.greeting-txt {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 120px;
	overflow: hidden;
}

.greeting-txt .gt-left {
	flex-shrink: 0;
}

.greeting-txt .gt-left p {
	font-size: 40px;
	font-weight: 700;
}

.greeting-txt .gt-right .txt {
	margin-top: 32px;
	font-size: 20px;
}

.ceo-name {
	font-size: 24px;
	font-weight: 700;
	margin-top: 48px;
}

.ceo-name>span {
	font-size: 20px;
	padding-right: 40px;
}

/** 오시는길 */
.location-wrap {}

.location-inner {
	width: 100%;
	height: 500px;
	overflow: hidden;
}



.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont {
	display: none;
}



.location-info-wrap {
	background: var(--light-gray);
	padding: 30px;
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.location-info-wrap .name p {
	font-size: 24px;
	font-weight: 600;
}

.location-info-wrap .info {
	display: flex;
	align-items: center;
	gap: 100px;
}

.location-info-wrap .info strong {
	padding-bottom: 8px;
	display: inline-block;
	font-weight: 600;
}

.location-info-wrap .info strong::before {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.location-info-wrap .info .l-address strong::before {
	content: url('/images/location_address.svg');
}

.location-info-wrap .info .l-tel strong::before {
	content: url('/images/location_tel.svg');
}

.location-info-wrap .info .l-fax strong::before {
	content: url('/images/location_fax.svg');
}

.custom-info-wrap {
	position: absolute;
	left: 0;
	bottom: 40px;
	margin-left: -52.5px;
	text-align: left;
	overflow: hidden;
	font-size: 15px;
	height: 45px;
}

.custom-info-wrap * {
	padding: 0;
	margin: 0;
}

.custom-info-wrap .info {
	border-radius: 5px;
	border-bottom: 2px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
	background: #fff;
	padding: 5px 10px;
}

.custom-info-wrap .info:after {
	content: '';
	position: absolute;
	margin-left: -12px;
	left: 50%;
	bottom: 0;
	width: 22px;
	height: 12px;
	background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
}


/** 조직도 */
.org_sec {
	margin-top: 100px;

}

.org_list {
	margin-bottom: 100px;
}

.org_depth1 .org_dept_nm {
	max-width: 200px;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E55B2E;
	color: #fff;
	border-radius: 12px;
	margin: 0 auto;
	margin-bottom: 44px;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	/* box-shadow:
    0 0 0 10px rgba(231, 82, 44, 0.4),
    0 0 0 20px rgba(231, 82, 44, 0.3),
    0 0 0 30px rgba(231, 82, 44, 0.2),
    0 0 0 40px rgba(231, 82, 44, 0.1); */
}

.org_depth1 .org_dept_nm::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	border-right: 1px solid #cecece;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}

.org_depth2 .org_dept_nm {
	background: var(--darkblue);
	color: #fff;
	max-width: 200px;
	width: 100%;
	height: 60px;
	border-radius: 12px;
	margin: 0 auto;
	box-shadow: none;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.org_depth2 ul {
	gap: 3%;
	position: relative;
}

.org_depth3 .org_dept_nm {
	background: var(--navy);
	margin-bottom: 0;
	max-width: unset;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-weight: 500;
}

.org_depth2 .org_dept_nm::after {
	top: 100%;
	height: 300%;
	border-right: 1px solid #cecece !important;
}

.org_depth3 ul {
	flex-direction: column;
	gap: 12px;
	padding: 20px 0;
}

.org_depth2 ul::before {
	content: "";
	position: absolute;
	top: -8%;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: #cecece;
	width: 68.7%;
}

.org_depth3 ul::before {
	display: none;
}

.org_depth3 ul li {
	position: relative;
}

.org_depth3 ul li:nth-child(2)::after {
	height: 0;
}

.org_depth3 div::after {
	content: "";
	position: absolute;
	top: -15px;
	width: 1px;
	border-right: 1px solid #cecece;
	height: 32px;
	display: block;
	left: 49.5%;
	transform: translateY(-50%);
}

.org_depth3 .org_dept_nm::after {
	top: -28px;
	height: 100%;
	z-index: -1;
}

.org_depth4 .org_dept_nm {
	background: #fff;
	color: #222;
	width: unset;
	font-size: 16px;
	border-radius: 8px;
	height: 50px;
	margin: 0 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}


.org_depth4 .org_dept_nm::after {
	height: 0;
}

.org_list,
.org_list ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: flex-start;
}

.org_list li {
	width: 100%;
}

.org_depth2 ul>li.org_depth3 {
	flex: 1;
	background: #F2F3F4;
	border: 1px solid #cecece;
	border-radius: 12px;
}

.org_depth2 ul>li.org_depth3:last-child {
	position: absolute;
	top: -36%;
	right: 15%;
	width: unset;
	border: 1px solid var(--darkblue);
	max-width: 200px;
	width: 100%;
}

.org_depth2 ul>li.org_depth3:last-child .org_dept_nm {
	background: #fff;
	color: var(--darkblue);
	border-radius: 12px;
}

.org_depth2 ul>li.org_depth3:last-child .org_dept_nm::after {
	transform: rotate(90deg);
	left: -48%;
	top: -282%;
	height: 400px;
}


/** 연혁 */
.history-wrap {
	display: flex;
	gap: 100px;
	/* overflow: hidden; */
}

.history-right {
	position: relative;
	z-index: 1;
	flex: 1;
}

.history-right .history-list {
	position: relative;

}

.history-right .history-list .bar {
	position: absolute;
	content: "";
	top: 13px;
	bottom: 3px;
	left: 0;
	margin-left: -1px;
	width: 1px;
	height: 98%;
	background-color: #cecece;
}

.history-right .history-list .bar span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 1px;
	max-height: 100%;
	height: 0;
	background: var(--main-color);
	transition: height 0.2s ease-out;
	font-size: 0;
}

.dots {
	position: absolute;
	display: block;
	top: 24px;
	left: -6px;
	width: 12px;
	height: 12px;
	border: 3px solid var(--main-color);
	background: #fff;
	transition: all 0.3s;
	box-sizing: border-box;
	border-radius: 50%;
	z-index: 1;
	font-size: 0;
}

.history-item {
	position: relative;
}

.history-item+.history-item {
	margin-top: 70px;
}

.history-info {
	margin-left: 24px;
}

.history-year span {
	font-size: 40px;
	font-weight: 600;
}

.history-month {
	padding-bottom: 10px;
	margin-top: 20px
}

.history-month>li {
	font-size: 20px;
	display: flex;
	align-items: baseline;
}

.history-month>li+li {
	margin-top: 32px;
}

.history-month>li strong {
	font-weight: 500;
	font-size: 18px;
	max-width: 50px;
	width: 100%;
	display: inline-block;
}

.history-left {
	position: relative;
	flex: 1;
}

.history-tit-wrap {
	position: sticky;
	top: 200px;
	left: 0;
}

.year-ing {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.year-ing+.year-ing {
	margin-top: 60px;
}

.year-ing a {
	font-size: 40px;
	font-weight: 600;
	transition: all .5s ease;
	position: relative;
}

.year-ing a::after {
	display: block;
	content: '';
	border-bottom: 2px solid #717171;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

.year-ing a:hover::after {
	transform: scaleX(1);
}


.year-ing.past a {
	color: #717171;
	font-size: 24px;
}

.year-ing.past img {
	display: none;
}

.year-ing img {
	border-radius: 12px;
	overflow: hidden;
}

#history01,
#history02 {
	padding-top: 100px;
}

.m-year {
	display: none;
}

/** 회사개요  */
.overview-section1,
.overview-section2,
.overview-section3,
.overview-section4 {
	position: sticky;
	top: 80px;
	left: 0;
}

.overview-section1 {
	width: 100%;
	height: calc(100vh - 90px);
	background: url(/images/overview_bg.png) no-repeat center / cover;
	margin-top: -90px;
}

.over-scroll-txt-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	line-height: 1.4;

}

.over-scroll-txt {
	position: relative;
	line-height: 1.2;
	color: rgba(255, 255, 255, .2);
}

.over-scroll-txt .s-txt {
	position: relative;
	/* width: max-content; */
	text-align: center;
	font-size: 56px;
	font-weight: 700;
	background: linear-gradient(to right, #fff, #fff) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 0% 100%;
	/* 명시적으로 작성 */
	color: rgba(255, 255, 255, 0.2);
	transition: background-size 0.5s ease;
}

.overview-section2 {
	width: 100%;
	height: calc(100vh - 90px);
	background: #fff;
}

.text-mask-section {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.scroll-mask-text {
	font-size: 18vw;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: transparent;
	background: url('/images/overview_bg.png') no-repeat center center;
	background-size: cover;
	background-clip: text;
	-webkit-background-clip: text;
	transition: background-position 0.3s ease;
}

.overview-section3 {
	background: var(--navy);
	width: 100%;
	height: calc(100vh - 90px);
	position: relative;
	overflow: hidden;
}

.tiping-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 1200px;
	width: 90%;
}

.txt1 {
	font-size: 64px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 16px 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.8s cubic-bezier(0.42, 0, 0.58, 1), transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
	display: block;
	position: relative;
}

.txt1 .img1,
.txt1 .img2 {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 0;
	height: 80px;
	margin: 0 15px;
	transition: width 1.2s cubic-bezier(0.42, 0, 0.58, 1);
	position: relative;
}

.txt1 .img1 span,
.txt1 .img2 span {
	position: absolute;
	left: 50%;
	top: 0;
	width: 220px;
	height: 80px;
	transform: translateX(-50%);
	border-radius: 50px;
	background-size: cover;
	background-position: center;
	font-size: 0;
}

.txt1 .img1 span {
	background-image: url('/images/overview_t01.png');
}

.txt1 .img2 span {
	background-image: url('/images/overview_t02.png');
}

.txt1.show-img .img1,
.txt1.show-img .img2 {
	width: 220px;
}

.before-animate {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.1s ease, transform 0.1s ease;
}

.visible {
	opacity: 1;
	transform: translateY(0);
}

.show-img span {
	width: 220px;
	transition: width 0.8s ease;
}

.overview-section4 {
	width: 100%;
	height: 100%;
	background: var(--navy);
	padding-bottom: 100px;
}

.card-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 1420px;
	margin: 0 auto;
	padding: 180px 2.5vw 0;
	gap: 180px;
}

.card {
	width: 100%;
	box-sizing: border-box;
	background: #dedede;
	min-height: 28.5vw;
	;
	border-radius: 20px;
	position: sticky;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.one {
	top: 150px;
	background: url(/images/overview_s01.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.card::before {
	position: absolute;
	top: 13px;
	left: 30px;
	color: rgba(255, 255, 255, .5);
	font-size: 20px;
}

.one::before {
	content: '01';
}

.two {
	top: 200px;
	background: url(/images/overview_s02.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.two::before {
	content: '02';
}

.three {
	top: 250px;
	background: url(/images/overview_s03.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.three::before {
	content: '03';
}


.four {
	top: 300px;
	background: url(/images/overview_s04.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.four::before {
	content: '04';
}

.five {
	top: 350px;
	background: url(/images/overview_s05.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.five::before {
	content: '05';
}

.card-txt-wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.card-txt-wrap h4 {
	font-size: 56px;
	font-weight: 700;
}

.card-txt-wrap span {
	font-size: 24px;
	width: 50%;
	text-align: center;
	word-break: keep-all;
}

/** business */
.business-cmn {}

.business-cmn strong {
	color: var(--main-color);
	font-size: 18px;
	font-weight: 500;
}

.business-cmn h5 {
	font-size: 48px;
	font-weight: 700;
	word-break: keep-all;
}

.business-cmn span {
	font-size: 20px;
	font-weight: 500;
	word-break: keep-all;
}

.business-imgZone {
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin: 45px 0 100px;
	display: inline-block;
}

.business-imgZone img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
}

.sub-section {
	margin-top: 100px;
}

.b-section {
	position: relative;
	background: #fff;
	overflow: hidden;
}

.b-section+.b-section {
	margin-top: 100px;
}

.b-section .tit {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 24px;
	word-break: keep-all;
}

.b-section:has(.tit + span) .tit {
	margin-bottom: 0;
}

.b-section .tit2 {
	margin-bottom: 24px;
	font-size: 20px;
	display: block;
}

.b-section.basic {
	background: #fff;
	padding-top: 100px;
}

.b-section.gray {
	background: var(--light-gray);
	padding-top: 100px;
}

.b-section.navy {
	background: var(--navy);
	color: #fff;
	padding-top: 100px;
}

.b-section.sticky {
	/* height: calc(100vh - 90px);
	position: sticky;
	top: 80px;
	left: 0; */
}

/** business - ai */
.ai-section01 {
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.adv-box {
	background: var(--light-gray);
	border-radius: 12px;
	padding: 48px;
	flex: 1;
}

.adv-tit {}

.adv-tit .adv-num {
	font-size: 20px;
}

.adv-tit .adv-subj {
	color: var(--main-color);
	font-size: 32px;
	font-weight: 600;
}

.adv-list {
	margin-top: 32px;
}

.adv-list ul {}

.adv-list ul li {
	font-size: 20px;
	line-height: 2;
	position: relative;
	padding-left: 20px;
}

.adv-list ul li::before {
	content: '-';
	display: inline-block;
	position: absolute;
	left: 0;
}

.ai-section02 {
	margin-top: 52px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 30px;
}

.ai-screen {
	background: url(/images/ai_desktop.png) no-repeat;
	width: 507px;
	height: 270px;
	background-size: 100% auto;
}

.ai-arrow {
	background: url(/images/ai_arrow.svg) no-repeat;
	width: 135px;
	height: 65px;
	position: relative;
	background-size: 100% auto;
}

/* .ai-arrow::before{
	content: url(/images/ai_arrow.svg);
	opacity: .2;
	width: 65px;
	height: 65px;    
	display: inline-block;
	position: absolute;
	top: 0;
	left: -30px;
}

.ai-arrow::after{
	content: url(/images/ai_arrow_b.svg);
	width: 65px;
	height: 65px;    
	display: inline-block;
	position: absolute;
	top: 0;
	right: -30px;
} */

.ai-references {}

.ai-ref-list {
	border-bottom: 1px solid #cecece;
	display: flex;
	align-items: center;
	padding: 30px 56px;
}

.ai-ref-list .ai-ref-txt {
	margin-left: 56px;
	word-break: keep-all;
}

.ai-ref-txt p {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
	word-break: keep-all;
}

.ai-ref-txt span {
	color: #444;
	font-size: 20px;

}

.ai-ref-img {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}


/** business - 대학정보화(학생역량)  */
.accordion-wrap {}

.accordion {}

.accordion .item {
	border: 1px solid #cecece;
	border-radius: 12px;
}

.accordion .item+.item {
	margin-top: 24px;
}

.accordion .item>p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
	cursor: pointer;
	padding: 24px 32px;
	font-weight: 500;
}

.accordion .item>p strong {
	color: var(--main-color);
	margin-right: 32px;
	font-weight: 500;
}

.accordion .item>p>span {
	margin-left: auto;
	width: 40px;
	height: 40px;
}

.ac-txt {
	background: var(--light-gray);
	padding: 32px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;

	display: none;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.4s ease, max-height 0.4s ease;
}

.ac-txt.show {
	display: block;
	opacity: 1;
	max-height: 1000px;
	/* 충분히 큰 값으로 설정 */
}

.accordion .item.active {
	border: 1px solid var(--main-color);
	transition: border .4s ease-in-out;
	box-shadow: 0 0 10px rgba(253, 78, 22, .1);
}

.accordion .item.active img {
	transform: rotate(180deg);
	transition: transform .3s ease-in-out;
}

.ac-txt ul {
	display: flex;
	align-items: center;
	row-gap: 24px;
	column-gap: 40px;
	flex-wrap: wrap;
}

.ac-txt ul li {
	position: relative;
	padding-left: 16px;
	font-size: 18px;
}

.ac-txt ul li::before {
	content: '';
	width: 4px;
	height: 4px;
	background: #222;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}



/** business - 대학정보화(NBiz)  */
.nbiz .b-section+.b-section {
	margin-top: 0;
}

.nbiz .b-section:last-child {
	margin-top: 100px;
}

.nbiz-section01 {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 100px;
}

.comp-box {
	background: var(--light-gray);
	border-radius: 12px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 48px 0;
}

.comp-box .comp-txt {
	margin-top: 40px;
}

.comp-box .comp-txt p {
	font-size: 24px;
	font-weight: 600;
}

.comp-box .comp-txt span {
	font-size: 18px;
	color: #444;
	display: block;
	word-break: keep-all;
	width: 80%;
	margin: 0 auto;
	padding-top: 16px;
}

.tab-zone {
	display: flex;
	justify-content: space-between;
	margin-top: 64px;
	gap: 100px;
}

.tab-zone .tabs {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 56px;
	min-width: 250px;
}

.tab-zone .tabs .tab-button {
	opacity: .4;
	font-size: 24px;
	cursor: pointer;
	word-break: keep-all;
}

.tab-zone .tabs .tab-button:hover {
	opacity: 1;
	transition: opacity .3s ease-in-out;
}

.tab-zone .tabs .tab-button+.tab-button {
	margin-top: 40px;
}

.tab-zone .tabs .tab-button.active {
	opacity: 1;
	text-decoration: underline;
	font-weight: 600;
}

.tab-zone .tab-content {
	background: #f4f5f6;
	width: 100%;
	height: 520px;
	text-align: center;
	border-radius: 12px;
	position: relative;
	height: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-zone.navy .tab-content {
	background: rgba(255, 255, 255, .1);
}

.tab-zone.gray .tab-content {
	background: #fff;
}


.tab-zone .tab-content .tab-image {
	z-index: 0;
	max-width: calc(100% - 40px);
	padding: 40px 0;
}

.tab-zone .tab-content .tab-image.active {
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
}

.session-section {
	padding-top: 100px;
	padding-bottom: 100px;
	display: block;

}

.session-section .se-imgBox {
	text-align: center;
	margin: 80px auto;
	max-width: 80%;
}

.tooltip-section {
	overflow: visible;
}


.tooltip-tit {
	display: flex;
	align-items: center;
	position: relative;
}

.tooltip-tit .tit {
	margin-bottom: 0;
}

.tooltip-tit .tooltip-icon {
	margin-left: 12px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.tooltip-icon:hover+.tooltip,
.tooltip-icon:focus+.tooltip,
.tooltip-icon.hover+.tooltip {
	opacity: 1;
	transform: translate(-50%, -100%);
	pointer-events: inherit;
}

.tooltip {
	display: block;
	position: absolute;
	top: 0px;
	left: 35%;
	transform: translate(-50%, -50%);
	transform-origin: bottom center;
	padding: 10px 30px;
	border-radius: 5px;
	background: #444;
	color: #fff;
	text-align: center;
	transition: 0.15s ease-in-out;
	opacity: 0;
	width: 50%;
	max-width: 100vw;
	pointer-events: none;
	z-index: 5;
	word-break: keep-all;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.se-info-wrap {
	border-top: 1px solid #222;
	overflow: hidden;
}

.se-info {
	padding: 48px 0;
	display: flex;
	gap: 100px;
}

.se-info+.se-info {
	border-top: 1px solid #cecece;
}

.se-info .se-tit {
	font-size: 24px;
	font-weight: 600;
	flex: 1;
	min-width: 250px;
}

.se-info .se-cont {
	word-break: keep-all;
	overflow-x: auto;
}

.se-info .se-cont .se-top {
	font-size: 20px;
	font-weight: 500;
}

.se-list {
	margin-top: 30px;
}

.se-list li {
	border-top: 2px dotted #cecece;
	padding: 30px 0;
	font-size: 18px;
	position: relative;
	padding-left: 32px;
}

.se-list li::before {
	content: '';
	background: url(/images/nbiz_check.svg) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	margin-top: 6px;
	background-size: cover;
}

.se-list li:last-child {
	padding-bottom: 0;
}

.se-list li span {
	color: #717171;
	font-size: 16px;
	font-weight: 500;
}

.con-table {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

.con-table tr {}

.con-table thead th {
	background: var(--darkblue);
	color: #fff;
}

.con-table tbody th {
	background: #f0f0f0;
}

.con-table tr th,
.con-table tr td {
	border: 1px solid #cecece;
	text-align: center;
	font-size: 18px;
	min-height: 60px;
	padding: 20px 16px;
}

/** 대학정보화(포털)  */
.b-section.portal {
	margin-bottom: 100px;
}

.b-section.portal .tab-zone .tab-content .tab-image {
	max-height: 400px;
}

.b-section.portal .tab-zone {
	margin-top: 0;
}

/** business - 대학정보화(차세대)  */
.image-wrap {
	margin: 0 auto;
}

.process-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(32%, auto));
	gap: 20px;
}

.process-wrap .process-item {
	border: 1px solid #dadada;
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 24px;
	transition: border 0.5s ease-in-out;
}

.process-wrap .process-item .iconBox {
	width: 115px;
	height: 115px;
	background-color: #eaeaea;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.3s ease-in-out;
}

.process-wrap .process-item .txtBox {
	font-size: 20px;
	word-break: keep-all;
}

.process-wrap .process-item .txtBox p {
	font-weight: 500;
}

.process-wrap .process-item .txtBox strong {
	color: var(--main-color);
	font-weight: 500;
	font-size: 16px;
}

.process-item.on {
	border: 1px solid var(--main-color);
}

.process-item.on .iconBox {
	background: var(--main-color);
}

.process-item.on .iconBox img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.process-item.on .txtBox p {
	color: var(--main-color);
}

.process-polygon {
	background: url(/images/cha_polygon.svg) no-repeat;
	background-size: 100% auto;
	max-width: 900px;
	width: 100%;
	height: 126px;
	margin: 12px auto 24px;
}

.process-txt {
	color: var(--main-color);
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}

.ex-zone {
	display: flex;
	justify-content: space-between;
	gap: 100px;
	margin-top: 100px;
}

.ex-zone p {
	font-size: 24px;
	font-weight: 600;
	margin-top: 60px;
}

.ex-content {
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	max-width: 1060px;
	width: 100%;
	text-align: center;
}

.ex-content img {
	max-width: 80%;
}

/** business - 솔루션(pms)  */
.pms-section01 {
	border-top: 2px solid #222;
	display: flex;
	flex-wrap: wrap;
}

.pms-section01 .pms-s-item {
	display: flex;
	align-items: center;
	width: 50%;
	border-bottom: 1px solid #ddd;
	padding: 30px;
	box-sizing: border-box;
}

.pms-section01 .pms-s-item .icon-box {
	/* border: 1px solid #cecece; */
	border-radius: 50%;
	width: 100%;
	height: 100px;
	max-width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pms-section01 .pms-s-item .icon-box img {}

.pms-section01 .pms-s-item .txt-box {
	margin-left: 32px;
	font-size: 18px;
	color: #444;
	word-break: keep-all;
}

.pms-section01 .pms-s-item .txt-box .t01 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #222;
}


/** business - 솔루션(mobile)  */
.mob-st-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.mob-st-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

.mob-st-item .out-circle {
	max-width: 340px;
	width: 100%;
	height: 340px;
	border: 2px dashed #cecece;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mob-st-item .circle {
	max-width: 280px;
	width: 100%;
	height: 280px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
	text-align: center;
	position: relative;
}


.mob-st-item .circle span {
	font-weight: 500;
	font-size: 24px;
	color: #fff;
}

.circle.org {
	background: var(--second-color);
}

.circle.gray {
	background: #aaa;
}

.circle.blue {
	background: var(--darkblue);
}

.connector {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
}

.connector .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: -6px;
	z-index: 2;
}

.connector .dot.org {
	background-color: var(--second-color);
	box-shadow: 0 0 0 4px rgba(277, 81, 34, 0.3);
}

.connector .dot.gray {
	background-color: #aaa;
	box-shadow: 0 0 0 4px rgba(134, 139, 147, 0.3);
}

.connector .dot.blue {
	background-color: var(--darkblue);
	box-shadow: 0 0 0 4px rgba(28, 70, 155, 0.3);
}


.line {
	width: 0px;
	height: 50px;
	border: 1px dashed #dedede;
}

.dot.last {
	margin-top: 0;
}

.mob-st-list {
	border-radius: 12px;
	width: 100%;
}

.mob-st-list ul {
	padding: 30px;
	min-height: 256px;

}

.mob-st-list li {
	position: relative;
	font-size: 18px;
	padding-left: 12px;
}

.mob-st-list li+li {
	margin-top: 12px;
}

.mob-st-list li::before {
	content: '';
	width: 4px;
	height: 4px;
	background: #222;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateX(-50%);
}

.mob-st-list.org {
	background: #FDF6F4;
}

.mob-st-list.gray {
	background: #F3F4F5;
}

.mob-st-list.blue {
	background: #F3F5FA;
}

.mobile-preview {
	padding: 0 120px;
	position: relative;
}

/* 
.swiper-wrap .swiper-item-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 120px;
	gap: 40px;
}

.swiper-wrap .swiper-item-wrap .swiper-item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
 */

.swiper-arrow {
	width: 44px;
	height: 44px;
	cursor: pointer;
	z-index: 2;
}

.swiper-arrow.prev {
	position: absolute;
	left: 0;
	top: 50%;
	background: url(/images/swiper-prev.svg);
}

.swiper-arrow.next {
	position: absolute;
	right: 0;
	top: 50%;
	background: url(/images/swiper-next.svg);
}


/** business - 솔루션(cms)  */
.cms-section01 {
	display: flex;
	align-items: center;
	gap: 100px;
	margin-top: 60px;
}

.cms-cont {
	border-top: 2px solid #fff;
	display: flex;
	flex-wrap: wrap;
}

.cms-cont .cms-item {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	width: 50%;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
}

.cms-cont .cms-item strong {
	color: var(--main-color);
	font-weight: 500;
}

.cms-image {
	background: #202A3A;
	padding: 60px;
	border-radius: 12px;
	text-align: center;
}

.cms-section02 {}

.cms-sol-wrap {}

.cms-sol-item {
	background: var(--light-gray);
	padding: 20px;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
}

.cms-sol-item+.cms-sol-item {
	margin-top: 24px;
}

.cms-sol-item .cms-sol-txt {
	max-width: 260px;
	width: 100%;
	word-break: keep-all;
}

.cms-sol-item .cms-sol-txt p {
	font-size: 18px;
	color: #444;
}

.cms-sol-item .cms-sol-txt .tit {
	font-size: 24px;
	color: #222;
	font-weight: 500;
	padding-bottom: 16px;
}

.presetation-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 4px;
	max-width: 950px;
	width: 100%;
}

.presetation-grid .long-box {
	grid-column: span 2;
}

.presetation-grid .row-box {
	grid-row: span 2;
}

.box {
	background: #1742a0;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	min-height: 54px;
	font-size: 15px;
	word-break: keep-all;
	font-weight: 500;
}

.cms-grid {
	display: grid;
	/* grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); */
	grid-template-columns: repeat(10, 1fr);
	gap: 4px;
	max-width: 950px;
	width: 100%;
}

.cms-grid .box {
	background: #fff;
	color: #222;
	border: 1px solid #cecece;
}

.cms-grid .box.blue {
	background: #DDE2EB;
	color: var(--darkblue);
	border: 1px solid var(--darkblue);
}

.cms-grid .long-box {
	grid-column: span 5;
}

.cms-grid .longlong-box {
	grid-column: auto / span 10;
}

.gov-wrap {
	max-width: 950px;
	width: 100%;
}

.gov-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

.gov-box .box {
	background: #fff;
	color: #222;
	border: 1px solid #cecece;
	width: calc(100% / 5 - 6px)
}

.gov-wrap .gov-long-box {
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	padding: 20px;
	gap: 15%;
	margin-top: 24px;
}

.gov-wrap .gov-long-box .box {
	width: 250px;
}

.cms-menu-wrap {
	background: #fff;
	border-top: 2px solid #222;
	display: flex;
	flex-wrap: wrap;
}

.cms-menu-wrap .cms-menu-item {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #cecece;
}

.cms-menu-wrap .cms-menu-item .cms-tit {
	margin-left: 30px;
	width: 110px;
	flex-shrink: 0;
}

.cms-menu-wrap .cms-menu-item .cms-tit p {
	font-size: 18px;
	font-weight: 500;
}

.cms-menu-wrap .cms-menu-item .cms-tit strong {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 500;
}

.cms-menu-wrap .cms-menu-item span {
	color: #444;
	margin-right: 30px;
	word-break: keep-all;
}


/** business - 스마트팩토리  */
.smart-section01 {
	margin: 0 auto;
	text-align: center;
}

.smart-section01 h5 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 32px;
}

.smart-section01 .smart-define {}

.smart-section01 .smart-define p {
	font-size: 24px;

}

.smart-section01 .smart-define p strong {
	color: var(--darkblue);
}

.s-define-img {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 80px;
}

.s-define-img .plus {
	background: url(/images/smart_define01.svg);
	width: 32px;
	height: 32px;
	position: relative;
	flex-shrink: 0;
}

.s-define-img .sd-box {
	height: 120px;
	background: var(--light-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 36px;
	border-radius: 12px;
	min-width: 160px;
	font-size: 24px;
	font-weight: 600;
	word-break: keep-all;
}

.s-define-img .sd-box.blue {
	background: #f2f6ff;
	color: var(--blue);
}

.s-define-img .spread {
	background: url(/images/smart_define02.svg) no-repeat;
	width: 355px;
	height: 198px;
	position: relative;
	z-index: 0;
	margin-left: -150px;
}

.s-define-img .sd-box.last {
	background: linear-gradient(90deg, #3772FF 0%, #214499 100%);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	width: 320px;
	height: 200px;
	color: #fff;
	margin-left: -1%;
}

.smart-section02 {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.char-item {
	background: var(--light-gray);
	width: calc(100% / 2 - 10px);
	height: 270px;
	border-radius: 12px;
	position: relative;
	border: 1px solid transparent;
	transition: border .3s ease-in-out, color .3s ease-in-out;
}

.char-item:hover {
	border: 1px solid var(--main-color);
}

.char-item:hover p {
	color: var(--main-color);
}

.char-item::after {
	width: 80px;
	height: 80px;
	display: inline-block;
	position: absolute;
	bottom: 10%;
	right: 5%;
}

.char-item.c1::after {
	content: '';
	background: url(/images/smart_icon01.svg) no-repeat;
	background-size: cover;
}

.char-item.c2::after {
	content: '';
	background: url(/images/smart_icon02.svg) no-repeat;
	background-size: cover;
}

.char-item.c3::after {
	content: '';
	background: url(/images/smart_icon03.svg) no-repeat;
	background-size: cover;
}

.char-item.c4::after {
	content: '';
	background: url(/images/smart_icon04.svg) no-repeat;
	background-size: cover;
}

.char-item.c5::after {
	content: '';
	background: url(/images/smart_icon05.svg) no-repeat;
	background-size: cover;
}

.char-item.c6::after {
	content: '';
	background: url(/images/smart_icon06.svg) no-repeat;
	background-size: cover;
}

.char-item .char-inner {
	padding: 48px 0 0 48px;
}

.char-item .char-inner p {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 24px;
}

.char-item .char-inner span {
	color: #444;
	width: 80%;
	word-break: keep-all;
	display: inline-block;
	font-size: 18px;
}

.smart-section03 {}

.adv-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 56px;
}

.adv-item .adv-img {
	/* flex-shrink: 0; */
	overflow: hidden;
	width: 50%;
	max-height: 400px;
	border-radius: 12px;
}

.adv-item .adv-img img {
	width: 100%;
	border-radius: 12px;
}

.adv-item .adv-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}

.adv-item .adv-txt .adv-txt-inner {
	width: 70%;
}

.adv-txt-inner .adv-tit {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.adv-txt-inner .adv-tit strong {
	color: var(--main-color);
	font-size: 18px;
}

.adv-txt-inner .adv-tit p {
	font-size: 24px;
	font-weight: 600;
}

.adv-item .adv-txt .adv-txt-inner span {
	color: #444;
	font-size: 18px;
	word-break: keep-all;
}

.adv-txt-inner .adv-tit strong {
	font-size: 16px;
}



/** 문의하기  */
.sub-container:has(#onlineInqForm) {
	overflow: hidden;
}

.inq-info {
	text-align: right;
	margin-bottom: 8px;
	font-size: 15px;
}

.inquiry-wrap {
	width: 100%;
	height: 100%;
	margin-bottom: 100px;
}

.inquiry-table {
	width: 100%;
	border-top: 2px solid #222;
}

.inquiry-table th {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	position: relative;
}

.inquiry-table th,
.inquiry-table td {
	height: 40px;
	padding: 24px 0;
	border-bottom: 1px solid #cecece;
}

.inquiry-table .input,
.inquiry-table .textarea {
	height: 52px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 8px;
	vertical-align: middle;
	box-sizing: border-box;
	outline: none !important;
	padding: 0 16px;
}

.inquiry-table .textarea {
	padding: 16px;
}

.inquiry-table .captcha {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.inquiry-table .captcha .captcha-img {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.inquiry-table .captcha .mc-captcha-refresh {
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.inquiry-table .captcha .captcha-input {
	width: 90%;
}

.sub-contact-btn-wrap {
	margin-top: 30px;
}

.sub-contact-btn-wrap .btn-agree label {
	display: block;
	cursor: pointer;
}

.sub-contact-btn-wrap input[type="checkbox"]+label:before,
.sub-contact-btn-wrap input[type="checkbox"]+label::before {
	width: 24px;
	height: 24px;
	margin-top: 0;

}

.inquiry-btn {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 24px 0 60px;
}

.inquiry-btn .btn {
	background: var(--navy);
	color: #fff;
	border-radius: 8px;
	padding: 16px 80px;
	font-size: 18px;
	display: inline-block;
}

.inq-check-wrap {
	display: flex;
	align-items: center;
}

.inq-check-wrap+.inq-check-wrap {
	margin-top: 32px;
}

.inq-check-wrap strong {
	min-width: 140px;
	font-weight: 500;
}

.inq-item-box {
	margin: -0.5rem 0;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.inq-item-box li {
	display: block !important;
	margin: 5px 0 !important;
	padding-right: 20px;
	box-sizing: border-box;
}

.inq-item-box li label {
	cursor: pointer;
	font-size: 16px;
}

.inq-item-box input[type="checkbox"]+label:before,
.inq-item-box input[type="checkbox"]+label::before {
	width: 18px;
	height: 18px;
}

.inq-item-box input[type="radio"]+label:before,
.inq-item-box input[type="radio"]+label::before {
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
}



/* ========================================================
* 반응형 
======================================================== */

@media (max-width: 1280px) {

	/** 회사개요 */
	.txt1 {
		font-size: 48px;
	}

	.card-wrap {
		gap: 40px;
	}

	.card {
		position: relative;
		height: 350px;
		top: 0;
	}

	.card-txt-wrap h4 {
		font-size: 48px;
	}

	.card-txt-wrap span {
		font-size: 20px;
	}

	/** business - 솔루션(cms)  */
	.cms-sol-item {
		flex-direction: column;
	}

	.cms-sol-item .cms-sol-txt {
		max-width: unset;
		display: flex;
		align-items: center;
		gap: 40px;
		margin-bottom: 20px;
	}

	.cms-sol-item .cms-sol-txt .tit {
		padding-bottom: 0;
	}

	.presetation-grid,
	.cms-grid,
	.gov-wrap {
		max-width: unset;
	}

}

@media (max-width: 1080px) {

	/** 사업실적 */
	.tab-perform ul li a,
	.perform-table tr td.p-year,
	.perform-table tr td.p-cont strong,
	.perform-table tr td.p-date {
		font-size: 16px;
	}

	.perform-table tr td.p-cont span,
	.perform-table tr td.p-name {
		font-size: 18px;
	}



	/** 인사말 */
	.image-section {
		height: 350px;
	}

	.greeting-txt {
		gap: 80px;
	}

	.greeting-txt .gt-left p {
		font-size: 32px;
	}

	.greeting-txt .gt-right .txt,
	.ceo-name>span {
		font-size: 18px;
	}

	/** 오시는길 */
	.location-info-wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.location-info-wrap .info {
		gap: 80px;
	}

	.location-inner {
		height: 350px;
	}

	/** 조직도 */
	.org_depth2 ul>li:first-child.org_depth3 {
		margin-top: unset;
	}


	/** 연혁 */
	.history-wrap {
		gap: 50px;
	}

	.history-year span,
	.year-ing a {
		font-size: 32px;
	}

	.history-month>li,
	.history-month>li strong {
		font-size: 16px;
	}

	.history-month>li+li {
		margin-top: 20px;
	}

	.year-ing.past a {
		font-size: 20px;
	}

	/** 회사개요 */
	.over-scroll-txt .s-txt,
	.txt1,
	.card-txt-wrap h4 {
		font-size: 40px;
	}

	.txt1.show-img .img1,
	.txt1.show-img .img2 {
		width: 165px;
	}

	.txt1 .img1,
	.txt1 .img2 {
		height: 60px;
	}

	.txt1 .img1 span,
	.txt1 .img2 span {
		width: 165px;
		height: 60px;
	}

	.card-txt-wrap span {
		font-size: 20px;
	}

	.card-wrap {
		padding-top: 80px;
	}

	/** business */
	.business-cmn strong {
		font-size: 16px;
	}

	.business-cmn h5 {
		font-size: 36px;
	}

	.business-cmn span {
		font-size: 18px;
	}

	.business-imgZone {
		height: 350px;
		margin-bottom: 64px;
	}

	.b-section .tit {
		font-size: 32px;
	}

	.b-section .tit2 {
		font-size: 18px;
	}

	.con-table tr th,
	.con-table tr td {
		font-size: 16px;
		padding: 14px 16px
	}

	/** business - ai */
	.adv-tit .adv-num,
	.adv-list ul li {
		font-size: 18px;
	}

	.adv-tit .adv-subj {
		font-size: 24px;
	}

	.ai-ref-txt p {
		font-size: 20px;
	}

	.ai-ref-txt span {
		font-size: 16px;
	}

	.ai-ref-list {
		padding: 24px 40px;
	}

	.ai-ref-list .ai-ref-txt {
		margin-left: 32px;
	}

	.ai-ref-list {
		padding: 16px 24px;
	}


	/** business - 대학정보화(학생역량)  */
	.accordion .item>p {
		font-size: 18px;
		padding: 16px 24px;
	}

	.ac-txt {
		padding: 24px;
	}

	.ac-txt ul {
		row-gap: 16px;
	}

	.ac-txt ul li {
		font-size: 16px;
	}

	/** business - 대학정보화(NBiz)  */
	.b-section.sticky {
		position: relative;
		height: 100%;
	}

	.tab-zone {
		flex-direction: column;
		gap: 0;
	}

	.tab-zone .tabs {
		flex-direction: row;
		gap: 40px;
		margin-bottom: 24px;
		margin-top: 0;
	}

	.tab-zone .tabs .tab-button+.tab-button {
		margin-top: 0;
	}

	.tab-zone .tabs .tab-button {
		font-size: 20px;
	}

	.se-info {
		flex-direction: column;
		gap: 20px;
		padding: 32px 0;
	}

	.se-info .se-cont .se-top {
		font-size: 20px;
	}

	.se-list li {
		font-size: 16px;
		padding: 20px 0;
		padding-left: 24px;
	}

	.se-list li::before {
		width: 16px;
		height: 16px;
	}

	/** business - 대학정보화(차세대)  */
	.process-wrap {
		grid-template-columns: repeat(auto-fill, minmax(48.5%, auto))
	}

	.process-wrap .process-item .txtBox {
		font-size: 18px;
	}

	.process-wrap .process-item .txtBox strong {
		font-size: 15px;
	}

	.process-wrap .process-item .iconBox {
		width: 64px;
		height: 64px;
		border-radius: 12px;
	}

	.process-wrap .process-item .iconBox img {
		width: 40%;
		height: auto;
	}

	.process-txt {
		font-size: 32px;
	}

	.process-polygon {
		margin-bottom: 0;
	}

	.ex-zone {
		flex-direction: column;
		gap: 20px;
	}

	.ex-zone p {
		margin-top: 0;
	}

	.ex-content {
		width: unset;
	}


	/** 솔루션(pms)  */
	.pms-section01 .pms-s-item .icon-box {
		height: 80px;
		max-width: 80px;
	}

	.pms-section01 .pms-s-item .txt-box {
		margin-left: 24px;
		font-size: 16px;
	}

	.pms-section01 .pms-s-item .txt-box .t01 {
		font-size: 20px;
	}

	/** business - 솔루션(모바일)  */
	.mob-st-wrap {
		gap: 20px;
	}

	.mob-st-item .out-circle {
		max-width: 240px;
		height: 240px;
	}

	.mob-st-item .circle {
		width: 200px;
		height: 200px;
		gap: 16px;
	}

	.mob-st-item .circle span {
		font-size: 20px;
	}

	.mob-st-item .circle img {
		width: 22%;
		height: auto;
	}

	.mob-st-list li {
		font-size: 16px;
	}

	/** business - 솔루션(cms)  */
	.cms-sol-item .cms-sol-txt .tit {
		font-size: 20px;
	}

	.cms-sol-item .cms-sol-txt p {
		font-size: 16px;
	}

	/** 문의하기  */
	.inquiry-table th {
		font-size: 16px;
	}

	.inq-item-box li label,
	.inq-check-wrap strong {
		font-size: 14px;
	}

	.inq-check-wrap strong {
		min-width: 120px;
	}

	.inquiry-table .input,
	.inquiry-table .textarea {
		height: 45px;
		font-size: 14px;
	}


	/** 문의하기  */
	.inquiry-table th {
		font-size: 16px;
	}

	.inq-item-box li label,
	.inq-check-wrap strong {
		font-size: 14px;
	}

	.inq-check-wrap strong {
		min-width: 120px;
	}

	.inquiry-table .input,
	.inquiry-table .textarea {
		height: 45px;
		font-size: 14px;
	}


	/** business - 스마트팩토리 */
	.smart-section01 h5 {
		font-size: 32px;
		margin-bottom: 16px;
	}

	.smart-section01 .smart-define p {
		font-size: 20px;
	}

	.s-define-img .sd-box {
		font-size: 20px;
	}

	.s-define-img {
		margin-top: 60px;
	}

	.char-item {
		height: 240px;
	}

	.char-item .char-inner p {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.char-item .char-inner span {
		font-size: 16px;
	}

	.char-item::after {
		width: 64px;
		height: 64px;
	}

	.char-item .char-inner {
		padding: 32px;
	}

}

@media (max-width: 801px) {
	.more-btn .more-btn-wrap {
		margin-top: 48px;
	}

	/** 인사말 */
	.greeting-txt {
		flex-direction: column;
		gap: 24px;
	}

	.greeting-txt .gt-left p br.none {
		display: none;
	}

	/** 조직도 */
	.org_depth1 .org_dept_nm {
		max-width: unset;
	}

	.org_depth2 .org_dept_nm[data-id="010000"] {}

	.org_depth1 .org_dept_nm[data-id="000000"] {
		margin-bottom: 24px;
	}

	.org_depth1 .org_dept_nm::after {
		left: 5%;
	}


	.org_depth2 ul {
		flex-direction: column;
	}

	.org_depth2 ul>li.org_depth3 {
		margin-top: 20px;
	}

	.org_depth3:not(:last-child) .org_dept_nm::after,
	.org_depth2 ul::before {
		display: none;
	}

	.org_depth2 ul>li.org_depth3:last-child {
		right: 2.5vw;
		top: -15%;
		max-width: unset;
		width: 85%;
	}

	.org_depth2 ul>li.org_depth3:last-child .org_dept_nm::after {
		transform: rotate(90deg);
		left: 0;
		top: 0;
		height: 62px;
	}

	/** 오시는길 */
	.location-info-wrap .info {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.location-info-wrap .info>div {
		display: inline-flex;
		word-break: keep-all;
	}

	.location-info-wrap .info strong {
		min-width: 120px;
	}

	/** 연혁 */
	.history-left {
		display: none;
	}

	.m-year {
		display: flex;
		margin-bottom: 40px;
	}

	.year-ing img {
		width: 65%;
	}

	.year-ing a {
		pointer-events: none;
	}

	.history-right .history-list .bar,
	.history-right .history-list .bar span,
	.dots {
		display: none;
	}

	#history01,
	#history02 {
		padding-top: 0;
	}

	#history02 .m-year {
		margin-top: 72px;
	}

	.history-info {
		margin-left: 0;
	}

	.history-month {
		margin-left: 10px;
	}

	.history-year span {
		color: var(--main-color);
	}

	/** business - 공통 */
	.business-cmn h5 {
		font-size: 32px;
	}

	.b-section .tit {
		font-size: 28px;
	}

	/** business - ai */
	.adv-box {
		padding: 32px;
	}

	.ai-section02 {
		flex-direction: column;
		gap: 0;
		margin-top: 0;
	}

	.ai-screen {
		background-size: 70% auto;
		background-position: center center;
		width: 100%;
	}

	.ai-arrow {
		/* transform: rotate(90deg);
		background-size: 60% auto;
		background-position: center center; */
		display: none;
	}

	.ai-references {
		width: 100%;
	}

	.ai-ref-img img {
		width: 60%;
		height: auto;
	}

	/** business - 대학정보화(NBiz)  */
	.nbiz-section01 {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.comp-box {
		flex-direction: row;
		padding: 20px;
		gap: 24px;
	}

	.comp-box img {
		width: 64px;
		height: auto;
	}

	.comp-box .comp-txt {
		margin-top: 0;
		text-align: left;
	}

	.comp-box .comp-txt p {
		font-size: 20px;
	}

	.comp-box .comp-txt span {
		width: 100%;
		font-size: 16px;
	}

	.tooltip {
		left: 50%;
		width: 80%;
		font-size: 14px;
	}

	.tooltip-tit .tooltip-icon {
		width: 28px;
		height: 28px;
	}

	/** business - 대학정보화(차세대)  */
	.process-txt {
		font-size: 26px;
	}

	.process-polygon {
		height: 100px;
	}


	/** business - 솔루션(pms)  */
	.pms-section01 {
		flex-direction: column;
	}

	.pms-section01 .pms-s-item {
		flex-direction: row;
		width: 100%;
		padding: 24px;
	}

	.pms-section01 .pms-s-item .icon-box {
		height: 30px;
		max-width: 30px;
	}

	.process-wrap .process-item .txtBox {
		font-size: 16px;
	}


	/** business - 솔루션(모바일)  */
	.mob-st-wrap {
		flex-direction: column;
	}

	.mob-st-item {
		flex-direction: row;
		gap: 20px;
	}

	.mob-st-item .out-circle {
		max-width: 150px;
		height: 150px;
	}

	.mob-st-item .circle {
		width: 120px;
		height: 120px;
		gap: 12px;
	}

	.mob-st-item .circle span {
		font-size: 18px;
	}

	.mob-st-list {}

	.mob-st-list ul {
		min-height: unset;
	}

	.connector {
		display: none;
	}

	.mobile-preview {
		padding: 0 80px;
	}

	/** business - 솔루션(cms)  */
	.cms-section01 {
		flex-direction: column-reverse;
	}

	.cms-image img {
		max-width: 80%;
	}

	.cms-grid .box:nth-child(1),
	.cms-grid .long-box,
	.cms-grid .longlong-box {
		grid-column: span 5;
	}

	.cms-grid .box.blue {
		grid-row: 2;
	}

	.cms-grid {
		grid-template-columns: repeat(5, 1fr);
	}

	.gov-wrap .gov-long-box {
		gap: 10px;
	}

	.cms-sol-item .cms-sol-txt {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}



	/** 문의하기 */
	.mobile {
		display: none;
	}

	.inquiry-table tr {
		display: block;
		padding: 20px 0;
		border-bottom: 1px solid #cecece;
	}

	.inquiry-table th,
	.inquiry-table td {
		display: block;
		border: 0;
		height: auto;
		width: 100% !important;
		text-indent: 0;
		padding: 8px 0;
	}

	.inquiry-table th {
		text-align: left;
	}

	.inq-check-wrap {
		border-bottom: 1px solid #cecece;
		padding: 8px 0 16px 0;
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.inquiry-table td > .inq-check-wrap:last-of-type {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.inq-check-wrap+.inq-check-wrap {
		margin-top: 15px;
	}

	.inquiry-table .captcha {
		flex-wrap: wrap;
		gap: 16px;
	}

	/* cms  */

	.cms-menu-wrap .cms-menu-item {
		width: 100%;
	}

	/** business - 스마트팩토리  */
	.s-define-img {
		flex-wrap: wrap;
		row-gap: 40px;
	}

	.s-define-img .spread {
		display: none;
	}

	.s-define-img .sd-box.last {
		width: 100%;
		height: 100px;
	}

	.adv-item {
		flex-direction: column;
		gap: 20px;
	}

	.adv-item.reverse {
		flex-direction: column-reverse;
	}

	.adv-item .adv-img,
	.adv-item .adv-txt,
	.adv-item .adv-txt .adv-txt-inner {
		width: 100%;
	}

	.adv-item .adv-txt {
		align-items: center;
	}

	.adv-item .adv-img img {
		width: auto;
		max-width: 100%;
	}

	.adv-txt-inner .adv-tit p {
		font-size: 20px;
	}

	.adv-item .adv-txt .adv-txt-inner span {
		font-size: 16px;
	}

}

@media (max-width: 680px) {

	.sub-title-wrap h4 {
		font-size: 28px;
	}

	.perform-table tr {
		display: block;
		padding: 16px 0;
	}

	.perform-table tr td {
		display: block;
		padding: 6px 24px;
		text-align: left;
	}

	.mobile {
		display: none !important;
	}

	.business-imgZone {
		height: 250px;
	}

	/** 인사말 */
	.greeting-txt .gt-left p {
		font-size: 24px;
	}

	.greeting-txt .gt-right .txt,
	.ceo-name>span {
		font-size: 16px;
	}

	.greeting-txt .gt-right .txt {
		margin-top: 24px;
	}

	.ceo-name {
		font-size: 20px;
	}

	.ceo-name>span {
		padding-right: 24px;
	}

	/** 조직도 */

	.org_depth1 .org_dept_nm {
		font-size: 16px;
	}

	.org_depth4 .org_dept_nm {
		font-size: 15px;
	}

	/** 연혁 */
	.history-year span,
	.year-ing a {
		font-size: 24px;
	}

	/** 회사개요  */
	.over-scroll-txt .s-txt,
	.txt1,
	.card-txt-wrap h4 {
		font-size: 32px;
		word-break: keep-all;
	}

	.txt1 {
		margin-bottom: 8px;
	}

	.card-txt-wrap span {
		font-size: 18px;
		width: 80%;
	}

	.more-btn-wrap {
    width: 170px !important;
    height: 48px !important;
	}

	.more-btn-wrap.white .text{
		font-size: 14px;
	}

	/** business - ai */
	.ai-section01 {
		flex-direction: column;
	}

	/** business - 솔루션(모바일)  */
	.mob-st-item {
		flex-direction: column;
	}

	.mobile-preview {
		padding: 0 60px;
	}

	/** business - 솔루션(cms)  */
	.gov-box .box {
		width: calc(100% / 2 - 6px);
	}

	/** business - 스마트팩토리 */

	.smart-section02 {
		flex-direction: column;
	}

	.char-item {
		width: 100%;
		height: unset;
	}

	.char-item::after {
		width: 40px;
		height: 40px;
	}

	.s-define-img {
		flex-direction: column;
		row-gap: 12px;
	}

	.s-define-img .sd-box {
		width: 100%;
		padding: 0;
		height: 80px;
	}

	.s-define-img .sd-box.last {
		margin-top: 24px;
	}
}


@media (max-width: 520px) {
	.presetation-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tab-perform ul {
		justify-content: center;
	}
}

@media (min-height: 1000px) {
	.b-section.sticky {
		height: calc(100vh - 90px);
		position: sticky;
		top: 80px;
		left: 0;
	}
}