/* 인사말 */

.greet__container{
	position: relative;
	width: 100%;
	height: 100%;
}

.intro-bg{
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -12%;
	z-index: -1;
}
.intro-bg>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.intro-txt-wrap>p{
	font-size: 20px;
	line-height: 28px;
}
.intro-txt-wrap>strong{
	font-size: 40px;
	font-weight: 700;
	margin: 12px 0 40px 0;
	display: block;
}
.intro-txt-wrap>strong>span{
	font-size: 40px;
	font-weight: 700;
}
.intro-txt-wrap>p:nth-child(3){
	font-weight: 700;
	margin-bottom: 8px;
}
.intro-txt-wrap>p:nth-child(4),
.intro-txt-wrap>p:nth-child(5){
	margin-bottom: 32px;
}
.intro-txt-wrap>p:nth-child(6){
	margin-bottom: 64px;
}
.intro-last-name{
	margin-top: 80px;
	font-weight: 700;
	font-size: 28px;
}

/* 비전&미션&핵심가치 */
.mv-wrap{
	display: flex;
	align-items: center;
}
.mv-wrap>li{
	width: 50%;
}
.mv-wrap>.mvimg-li{
	height: 500px;
}
.mvimg-li>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mvtxt-li{
	padding:0 100px;
}
.vision-wrap .mvtxt-li{
	text-align: right;
}
.mvtxt-li>div{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 28px;
}
.mission-wrap .mvtxt-li>div{
	color: #99CA3C;
}
.vision-wrap .mvtxt-li>div{
	color: #319A88;
}

.mvtxt-li>p{
	font-size: 24px;
	line-height: 34px;
}
.core-value-wrap{
	margin: 160px 0 140px;
}
.core-value-wrap>img{
	margin: 0 auto;
	display: block;
}
/* 연혁 */
.history-wrap{
	display: flex;
	column-gap: 144px;
	height: 689px;
	position: relative;
}
.history-tit{
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
	height: 80px;
   
}
.history-tit>div{
	font-size: 36px;
	font-weight: 700;
	white-space:nowrap;
	margin-top:16px;
}
.history-list{
	width: 100%;
	/* height: 689px; */
	border-top: 1px solid #111;
}
.history-list>li{
	display: flex;
	align-items: center;
	padding: 52px 0;
	border-bottom: 1px solid #eee;
}
.history-year{
	width: 5rem;
	font-size: 28px;
	font-weight: 600;
	margin-right: 72px;
}
.history-mon{
	width: 60px;
}
.history-list .ht-list-many{
	align-items: flex-start;
}
.ht-list-many>ul{
	margin-top: 0.5rem;
}
.ht-list-many>ul>li{
	display: flex;
	margin-bottom: 40px;
}
.history-list>li p{
	font-size: 18px;
}

/* 연구성과 컨텐츠 준비중 */

.comingsoon-box{
	background: #F5F7F9;
	border-radius: 8px;
	padding: 64px 0;
	text-align: center;
}
.comingsoon-box>div{
	margin: 20px 0 12px 0;
}
.comingsoon-box>div,
.comingsoon-box>div>span{
	font-size: 36px;
	font-weight: bold;
}
.comingsoon-box>p{
	line-height: 24px;
}

/* 시설현황 */
.facility-con{
	margin-top: 80px;
	display: none;
}
.fac-tit{
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: 700;
	color: #0F59C5;
}
.facility-con .imgSwiper{
	 height: 600px;
}
.facility-con .imgSwiper img{
	width: 100%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fac-btn-wrap>.swiper-button-next{
	background: #fff;
	bottom: 0;
	top: inherit;
	right: 0;
	width: 60px;
	height: 60px;
}
.fac-btn-wrap{
	background: #fff;
	width: 120px;
	height: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	z-index: 10;
}
.fac-btn-wrap>.swiper-button-prev{
	top: inherit;
	bottom: 0;
	right: 60px;
	left: inherit;
	width: 60px;
	height: 60px;
}
.fac-btn-wrap>.swiper-button-prev::before{
	content: "";
	width: 1px;
	height: 20px;
	background: #ccc;
	position: absolute;
	right: 0;
}
.fac-btn-wrap .swiper-button-next.swiper-button-disabled,
.fac-btn-wrap .swiper-button-prev.swiper-button-disabled{
	opacity: 0.5;
}

.fac-btn-wrap .swiper-button-next:after,
.fac-btn-wrap .swiper-button-prev:after{
	font-size: 16px;
	font-weight: bold;
	color: #111;
}
.fac-page-bar{
	position: relative;
	height: 62px;
}
.fac-page-bar>p{
	padding-top: 12px;
	font-weight: 700;
}
.fac-page-bar .swiper-pagination{
	position: absolute;
	top: initial;
	bottom: 0;
}

/* 조직도 및 연락처 페이지 */
.org-guide-box{
	background: #F5F7F9;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}
.org-wrap{
	margin-top: 60px;
}
.org-wrap .center-director{
	width: 360px;
	background: #0F59C5;
	margin: 0 auto;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	padding: 28px 0;
	text-align: center;
	position: relative;
}
.center-director::after{
	content: "";
	width: 1px;
	height: 350px;
	background: #ccc;
	display: inline-block;
	position: absolute;
	top: 60px;
	z-index: -1;
}
.org-wrap .center-director>p{
	margin-top: 8px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.out-org{
	display: flex;
	justify-content: space-between;
	margin: 80px 0 120px 0;
	position: relative;
}
.out-org::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.out-org>li{
	display: flex;
	gap: 40px;
}

.gray-org{
	width: 240px;
	height: 60px;
	line-height: 60px;
	background: #BEBEBE;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.cona-org{
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
.cona-org>li{
	width: 100%;
	text-align: center;
}
.cona-org>li:first-child .green-org::after,
.cona-org>li:last-child .green-org::after{
	content: "";
	width: 1px;
	height: 100px;
	background: #BEBEBE;
	position: absolute;
	top: -44px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.cona-org>li:nth-child(2) .green-org::after{
	content: "";
	width: 897px;
	height: 1px;
	background: #BEBEBE;
	position: absolute;
	top: -44px;
	left: 50%;
	transform: translateX(-50%);
}

.cona-org .green-org{
	background: #99CA3C;
	color: #fff;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	transition: all .2s;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	position: relative;
}
.cona-org li:not(:first-child) .green-org:hover{
	background: #0F59C5;
}

.green-sub-org{
	background: #F5FAEB;
	height: 60px;
	line-height: 60px;
	margin-bottom: 8px;
	font-size: 18px;

}
.gr-inner-org{
	border: 1px solid #BEBEBE;
	height: 48px;
	line-height: 48px;
	margin-bottom: 8px;
	font-size: 18px;
}
.modal-con .sub-th-txt{
	text-align: center;
	font-weight: 700;
}
.modal-con td{
	line-height: 24px;
}
/* 오시는길 */
.map-wrap{
	display:flex;
	align-items:center;
	height:220px;
}
.map-wrap>.map-left-box{
	width:740px;
	height:100%;
	background:#0F59C5;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding:0 80px;
}
.map-wrap>li strong{
	font-size:28px;
	font-weight:700;
}
.map-left-box strong{
	margin-bottom:28px;
}
.map-left-box strong,
.map-left-box .dir-list>p,
.map-left-box .dir-list>div{
	color:#fff;
}
.map-left-box .dir-list{
	display:flex;
}
.map-left-box .dir-list>.map-icon{
	width:20px;
}
.map-left-box .dir-list>p{
	width:85px;
	position:relative;
	margin-right:32px;
}
.map-left-box .dir-list>p:after{
	content:"";
	display:inline-block;
	height:15px;
	width:1px;
	background:#fff;
	position:absolute;
	right:0;
}
.map-right-box{
	background:#F5F7F9;
	width:calc(100% - 740px);
	height:100%;
	
}
.map-right-box>button{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 80px;
	cursor:pointer;
}
.map-right-box>button>div{
	text-align:left;
}
.map-right-box>button div>p{
	color:#898C8E;
	margin-top:10px;
}

/* arbo소개 */
.arbo-con1{
	position: relative;
	height: 100vh;
	margin-top: 120px;
}
.arbo-bg{
	position: absolute;
	background: url(../images/sub/arbo-bg.png) no-repeat;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-position: center;
}
.arbo-main-txt,
.arbo-con2,
.arbo-con3{
	width: 1320px;
	margin: 0 auto;
}
.arbo-main-txt>P{
	font-size: 28px;
	line-height: 40px;
	margin-top: 32px;
}
.arbo-main-txt>p span{
	font-size: 28px;
	font-weight: 700;
	color: #0F59C5;
}
.arbo-con2{
	margin-top: 100px;
}
.arbo-con2 h3{
	font-size: 40px;
	font-weight: 600;
}
.ci-img-wrap{
	display: flex;
	justify-content: space-between;
	height: 380px;
	margin: 20px 0 40px 0;
}
.ci-basic,.ci-signature{
	background: url(../images/sub/logo-grid.png) repeat 0 0;
	position: relative;
	border: 1px solid #ddd;
}
.ci-basic{
	width: 840px;
	height: 100%;

}
.ci-signature{
	width: calc(100% - 880px);
}
.ci-img-wrap>li>p{
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
}
.ci-img-wrap>li>img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ci-line{
	height: 100%;
	width: 1px;
	background: #ddd;
	margin: 0 20px;
}
.ci-intro{
	display: flex;
	column-gap: 304px;
}
.ci-mcsc>li{
	display: flex;
	margin-bottom:20px;
}
.ci-mcsc>li>p{
	width: 124px;
	font-weight: 700;
	font-size: 20px;
}
.ci-mcsc>li>span{
	font-weight: 500;
}
.ci-mcsc .mcsc1>p{
	color: #08AEA1;
}
.ci-mcsc .mcsc2>p{
	color: #1DA8BA;
}
.ci-mcsc .mcsc3>p{
	color: #227CC1;
}
.ci-mcsc .mcsc4>p{
	color: #004098;
}
.arbo-middle-bg{
	width: 100%;
	height: 400px;
	background: url(../images/sub/arbo-bg2.png) no-repeat;
	background-size: cover;
	background-position: top;
/*	 margin: 168px 0 152px; */
	margin: 0 0 152px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.arbo-middle-bg>div{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
}
.arbo-middle-bg>span{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.arbo-con3>p{
	font-weight: 500;
	color: #0F59C5;
	position: relative;
	top: 40px;
}
.con-arbo-silde{
	display: flex;
	justify-content: space-between;
	position: relative;
	gap: 50px;
}
.slide-front{
   min-width: 350px;
   max-width: 350px;
   margin-top: 3.9rem;
}
.slide-front .swiper-slide-container{
	font-size: 32px;
	font-weight: bold;
}

.slide-back .swiper-slide{
	min-width: 266px;
	width: 266px;
	transition: transform .3s ease;
	transform: translateY(0);
	margin-top: 3.9rem;
}
.slide-out-back{
	overflow: hidden;
	width: 105.5rem;
}
.slide-back{
	margin-left: 0 !important;
	overflow: visible !important;
	width: 16.4rem;
}
.slide-back .swiper-slide.up{
	transform: translateY(-3.9rem);
}
/* .slide-back .swiper-slide.blind{
	filter: brightness(50%);
} */
.arbo-btn-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.arbo-btn-wrap .swiper-button-next,
.arbo-btn-wrap .swiper-button-prev{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #0F59C5;
}
.arbo-btn-wrap .swiper-button-next:after,
.arbo-btn-wrap .swiper-button-prev:after{
	color:  #0F59C5;
	font-size: 16px;
	font-weight: bold;
}
.arbo-btn-wrap .swiper-button-next.swiper-button-disabled,
.arbo-btn-wrap .swiper-button-prev.swiper-button-disabled{
	border: 1px solid #ccc;
	opacity: 1;
}
.arbo-btn-wrap .swiper-button-next.swiper-button-disabled:after,
.arbo-btn-wrap .swiper-button-prev.swiper-button-disabled:after{
	color: #ccc;
}
.swiper-wrapper{
	transition-timing-function: ease-out;
}
.arbo-link-box{
	width: 1320px;
	height: 120px;
	margin: 0 auto;
	border: 1px solid #B9B9B9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 32px;
	margin-top: 80px;
}
.arbo-link-box .logo-div>p{
	margin-top: 10px;
}
.arbo-link-btn>a{
	display: flex;
	align-items: center;
	height: 48px;
	width: 218px;
	padding: 0 32px;
	border: 1px solid #0F59C5;
	color: #0F59C5;
	border-radius: 40px;
	position: relative;
	justify-content: space-between;
	font-weight: 500;
	font-size: 18px;
	transition: all .2s;
}
 .arbo-link-btn>a::after{
	content: "";
	background: url(../../images/icon/arbo-aw.png)no-repeat;
	display: block;
	width: 26px;
	height: 8px;
	background-size: contain;
}
.arbo-link-btn>a:hover{
	background: #0F59C5;
	color: #fff;
}
.arbo-link-btn>a:hover:after{
	content: "";
	background: url(../../images/icon/arbo-w-aw.png)no-repeat;
	display: block;
	width: 26px;
	height: 8px;
	background-size: contain;
}