<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'HallymMjo-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2204@1.0/HallymMjo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/*팝업*/
.main-popup .swiper-container {width: 500px;}
.main-popup .swiper-pagination {
	bottom: 5px !important;
}
.main-popup .swiper-pagination span {
	border-radius: 50%;
}
.main-popup .swiper-pagination-bullet-active {background-color: #4E5968;}

.main-popup {
	position:fixed;
	z-index: 999;
}
.main-popup .popup-bottom {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	color: #fff;
	font-size: 14px;
	background-color: #000;
}
.main-popup .popup-bottom label {
	padding-left: 5px;
	color: #fff;
}
.main-popup .popup-bottom .popup-close {
	color: #fff;
	font-size: 14px;
}
.popup-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 102;	
}

@media (max-width: 991px) {
	.main-popup .swiper-container { width: 350px; }
}

.section01 {
	position: relative;
	width: 100%;
}
.section01 .swiper {
	overflow: hidden;
}
.section01 .swiper .swiper-slide {
	position: relative;
	display: flex;
    align-items: flex-end;
	height: 720px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section01 .swiper .swiper-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(180deg, #00000000 0%, #00000099 100%);
}
.section01 .swiper .swiper-slide a {
	display: flex;   
    align-items: flex-end; 
	width: 100%;
    height: 100%;
}
.section01 .swiper .swiper-slide a:hover {
	text-decoration: none;
}
.section01 .swiper .swiper-slide .banner-txtbox {
	position: relative;
	margin-bottom: 90px;
}
.section01 .swiper .swiper-slide .banner-txtbox p {
	color: #fff;
	font-weight: 300;
	font-size: 22px;
}
.section01 .swiper .swiper-slide .banner-txtbox .hallym-txt {
	margin-bottom: 20px;
	font-family: 'HallymMjo-Regular';
	font-size: 62px;
	line-height: 110%;
}
.section01 .swiper .swiper-slide .banner-txtbox .hallym-txt strong {
	font-weight: 700;
}
.section01 .swiper .swiper-slide .banner-txtbox .hallym-txt span {
	font-size: 48px;
}
.section01 .banner-paging {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	width: 40%;
	height: 80px;
	padding-right: 30px;
	background-color: #F4B627;	
}
.section01 .banner-paging div {
	position: relative;
	background-image: none;
	width: auto;
	height: auto;
	margin-top: 0;
	padding: 0 5px;
	cursor: pointer;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}
.section01 .banner-paging div.swiper-pagination {
	width: 250px;
	height: 6px;
	margin-right: 30px;
	background-color: rgba(100, 70, 0, .4);
}
.section01 .banner-paging .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #000000;
}
.section01 .main-links {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
	padding-left: 25px;
	z-index: 1;
}
.section01 .main-links a {
	display: flex;
	align-items: center;
	width: 200px;
	height: 120px;
	padding-left: 95px;
	padding-right: 15px;
	margin-right: 25px;
	font-weight: 500;
	font-size: 16px;
	color: #333;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 3px 3px 6px #00000029;
	background-repeat: no-repeat;
}
.section01 .main-links a.main-link01 {
	background-image: url('/pub/site/jejucc/images/common/ic_01.svg');
	background-position: left 20px top 30px;
}
.section01 .main-links a.main-link02 {
	background-image: url('/pub/site/jejucc/images/common/ic_02.svg');
	background-position: left 20px top 35px;
}
.section01 .main-links a.main-link03 {
	background-image: url('/pub/site/jejucc/images/common/ic_03.svg');
	background-position: left 20px top 35px;
}
.section01 .main-links a.main-link04 {
	background-image: url('/pub/site/jejucc/images/common/blog.svg');
	background-position: left 20px top 35px;
	background-size: auto 40%;
}
.section01 .main-links a:hover {
	margin-top: -20px;
	background-color: #F4B627;
	text-decoration: none;
	transition: 0.2s;
}


.section02 {
	padding: 100px 0 80px;
	background-image: url('/pub/site/jejucc/images/common/main_contents_bg.png');
	background-repeat: no-repeat;
	background-position: right 10% bottom;
}
.section02 h3 {
	margin-bottom: 25px;
	font-size: 32px;
	font-weight: 700;
	color: #333;
}
.section02 .main-board {
	position: relative;
	width: 48%;
}
.section02 .main-board ul li {
	margin-bottom: 10px;
}
.section02 .main-board ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	padding: 20px;
	font-size: 19px;
	font-weight: 500;
	line-height: 130%;
	color: #333;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}
.section02 .main-board ul li a .date {
	padding-right: 20px;
	margin-right: 20px;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	border-right: 1px solid #E5E5E5;
}
.section02 .main-board ul li a .date span {
	display: block;
	color: #333;
	font-size: 28px;
	font-weight: 600;
}
.section02 .main-board ul li a:hover {
	padding: 14px;
	text-decoration: none;
	font-weight: 700;
	border: 4px solid #F4B627;
	transition: 0.1s;
}
.section02 .main-board .more-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.section02 .main-gallery {
	position: relative;
	width: 48%;
	margin-left: 4%;
}
.section02 .main-gallery .swiper {
	overflow: hidden;
}
.section02 .main-gallery .swiper .swiper-slide {
	position: relative;
	height: 325px;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section02 .main-gallery .swiper .swiper-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: transparent linear-gradient(180deg, #00000000 80%, #00000099 100%); */
	border-radius: 5px;
}
.section02 .main-gallery .swiper .swiper-slide a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.section02 .main-gallery .swiper .swiper-pagination {
	bottom: 30px;
}
.section02 .main-gallery .swiper .swiper-pagination-bullet {
	width:10px;
	height: 10px;
	margin: 0 5px;
	background-color: #EFEFEF;
	opacity: 1;
}
.section02 .main-gallery .swiper .swiper-pagination-bullet-active {
	background-color: #FDA541;
}
.section02 .main-gallery .more-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.section03 {
	padding: 80px 0 100px;
	background-color: #F5F5F5;
}
.section03 h3 {
	margin-bottom: 5px;
	font-size: 32px;
	font-weight: 700;
	color: #333;
}
.section03 .top-txt {
	margin-bottom: 30px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
}
.section03 ul {
	display: flex;
	justify-content: space-between;
}
.section03 ul li {
	width: 23%;
}
.section03 ul li:nth-child(even) {
	margin-top: 30px;
}
.section03 ul li .img {
	position: relative;
	display: block;
	width: 100%;
	height: 365px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 10px #0000004D;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section03 ul li a .img:after {
	content: '\e59e';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: space-around;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 100;
	color: #F4B627;
	font-size: 100px;
	border-radius: 5px 200px 5px 5px;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
}
.section03 ul li .txt {
	display: block;
	margin-left: 5px;
	font-size:15px;
	color: #707070;
	line-height: 150%;
}
.section03 ul li .txt strong {
	display: inline-block;
	width: 100%;
	font-size:20px;
	color: #333;
	font-weight: 500;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis; 
}
.section03 ul li a:hover {
	text-decoration: none;
}
.section03 ul li a:hover .img:after {
	opacity: 1;
	transition: 0.5s;
}
.section03 ul li a:hover .txt strong {
	font-weight: 800;
}
.section03 .more-btn {
	position: absolute;
	top: 0;
	right: 0;
}


#main .more-btn img {
	width: 30px;
}




@media (min-width: 992px) and (max-width: 1199px) {
	.section03 ul li .img {
		height: 300px;
	}
	
}


@media (max-width: 991px) {

	.section01 .swiper .swiper-slide {
		height: 25rem;
	}
	.section01 .swiper .swiper-slide .banner-txtbox {
		margin-bottom: 30px;
	}
	.section01 .swiper .swiper-slide .banner-txtbox p {
		font-size: 16px;
	}
	.section01 .swiper .swiper-slide .banner-txtbox .hallym-txt {
		margin-bottom: 10px;
		font-size: 37px;
	}
	.section01 .swiper .swiper-slide .banner-txtbox .hallym-txt span {
		font-size: 23px;
	}
	.section01 .banner-paging {
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: 60px;
		padding: 0 30px;
	}
	.section01 .banner-paging div.swiper-pagination {
		width: 100%;
		height: 4px;
	}
	.section01 .main-links {
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		padding: 20px 15px 0;
	}
	.section01 .main-links a {
		width: 48%;
		height: 60px;
		padding-left: 60px;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 15px;
		text-align: center;
	}
	.section01 .main-links a.main-link01 {
		background-position: center left 10px;
		background-size: auto 70%;
	}
	.section01 .main-links a.main-link02 {
		background-position: center left 10px;
		background-size: auto 70%;
	}
	.section01 .main-links a.main-link03 {
		background-position: center left 10px;
		background-size: auto 70%;
	}
	.section01 .main-links a.main-link04 {
		background-position: center left 10px;
		background-size: auto 70%;
	}
	.section01 .main-links a:hover {
		margin-top: 0;
	}

	.section02 {
		padding: 30px 0 40px;
		background-position: right 0 bottom;
		background-size: auto 220px;
	}
	.section02 h3 {
		margin-bottom: 15px;
		font-size: 26px;
	}
	.section02 .main-board {
		width: 100%;
		margin-bottom: 50px;
	}
	.section02 .main-board ul li {
		margin-bottom: 8px;
	}
	.section02 .main-board ul li a {
		padding: 15px;
		font-size: 16px;
		font-weight: 500;
		line-height: 140%;
	}
	.section02 .main-board ul li a .date {
		padding-right: 15px;
		margin-right: 15px;
		font-size: 12px;
		line-height: 160%;
	}
	.section02 .main-board ul li a .date span {
		font-size: 24px;
	}
	.section02 .main-board ul li a:hover {
		padding: 14px;
		text-decoration: none;
		font-weight: 700;
		border: 4px solid #F4B627;
		transition: 0.1s;
	}
	.section02 .main-board .more-btn {
		position: absolute;
		top: 0;
		right: 0;
	}

	.section02 .main-gallery {
		width: 100%;
		margin-left: 0;
	}
	.section02 .main-gallery .swiper .swiper-slide {
		height: 195px;
		border-radius: 5px;
	}
	.section02 .main-gallery .swiper .swiper-pagination {
		bottom: 10px;
	}


	.section03 {
		padding: 40px 0 30px;
	}
	.section03 h3 {
		font-size: 26px;
	}
	.section03 .top-txt {
		font-size: 14px;
	}
	.section03 ul {
		flex-wrap: wrap
	}
	.section03 ul li {
		width: 47.5%;
	}
	.section03 ul li .img {
		height: 215px;
		margin-bottom: 15px;
	}
	.section03 ul li a .img:after {
		font-size: 60px;
		border-radius: 5px 130px 5px 5px;
	}
	.section03 ul li .txt {
		font-size:12px;
		line-height: 140%;
	}
	.section03 ul li .txt strong {
		font-size:16px;
	}
	.section03 ul li a:hover {
		text-decoration: none;
	}
	.section03 ul li a:hover .img:after {
		opacity: 1;
		transition: 0.5s;
	}
	.section03 ul li a:hover .txt strong {
		font-weight: 800;
	}
	.section03 .more-btn {
		position: absolute;
		top: 0;
		right: 0;
	}





}</pre></body></html>