/* 메인 */

.hive-visual {
	position: relative;
	margin: 0 auto;   
	min-height: 55rem;
	background: #000 url(/_res/seojeong/hive/img/img-main-visual.png) center / cover no-repeat;
}
.hive-visual > img {    
	object-fit: cover;
    width: 100%;
}
.v-txt-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.v-txt-wrap > p {
	color: #FFF;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 100%; 
	text-transform: uppercase;
	opacity: 0.5;
}
.v-txt-wrap .v-txt-tit {
	margin-top: 2.4rem;
	width: max-content;
	color: #FFF;
	text-align: center;
	font-size: 5rem;
	font-weight: 800;
	line-height: 130%;
}
.hive-section {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.hive-section.blue {
	background: #2C67B1;
}
.hive-section.gray {
	background: #F4F4F4;
}
.main-tit {
	color: #222;
	font-size: 5rem;
	font-weight: 800;
	text-transform: uppercase;
}
.main-tit.white {
	color: #fff;
}
.main-program {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 4rem;
}
.main-program > li {
	flex: 1;
	padding: 3rem 4rem 8rem 4rem;
	border-radius: 1.6rem;
	border: 1px solid #D4D4D4;
	background: #FFF;
}
.main-program .top-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-program .top-tit > p {
	color: #666;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 140%;
}
.main-program .top-tit > span {
	width: 4.2rem;
	height: 3.2rem;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 180%;
	text-align: center;
	border-radius: 3rem;
	background: #2C67B1;
}
/*.main-program > li:nth-of-type(1) > a {
	background: url(/_res/seojeong/hive/img/ico-main-program01.png) center top 6rem / 7.2rem 6.8rem no-repeat;
}
*/
.main-program > li:nth-of-type(1) > a {
	background: url(/_res/seojeong/hive/img/ico-main-program01.png) center top 6rem / 8.4rem 6.8rem no-repeat;
}


.main-program > li:nth-of-type(2) > a {
	background: url(/_res/seojeong/hive/img/ico-main-program02.png) center top 6rem / 7rem 6rem no-repeat;
}
.main-program > li:nth-of-type(3) > a {
	background: url(/_res/seojeong/hive/img/ico-main-program03.png) center top 6rem / 6rem 6rem no-repeat;
}
.main-program > li:nth-of-type(4) > a {
	background: url(/_res/seojeong/hive/img/ico-main-program04.png) center top 6rem / 7.2rem 5.5rem no-repeat;
}
.main-program > li > a {
	display: block;
	text-align: center;
}
.main-program .program-txt {
	padding-top: 17rem;
	color: #222;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 140%;
}
.main-board {
	margin: 0 auto;
	padding: 0 5rem;
	max-width: 150rem;
	display: flex;
	gap: 2.5rem;
}
.m-board-box {
	padding: 5rem;
	border-radius: 1.6rem;
}
.m-board-box button{
	display:flex;
	align-items:center;
	gap:1.2rem;
	color: #222;
	font-weight: 700;
	line-height: 150%; 
}
.m-board-box button img{
	width:2.7rem;
	height:2.7rem;
	transition:all 0.3s ease 0s;
}
.m-board-box button:hover img{
	transform:rotate(90deg);
}
.m-board-box.blue {
	background: #2C67B1;
}
.m-board-box .board-top {
	display: flex; 
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.m-board-box {
	flex: 1;
}
.m-board-box.white {
	border: 0.1rem solid #D4D4D4;
	background: #fff;
}
.m-board-box .board-top > .b-tit {
	padding-bottom: 1.2rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 130%;
}
.m-board-box.blue .board-top > .b-tit {
	color: #FFF;
}
.m-board-box.white .board-top > .b-tit {
	color: #000;
}
.m-board-box .b-cont {
	margin-top: 2rem;
}
.m-board-box .b-cont > li > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	padding: 3rem 0;
}
.m-board-box .b-cont > li:last-child > a {
	border-bottom: none !important;
}
.m-board-box .b-cont .m-board-tit {    
	flex: 1;
	font-size: 2rem;
	font-weight: 500;
	line-height: 130%;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.m-board-box.blue .b-cont > li > a {
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.40);
}
.m-board-box.white .b-cont > li > a {
	border-bottom: 0.1rem solid #E9ECEF;
}
.m-board-box.blue .m-board-tit {
	color: #fff;
}
.m-board-box.white .m-board-tit {
	color: #666;
}
.m-board-box .m-board-date {
	font-size: 2rem;
	font-weight: 400;
	line-height: 130%;
}
.m-board-box.blue .m-board-date {
	color: #fff;
	opacity: 0.7;
}
.m-board-box.white .m-board-date {
	color: #999;
}
.main-video {
	display: flex;
	justify-content: space-between;
	gap: 10rem;
}
.main-video .cont-box .video-tit {
	margin-top: 8rem;
	color: #222;
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 130%;
}
.main-video .cont-box > p {
	margin: 3.6rem 0 8rem 0;
	color: #666;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 130%;
}
.main-video .cont-box > button {
	padding: 1.4rem 4rem;
	min-width: fit-content;
	color: #222;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 150%;
	border-radius: 8rem;
	border: 1px solid #222;
}
.main-video .img-box {
	position: relative;
	width: 50%;
}
.main-video .img-box::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 85%;
	border-radius: 1.6rem;
	opacity: 0.2;
	background: #2C67B1;
	z-index: -1;
}
.main-photo {
	margin: 0 auto;
	padding: 0 5rem;
	max-width: 150rem;
	width: 100%;
}
.photo-slide {
	position: relative;
	top: -8rem;
    padding-top: 16rem;
}
.photo-slide .swiper-slide > a > img {
	height: 27rem; 
	border-radius: 1.2rem;
	object-fit: cover;
}
.photo-slide .swiper-slide > a > p {
	margin-top: 2.5rem;
	color: #FFF;;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 130%;
}
.btn-main-gallery {    
	position: absolute;
    right: 0;
    top: 4.5rem;
}
.btn-main-gallery {
	width: 16rem;
}
.btn-main-gallery .swiper-button-prev {
	width: 6rem;
	height: 6rem;
	background: url(/_res/seojeong/hive/img/btn-main-gallery.png) left center / 100% no-repeat;
	cursor: pointer;
	transform: rotate(180deg);
}
.btn-main-gallery .swiper-button-next {
	width: 6rem;
	height: 6rem;
	background: url(/_res/seojeong/hive/img/btn-main-gallery.png) left center / 100% no-repeat;
	cursor: pointer;
}
.btn-main-gallery .swiper-button-prev:after, 
.btn-main-gallery .swiper-button-next:after {
	display: none;
}
.main-site {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 4rem;
}
.main-site > li {
	flex: 1;
}
.main-site > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	padding: 4rem 2rem;
    height: 15rem;
    width: 100%;
    border: 1px solid #DDD;
}
.main-site > li:nth-of-type(1) img{
	width: auto;
	height: 4rem;
}
.main-site > li:nth-of-type(2) img{
	width: auto;
	height: 5rem;
}
.main-site > li:nth-of-type(3) img{
	width: auto;
	height: 6rem;
}
.main-site > li:nth-of-type(4) img{
	width: auto;
	height: 6rem;
}
.main-site > li:nth-of-type(5) img{
	width: auto;
	height: 6rem;
}
/* 사업소개 */
.tit-hintro{
	margin-bottom:8rem;
	color: #222;
	font-size: 5rem;
	font-weight: 800;
	line-height: 130%;
}
.hive-bg{
	position:absolute;
	top:7rem;
	left:39rem;
	color: #222;
	font-size: 16rem;
	font-weight: 800;
	line-height: 90%; 
	opacity: 0.04;
	white-space:nowrap;
}
.hive-bg02{
	position:absolute;
	top:1.7rem;
	left:47rem;
	color: #222;
	font-size: 16rem;
	font-weight: 800;
	line-height: 90%; 
	opacity: 0.04;
	white-space:nowrap;
}
.hive-intro{
	display:flex;
	gap:2rem;
	margin-bottom:18.9rem;
}
.hive-intro .img-box,.hive-intro .txt-box{
	width:calc((100% - 2rem)/2)
}
.hive-intro .txt-box{
	padding:5.2rem;
	transform:translatey(10.9rem);
	border-radius: 2rem;
	background: #34368A;
	color:#fff;
}
.hive-intro h4{
	margin-bottom:2rem;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 110%;
}
.hive-intro h4 span{
	color: #FED600;
}
.hive-intro p{
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	line-height: 150%;
	opacity: 0.6;
}
.hive-point{
	display:flex;
	gap:2rem;
}
.box-hpoint{
	width:calc((100% - 8rem)/5);
	padding:3rem;
	border-radius: 1.2rem;
	border: 0.1rem solid #D4D4D4;
	background: #FFF;
}
.box-hpoint img{
	height:3.6rem;
	margin-bottom:3rem;
	object-fit:contain;
}
.box-hpoint p{
	color: #666;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2rem;
	word-break:keep-all;
}
/* 센터 소개 */
.hive-groupmap{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:4rem;
	margin-top:8rem;
}
.hive-groupmap > div{
	display:flex;
	justify-content:center;
	width:100%;
}
.hive-groupmap > div > div{
	position:relative;
	z-index:2;
}
.hive-groupmap > div .box-arr .mo,.hive-groupmap > div .box-arr02 .mo{
	display:none
}
.hive-groupmap .hive-group02{
	justify-content: flex-end;
}
.hive-group01{
	position:relative;
}
.hive-group01 .box-arr{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:6.8rem;
	position:absolute;
	bottom:-4rem;
	height:4rem;
	width:100%;
	color: #222;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 130%;
}
.hive-group01 .box-arr::before{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left: calc(50% - 3rem);
	width:0.8rem;
	height:3rem;
	transform:translatex(-50%);
	background:url('/_res/seojeong/_share/img/img-hive-bluearr.png') no-repeat 0 0 /100% auto;
}
.hive-group01 .box-arr::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left: calc(50% + 1rem);
	width:0.8rem;
	height:3rem;
	transform:translatex(-50%)rotate(180deg);
	background:url('/_res/seojeong/_share/img/img-hive-bluearr.png') no-repeat 0 0 /100% auto;
}
.hive-group02 .box-arr{
	position:relative;
	width:0;
	margin-right:2rem;
}
.hive-group02 .box-arr02{
	position:relative;
	width:calc((100% - 8rem)/3);
	margin-left:4rem;
}
.hive-group02 .box-arr span,.hive-group02 .box-arr02 span{
	color: #666;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 130%;
}
.hive-group02 .box-arr > div{
	position:absolute;
	top:-2rem;
	width: max-content;
	transform:translatex(-50%);
}
.hive-group02 .box-arr img{
	height:2rem
}
.hive-group02 .box-arr span{
	display:block;
	position:absolute;
	left:0;
	bottom:2.4rem;
	width:100%;
}
.hive-group02 .box-arr02 > div{
	position:absolute;
	top:50%;
	left:-4rem;
	width: calc(50% + 4rem);
}
.hive-group02 .box-arr02 img{
	width:100%;
	object-fit:contain;
}
.hive-group02 .box-arr02 span{
	position:absolute;
	top:1rem;
	left:50%;
	transform:translatex(-50%);
}
.hive-group03 {
	gap:2rem;	
	position:relative;
	margin-top:2rem;
}
.hive-group03 .box-arr{
	width:0;
}
.hive-group03 .box-arr div{
	position:absolute;
	top:-2rem;
	width: max-content;
	transform:translatex(-50%);
}
.hive-group03 .box-arr img{
	height:2rem;
	object-fit:contain;
}
.hive-group03 .box-arr span{
	position:absolute;
	right:-7.3rem;
	color: #666;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 130%;
}
.hive-group05{
	gap:2rem;	
}
.hive-group06{
	gap:2rem;
	width:100%;
	padding:4rem;
	border-radius: 0.8rem;
	border: 1px solid #D8D8D8;
}

.box-hgroup{
	width:calc((100% - 8rem)/3);
	border-radius:0.8rem;
	background: #FFF;
	overflow:hidden;
}
.wrap-box-hgroup{
	position:relative;
	width: calc((100% - 8rem)/3);
}
.wrap-box-hgroup::before{
	content:"";
	display:block;
	position:absolute;
	left:-1rem;
	bottom:-1rem;
	width:calc(100% + 2rem);
	height:calc(200% + 8rem);
	border-radius: 1rem;
	border: 0.3rem dashed #34368A;
	box-sizing:border-box;
}
.wrap-box-hgroup .box-hgroup{
	width:100%;
}
.wrap-box-hgroup .box-hgroup:first-of-type{
	position:absolute;
	transform: translateY(calc(-100% - 6rem));
}
.hive-group01 .box-hgroup{
	border: 0.1rem solid #17479E;
}
.hive-group02 .box-hgroup{
	border: 0.1rem solid #23B2EF;
}
.hive-group03 .box-hgroup{
	border: 0.1rem solid #46A2C9;
}
.box-hgroup h5{
	padding:1.6rem;
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 130%;
}

.hive-group01 h5{
	background: #17479E;
}
.hive-group02 h5{
	background: #23B2EF;
}
.hive-group03 h5{
	background: #46A2C9;
}
.box-hgroup p{
	padding:1.6rem;
	color: #666;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%;
}
.hive-group04{
	gap:6.6rem;
	color: #222;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%; 
}
.hive-group04 .wrap-arr{
	display:flex;
	align-items:center;
	gap:2rem;
}
.hive-group04 img{
	height:3.6rem;
}
.hive-group05 p{
	flex:1;
	padding:2rem 1rem;
	border-radius: 0.8rem;
	background: #0098A4;
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 130%; 
}
.hive-group06 > div{
	display:flex;
	flex-direction:column;
	gap:2rem;
	width: calc((100% - 6rem)/4);
	text-align:center;
}
.hive-group06 h6{
	padding: 2rem 4rem;
	border-radius: 0.8rem;
	border: 0.2rem solid #0098A4;
	color: #0098A4;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 130%;
}
.box-group06{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding: 2rem 4rem;
	border-radius: 0.8rem;
	border: 0.2rem solid #D8D8D8;
}
.box-group06:last-of-type{
	flex:1;
}
.box-group06 em{
	color: #666;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 140%;
	word-break:keep-all;
}
.box-group06 p{
	margin-top:1.2rem;
	color: #666;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 140%;
	opacity: 0.7;
	word-break:keep-all;
}
/* 인사말 */
.kukje-greeting {
	display: flex;
}
.kukje-greeting > img {
	width: 33.7rem;
	height: 52rem;
}
.kukje-greeting > .txt-box {
	margin-left: 7.2rem;
}
.kukje-greeting > .txt-box > h4 {
	font-size: 4rem;
	font-weight: 800;
	color: #222;
	line-height: 130%;
}
.kukje-greeting > .txt-box > p {
	margin-top: 3.6rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.04rem;
	color: #999;
}
.kukje-greeting > .txt-box > p + p {
	margin-top: 4rem;
}
.kukje-greeting > .txt-box > img {
	margin-top: 4rem;
	width: 22.5rem;
	height: 7rem;
}

/*조직도*/
.group-map{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	margin-bottom:4rem;
	padding:9rem 4rem 8rem;
	border: 1px solid #D4D4D4;
}
.group-map::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:0.1rem;
	height:calc(100% - 18rem);
	background: #DEE2E6;
}
.box-map{
	position:relative;
	width: 26rem;
	padding:3rem;
	text-align:center;
	border-radius: 0.8rem;
	font-weight: 700;
	line-height: 100%;
}
.box-map::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%, -50%);
	background:#fff;
	border-radius:50%;
	box-sizing:border-box;
}
.box-map span{
	display:inline-block;
	margin-top:0.8rem;
	font-size: 2.4rem;
}
.box-map a{
	display:inline-block;
	margin-top:0.8rem;
}
.box-map.blue{
	margin-bottom:4rem;	
	background: #34368A;
	color:#fff;
}
.box-map.blue::before{
	width: 2rem;
	height: 2rem;
	border: 0.4rem solid #34368A;
}
.group-map .wrap-map01, .group-map .wrap-map02{
	display:flex;
	gap:4rem;
}
.group-map .wrap-map01{
	position:relative;
}
.group-map .wrap-map01::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:80%;
	height:0.1rem;
	background: #DEE2E6;
	transform:translate(-50%,-50%);
}
.group-map .wrap-map02{
	position:relative;
	margin-top:6rem;
}
.group-map .wrap-map02::before{
	content:"";
	display:block;
	position:absolute;
	top:-1.4rem;
	left:50%;
    width: 69.6%;
	height:4rem;
	border: 0.1rem solid #DEE2E6;
	border-bottom:0;
	transform:translate(-50%,-50%);
}
.wrap-map01 .box-map{
	color: #34368A;
	font-weight: 700;
	line-height: 100%;
	background: #FED600;
}
.wrap-map01 .box-map a{
	font-size:2rem;
}
.wrap-map01 .box-map::before{
	width: 2rem;
	height: 2rem;
	border: 0.4rem solid #FED600;
}
.wrap-map02{
	color: #34368A;
	font-size:1.6rem;
	font-weight: 700;
	line-height: 100%;
}
.wrap-map02 .box-map{
	border: 1px solid #34368A;
	background: #FFF;
}
.wrap-map02 .box-map::before{
	width: 1rem;
	height: 1rem;
	border: 0.2rem solid #34368A;
}
.wrap-map02 a{
	font-size: 1.8rem;
}

.box-adress{
	display:flex;
	gap:2rem;
	padding:3rem;
	border-radius: 1.2rem;
	background: #F4F5FE;
}
.box-adress .tit{
	color: #34368A;
	font-size: 2rem;
	font-weight: 700;
	line-height: 130%;
}
.box-adress .tit img{
	width:1.5rem;
	    height: 100%;
	margin-right:0.8rem;
	object-fit:contain;
	object-position:50% 50%;
}
.box-adress .con{
	color: #34368A;
	font-size: 2rem;
	font-weight: 400;
	line-height: 130%;
	opacity:0.7;
	word-break:keep-all;
}
/*시설안내*/
.list-conveni{
	display:flex;
	flex-wrap:wrap;
	gap:2.6rem;
}
.list-conveni li{
	width:calc((100% - 5.2rem)/3)
}
.list-conveni li p{
	margin-top:1rem;
	color: #222;
	font-weight: 600;
	line-height: 150%;
}
.list-conveni .img-box{
	object-fit:cover;
}
.list-conveni .img-box > img {
	width: 100%;
}
/* 서브페이지 pdf 영역 */
.pdf-info {
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 1rem 0;
	padding: 3rem 2.4rem;
	width: 100%;
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
}
.pdf-info > p {
	position: relative;
	padding-left: 2.8rem;
	width: 39rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #34368A;
}
.pdf-info > p::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0;
	width:1.6rem;
	height:1.6rem;
	background: url(/_res/seojeong/iphak/img/ico-pdf-info.png) center / 100% no-repeat;
}
.btn-pdf:not(:first-child) {
	margin-left: 0;
}
.btn-pdf {
	padding: 1.7rem 4.8rem 1.7rem 2.4rem;
	width: 26rem;
	height: 5.8rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #212529;
	text-align: left;
	background: #fff url(/_res/seojeong/iphak/img/ico-download.png) right 2.4rem center / 2.4rem 2.4rem no-repeat;
	border: 0.1rem solid #222222;
	border-radius: 0.4rem;
	transition: all 0.2s linear;
}
.btn-pdf:hover {
	color: #fff;
	background: #34368A url(/_res/seojeong/iphak/img/ico-download-on.png) right 2.4rem center / 2.4rem 2.4rem no-repeat;
}
.pdf-area {
	width: 100%;
	height: 108rem;
	border: 0.1rem solid #EEEEEE
}
.btn-golink {
	display: block;
	margin-top: 6rem;
    padding: 1.7rem 4.8rem 1.7rem 2.4rem;
	width: 28.4rem;
    height: 5.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #212529;
    text-align: left;
    background: #fff url(/_res/seojeong/_share/img/ico-link.png) right 2.4rem top 1.9rem / 1.4rem 1.4rem no-repeat;
    border: 0.1rem solid #222222;
    border-radius: 0.4rem;
    transition: all 0.2s linear;
}
/* 서브페이지 pdf 영역 */
.pdf-download {
	display: flex;
	flex-direction: column;
}
.btn-pdf:not(:first-child) {
	margin-left: 0;
	margin-top: 0.8rem;
}
/*SNS*/
.list-sjsns{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
}
.sns-link{
	width:calc((100% - 6rem)/4);
}
.sns-link a{
	display:block;
	border-radius: 1.2rem;
	border: 0.1rem solid #D4D4D4;
	overflow:hidden;
}
.sns-link .img-box img {
	width: 100%;
}
.sns-link p{
	padding:2.2rem 2rem;
	color: #666;
	font-size: 2rem;
	font-weight: 500;
	background: url('/_res/seojeong/inter/img/ico-sns-right.png') no-repeat calc(100% - 2rem) 50% / 0.8rem auto;
	transition:all .3s ease 0s;
}
.sns-link:hover p{
	background-position:calc(100% - 4rem) 50%
}
/*학사안내*/
.sj-class col:first-of-type{
		width:30rem;
}
.btn-classweb{
	margin-left:2rem;
	padding:1.2rem 2rem;
	border:0.1rem solid #ddd;
	font-size:1.6rem;
	border-radius:3.5rem;
	font-weight: 600;
	color: #222;
	transition: all .3s ease 0s;
}
.sj-class + .box-blue02{
	margin-top:4rem;
}
.sj-class + .box-blue02 p{
	position:relative;
}
.sj-class + .box-blue02 p::before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -5rem;
    width: 0.1rem;
    height: 100%;
    transform: translateY(-50%);
    background: rgba(217, 217, 217, 0.1);
}
.btn-classweb:hover{
	background:#34368A ;
	color: #fff;
}
/*CI*/
.hive-logo{
	display:flex;
	gap: 2rem;
	margin:4rem 0;
}
.wrap-colors{
	display:flex;
	gap:2rem;
}
.wrap-colors > div{
	flex:1;
}
.wrap-colors .box-color{
	height:12.6rem;
}
.wrap-colors .bg-navy{
	background: #17479E;
}
.wrap-colors .bg-fff{
	border:0.1rem solid #D4D4D4;
}
.wrap-colors .box-txt{
	padding:3rem;
	border:0.1rem solid #D4D4D4;
	border-top:none;
}
.wrap-colors h6{
	margin-bottom:2rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 150%;
	color:#222;
}
.wrap-colors p{
	font-weight: 500;
	font-size: 2rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #999999;
}

.wrap-logoimg img{
	width:42.2rem;
	height:17.8rem;
	object-fit:contain;
	object-position:center center;
}
.btn-logodown{
	display:flex;
	justify-content:center;
	gap:1.6rem;
	margin-top:3.4rem;
}
.btn-logodown button{
	display:flex;
	align-items:center;
	justify-content:center;
	width: 170px;
	height: 4.8rem;
	border: 0.1rem solid #212529;
	border-radius: 0.4rem;
	font-weight: 500;
	font-size: 1.4rem;
}
.btn-logodown button img{
	width:1.1em;
	margin-left:1.4rem;
}
.btn-logodown + .wrap-logoimg{
	margin-top:6rem;
}
/* 직업교육 프로그램 */
.tbl-sty01.expert td{
	text-align:left;
}
.tbl-sty01 input[type=text],.tbl-sty01 input[type=number]{
	width:100%;
	height:4.3rem;
	padding:0 2rem;
	border:0.1rem solid #ddd;
}
.tbl-sty01 textarea{
	min-height:16.2rem;
	width:100%;
	height:100%;
	border:0.1rem solid #ddd;
	resize:unset;
}
.tbl-sty01.expert dt{
	margin-bottom: 2rem;
	font-weight: 700;
    font-size: 2rem;
}.tbl-sty01.expert dd + dt{
	margin-top:4rem;
}
.tbl-sty01.expert dd ul{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
	margin-top:1rem;
}
.tbl-sty01.expert dd li{
	display:flex;
	align-items:center;
	gap:1rem;
	white-space:nowrap;
}
.p-btn-wrap.expert{
	margin-top:0;
	border-top:none;
}
.mark-p02{color:#ef0505;}
@media (max-width: 1420px){
	/* 메인 */
	.main-site > li {
		flex: none;
		width: calc((100% - 4rem) / 3);
	}
	.kukje-sub-cont .subway-box {
		flex-direction: column;
		display: flex;
	}
	.subway-box > ul + ul {
		margin-top: 1rem;
		margin-left: 0;
	}
	/*센터소개*/
	.hive-groupmap > div .box-arr .mo,.hive-groupmap > div .box-arr02 .mo{
		display:block;
	}
	.hive-groupmap > div .box-arr .pc,.hive-groupmap > div .box-arr02 .pc{
		display:none
	}
	.hive-group02,.hive-group03{
		padding-left:5.2rem;
	}
	.hive-group03{
		flex-direction:column-reverse;
	}
	.wrap-box-hgroup,.box-hgroup{
		width:100%;
	}
	.wrap-box-hgroup{
		display:flex;
		flex-direction:column;
		gap:2rem;
		margin-top: 1rem;
	}
	.wrap-box-hgroup::before{
		height:calc(100% + 2rem);
	}
	.wrap-box-hgroup .box-hgroup:first-of-type{
		position:unset;
		transform:unset;
	}
	.hive-group02 .box-arr{
		margin:0;
	}
	.hive-group02 .box-arr > div{
		top:50%;
		left:-3rem;
		width:3rem;
		height:calc(400% + 14rem);
	}
	.hive-group02 .box-arr img{
		height:100%;
	}
	.hive-group03{
		margin-top:0;
	}
	.hive-group02 .box-arr span{
		left:-4rem;
		bottom:50%;
		transform:translatey(50%)rotate(-90deg);
		width:10rem;
	}
	.hive-groupmap .hive-group02{
		position:relative;
	}
	.hive-group02 .box-arr02{
		position:absolute;
		bottom:-4rem;
		left:0;
		height:4rem;
		width:100%;
		
	}
	.hive-group02 .box-arr02 > div{
		position:relative;
		top:0;
		left:0;
		transform:unset;
		width:100%;
		height:100%;
		text-align:center;
	}
	.hive-group02 .box-arr02 img{
		height:3rem;
		width:100%;
	}
	.hive-group02 .box-arr02 span{
		left:calc(50% + 1.4rem);
		transform:unset;
	}
	.hive-group03 .box-arr{
		width:100%;
	}
	.hive-group03 .box-arr div{
		width:100%;
		transform:unset;
	}
	.hive-group03 .box-arr img{
		height:3rem;
		width:100%;
	}
	.hive-group03 .box-arr span{
		left:calc(50% + 1.4rem);
		transform:unset;
		top:1rem;
	}
}
@media (max-width: 1370px) {
	/* 사업소개 */
	.hive-intro{
		flex-direction:column;
		margin-bottom:8rem;
	}
	.hive-intro .img-box, .hive-intro .txt-box{
		width:100%;
	}
	.hive-intro .txt-box{
		transform: translatey(0);
	}
	.hive-point{
		flex-wrap:wrap;
	}
	.box-hpoint{
		width: calc((100% - 4rem)/3);
	}
	/*SNS*/
	.sns-link{
		width:calc((100% - 4rem)/2);
	}
	/*인사말*/
	.kukje-greeting{
		flex-direction:column;
		gap:4rem;
	}
	.kukje-greeting > .txt-box{
		margin-left:0;
	}
}
@media (max-width: 1190px){
	/* 메인 */
	.v-txt-wrap .v-txt-tit {
		font-size: 3.6rem;
	}
	.v-txt-wrap > p {
		font-size: 2.4rem;
	}
	.main-board {
		flex-direction: column;
	}
	.m-board-box .board-top > .b-tit {
		padding-bottom: 0;
		font-size: 2.4rem;
	}
	.main-program > li {
		flex: none;
		width: calc((100% - 2rem) / 2);
	}
	.m-board-box .b-cont > li > a {
		padding: 1.5rem 0;
	}
	.m-board-box .m-board-date,
	.m-board-box .b-cont .m-board-tit {
		font-size: 1.8rem;
	}
	.main-video {
		flex-direction: column;
    	gap: 3rem;
	}
	.main-video .cont-box {
		position: relative;
	}
	.main-video .cont-box > p {
		margin: 2.6rem 0 2rem 0;
	}
	.main-video .cont-box .video-tit {
		font-size: 4.2rem;
	}
	.main-video .img-box {
		width: 100%;
	}
	.main-video .cont-box > button {
		position: absolute;
    	right: 5rem;    
		top: 50%;
	}
	/* 사업소개 */
	.tit-hintro{
		margin-top:8rem;
	}
	.hive-bg{
		top:2.3rem;
		left: 22rem;
	}
	.hive-bg02{
		top:2.3rem;
		left:10rem;
		font-size: 10rem;
	}
	/*SNS*/
	.sns-link{
		width:calc((100% - 6rem)/4);
	}
}

@media (max-width: 1020px){
	/*조직도*/
	.box-map{
		width:20rem;
	}
	.group-map .wrap-map01, .group-map .wrap-map02 {
    	gap: 2rem;
	}
}
@media (max-width:768px){
	/* 메인 */
	.main-tit {
		font-size: 2.8rem;
	}
	.v-txt-wrap .v-txt-tit {
		font-size: 2.6rem;
	}
	.hive-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.main-site,
	.main-program,
	.main-video .cont-box .video-tit {
		margin-top: 2rem;
	}
	.main-program > li {
		padding: 2rem 3rem;
	}
	.main-program .program-txt {
		padding-top: 10rem;
		font-size: 1.6rem;
	}
	/*.main-program > li:nth-of-type(1) > a {
		background: url(/_res/seojeong/hive/img/ico-main-program01.png) center top 3rem / 5.2rem 4.8rem no-repeat;
	}*/
	.main-program > li:nth-of-type(1) > a {
		background: url(/_res/seojeong/hive/img/ico-main-program01.png) center top 3rem / 6.8rem 5.5rem no-repeat;
	}
	.main-program > li:nth-of-type(2) > a {
		background: url(/_res/seojeong/hive/img/ico-main-program02.png) center top 3rem / 5.5rem 4.5rem no-repeat;
	}
	.main-program > li:nth-of-type(3) > a {
		background: url(/_res/seojeong/hive/img/ico-main-program03.png) center top 3rem / 5.5rem 5.5rem no-repeat;
	}
	.main-program > li:nth-of-type(4) > a {
		background: url(/_res/seojeong/hive/img/ico-main-program04.png) center top 4rem / 5.5rem 4.5rem no-repeat;
	}
	.main-board {
		padding: 0 2rem;
	}
	.m-board-box {
		padding: 3.5rem;
	}
	.m-board-box button{
		gap:0.4rem;
		font-size: 1.4rem;
	}
	.m-board-box button img{
		width:1.2rem;
		height:1.2rem;
	}
	.main-video .cont-box .video-tit {
		font-size: 2.8rem;
	}
	.main-video .cont-box > p {
		font-size: 2rem;
	}
	.main-video .cont-box > button {
		position: absolute;
    	right: 0;
		top: 20%;    
		    padding: 0.5rem 1rem;
		min-width: fit-content;
		color: #222;
		font-size: 1.8rem;
	}
	.main-photo {
		padding: 0 2rem;
	}
	.photo-slide .swiper-slide > a > img {
		height: 20rem;
	}
	.photo-slide {
		top: -5rem;
		padding-top: 11rem;
	}
	.photo-slide .swiper-slide > a > p {
		margin-top: 2rem;
		font-size: 2rem;
	}
	.btn-main-gallery {
		width: 11rem;
		top: 2.5rem;
	}
	.btn-main-gallery .swiper-button-prev,
	.btn-main-gallery .swiper-button-next {
		width: 4rem;
		height: 4rem;
	}
	.main-site {
		gap: 1rem;
	}
	.main-site > li > a {
		padding: 0 2rem;
		height: 10rem;
	}
	.main-site > li {
		width: calc((100% - 1rem) / 2);
	}
	.main-site > li:nth-of-type(2) img {
		height: 3rem;
	}
	.main-site > li:nth-of-type(4) img {
		height: 3rem;
	}
	.main-site > li:nth-of-type(5) img {
		height: 3rem;
	}
	/* 사업소개 */
	.tit-hintro{
		margin-bottom:6rem;
		font-size: 3.4rem;
	}
	.hive-bg{
		left:10rem;
		font-size: 10rem;
	}
	.hive-point{
		gap:1rem;
	}
	.hive-intro{
		margin-bottom:4rem;
	}
	.hive-intro .txt-box{
		padding:3rem;
	}
	.hive-intro h4{
		font-size:2.4rem;
	}
	.hive-intro p{
		font-size:1.6rem;
	}
	.box-hpoint{
		width: calc((100% - 1rem)/2);
	}
	.box-hpoint img{
		height:3.4rem;
		margin-bottom:2.4rem;
	}
	/* 센터 소개 */
	.hive-groupmap .hive-group05,.hive-groupmap .hive-group06{
		flex-direction:column;
	}
	.hive-group06 > div{
		width:100%;
	} 
	.box-hgroup{
		width:100%;
	}
	.hive-group03{
		gap:2rem;
		margin-top:0;
	}
	.hive-group03::before{
		width:0.1rem;
		border:none;
		border-radius:none;
		background:#DEE2E6;
	}
	.box-hgroup h5{
		font-size:1.6rem;
	}
	.hive-group06{
		padding:2rem;
	}
	.hive-group06 h6,.box-group06 em{
		font-size:1.6rem;	
	}
	
	
	/* 서브페이지 pdf 영역 */
	.pdf-page {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 2rem;
	}
	.pdf-info {    
		align-items: flex-start;    
		flex-direction: column;
		justify-content: space-between;
		margin: 1.6rem 0 0 0;
		padding: 0;
		background: none;
		border: none;
	}
	.pdf-area {
		margin-bottom: 0;
		height: 50rem;
	}
	.pdf-download {
		margin-top: 3rem;
		width: 100%;
	}
	.btn-pdf {
    	padding: 1.5rem 4.5rem 1.5rem 2rem;
		width: 100%;
		height: 5.4rem;
		font-size: 1.4rem;
	}
	.pdf-info > p {
		padding-left: 1.8rem;
		width: 100%;
		font-size: 1.4rem;
	}
	.pdf-info > p::before {
		top: 0.3rem;
		width:1.2rem;
		height:1.2rem;
		background: url(/_res/seojeong/iphak/img/ico-pdf-info_m.png) center / 100% no-repeat;
	}
	.btn-golink {
		width: 100%;
	}
	/*조직도*/
	.group-map{
		margin-bottom:2rem;
		padding:4.8rem 2rem 4rem;
	}
	.group-map::before{
		height: calc(100% - 8.4rem);
	}
	.box-map{
		width:100%;
		max-width:24rem;
		font-weight: 500;
		font-size: 1.6rem;
	}
	.box-map span,.group-map .box-map a{
		font-weight: 600;
		font-size:2rem;
	}
	.box-map.blue{
		margin-bottom:2rem;
	}
	.group-map .wrap-map02{
		margin-top:2rem;
	}
	.group-map .wrap-map01, .group-map .wrap-map02{
		width:100%;
		max-width:24rem;
		flex-direction:column;
	}
	.group-map .wrap-map01::before,.group-map .wrap-map02::before{
		display:none;
	}
	.box-adress{
		flex-direction:column;
		gap:1.2rem;
	}
	.box-adress .tit{
		display: flex;
    	align-items: center;
		font-size:1.8rem;
	}
	.box-adress .tit img{
		width:1.2rem;
	}
	.box-adress .con{
		font-size: 1.6rem;
	}
	/*시설안내*/
	.list-conveni{
		gap:1.2rem;
	}
	.list-conveni li {
    	width: calc((100% - 1.2rem)/2);
	}
	/*SNS*/
	.list-sjsns{
		gap:1rem;
	}
	.sns-link{
		width:calc((100% - 4rem)/2);
	}
	/*학사안내*/
	.sj-class col:first-of-type{
		width:12rem;
	}
	.sj-class + .box-blue02 .box-txt{
		align-items:flex-start;
	}
	.sj-class + .box-blue02 p::before{
	    display: none;
	}
	/*인사말*/
	.kukje-greeting > .txt-box > h4{
		font-size: 2.2rem;
	}
	.kukje-greeting > .txt-box > p{
		margin-top: 2.6rem;
		font-size: 1.6rem;
	}
	.kukje-greeting > .txt-box > p + p{
		    margin-top: 2rem;

	}
	.kukje-greeting > .txt-box > img{
		margin-top: 2rem;
    	width: 14.5rem;
    	height: auto;
	}
	/*CI*/
	.hive-logo{
		flex-direction:column;
	}
	.wrap-colors{
		flex-direction:column;
		gap:0.8rem;
	}
	.wrap-colors .box-color{
		height:11.rem;
	}
	.wrap-colors .box-txt{
		padding:2rem 1.8rem;
	}
	.wrap-colors h6{
		margin-bottom:1rem;
		font-size: 1.4rem;
	}
	.wrap-colors p{
		font-size: 1.4rem;
	}
	
}
@media (max-width:590px){
	/*학사안내*/
	.btn-classweb{
		margin-left: 0rem;
    	margin-top: 0.6rem;
    	padding: 0.6rem 1rem;
	}
	.sj-class > tbody td a{
		display:block;
	}
	/*인사말*/
	.kukje-greeting img{
		width:100%;
		height:auto;
	}
}
@media (max-width:500px){
	.main-program > li {
		width: 100%;
	}
}

/* 시각 사용자용(화면에는 안 보이고 스크린리더만 읽음) */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px; /* Some snippets use -1px margin to prevent issues with certain browsers */
    overflow: hidden;
    clip: rect(0, 0, 0, 0); /* Fallback for older browsers */
    clip-path: inset(50%); /* Modern alternative */
    white-space: nowrap;
    border-width: 0;
}