/*슬라이더*/
#new_sld {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 140px;
}

#new_sld .sld_area {
	width: 100%;
	height: auto;
	position: relative;
}

#new_sld .sld_con {
	width: 100%;
	height: auto;
	position: relative;
}

#new_sld .slider_con {
	width: 100%;
	height: auto;
	position: relative;
}

.slider_box {
	width: 100%;
	height: 510px;
	position: relative;
	overflow: hidden;
}

.slider_box .slide_ob {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.slider_box .slide_ob_01 {
	background-image: url(../img/slide_bg_01.jpg);
}

.slider_box .slide_ob_02 {
	background-image: url(../img/slide_bg_02.jpg);
}

.slider_box .slide_ob_03 {
	background-image: url(../img/slide_bg_03.jpg);
}

.slider_box .slide_ob_04 {
	background-image: url(../img/slide_bg_04.jpg);
}

.slider_box .slide_ob_05 {
	background-image: url(../img/slide_bg_05.jpg);
}


.slider_box .slide_ob .slide_txt {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 100px;
}

.slider_box .slide_ob .slide_txt > h4 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 2.75rem;
	letter-spacing: -1px;
	padding: 3px 0;
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: inline-block;
	margin-bottom: 35px;
}

.slider_box .slide_ob .slide_txt .txt_img {
	text-align: center;
}

.slider_box .slide_ob .slide_txt .txt_img > img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.slider_box .slick-dots {
	bottom: 40px;
}

.slider_box .slick-dots > li {
	width: 13px;
	height: 13px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.slider_box .slick-dots li button {
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 0;
	border-radius: 5rem;
}

.slider_box .slick-dots li button:before {
	content: none;
}

.slider_box .slick-dots > li:hover {
	width: 35px;
}

.slider_box .slick-dots > li:hover button {
	background-color: #96b0bf;
}

.slider_box .slick-dots li.slick-active {
	width: 35px;
}

.slider_box .slick-dots li.slick-active button {
	background-color: #96b0bf;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

@media all and (max-width: 1280px) {
	.slider_box .slide_ob .slide_txt {
		padding: 0 30px;
	}
}

@media all and (max-width: 1231px) {
	#new_sld {
		margin-top: 100px;
	}
}

@media all and (max-width: 801px) {
	.slider_box {
		height: 400px;
	}

	.slider_box .slide_ob .slide_txt > h4 {
		font-size: 2rem;
	}

	.slider_box .slide_ob .slide_txt .txt_img > img {
		padding: 0 100px;
	}
}

@media all and (max-width: 621px) {
	.slider_box .slide_ob .slide_txt .txt_img > img {
		padding: 0 30px;
	}
}

@media all and (max-width: 481px) {
	#new_sld {
		margin-top: 70px;
	}

	.slider_box {
		height: 230px;
	}

	.slider_box .slide_ob .slide_txt {
		top: 30px;
	}

	.slider_box .slide_ob .slide_txt > h4 {
		font-size: 1.538rem;
		margin-bottom: 20px;
	}

	.slider_box .slide_ob .slide_txt .txt_img > img {
		padding: 0 15px;
	}

	.slider_box .slick-dots {
		bottom: 20px;
	}
}

@media all and (max-width: 376px) {
	.slider_box .slide_ob .slide_txt > h4 {
		font-size: 1.25rem;
	}
}

/*슬라이더 end*/

/*본문*/
#new_sc {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

#new_sc .sc_area {
	width: 100%;
	height: auto;
	position: relative;
}

#new_sc .sc_con {
	width: 100%;
	height: auto;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#new_sc .sc_bg {
	background-image: url(../img/sc_bg.png);
}

#new_sc .sc_size {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 70px 0;
}

@media all and (max-width: 1280px) {
	#new_sc .sc_size {
		padding: 70px 30px;
	}
}

@media all and (max-width: 481px) {
	#new_sc .sc_size {
		padding: 50px 15px;
	}
}

/*본문 end*/

/*공지사항 및 바로가기*/
.news_con {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
}

/*공지사항*/
.latest_board {
	width: 100%;
	max-width: 460px;
	height: auto;
	float: left;
	margin-right: 45px;
	padding-top: 25px;
}

.latest_board .latest_title {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
	padding-left: 30px;
}

.latest_board .latest_title .latest_h2 {
	width: auto;
	position: relative;
	float: left;
}

.latest_board .latest_title .latest_h2 > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.25rem;
	line-height: 28px;
	letter-spacing: -.5px;
}

.latest_board .latest_title .latest_more {
	width: 28px;
	height: 28px;
	float: right;
	position: relative;
}

.latest_board .latest_title .latest_more > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #55a4f2;
	border-radius: 5px;
	text-align: center;
	line-height: 28px;
}

.latest_board .latest_title .latest_more > a:hover {
	background-color: #2f6ca9;
}

.latest_board .latest_title .latest_more > a > img {
	width: auto;
	max-width: 100%;
}

.latest_board .latest_list {
	width: 100%;
	height: auto;
	position: relative;
}

.latest_board .latest_list .board_list {
	width: 100%;
	height: auto;
	position: relative;
}

.latest_board .latest_list .board_list > li {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-left: 30px;
	margin-bottom: 14px;
}

.latest_board .latest_list .board_list > li::before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: 7px;
	left: 13px;
}

.latest_board .latest_list .board_list > li:last-of-type {
	margin-bottom: 0;
}

.latest_board .latest_list .board_list > li > p {
	font-size: 0.875rem;
	line-height: 16px;
	float: left;
	color: #919090;
	letter-spacing: -.5px;
	margin-right: 20px;
}

.latest_board .latest_list .board_list > li > a {
	width: auto;
	max-width: calc(100% - 86px);
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.875rem;
	line-height: 16px;
}

.latest_board .latest_list .board_list > li > a:hover {
	text-decoration: underline;
}

@media all and (max-width: 1025px) {
	.latest_board {
		max-width: 100%;
		margin-right: 0;
		padding-top: 0;
		margin-bottom: 30px;
	}
}

@media all and (max-width: 801px) {
	.latest_board .latest_title {
		padding-left: 0;
	}
}

@media all and (max-width: 481px) {
	.latest_board .latest_list .board_list > li {
		padding-left: 0;
	}

	.latest_board .latest_list .board_list > li::before {
		content: none;
	}
}

/*공지사항 end*/

/*바로가기*/
.kor_more {
	width: 100%;
	max-width: -webkit-calc((100% - 46px) - 460px);
	max-width: -moz-calc((100% - 46px) - 460px);
	max-width: calc((100% - 46px) - 460px);
	float: left;
	position: relative;
	display: table;
}

.kor_more .more_list {
	width: 100%;
	height: auto;
	position: relative;
	display: table;
}

.kor_more .more_list .more_list_ob {
	width: -webkit-calc((100% - 41px) / 3);
	width: -moz-calc((100% - 41px) / 3);
	width: calc((100% - 41px) / 3);
	height: 243px;
	margin-right: 20px;
	float: left;
	background-color: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	padding: 23px 16px;
	background-image: url(../img/more_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

.kor_more .more_list .more_list_ob:hover {
	background-color: #f7f7f7;
}

.kor_more .more_list .more_list_ob:last-of-type {
	margin-right: 0;
}

.kor_more .more_list .more_list_ob > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.kor_more .more_list .more_list_ob > a > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.25rem;
	line-height: 20px;
	letter-spacing: -.5px;
	margin-bottom: 10px;
}

.kor_more .more_list .more_list_ob > a > p {
	font-size: 0.813rem;
	word-break: keep-all;
	letter-spacing: -.5px;
	line-height: 21px;
	margin-bottom: 20px;
}

.kor_more .more_list .more_list_ob > a > .more_icon {
	width: auto;
	height: auto;
	position: relative;
}

.kor_more .more_list .more_list_ob > a > .more_icon > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.kor_more .more_list .more_list_ob > a > .more_btn {
	width: auto;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.kor_more .more_list .more_list_ob > a > .more_btn > p {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-size: 0.813rem;
	line-height: 14px;
	letter-spacing: -.5px;
	font-weight: 500;
}

@media all and (max-width: 1281px) {
	.kor_more .more_list .more_list_ob {
		padding: 20px;
	}
}

@media all and (max-width: 1025px) {
	.kor_more {
		max-width: 100%;
	}

	.kor_more .more_list .more_list_ob {
		border-radius: 17px;
	}
}

@media all and (max-width: 481px) {
	.kor_more .more_list .more_list_ob {
		width: 100%;
		height: 210px;
		border-radius: 25px;
		margin-bottom: 20px;
		box-shadow: none;
		margin-right: 0;
		border: 1px solid #e4e4e4;
	}

	.kor_more .more_list .more_list_ob:last-of-type {
		margin-bottom: 0;
	}
}

/*바로가기 end*/

/*공지사항 및 바로가기 end*/

/*포토갤러리*/
.photo_gallery {
	width: 100%;
	height: auto;
	position: relative;
	padding: 30px 45px;
	display: inline-block;
	background-position: left bottom;
	background-image: url(../img/photo_bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto auto;
	background-size: auto;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}

.photo_gallery .photo_title {
	width: 100%;
	height: auto;
	max-width: 145px;
	float: left;
	padding-top: 15px;
}

.photo_gallery .photo_title > h2 {
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.25rem;
	line-height: 20px;
	letter-spacing: -.5px;
	margin-bottom: 85px;
}

.photo_gallery .photo_title > .photo_more {
	width: 100%;
	height: auto;
	position: relative;
}

.photo_gallery .photo_title > .photo_more > a {
	font-size: 0.938rem;
	font-weight: 500;
	letter-spacing: -.5px;
	line-height: 16px;
}

.photo_gallery .photo_list {
	width: -webkit-calc(100% - 145px);
	width: -moz-calc(100% - 145px);
	width: calc(100% - 145px);
	float: left;
}

.photo_gallery .photo_list .photo_list_ob {
	width: -webkit-calc((100% - 101px) / 5);
	width: -moz-calc((100% - 101px) / 5);
	width: calc((100% - 101px) / 5);
	height: auto;
	margin-right: 25px;
	position: relative;
	float: left;
}

.photo_gallery .photo_list .photo_list_ob:hover a {
	text-decoration: underline;
}

.photo_gallery .photo_list .photo_list_ob:last-of-type {
	margin-right: 0;
}

.photo_gallery .photo_list .photo_list_ob > a {
	display: block;
	width: 100%;
	height: 100%:
}

.photo_gallery .photo_list .photo_list_ob > a > .photo_img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
	font-size: 0;
}

.photo_gallery .photo_list .photo_list_ob > a > .photo_img > img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 10px;
	border: 1px solid #b6b6b6;
}

.photo_gallery .photo_list .photo_list_ob > a > h2 {
	width: 100%;
	font-size: 0.875rem;
	letter-spacing: -.5px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	margin-bottom: 5px;
}

.photo_gallery .photo_list .photo_list_ob > a > p {
	font-size: 0.875rem;
	color: #919090;
	font-weight: 400;
	letter-spacing: -.5px;
	line-height: 14px;
}

@media all and (max-width: 1025px) {
	.photo_gallery .photo_list .photo_list_ob {
		width: -webkit-calc((100% - 76px) / 4);
		width: -moz-calc((100% - 76px) / 4);
		width: calc((100% - 76px) / 4);
	}

	.photo_gallery .photo_list .photo_list_ob:last-of-type {
		display: none;
	}

	.photo_gallery .photo_list .photo_list_ob:nth-of-type(4) {
		margin-right: 0;
	}
}

@media all and (max-width: 801px) {
	.photo_gallery {
		padding: 30px;
	}

	.photo_gallery .photo_title {
		max-width: 100%;
		padding-top: 0;
		margin-bottom: 15px;
	}

	.photo_gallery .photo_title > h2 {
		float: left;
		margin-bottom: 0;
	}

	.photo_gallery .photo_title > .photo_more {
		width: auto;
		float: right;
	}

	.photo_gallery .photo_list {
		width: 100%;
	}

	.photo_gallery .photo_list .photo_list_ob {
		width: calc((100% - 21px) / 2);
		margin-bottom: 20px;
		margin-right: 20px
	}

	.photo_gallery .photo_list .photo_list_ob:nth-of-type(2n) {
		margin-right: 0;
	}

	.photo_gallery .photo_list .photo_list_ob:nth-of-type(3),
	.photo_gallery .photo_list .photo_list_ob:nth-of-type(4) {
		margin-bottom: 0;
	}
}

@media all and (max-width: 481px) {
	.photo_gallery {
		padding: 20px;
		box-shadow: none;
		border: 1px solid #e4e4e4;
	}
}

/*포토갤러리 end*/
