@charset "utf-8";

.mainContWrap{
	display:block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position:relative;
}
.section_01{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 55px 0 55px 0;
    position:relative;
}
.section_01::after{
	display:block;
	content:'';
	width:100vw;
	height:calc(100% + 100px);
	border-radius:0 0 0 82px;
	position:absolute;
	left:200px;
	top:-100px;
	background:#f7f7fa;
}
.mainBanner{
    display: block;
    width: 61.81%;
    aspect-ratio: 890 / 500;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.mainBanner > .banner{
	height:100%;
}
.mainBanner > .banner .swiper-slide > img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top left;
}
.bannerLink{	
    display: block;
    width: 100%;
    height: 100%;
}
.bannerLink > img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top left;
}
.swiper-button-lock,
.swiper-pagination-lock{
	display:block;
}
.controls_bx{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background:#111;
    color:#fff;
    padding:28px 32px;
    border-radius:25px 0 0 0;
}
.main-slide-button{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
}
.swiper-pagination-fraction{
	font-size:1.7rem;
	font-weight:400;
	margin-right:30px;
}
.slash{
	margin:0 10px;
}
.all{
	font-weight:800;
}
.btn-pause, .swiper-button-next, .swiper-button-prev{
	position:static;
	color:transparent;
	background-image:url(/humanframe/theme/officehome/assets/img/common/slider_controller.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto;
	width:16px;
	height:16px;
	margin:0;
}
.swiper-button-prev{
	transform:rotate(180deg);
}
.btn-pause{
	background-image:url(/humanframe/theme/officehome/assets/img/common/slider_stop.png);
	margin:0 12px;
}
.btn-pause.on{
	background-image:url(/humanframe/theme/officehome/assets/img/common/slider_start.png);
}
.mainLinkWrap{
	display:block;
	position:relative;
	z-index:2;
    width: calc(38.19% - 50px);
}
.mainLink{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    width: 100%;
    height: 100%;
}
.mainLink > li{
    width: calc(50% - 15px);
    background: #fff;
    aspect-ratio: 1;
    border-radius: 25px;
    overflow:hidden;
	transition: 0.2s;
}
.mainLink > li > a{    
	display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
    text-align:center;
    padding-bottom: 20.4255%;
    font-weight: 800;
    font-size: 1.8rem;
    line-height:1.2em;
    transition: ease-in 0.3s;
    background-image: url(/humanframe/theme/geumnyeonsan/assets/img/main/icon_main_menu_01.png);
    background-position: center top 39%;
    background-size: auto;
    background-repeat: no-repeat;
    transition: 0.2s;
}
.mainLink > li:nth-child(2) > a{
	background-image: url(/humanframe/theme/officehome/assets/img/green/main/icon_main_menu_02.png);	
}
.mainLink > li:nth-child(3) > a{	
	background-image: url(/humanframe/theme/officehome/assets/img/green/main/icon_main_menu_03.png);
}
.mainLink > li:nth-child(4) > a{
	background-image: url(/humanframe/theme/officehome/assets/img/green/main/icon_main_menu_04.png);
    background-position: left 55% top 39%;	
}
.mainLink > li:focus,
.mainLink > li:hover{
	border:1px solid #76c900;
    box-shadow: 16px 16px 22px #00000013;
	transition: 0.2s;
}
.mainLink > li:focus > a,
.mainLink > li:hover > a{
	color:var(--main-color);
	font-weight:900;
	transition:0.3s;
}
.section_02{
    padding: 120px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.mainBoardPrevWrap{
    width: 61.81%;
    max-width: 890px;
    position:relative;
}
.mainSubLinkWrap{
    width: calc(38.19% - 50px);
    display:block;
}
.boardTabWrap{
	display: block;
	width:100%;
}
.boardTabWrap > .tabWrap{
	display:block;
	width:100%;
}
.tab_btn{
    font-size: 3.2rem;
    color: #666;
    line-height:1em;
    position: absolute;
    top: 0;
    left: 0;
}
.tab_btn.active{
	color:var(--main-color);
	font-weight:800;
}
.tab_btn:nth-child(1){
    padding: 0 19px 0 0;
    margin: 0 15px 0 0;
}
.tab_btn:nth-child(3){
    padding: 0 19px 0 0;
    margin: 0 15px 0 0;
    left:117px;
}
.greencity .tab_btn:nth-child(3){
	left:151px;
}
.tab_btn:nth-child(5){
	left:248px;
}
.tab_btn:nth-child(1)::after,
.tab_btn:nth-child(3)::after{
	display:block;
	content:'';
	position:absolute;
	width:5px;
	height:5px;
	border-radius:5px;
	background:#666;
	top:50%;
	margin-top:-2.5px;
	right:0;
}

.tab_btn:nth-last-child(2){
	padding:0;
	margin:0;
}
.tab_btn:nth-last-child(2)::after{
	display:none;
}
.board_content{
	display:none;
	padding-top:57px;
}
.board_content.active{
	display:block;
}
.board_viewmore{
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
	position:absolute;
	right:0;
	top:2px;
}
.board_viewmore::after,
.board_viewmore::before{
	display:block;
	content:'';
	width:2px;
	height:100%;
	position:absolute;
	background:#222;
	top:0;
	left:50%;
	margin-left:-1px;
}
.board_viewmore::after{
	transform:rotate(90deg);
}
.board_prev{
    border-top:2px solid #222;
}
.board_item{
    padding: 32px 0;
    border-bottom: 1px solid #dfdfdf;
}
.board_item > a{
	display:block;
}
.item_title{
    font-weight: 800;
    font-size: 2rem;
    line-height:1.05em;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    position:relative;
    word-break:break-all;
	transition: 0.2s;
}
.mainDataList .item_title{
    -webkit-line-clamp: 2;
    height:2.1em;
    margin-bottom:24px;
}
.mainDataList > li:hover .item_title,
.board_item:focus > .item_title,
.board_item:hover > .item_title{
    text-decoration: underline;
	transition: 0.2s;
}
.item_title.new{
	padding-left:33px;
	margin-bottom:10px;
    line-height:25px;
}
.item_title.new::before{
	display:block;
	content:'N';
	color:#fff;
	background:var(--main-color);
	width:25px;
	height:25px;
	position:absolute;
	top:0;
	left:0;
	border-radius:25px;
	font-size:1.4rem;
	text-align:center;
	line-height:25px;
	font-weight:200;
}
.item_prev{
    width:100%;
    font-size: 1.7rem;
    line-height:1em;
    height:1em;
    font-weight: 400;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break:break-all;
}
.item_date{
    font-size: 1.7rem;
    line-height:1em;
    color: #666;
    display:block;
    width:100%;
}
.mainSubLink{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
    background: #76c900;
    padding: 38px 32px;
    border-radius: 30px;
    position:relative;
}
.mainDataList{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 50px;
}
.mainDataList > li{
    width: 33.3333%;
    max-width: 264px;
    border-bottom: 1px solid #222;
    padding-bottom:32px;
}
.mainDataList > li:nth-child(2){
	margin:0 50px;
}
.mainDataList > li > .thumb{
    width: 100%;
    margin-bottom: 24px;
}
.mainDataList > li > .thumb > img{
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 264 / 215;
    object-fit: cover;
    overflow: hidden;
}
.mainSubLink > .title{
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 900;
    font-size: 3.2rem;
    line-height:1em;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff30;
    background-image: url(/humanframe/theme/officehome/assets/img/common/icon_linklist.png);
    background-repeat: no-repeat;
    background-position: bottom 30px right;
    background-size: auto;
}
.mainSubLinkList{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.mainSubLinkList > li{
	display:block;
	width:100%;
	margin-bottom:24px;
}
.mainSubLinkList > li:last-child{
	margin-bottom:0;
}
.mainSubLinkList > li > a{
    background: #fff;
    padding: 51px 34px 51px 34px;
    border-radius: 20px;
    display:block;
    width:100%;
    position:relative;
	transition:0.2s;
}
.mainSubLinkList > li > a:focus,
.mainSubLinkList > li > a:hover{
    box-shadow: 17px 17px 18px #00000038;
	transition:0.2s;
}
.mainSubLinkList > li > a::after{
	display:block;
	content:'';
	background-image:url(/humanframe/theme/officehome/assets/img/common/icon_link.png);
	background-repeat:no-repeat;
	background-color:#333;
	background-size:auto;
	background-position:center;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 34px;
    top: 50%;
    margin-top: -18px;
    border-radius: 45px;
	transition:0.2s;
}
.mainSubLinkList > li > a:focus::after,
.mainSubLinkList > li > a:hover::after{
	background-color:#76c900;
	transition:0.2s;
}
.mainSubLinkList > li > a::before{
	display:block;
	content:'';
	width:1px;
	height:calc(100% - 48px);
	position:absolute;
	right:112px;
	top:50%;
	transform:translateY(-50%);
	background:#eee;
}
.mainSubLinkList > li > a > .title{
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 12px;
}
.mainSubLinkList > li > a > .subtitle{
	font-size:1.7rem;
	line-height:1.4em;
	white-space:pre-line;
}
.section_03{
	padding: 0 0 120px;
}
.mainInfo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    flex-wrap:wrap;
}
.bottom_link{
    width: calc(50% - 20px);
    border-radius: 25px;
    padding: 52px 49px 46px 52px;
    background-color: #f5f5f5;
    background-repeat:no-repeat;
    background-size: auto;
    background-position: bottom 60px right 50px;
}
.bottom_link.icon_01{
	background-image:url(/humanframe/theme/officehome/assets/img/main/icon_cont_04.png);
}
.bottom_link.icon_02{
	background-image:url(/humanframe/theme/officehome/assets/img/main/icon_cont_05.png);
}
.bottom_link > .title{
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1em;
    margin-bottom: 16px;
}
.bottom_link > .subtitle{
    font-size: 1.7rem;
    line-height: 1.4em;
    white-space: pre-line;
    margin-bottom: 24px;
    padding-right:100px;
}
.bottom_link > .viewmore{
    display: inline-block;
    padding: 14px 47px 14px 23px;
    background-color: #111;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1em;
    border-radius: 25px;
    background-image: url(/humanframe/theme/officehome/assets/img/common/icon_link.png);
    background-size: auto 11px;
    background-repeat: no-repeat;
    background-position: center right 16px;
	transition:0.2s;
}
.bottom_link:focus > .viewmore,
.bottom_link:hover > .viewmore{
	background-color:#76c900;
	transition:0.2s;
}
@media screen and (max-width: 1560px){
.mainContWrap{
	max-width:inherit;
	padding:0 60px;
	}
}
@media screen and (max-width: 1520px){
	.mainSubLinkList > li > a {
    	padding: 20px 34px;
	}
	.mainSubLinkList > li > a::after{
    	right: 28px;
	}
	.mainSubLinkList > li > a::before{
    	right: 92px;
	}
	.mainSubLinkList > li > a > .title{
		padding-right:59px;
	}
	.mainSubLinkList > li > a > .subtitle{
		padding-right:59px;
    	white-space: normal;
	}
	
}
@media screen and (max-width: 1430px){
	.mainLink > li > a{
	    background-position: center top 30%;
	}
}
@media screen and (max-width: 1406px){
	.mainSubLinkList > li{
		margin-bottom: 13px;
    }
}
@media screen and (max-width: 1388px){
	.mainSubLinkList > li > a {
	    padding: 16px 34px;
	}
	.mainSubLink > .title{
		margin-bottom:18px;
	}
}
@media screen and (max-width: 1370px){
    .bottom_link > .subtitle{
	    white-space: normal;
    }
	
}
@media screen and (max-width: 1284px){
	.mainContWrap{
		padding:0 32px;
	}
	.mainSubLink > .title{
		margin-bottom:30px;
	}
	.mainLink > li{
    	width: calc(50% - 8px);
    	aspect-ratio: 1 / 1.02;
    	margin-bottom:24px;
	}
	.mainSubLinkList > li > a{
		padding:20px 34px;
	}
	.mainSubLinkList > li > a > .title{
		font-size: 2.2rem;
		line-height: 1.1em;
	}
	.mainSubLinkList > li > a > .subtitle{
		font-size:1.5rem;
	}
}
@media screen and (max-width: 1240px){
	.mainLink > li {
	    aspect-ratio: 1 / 1.03;
	}
}
@media screen and (max-width: 1180px){
	.mainLink > li {
	    aspect-ratio: 1 / 1.04;
	}
}
@media screen and (max-width: 1100px){
	.mainLink > li {
	    aspect-ratio: 1 / 1.05;
	}
}
@media screen and (max-width: 1024px){
	.section_01{
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    padding:50px 0;
	}
	.section_01::after{
    	left: -32px;
    	border-radius:0;
    }
	.mainBanner{
	    width: 100%;
	    margin-bottom: 50px;
	}
	.controls_bx{
		padding:24px 13px 24px 28px;
	}
	.swiper-pagination-fraction{
		margin-right:20px;
	}
	.mainLinkWrap{
    	width: 100%;
	}
	.mainLink > li{
		width:calc(25% - 16px);
		aspect-ratio:1;
	}
	.mainLink > li > a{
		padding-bottom:20%;
	}
	.mainSubLink > .title{
		font-size:2.8rem;
		line-height:32px;
	    padding-bottom: 22px;
	    background-position: bottom 24px right;
	}
	.mainSubLinkList{
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: stretch;
	}
	.mainSubLinkList > li{
    	width: calc(33.33333% - 16px);
    	margin-bottom:0;
	}
	.mainSubLinkList > li:first-child{
		margin-bottom:0;
	}
	.mainSubLinkList > li > a{
		height:100%;
	}
	.section_02{
		padding:80px 0 50px;
		flex-wrap:wrap;
	}
	.mainBoardPrevWrap{
		width:100%;
		max-width:inherit;
		margin-bottom:50px;
	}
	.tab_btn{
		font-size:2.8rem;
	}
	.tab_btn:nth-child(2) {
	    padding: 0 28px 0 24px;
	    margin: 0 15px 0 15px;
	}
	.greencity .tab_btn:nth-child(3) {
    	left: 135px;
	}
	.tab_btn:nth-child(5) {
		left: 228px;
	}
	.mainSubLinkWrap{
		width:100%;
	}
	.board_item{
		padding:28px 0;
	}
	.mainDataList{
		padding-top:32px;
	}
	.item_prev{
		font-size:1.5rem;
		margin-bottom:24px;
	}
	.item_date{
		font-size:1.5rem;
	}
	.section_03 {
    	padding: 0 0 80px;
	}
	.bottom_link{
	    background-size: 90px auto;
	    padding: 40px;
    }
    .bottom_link > .title{
    	font-size: 2.8rem;
    }
    .bottom_link > .subtitle{
	    font-size: 1.6rem;
	    padding-right: 90px;
    }
    .bottom_link > .viewmore{
	    font-size: 1.4rem;
	    line-height: 1em;
    }
    /*hover 삭제*/
	.mainLink > li:focus,
	.mainLink > li:hover{
		border:0;
	    box-shadow:0;
	}
	.mainLink > li:focus > a,
	.mainLink > li:hover > a{
		color:#222;
		font-weight:800;
	}   
	.mainSubLinkList > li > a:focus::after,
	.mainSubLinkList > li > a:hover::after{
		background-color:#333;
	}
	.board_item > a:focus > .item_title,
	.board_item > a:hover > .item_title{
	    text-decoration: none;
	}
	.bottom_link:focus > .viewmore,
	.bottom_link:hover > .viewmore{
		background-color:#111;
	}
	.mainSubLinkList > li > a:focus,
	.mainSubLinkList > li > a:hover{
	    box-shadow: none;
	}
    
    
}
@media screen and (max-width: 970px){
	
	.mainSubLink{
    	padding: 17px 26px 27px 21px;
	}
	.mainSubLink > .title{
	    font-size: 2rem;
	    padding: 10px 0 21px;
	    background-size: 30px auto;
	    background-position: bottom 21px right;
	    margin-bottom: 23px;
	}
	.mainSubLinkList{
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.mainSubLinkList > li:first-child,
	.mainSubLinkList > li{
    	width: 100%;
		margin-bottom:16px;
	}
	.mainSubLinkList > li > a{
		padding:35px 0px 35px 27px
	}
	.mainSubLinkList > li > a > .title{
		font-size:1.8rem;
		margin-bottom:0;
	}
	.bottom_link > .subtitle,
	.mainSubLinkList > li > a > .subtitle{
		display:none;
	}
	.mainSubLinkList > li > a::after{
	    width: 32px;
	    height: 32px;
	    background-size: auto 13px;
	    margin-top: -16px;
	    right: 22px;
	}
	.mainSubLinkList > li > a::before{
		right:77px;
	}
}
@media screen and (max-width: 768px){
	.section_01{
		padding:21px 0 31px;
	}
	.section_01::after {
	    left: -20px;
	}
	.mainBanner{
		margin-bottom:25px;
    	aspect-ratio: 440 / 306;
	}
	.controls_bx{
    	padding: 16px 13px 16px 20px;
	}
	.mainContWrap{
		padding:0 20px;
	}
	
	.mainLink{
	    height: auto;
	    align-content: inherit;
	}
	.mainLink > li{
		width:calc(50% - 8px);
    	aspect-ratio: inherit;
    	margin-bottom:16px;
    	border-radius:15px;
	}
	.mainLink > li:nth-child(n + 3){
		margin-bottom:0;
	}
	.mainLink > li:nth-child(4) > a{
		background-position:left 22px center;
	}
	.mainLink > li > a{
	    justify-content: flex-start;
	    align-items: center;
	    background-size: 30px;
	    background-position: left 22px center;
	    padding: 21px 0 21px 72px;
	    font-size: 1.6rem;
	    line-height: 1em;
	    border-radius:15px;
	    text-align:left;
	}
	/* .mainLink > li:nth-child(3) > a{
    	padding: 16px 0 16px 72px;
    	line-height:1.2em;
	} */
	.section_02{
		padding:50px 0 32px;
	}
	.mainBoardPrevWrap{
		margin-bottom:32px;
	}
	.tab_btn{
	    font-size: 2rem;
	}
	.tab_btn:nth-child(2) {
	    padding: 0 18px 0 14px;
	    margin: 0 8px 0 8px;
	}
	.tab_btn:nth-child(3){
		left:74px;
	}
	.tab_btn:nth-child(5) {
    	left: 182px;
	}
	.greencity .tab_btn:nth-child(3) {
    	left: 106px;
	}
	.board_content{
		padding-top:48px;
	}
	.board_viewmore{
		top:-3px;
		width:22px;
		height:22px;
	}
	.item_title{
		font-size:1.8rem;
	}
	.item_title.new{
		padding-left:0;
		margin-bottom:12px;
		line-height:1em;
	}
	.item_title.new::before{
		display:none;
	}
	.item_prev{
		height:auto;
	}
	.mainDataList > li:nth-child(2){
		margin:0 20px;
	}
	.bottom_link > .subtitle{
		display:none;
	}
	.section_03{
		padding:0 0 50px;
	}
	.board_item{
		padding:22px 0;
	}
	.mainDataList {
    	padding-top: 20px;
	}
	.bottom_link{
	    width: 100%;
	    padding: 30px 0 20px 20px;
	    background-size: auto 70px;
	    background-position: right 26px center;
	}
	.bottom_link:first-child{
		margin-bottom:30px;
	}
	.bottom_link > .viewmore{
		padding:9px 47px 11px 23px;
	}
	.bottom_link > .title{
		font-size:2rem;
	}
}

@media screen and (max-width: 400px){
	.mainDataList{
		flex-wrap:wrap;
	}
	.mainDataList > li {
    	width: 100%;
    	max-width:inherit;
    	padding-bottom: 16px;
	}
	.mainDataList > li:nth-child(2) {
	    margin: 20px 0;
	}
	.mainDataList > li > .thumb{
    	margin-bottom: 12px;
	}
	.mainDataList > li > .thumb > img{
	    aspect-ratio: 264 / 130;
    }
    .mainDataList .item_title{
    	margin-bottom:8px;
    	height:auto;
    }
}
@media screen and (max-width: 380px){
	.tab_btn:nth-child(1) {
		padding: 0 10px 0 0;
	}
	.tab_btn:nth-child(3){
		padding: 0 10px 0 10px;
	}
	.tab_btn:nth-last-child(2){
		padding:0;
	}
	.tab_btn:nth-child(5){
	    left: 196px;
	}
	.greencity .tab_btn:nth-child(3) {
    	left: 79px;
	}
	.tab_btn:nth-child(5) {
		left: 145px;
	}
	.mainLink > li{
		width:calc(50% - 4px);
		margin-bottom:8px;
	}
	.mainLink > li > a{
		font-size:1.5rem;
	}
}
@media screen and (max-width: 360px){
	.mainLink > li > a{
    	padding: 21px 0 21px 53px;
    	background-position: left 16px center;
	}
	.mainLink > li:nth-child(4) > a{
    	background-position: left 16px center;
	}
	.board_viewmore{
		width:18px;
		height:18px;
    	top: 2px;
	}
}
@media screen and (max-width: 320px){
	body{
		font-size:1.4rem;
	}
	.mainLink > li > a{
	    background-size: 24px;
	    padding: 21px 0 21px 45px;
    	font-size: 1.4rem;
	}
	.mainLink > li:nth-child(3) > a{
    	padding: 16px 0 16px 45px;
	}
	.tab_btn{
		font-size:1.8rem;
	}
	.tab_btn:nth-child(3){
		left:64px;
	}
	.tab_btn:nth-child(5) {
    	left: 172px;
	}
	.greencity .tab_btn:nth-child(3) {
	    left: 99px;
	}
	.board_content{
    	padding-top: 38px;
	}
	.bottom_link{
    	background-size: auto 50px;
	}
}
@media screen and (max-width: 280px){
	.mainLink > li:nth-child(4) > a,
	.mainLink > li > a{
		padding:21px 0 21px 35px;
		background-position:left 8px center;
	}
	.mainLink > li:nth-child(3) > a{
    	padding: 16px 0 16px 35px;
	}
	.bottom_link {
    background-size: auto 50px;
    background-position: right 16px top 79%;
}
	
}