/* 공통(header) */

@font-face {
	font-family: '누리고딕SR';
	src: url('../font/210\ 누리고딕SR.ttf') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: '누리고딕SB';
	src: url('../font/210\ 누리고딕SB.ttf') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: '누리고딕R';
	src: url('../font/210\ 누리고딕R.ttf') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: '누리고딕L';
	src: url('../font/210\ 누리고딕L.ttf') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: '누리고딕B';
	src: url('../font/210\ 누리고딕B.ttf') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*{
    box-sizing: border-box;
}

html {
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    max-width: 100%;
    height: 100%;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
	font-family: "누리고딕R", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
	color: #292929;
}

body.no-scroll {
  overflow: hidden;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a{
	text-decoration: none;
	display: inline-block;
	color:#292929;
	transition: 0.3s;
}

h1,h2,h3,h4,h5{
    padding: 0;
    margin: 0;
}

#jump_menu {
    width: 100%;
    z-index: 9999999;
}

#jump_menu h1 {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    position: absolute;
}

#jump_menu ul, #jump_menu li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

#jump_menu a {
    position: absolute;
    z-index: -1;
    left: 0;
    top: -1000px;
    display: block;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: #3e6dbf;
}

hr.linebreak {
    display: none;
}

#header header #GNB{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
}

#header header #GNB .top{
	border-bottom: 1px solid #dadada;
}

#header header #GNB .top .align_top{
	max-width: 1320px;
	margin: 0 auto;
}

#header header #GNB .top .align_top nav{
	display: flex;
	justify-content: end;
	align-items: center;
	height: 50px;
}

#header header #GNB .top .align_top nav .sns{
	display: flex;
	align-items: center;
	gap: 5px;
}

#header header #GNB .top .align_top nav .sns li{
	width: 30px;
	height: 30px;
	position: relative;
}

#header header #GNB .top .align_top nav .sns li a{
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	border:1px solid #d3d3d3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#header header #GNB .top .align_top nav .sns li a:hover{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#header header #GNB .top .align_top nav .sns li a.sns01{
	background: #f5f5f5 url(../img/navtop-01.png) no-repeat center center;
}

#header header #GNB .top .align_top nav .sns li a.sns02{
	background: #f5f5f5 url(../img/navtop-02.png) no-repeat center center;
}

#header header #GNB .top .align_top nav .sns li a.sns03{
	background: #f5f5f5 url(../img/navtop-03.png) no-repeat center center;
}

#header header #GNB .top .align_top nav .sns li a.sns04{
	background: #f5f5f5 url(../img/navtop-04.png) no-repeat center center;
}

#header header #GNB .top .align_top nav .my{
	display: flex;
	align-items: center;
	gap: 35px;
}

#header header #GNB .top .align_top nav .my li a{
	color: #212121;
}

#header header #GNB .top .align_top nav .my li a.login{
	margin-left: 30px;
}

#header header #GNB .top .align_top nav .my li a:hover{
	color: #fc123e;
}

#header header #GNB .bottom{
	border-bottom: 1px solid #dadada;
}

#header header #GNB .bottom nav{
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content:space-between;
}

#header header #GNB .bottom nav h1 a.logo{
	text-indent: -9999px;
	width: 280px;
	height: 90px;
	background: url(../img/logo.png) no-repeat left center;
}

#header header #GNB .bottom nav .ld1{
	display: flex;
	width: 100%;
}

#header header #GNB .bottom nav .ld1 .cd1 a{
	font-size: 1.25em;
}

#header header #GNB .bottom nav .sbtn{
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}

#header header #GNB .bottom nav .sbtn a{
	text-indent: -9999px;
	width: 45px;
	height: 45px;
	border-radius: 1000px;
}

#header header #GNB .bottom nav .sbtn a:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#header header #GNB .bottom nav .sbtn a.sitemap{
	background: url(../img/navtop-sitemap.png) no-repeat center center;
}

#header header #GNB .bottom nav .sbtn a.openmenu{
	background: url(../img/navtop-sitemap.png) no-repeat center center;
	display: none;
}

#header header #GNB .bottom nav .sbtn a.openmenu.off{
	background: url(../img/navtop-sitemap-off.png) no-repeat center center;
}

#header header #GNB .bottom nav .sbtn a.search{
	background: url(../img/navtop-search.png) no-repeat center center;
}

#header header #GNB .bottom nav .sbtn a.scheduletop{
	background: url(../img/navtop-schedule.png) no-repeat center center;
	display: none;
}

#header header #GNB .bottom nav .ld1{
	display: flex;
	align-items: center;
}

#header header #GNB .bottom nav .ld1 .cd1{
	flex: 1;
	position: relative;
}

#header header #GNB .bottom nav .ld1 .cd1 .l1{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
}

#header header #GNB .bottom nav .ld1 .cd1 .l1:hover{
	color: #f07e22;
}

#header header #GNB .bottom nav .ld1 .cd1 .ld2{
	display: none;
}

#header header #GNB .bottom nav .ld1 .cd1.open .ld2{
	display: inline-block;
	position: absolute;
	top: 90px;
	left: 0;
	background-color: #fff;
	width: 100%;
}

#header header #GNB .bottom nav .ld1 .cd1.open .l1{
	color: #f07e22;
}

#header header #GNB .bottom nav .ld1 .cd1.open .ld2{
	padding: 10px 0;
	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.15);
}

#header header #GNB .bottom nav .ld1 .cd1.open .ld2 .cd2 .l2{
	font-size: 1em;
	width: 100%;
	padding: 6px 15px;
	text-align: center;
	margin: 0 5px 10px 10px;
	width: calc(100% - 20px);
}

#header header #GNB .bottom nav .ld1 .cd1.open .ld2 .cd2:last-child .l2{
	margin-bottom: 0;
}

#header header #GNB .bottom nav .ld1 .cd1.open .ld2 .cd2 .l2:hover{
	background-color: #f07e22;
	color: #fff;
}

#header header #GNB .bottom nav .ld1 .cd1.open .ld2 .cd2 .ld3 .cd3 .l3{
	font-size: 1em;
	width: 100%;
	padding-left: 30px;
	position: relative;
	margin-top: 5px;
}

#header header #GNB .bottom nav .ld1 .cd1.open .ld2 .cd2 .ld3 .cd3 .l3:before{
	content: '';
	position: absolute;
	top: 8px;
	left: 20px;
	width: 3px;
	height: 3px;
	background-color: #292929;
	border-radius: 100px;
}

#header header #GNB .bottom nav .ld1 .cd1.open .ld2 .cd2 .ld3 .cd3 .l3:hover{
	color: #f07e22;
}

#header header #GNB_m{
	display: none;
}

#header header #GNB_m .top{
	position: fixed;
	z-index: 99999;
	width: 100%;
	margin-top: 1px;
	height: calc(100% - 1px);
	background-color: #fff;
}

#header header #GNB_m .top .m-nav-content .ld1 .cd1 .l1{
	width: 100%;
	padding: 25px 20px;
	font-size: 1.4em;
	font-family: '누리고딕SB';
	background-color: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
}

#header header #GNB_m .top .m-nav-content .ld1 .cd1 .ld2{
	display: none;
}

#header header #GNB_m .top .m-nav-content .ld1 .cd1.onmeun .ld2{
	display: inline-block;
	width: 100%;
}

#header header #GNB_m .top .m-nav-content .ld1 .cd1 .ld2 .cd2 .l2{
	width: 100%;
	padding: 25px 20px;
	font-size: 1.4em;
	border-bottom:1px solid #e6e6e6;
}

#header header #GNB_m .top .m-nav-content .ld1 .cd1 .ld2 .cd2 .ld3 .cd3 .l3{
	width: 100%;
	font-size: 1.2em;
	padding: 20px 20px 20px 30px;
	position: relative;
}

#header header #GNB_m .top .m-nav-content .ld1 .cd1 .ld2 .cd2 .ld3 .cd3:last-child .l3{
	border-bottom:1px solid #e6e6e6;
}

#header header #GNB_m .top .m-nav-content .ld1 .cd1 .ld2 .cd2 .ld3 .cd3 .l3:before{
	content: '';
	position: absolute;
	top: 26px;
	left: 20px;
	width: 3px;
	height: 3px;
	background-color: #5e5e5e;
	border-radius:10px;
}

#quick{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

#quick .quickbtn{
	display: flex;
	flex-direction: column;
	background-color: #cdd7e5;
	padding: 10px 15px 20px 15px;
	text-align: center;
}

#quick .quickbtn > a{
	color:#253178;
	font-size: 0.88em;
	font-family: '누리고딕SB';
	position: relative;
	padding-top:90px;
	width: 100%;
}

#quick .quickbtn > a:before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	border-radius: 100px;
	top:20px;
	transition: 0.3s;
}

#quick .quickbtn > a:hover:before{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#quick .quickbtn > a.quickbtn-01:before{
	background: #fff url(../img/quick-01.png) no-repeat center center;
}

#quick .quickbtn > a.quickbtn-02:before{
	background: #fff url(../img/quick-02.png) no-repeat center center;
}

#quick .quickbtn > a.quickbtn-03:before{
	background: #fff url(../img/quick-03.png) no-repeat center center;
}

#quick .quickbtn > a.quickbtn-04:before{
	background: #fff url(../img/quick-04.png) no-repeat center center;
}

#quick .top-btn{
	background-color: #1e3c75;
	width: 100%;
	padding: 10px 20px;
	color: #fff;
	font-size: 0.88em;
	font-family: '누리고딕B';
}

#quick .top-btn:hover{
	color: #ffdd20;
}

/*공통(footer)*/

#footer{
	border-top:1px solid #d9d9d9;
}

#footer aside{
	background-color: #fff;;
	max-width: 1320px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer aside .banner{
	display: flex;
	gap: 20px;
	align-items: center;
}

#footer aside .banner .banner-title{
	padding: 15px 30px;
	background-color: #e6e6e6;
	color: #24252c;
	font-size: 1.18em;
	border-radius: 1000px;
}

#footer aside .banner .banner-list{
	display: flex;
	gap: 10px;
}

#footer aside .banner .banner-list > li{
	width: 200px;
	height: 60px;
}

#footer aside .banner .banner-list > li > a{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border:1px solid #c1c1c1;
}

#footer aside .banner .banner-list > li > a:hover{
	border:1px solid #848484;
}

#footer aside .banner .banner-list > li > a > img{
	background-size: contain;
}


#footer aside .banner-button{
	display: flex;
}

#footer aside .banner-button > a{
	width: 50px;
	height: 50px;
	border:1px solid #dddddd;
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 1.18em;
	font-family: '누리고딕B';
	justify-content: center;
}

#footer aside .banner-button > a:first-child{
	border-right: none;
}

#footer aside .banner-button > a:hover{
	color:#f07e22;
}

#footer .alignbox{
	background: #3a3a3a;
	border-bottom: 1px solid #909090;
}

#footer .alignbox .footeralign{
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer .alignbox .footeralign .footer-link{
	display: flex;
}

#footer .alignbox .footeralign .footer-link  > li .footer-link-text{
	padding: 25px 30px;
	color:#fff;
	position: relative;
}

#footer .alignbox .footeralign .footer-link  > li .footer-link-point{
	color: #ffdd20;
	padding-left: 0;
}

#footer .alignbox .footeralign .footer-link  > li .footer-link-text:after{
	content: '';
	width: 1px;
	height: 14px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#footer .alignbox .footeralign .footer-link  > li:first-child .footer-link-text:after{
	content: none;
}

#footer .alignbox .footeralign .footer-link  > li .footer-link-text:hover{
	color:#fc123e;
}

#footer .alignbox .footeralign .familysite{
	display: flex;
	align-items: center;
	gap: 5px;
}

#footer .alignbox .footeralign .familysite select.familysite-btn{
	cursor: pointer;
	width: 200px;
	height: 45px;
	border:1px solid #d9d9d9;
	text-align: left;
	font-size: 0.9em;
	font-family: '누리고딕R';
	color:#0f0f0f;
	padding-left: 15px;
	margin: 15px 0;
	outline: none;
	border-radius: 0;
	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	background:#fff url('../img/website.png') no-repeat right center;
  	background-size: 10px;
	background-size: contain;
}

#footer .alignbox .footeralign .familysite-detail{
	position: absolute;
	top: -180px;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: #fff;
}

#footer .alignbox .footeralign .family-go{
	background-color: #080808;
	width: 60px;
	height: 45px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.73em;
	font-family: '누리고딕B';
}

#footer .alignbox .footeralign .family-go:hover{
	background: #292929;
}

#footer .address-box{
	background-color: #5e5e5e;
	padding: 50px 0 80px 0;
}

#footer .address-box address{
	color: #fff;
	font-style: normal;
	max-width: 1320px;
	margin: 0 auto;
}

#footer .address-box address span{
	display: block;
	font-size: 0.88em;
	margin-bottom: 5px;
}

/* 메인 */

.main #section #contents .section_1 .align_1 .slider{
	width: 100%;
	margin: 0 auto;
}

.main #section #contents .section_1 .align_1 .slider .swiper{
	margin-top: 140px;
	height: 100%;
	overflow: hidden;
}

.main #section #contents .section_1 .align_1 .slider .swiper .swiper-wrapper .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.main #section #contents .section_1 .align_1 .slider .swiper .slider-zindex{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	background-color: rgba(21,21,21,0.6);
	border-radius: 100px;
	padding: 10px 20px;
	width: 340px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main #section #contents .section_1 .align_1 .slider .swiper .slider-zindex a{
	color:#fff;
	font-size: 0.8em;
	flex:1;
}

.main #section #contents .section_1 .align_1 .slider .swiper .slider-zindex a:hover{
	color: #ffdd20;
}

.main #section #contents .section_1 .align_1 .slider .swiper .slider-zindex a.slider-prev{
	text-align: left;
}

.main #section #contents .section_1 .align_1 .slider .swiper .slider-zindex a.slider-next{
	text-align: right;
}

.main #section #contents .section_1 .align_1 .slider .swiper .slider-zindex .slider-button{
	flex:2;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.main #section #contents .section_1 .align_1 .slider .swiper .slider-zindex .slider-button .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border:3px solid #fff;
	opacity: 1;
	background: rgba(236, 243, 255, 0.01);
}

.main #section #contents .section_1 .align_1 .slider .swiper .slider-zindex .slider-button .swiper-pagination-bullet-active{
	background:#fff;
}

.main #section #contents .section_2{
	background-color: #ecf1f5;
}

.main #section #contents .section_2 .align_2 .schedule{
	max-width: 1320px;
	margin: 0 auto;
	padding: 100px 0 130px 0;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-title .st-text{
	text-align: center;
	color:#252525;
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 45px;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-title .st-text .h2point{
	font-family: '누리고딕B';
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab{
	position: relative;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tab-menu{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-bottom: 55px;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tab-menu > li > a{
	padding: 10px 30px;
	color: #333333;
	border-radius: 5px;
	background: #fff;
	border:1px solid #898989;
	font-family: '누리고딕SB';
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tab-menu > li > a:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tab-menu > li.on > a{
	background: #333333;
	border:1px solid #333333;
	color: #fff;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tab-menu > li.on > a:hover{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div{
	display: none;
	overflow: hidden;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div.on{
	display: flex;
	gap: 35px;
	align-items: flex-start;
	justify-content: space-between;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div > a{
	background: #fff;
	width: 300px;
	overflow: hidden;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div > a:hover{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div > a > img{
	width: 100%;
	height: 400px;
	transition: 0.3s;
	object-fit: cover;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div > a:hover > img{
	transform: scale(1.025);
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div > a .sc-content{
	padding: 30px 20px;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div > a .sc-content .sc-content-title{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 100%;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div > a .sc-content .sc-content-date{
	margin: 10px 0 0 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 100%;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-button > a{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	background: #333333;
	border-radius: 100px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.88em;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-button > a.schedule-prev{
	left: -80px;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-button > a.schedule-next{
	right: -80px;
}

.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-button > a:hover{
	background: #898989;
}

.main #section #contents .section_2 .align_2 .calendar{
	background-color: #fff;
}

.main #section #contents .section_2 .align_2 .calendar .calendar-content{
	max-width: 1320px;
	margin: 0 auto;
	padding: 35px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main #section #contents .section_2 .align_2 .calendar .calendar-content .calendar-header{
	font-size: 1.25em;
	font-family: '누리고딕B';
	line-height: 1;
}

.main #section #contents .section_2 .align_2 .calendar .calendar-content .calendar-header .month{
	font-size: 2em;
}

.main #section #contents .section_2 .align_2 .calendar .calendar-content .date-go{
	font-size: 2em;
	font-family: '누리고딕L';
	width: 36px;
	height: 36px;
	border:1px solid #a6a6a6;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3c3c3c;
	background: #fff;
}

.main #section #contents .section_2 .align_2 .calendar .calendar-content .date-go:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main #section #contents .section_2 .align_2 .calendar .calendar-content .calendar-days{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main #section #contents .section_2 .align_2 .calendar .calendar-content .calendar-days .day{
	padding: 10px;
	font-size: 0.88em;
	color: #252525;
}

.main #section #contents .section_2 .align_2 .calendar .calendar-content .calendar-days .day.saturday{
	color:#365ef3;
}

.main #section #contents .section_2 .align_2 .calendar .calendar-content .calendar-days .day.sunday{
	color: #fc123e;
}

.main #section #contents .section_2 .align_2 .calendar .calendar-content .calendar-days .day.highlight{
	background: #f07e22;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	width: 36px;
	height: 36px;
}

.main #section #contents .section_3{
	background-color: #e7dce0;
}

.main #section #contents .section_3 .align_3{
	max-width: 1320px;
	margin: 0 auto;
	padding: 100px 0;
	display: flex;
	gap: 30px;
	align-items: stretch;
}

.main #section #contents .section_3 .align_3 .btn-go{
	color: #424242;
	border:1px solid #a6a6a6;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: '누리고딕L';
	font-size: 1.7em;
	background: #fff;
}

.main #section #contents .section_3 .align_3 .btn-go:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main #section #contents .section_3 .align_3 .notice{
	width: 470px;
	padding: 35px;
	background: #fff;
	border:3px solid #848484;
}

.main #section #contents .section_3 .align_3 .notice .notice-title{
	display: flex;
	justify-content: space-between;
}

.main #section #contents .section_3 .align_3 .notice .notice-title .nt-text{
	font-size: 1.75em;
	font-family: '누리고딕B';
	line-height: 1;
	margin-bottom: 20px;
}

.main #section #contents .section_3 .align_3 .notice .notice-content .nc-list .nc-list-text > a{
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}

.main #section #contents .section_3 .align_3 .notice .notice-content .nc-list .nc-list-text:last-child > a{
	border-bottom: none;
	padding-bottom: 0;
}

.main #section #contents .section_3 .align_3 .notice .notice-content .nc-list .nc-list-text > a .nc-detail{
	margin: 0;
	font-size: 1.18em;
	font-family: '누리고딕B';
	color:#414141;
	transition: 0.3s;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	width: 100%;
}

.main #section #contents .section_3 .align_3 .notice .notice-content .nc-list .nc-list-text > a:hover .nc-detail{
	color:#0085b1;
}

.main #section #contents .section_3 .align_3 .notice .notice-content .nc-list .nc-list-text > a .nc-date{
	margin: 0;
	color: #818181;
	font-size: 0.8em;
	margin-top: 5px;
}

.main #section #contents .section_3 .align_3 .job{
	width: 470px;
	padding: 35px;
	background: #fff;
	border:3px solid #848484;
}

.main #section #contents .section_3 .align_3 .job .job-title{
	display: flex;
	justify-content: space-between;
}

.main #section #contents .section_3 .align_3 .job .job-title .jt-text{
	font-size: 1.75em;
	font-family: '누리고딕B';
	line-height: 1;
	margin-bottom: 20px;
}

.main #section #contents .section_3 .align_3 .job .job-content .jc-list .jc-list-text > a{
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}

.main #section #contents .section_3 .align_3 .job .job-content .jc-list .jc-list-text:last-child > a{
	border-bottom: none;
	padding-bottom: 0;
}

.main #section #contents .section_3 .align_3 .job .job-content .jc-list .jc-list-text > a .jc-detail{
	margin: 0;
	font-size: 1.18em;
	font-family: '누리고딕B';
	color:#414141;
	transition: 0.3s;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	width: 100%;
}

.main #section #contents .section_3 .align_3 .job .job-content .jc-list .jc-list-text > a:hover .jc-detail{
	color:#0085b1;
}

.main #section #contents .section_3 .align_3 .job .job-content .jc-list .jc-list-text > a .jc-date{
	margin: 0;
	color: #818181;
	font-size: 0.8em;
	margin-top: 5px;
}

.main #section #contents .section_3 .align_3 .button-list{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex: 1;
}

.main #section #contents .section_3 .align_3 .button-list > a{
	background: #fff;
	border:3px solid #848484;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main #section #contents .section_3 .align_3 .button-list > a.blcontent-01{
	background: #fff url(../img/blcontent-01.png) no-repeat left 30px center;
}

.main #section #contents .section_3 .align_3 .button-list > a.blcontent-02{
	background: #fff url(../img/blcontent-02.png) no-repeat left 30px center;
}

.main #section #contents .section_3 .align_3 .button-list > a.blcontent-03{
	background: #fff url(../img/blcontent-03.png) no-repeat left 30px center;
}

.main #section #contents .section_3 .align_3 .button-list > a.blcontent-04{
	background: #fff url(../img/blcontent-04.png) no-repeat left 30px center;
}

.main #section #contents .section_3 .align_3 .button-list > a.blcontent-05{
	background: #fff url(../img/blcontent-05.png) no-repeat left 30px center;
}

.main #section #contents .section_3 .align_3 .button-list > a .blc-text{
	margin: 0;
	padding: 20px 30px 20px 100px;
	font-size: 1.18em;
	font-family: '누리고딕SB';
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main #section #contents .section_3 .align_3 .button-list > a:hover{
	color:#0085b1;
}

/*서브*/

.sub{
	margin-top: 140px;
}

.sub #submenu{
	height: 240px;
    background: url(../img/sub-visual.png) no-repeat center center;
    font-size: 2.8em;
    color: #fff;
}

.sub #submenu .sub-title{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color:#fff;
	z-index: 0;
}

.sub #submenu .sub-title p{
	line-height: 1;
	position: relative;
	padding: 0 20px;
}

.sub #submenu .sub-title p:before{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	height: 35px;
	background-color: #0085b1;
}

.sub #submenu .sub-title p span{
	position: relative;
}

.sub header{
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	background-color: #f2f2f2;
}

.sub header .menu_path_box{
    height: 60px;
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.sub header .menu_path_box .menu_path{
	display: flex;
	align-items: flex-start;
}

.sub header .menu_path_box .menu_path .home{
	width: 60px;
	height: 60px;
	background: #0b0b0b url(../img/sub-home.png) no-repeat center center;
	text-indent: -9999px;
}

.sub header .menu_path_box .menu_path .home:hover{
	background-color: #333333;
}

.sub header .menu_path_box .menu_path .ld1, .sub header .menu_path_box .menu_path .ld2{
	margin-top: 1px;
}

.sub header .menu_path_box .menu_path .ld2{
	margin-left: -1px;
}

.sub header .menu_path_box .menu_path .ld1 .cd1 .l1, .sub header .menu_path_box .menu_path .ld2 .cd2 .l2{
	display: flex;
	align-items: center;
	padding-left: 25px;
	width: 275px;
	height: 60px;
	border-width: 0px 1px 1px 1px;
	position: relative;
	color:#1b1b1b;
	font-size: 1.13em;
	background-color: #f2f2f2;
	border-style: solid;
	border-color: #d9d9d9;
}

.sub header .menu_path_box .menu_path .ld1 .cd1.open .l1:after, .sub header .menu_path_box .menu_path .ld2 .cd2.open .l2:after{
	content: '>';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:20px;
	font-size: 1.2em;
}

.sub header .menu_path_box .menu_path .ld1 .cd1 .l1:hover, .sub header .menu_path_box .menu_path .ld2 .cd2 .l2:hover{
	color: #fc123e;
}

.sub header .menu_path_box .menu_path .ld1 .cd1,
.sub header .menu_path_box .menu_path .ld2 .cd2 {
	display: none;
}
.sub header .menu_path_box .menu_path .ld1 .cd1.open,
.sub header .menu_path_box .menu_path .ld2 .cd2.open {
	display: flex;
}

.sub header .menu_path_box .sub_utility > ul{
	display: flex;
	align-items: center;
}

.sub header .menu_path_box .sub_utility > ul > li > a{
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	border-right: 1px solid #d9d9d9;
}

.sub header .menu_path_box .sub_utility > ul > li:first-child > a{
	border-left: 1px solid #d9d9d9;
}

.sub header .menu_path_box .sub_utility > ul > li > a.print{
	background:#f2f2f2 url(../img/sub-print.png) no-repeat center center;
}

.sub header .menu_path_box .sub_utility > ul > li > a.share{
	background:#f2f2f2 url(../img/sub-share.png) no-repeat center center;
}

.sub header .menu_path_box .sub_utility > ul > li > a:hover{
	background-color: #d9d9d9;
}

.sub .contents{
	max-width: 1320px;
	margin: 0 auto;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content{
	padding: 60px 0;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content h2{
	font-size: 1.75em;
	line-height: 1;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 30px;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content h3{
	margin-left: 40px;
	font-size: 1.38em;
	color: #143e87;
	font-weight: normal;
	font-family: '누리고딕B';
	margin-top: 10px;
	margin-bottom: 20px;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content .indent1{
	margin-left: 20px;
	width: calc(100% - 20px);
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content .indent2{
	margin-left: 40px;
	width: calc(100% - 40px);
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content .txtcenter{
	text-align: center;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content table{
    width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content table caption{
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content table thead tr{
    border-bottom: 1px solid #d0d0d0;
	border-top: 3px solid #292929;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content table thead tr th, .sub .contents .contents_article .modules_contents .proc_read .contents_content table thead tr td{
    padding: 15px;
	background-color: #e9eff8;
    color: #292929;
	border-width: 0;
    border-style: solid;
    border-color: #d0d0d0;
	font-size: 1.18em;
	font-family: '누리고딕SB';
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content table thead tr th + th, .sub .contents .contents_article .modules_contents .proc_read .contents_content table thead tr th + td, .sub .contents .contents_article .modules_contents .proc_read .contents_content table thead tr td + th {
    border-width: 0 0 0 1px;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content table tbody tr{
	border-bottom: 1px solid #d0d0d0;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content table tbody tr th, .sub .contents .contents_article .modules_contents .proc_read .contents_content table tbody tr td{
	padding: 15px;
	background-color: #ffffff;
    color: #292929;
	border-width: 0;
    border-style: solid;
    border-color: #d0d0d0;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content table tbody tr th + th, .sub .contents .contents_article .modules_contents .proc_read .contents_content table tbody tr th + td, .sub .contents .contents_article .modules_contents .proc_read .contents_content table tbody tr td + th, .sub .contents .contents_article .modules_contents .proc_read .contents_content table tbody tr td + td {
    border-width: 0 0 0 1px;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content table tbody tr th{
	background-color: #fafafa;
	font-weight: normal;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content p{
	margin: 40px 0;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content .btn{
	padding: 12px 100px 12px 20px;
	background: #fff url(../img/sub-btn02.png) no-repeat right 20px center;
	border:3px solid #151515;
	font-family: '누리고딕SB';
	color:#464646;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content .btn:hover{
	background: #151515 url(../img/sub-btn01.png) no-repeat right 20px center;
	color: #fff;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content fieldset{
	border:none;
	background-color: #e9eff8;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	height: auto;
	padding: 10px 20px;
	gap: 15px;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content fieldset #page_size{
	font-family: '누리고딕R';
	cursor: pointer;
	width: 190px;
	height: 45px;
	outline: none;
	border-radius: 0;
	background: #fff url(../img/sub-select.png) no-repeat right 1px center;
	border:1px solid #d5d5d5;
	-webkit-appearance: none;
	padding-left: 10px;
}

.sub .contents .contents_article .modules_contents .proc_read .contents_content fieldset button{
	width: 80px;
	height: 45px;
	border:none;
	border-radius: 0;
	font-size: 0.88em;
	color:#fff;
	background-color: #24252c;
	cursor: pointer;
	font-family: '누리고딕SB';
}

@media (max-width:1080px){
	body{font-size: 12px;}
	#quick{display: none;}

	/*공통(header)*/
	#header header #GNB .top{display: none;}
	#header header #GNB .bottom nav .ld1{display: none;}
	#header header #GNB .bottom nav .sbtn{gap: 8px}
	#header header #GNB .bottom nav .sbtn a.sitemap{display: none;}
	#header header #GNB .bottom nav .sbtn a.openmenu{display: inline-block;}
	#header header #GNB .bottom nav .sbtn a.scheduletop{display: inline-block;}
	#header header #GNB .bottom .align_bottom{width:calc(100% - 40px); margin: 0 auto;}
	#header header #GNB .bottom nav h1 a.logo{width: 130px; height: 70px; background-size: contain;}
	

	/*공통(footer)*/
	#footer aside{width: calc(100% - 20px); margin: 0 auto; position: relative; padding: 20px 0;}
	#footer aside .banner .banner-title{padding: 10px 30px;}
	#footer aside .banner{align-items: flex-start; flex-direction: column; width: 100%;}
	#footer aside .banner-button {display: flex; position: absolute; top: 13%; left: 130px;}
	#footer aside .banner-button > a{width: 40px; height: 40px;}
	#footer aside .banner .banner-list-wrapper{width: 100% !important;}
	#footer aside .banner .banner-list > li{width: 130px; height: 40px;}
	#footer aside .banner .banner-list > li > a > img{width: 100%;}

	#footer .alignbox{background-color: #5e5e5e;}
	#footer .alignbox .footeralign{width: calc(100% - 40px);}
	#footer .alignbox .footeralign .footer-link{flex-wrap: wrap; margin: 20px 0;}
	#footer .alignbox .footeralign .footer-link > li:first-child .footer-link-text{padding-left: 0;}
	#footer .alignbox .footeralign .footer-link > li .footer-link-text{padding: 10px 20px;}
	#footer .alignbox .footeralign .familysite{display: none;}

	#footer .address-box address{width: calc(100% - 40px); margin: 0 auto;}

	/*메인*/
	.main #section #contents .section_1 .align_1 .slider{height: 250px;}
	.main #section #contents .section_1 .align_1 .slider .swiper{margin-top: 70px;}
	.main #section #contents .section_1 .align_1 .slider .swiper .slider-zindex{bottom: 20px;}

	.main #section #contents .section_2 .align_2 .schedule{padding: 80px 0; width: calc(100% - 40px);}
	.main #section #contents .section_2 .align_2 .schedule .schedule-title .st-text{margin-bottom: 30px;}
	.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tab-menu{margin-bottom: 50px;}
	.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tab-menu > li > a{padding: 7px 20px;}
	.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div > a{flex:1 1;}
	.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div.on{gap: 15px;}
	.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-button > a.schedule-prev {left: -10px;}
	.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-button > a.schedule-next {right: -10px;}
	.main #section #contents .section_2 .align_2 .schedule .schedule-tab .schedule-tabs > div > a > img{height: 200px;}

	.main #section #contents .section_2 .align_2 .calendar{display: none;}

	.main #section #contents .section_3 .align_3{flex-direction: column; gap: 20px; padding: 70px 0;}
	.main #section #contents .section_3 .align_3 .notice, .main #section #contents .section_3 .align_3 .job{width: calc(100% - 20px); margin: 0 auto; padding: 25px;}
	.main #section #contents .section_3 .align_3 .button-list{width: calc(100% - 20px); margin: 0 auto; flex-wrap: wrap; flex-direction: row; gap: 10px;}
	.main #section #contents .section_3 .align_3 .button-list > a{flex: 1 1 calc(50% - 5px); max-width: calc(50% - 5px);}
	.main #section #contents .section_3 .align_3 .button-list > a .blc-text{padding: 20px 10px 20px 60px;}
	.main #section #contents .section_3 .align_3 .button-list > a.blcontent-01{background: #fff url(../img/blcontent-01.png) no-repeat left 10px center;}
	.main #section #contents .section_3 .align_3 .button-list > a.blcontent-02{background: #fff url(../img/blcontent-02.png) no-repeat left 10px center;}
	.main #section #contents .section_3 .align_3 .button-list > a.blcontent-03{background: #fff url(../img/blcontent-03.png) no-repeat left 10px center;}
	.main #section #contents .section_3 .align_3 .button-list > a.blcontent-04{background: #fff url(../img/blcontent-04.png) no-repeat left 10px center;}
	.main #section #contents .section_3 .align_3 .button-list > a.blcontent-05{background: #fff url(../img/blcontent-05.png) no-repeat left 10px center;}

	/*서브*/
	.sub{margin-top: 70px;}
	.sub header .menu_path_box{display: inline-block; position: relative; width: 100%;}
	.sub header .menu_path_box .menu_path{display: inline-block; width: 100%;}
	.sub header .menu_path_box .menu_path .ld1, .sub header .menu_path_box .menu_path .ld2{margin-top: 0px;}
	.sub header .menu_path_box .menu_path .ld1 .cd1 .l1, .sub header .menu_path_box .menu_path .ld2 .cd2 .l2{border-width: 0px 0px 1px;}
	.sub header .menu_path_box .menu_path .ld2{margin-left: 0px;}
	.sub header .menu_path_box .menu_path .home{width: 50px; height: 50px; border-radius:100px; position: absolute; top: -60px; left: 10px;}
	.sub header .menu_path_box .sub_utility > ul {gap:5px; position: absolute; top: -60px; right: 10px;}
	.sub header .menu_path_box .sub_utility > ul > li > a{border-radius: 100px; width: 50px; height: 50px;}
	.sub header .menu_path_box .menu_path .ld1 .cd1 .l1, .sub header .menu_path_box .menu_path .ld2 .cd2 .l2{width: 100%;}

	.sub .contents .contents_article .modules_contents .proc_read .contents_content{width: calc(100% - 40px); margin: 0 auto;}
}